.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4FyCIG9xIOfJx5q3f605kNrC5WsVaqi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d1251;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; }#M4FyCIG9xIOfJx5q3f605kNrC5WsVaqi > .row .container { border-width: 0; border-radius: 0; }#M4FyCIG9xIOfJx5q3f605kNrC5WsVaqi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M4FyCIG9xIOfJx5q3f605kNrC5WsVaqi > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:none; }#e4e87DzTL8BoMkV0vqtvh04hvZnLA8RC { color:#ffffff;display:block;width:47.6875rem;position:absolute;font-family:inter;font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2rem;left:12.4375rem;height:2.1125rem;font-style:normal;display:block; }
#iyl25Obgzq3xFflvmSBWo2EW2yzg8oF9 { background-color:#e866ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.625rem;left:63.75rem;display:block; }
#GfZZcwTKvKGoWwhqbv5q5N9ngyE4LDh5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KkTxmP28x70cn01XKe2uAuFkJLEFt5x7 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;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:10.9375rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#Q9UcRtZptB8gWESnFle3HNr19LLI80Ea { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fd6603;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; }#Q9UcRtZptB8gWESnFle3HNr19LLI80Ea > .row .container { border-width: 0; border-radius: 0; }#Q9UcRtZptB8gWESnFle3HNr19LLI80Ea > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q9UcRtZptB8gWESnFle3HNr19LLI80Ea > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:none; }#VvrnHW83Pzcge9T0vqIQbdWB9iXz0wPD { color:#ffffff;display:block;width:44.5rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.125rem;left:16.5rem;height:1.95rem;font-style:normal;display:block; }
#rEsXt9ghFx8RbwZHMJiW1ZP1QBpx0EQs { color:#ffffff;display:block;width:44.5rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.375rem;left:16.5rem;height:1.4625rem;font-style:normal;display:block; }
#LG7bAMLDrQFQObledqNAt0XzFpz5Rfzi { background-color:#0316d6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.625rem;left:63.75rem;display:block; }
#f1wQPhWtGbUyoTbfyH5c36WtPvyiKRPC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZXCKXUm0OHmaT8lEPyKPT0rQphhXCmEm { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:21.9375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#tIqlL6vy9CEJN1vrKy0tU8ioHGwWLWXm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fec23e;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#tIqlL6vy9CEJN1vrKy0tU8ioHGwWLWXm > .row .container { background-color: transparent; background-image: none; }#tIqlL6vy9CEJN1vrKy0tU8ioHGwWLWXm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tIqlL6vy9CEJN1vrKy0tU8ioHGwWLWXm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tIqlL6vy9CEJN1vrKy0tU8ioHGwWLWXm > .row .container > .video-iframe-container { display: none; }#tIqlL6vy9CEJN1vrKy0tU8ioHGwWLWXm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tIqlL6vy9CEJN1vrKy0tU8ioHGwWLWXm > .row > .video-iframe-container { display: none; }#tIqlL6vy9CEJN1vrKy0tU8ioHGwWLWXm > .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); }#tIqlL6vy9CEJN1vrKy0tU8ioHGwWLWXm > .row .container { border-width: 0; border-radius: 0; }#tIqlL6vy9CEJN1vrKy0tU8ioHGwWLWXm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tIqlL6vy9CEJN1vrKy0tU8ioHGwWLWXm > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#mypkeFKsBmXIgtW3lFTI7bFc5QT1eeca { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:11.0625rem;top:1.125rem;left:0rem;overflow:hidden;display:block; }
#KgsXWJaKKwwSi74Ji3dUCObIh9TNhNV9 { color:#ffffff;display:block;width:43.6855625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:1.5625rem;left:24.8115234375rem;height:0;text-align:left;text-align-last:left;display:none; }
#Cn0pOxqIP7D2rPeUeaVXkfLWXoCG7Nkd { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0.46770858764649rem;left:51.014587402344rem;display:block; }
#xSrJh4Jmk3IWtBd3u2MF5DdX5eraSQTk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wbgycpU46nKeWINM8DIeKn7DFKGRVyuu { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:2.875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:0.46770858764649rem;left:71.25rem;display:block; }
#vdxCXTGVs8nfxcEIiMldCvputAgvqDFT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wU0aF7sgrASEtQFnK6QfHqtsaN1hE1kL { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:2.875rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:0.4375rem;left:59.4375rem;display:block; }
#oCku88UZa1gwm19kesySbUWzZgTxJ2p7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t5SVkDwqdWdgOqnzwEB64NegzlnixeCp { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:7.5625rem;top:0.8125rem;left:39.9375rem;overflow:hidden;display:none; }
#DwLz5JUqkNQAfdrn539ZkrRtxXpfNiEy { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:1.25rem;left:14.0625rem;height:1.3rem;font-style:normal;display:block; }
#H8SHGaNXxo6ghR7q1Isrqitd7r0e574i { 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:15025;opacity:.5;top:0.875rem;left:11.6875rem; }
#auNMNQKmyTdH0w0BvqTbLUVhTBts2JGK { background-color:#fec23e;background-image:url("https://images.assets-landingi.com/uc/9e2947ba-fd47-4c1f-8b9d-e392a9902034/tlo_kolor.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#auNMNQKmyTdH0w0BvqTbLUVhTBts2JGK.adaptive-delivery-prevent-bg, #auNMNQKmyTdH0w0BvqTbLUVhTBts2JGK.lazyload, #auNMNQKmyTdH0w0BvqTbLUVhTBts2JGK.lazyloading { background-image: none; }#auNMNQKmyTdH0w0BvqTbLUVhTBts2JGK > .row .container { background-color: transparent; background-image: none; }#auNMNQKmyTdH0w0BvqTbLUVhTBts2JGK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auNMNQKmyTdH0w0BvqTbLUVhTBts2JGK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auNMNQKmyTdH0w0BvqTbLUVhTBts2JGK > .row .container > .video-iframe-container { display: none; }#auNMNQKmyTdH0w0BvqTbLUVhTBts2JGK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auNMNQKmyTdH0w0BvqTbLUVhTBts2JGK > .row > .video-iframe-container { display: none; }#auNMNQKmyTdH0w0BvqTbLUVhTBts2JGK > .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); }#auNMNQKmyTdH0w0BvqTbLUVhTBts2JGK > .row .container { border-width: 0; border-radius: 0; }#auNMNQKmyTdH0w0BvqTbLUVhTBts2JGK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#auNMNQKmyTdH0w0BvqTbLUVhTBts2JGK > .row .container { font-size:0.875rem;font-family:arial;height:32.5rem;width:75rem;overflow:visible;position:relative;display:block; }#L53IdFuwZvxNFFEgsUz4TucKhCbTmo5u { color:#ffffff;display:block;width:30.25rem;position:absolute;font-family:inter;font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.375rem;left:0rem;height:5.525rem;font-style:normal;display:block; }
#b5pIRbdP5u9n13AATwv1LXRJCx8XfRx7 { color:#ffffff;display:block;width:33.5625rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:14.8125rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#MyQ66DksPW1uTXgzeFdGWH9561IXLsXn { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#fec23e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:19.9375rem;left:0rem;display:block; }
#ehHuGb0cKaVxsD3MOsQGa7KOeX62rFGO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sDTeHd9TkuD6fklFhbeKLhJKRpmhiy9A { 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:30rem;width:39.375rem;top:1.25rem;left:35.625rem;overflow:hidden;display:block; }
#JOCTCRrvQTCPViZqCEtmXqh3eHkbDXQ0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8a208;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; }#JOCTCRrvQTCPViZqCEtmXqh3eHkbDXQ0 > .row .container { background-color: transparent; background-image: none; }#JOCTCRrvQTCPViZqCEtmXqh3eHkbDXQ0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JOCTCRrvQTCPViZqCEtmXqh3eHkbDXQ0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JOCTCRrvQTCPViZqCEtmXqh3eHkbDXQ0 > .row .container > .video-iframe-container { display: none; }#JOCTCRrvQTCPViZqCEtmXqh3eHkbDXQ0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JOCTCRrvQTCPViZqCEtmXqh3eHkbDXQ0 > .row > .video-iframe-container { display: none; }#JOCTCRrvQTCPViZqCEtmXqh3eHkbDXQ0 > .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); }#JOCTCRrvQTCPViZqCEtmXqh3eHkbDXQ0 > .row .container { border-width: 0; border-radius: 0; }#JOCTCRrvQTCPViZqCEtmXqh3eHkbDXQ0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JOCTCRrvQTCPViZqCEtmXqh3eHkbDXQ0 > .row .container { font-size:0.875rem;font-family:"open sans";height:16.25rem;width:75rem;position:relative;display:block; }#I765GG7CL0pbBLNd8XGT7ZrrBKbvAMLl { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:5.6875rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#AUhTiknb5KBp9611EX3EsTK2AxGK2T1I { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:5.6875rem;left:19.375rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#xWLTIh1sWWQmgycyb0kztUC6gzNhTNVk { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:5.6875rem;left:38.875rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#GuqzG811ycl18ix9csNNr5Uud0XgFcAD { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:5.6875rem;left:58.125rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#JnK9T5BgE87QdgCPEbu2r3nrv0XbFrv8 { position:absolute;display:block;z-index:15018;background-color:#fec23e;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:1.25rem;width:75rem;top:15rem;left:0rem;display:block; }
#rT9TErMGCioB3OnzTt1wOXFcyym7yUpe { 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:3.75rem;width:3.75rem;top:0.625rem;left:6.5625rem;overflow:hidden;display:block; }
#h70Q5iI2ocXDu3QnUxkPaFKTiGu5TLCi { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:0.625rem;left:45.3125rem;overflow:hidden;display:block; }
#KROt9LazZfMl3C4ur8TEgOwUNJPPv155 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:0.625rem;left:65.050003051756rem;overflow:hidden;display:block; }
#DxxVMHSoaudf9MzUNxQPKGbJzm1T1cwO { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:0.625rem;left:25.9375rem;overflow:hidden;display:block; }
#qI4fwQbbVCscxqWwfpIvDlyhm7eKXIGB { position:relative;display:block; }#qI4fwQbbVCscxqWwfpIvDlyhm7eKXIGB { background-color: transparent; background-image: none; }#qI4fwQbbVCscxqWwfpIvDlyhm7eKXIGB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qI4fwQbbVCscxqWwfpIvDlyhm7eKXIGB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qI4fwQbbVCscxqWwfpIvDlyhm7eKXIGB > .row .container > .video-iframe-container { display: none; }#qI4fwQbbVCscxqWwfpIvDlyhm7eKXIGB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qI4fwQbbVCscxqWwfpIvDlyhm7eKXIGB > .row > .video-iframe-container { display: none; }#qI4fwQbbVCscxqWwfpIvDlyhm7eKXIGB > .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); }#qI4fwQbbVCscxqWwfpIvDlyhm7eKXIGB { border-width: 0; border-radius: 0; }#qI4fwQbbVCscxqWwfpIvDlyhm7eKXIGB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qI4fwQbbVCscxqWwfpIvDlyhm7eKXIGB > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fec23e;background-image:none;font-size:0.875rem;font-family:arial;height:8.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#g43yqaMTfqF1d9zM7xE7TizviUsvm5bw { color:#ffffff;display:block;width:70.625rem;position:absolute;font-family:inter;font-size:1.3125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:0.625rem;left:2.125rem;height:5.90625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GRMO72wAwZTdLQOZW8Hqt9ZWt2ktnQK8 { position:relative;display:block; }#GRMO72wAwZTdLQOZW8Hqt9ZWt2ktnQK8 { background-color: transparent; background-image: none; }#GRMO72wAwZTdLQOZW8Hqt9ZWt2ktnQK8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GRMO72wAwZTdLQOZW8Hqt9ZWt2ktnQK8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GRMO72wAwZTdLQOZW8Hqt9ZWt2ktnQK8 > .row .container > .video-iframe-container { display: none; }#GRMO72wAwZTdLQOZW8Hqt9ZWt2ktnQK8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GRMO72wAwZTdLQOZW8Hqt9ZWt2ktnQK8 > .row > .video-iframe-container { display: none; }#GRMO72wAwZTdLQOZW8Hqt9ZWt2ktnQK8 > .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); }#GRMO72wAwZTdLQOZW8Hqt9ZWt2ktnQK8 { border-width: 0; border-radius: 0; }#GRMO72wAwZTdLQOZW8Hqt9ZWt2ktnQK8 > .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; }#GRMO72wAwZTdLQOZW8Hqt9ZWt2ktnQK8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PbTT50ukVK4vFGwZsU4I5Nkd8vKntJri { color:#000000;display:block;width:75rem;position:absolute;font-family:inter;font-size:2.625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.5rem;left:-0.03125rem;height:6.825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m9ISTE9lwuOqy51tcxfryTl7U1EBKeac { position:relative;display:block; }#m9ISTE9lwuOqy51tcxfryTl7U1EBKeac { background-color: transparent; background-image: none; }#m9ISTE9lwuOqy51tcxfryTl7U1EBKeac::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9ISTE9lwuOqy51tcxfryTl7U1EBKeac > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9ISTE9lwuOqy51tcxfryTl7U1EBKeac > .row .container > .video-iframe-container { display: none; }#m9ISTE9lwuOqy51tcxfryTl7U1EBKeac > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9ISTE9lwuOqy51tcxfryTl7U1EBKeac > .row > .video-iframe-container { display: none; }#m9ISTE9lwuOqy51tcxfryTl7U1EBKeac > .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); }#m9ISTE9lwuOqy51tcxfryTl7U1EBKeac { border-width: 0; border-radius: 0; }#m9ISTE9lwuOqy51tcxfryTl7U1EBKeac > .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; }#m9ISTE9lwuOqy51tcxfryTl7U1EBKeac > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:"open sans";height:44.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CzSyk2VDLtE4hnOPVp6SHlURlJSbOO5x { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #fbfbfb, #f4f4f4);background-image: -moz-linear-gradient(135deg, #fbfbfb, #f4f4f4);background-image: -ms-linear-gradient(135deg, #fbfbfb, #f4f4f4);background-image: -o-linear-gradient(135deg, #fbfbfb, #f4f4f4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f4f4f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f4f4f4' );";background-image: linear-gradient(135deg, #fbfbfb, #f4f4f4);background-size:auto !important;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;height:38.75rem;width:23.75rem;top:0.625rem;left:0rem;display:block; }
#mU5du30NINPatEpEeGzOArz5KgJJHLQZ { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:38.75rem;width:23.75rem;top:0.625rem;left:25.625rem;display:block; }
#O1MqMuGXUq7HabeoXiUqnzx5EHRtyAv8 { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #fbfbfb, #f4f4f4);background-image: -moz-linear-gradient(135deg, #fbfbfb, #f4f4f4);background-image: -ms-linear-gradient(135deg, #fbfbfb, #f4f4f4);background-image: -o-linear-gradient(135deg, #fbfbfb, #f4f4f4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f4f4f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f4f4f4' );";background-image: linear-gradient(135deg, #fbfbfb, #f4f4f4);background-size:auto !important;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;height:38.75rem;width:23.75rem;top:0.625rem;left:51.25rem;display:block; }
#ieIzbhUTO4Gby1oHSTtZxoIP1JFJL22k { background-color:#fec23e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:400;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:33.75rem;left:3.75rem;display:block; }
#QDNMFifTnc4z3rqbvNdkxLJQmFKFNhqg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wq51PrvhHlf7KqXkOTwddCEhDHWMMXl8 { position:absolute;display:block;z-index:15017;background-color:#c0c0c0;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.0625rem;width:21.25rem;top:28.125rem;left:26.75rem;display:block; }
#FngCgeW7Krg7iDnVPlxfSSOuIVpM2wdV { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:15.75rem;left:3.375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c3apgz8SPFJpCrvcxImM9BMMnSvvTErL { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:25.0625rem;left:3.375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wvh0heyi7vmZMCXQbSFt9DNBxFigMnwT { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:15.75rem;left:29rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BgvuRlyx1eTX9AXFGMfyhNng4QIhKAse { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:18.875rem;left:29rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WZZUo3cl17DBDZCJUOthm14ew3abzsVr { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:22rem;left:29rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lc9CTIfa7hmC9mvPHah5MnPmBA6QTtQV { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:25.0625rem;left:29rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xJ49vLLNq5yCQzHy6dASgzB6KJcMLzFX { position:absolute;display:block;z-index:15019;background-color:#c0c0c0;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.0625rem;width:21.25rem;top:28.125rem;left:1.25rem;display:block; }
#nFBs95CFvJ8iHCWJQRNuiqclt1sGUD5x { color:#707070;display:block;width:18.3125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:22rem;left:3.375rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Fz2Q6FCsuUTyxhPUnG6eOGPLywBIJ71T { color:#707070;display:block;width:18.3125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:18.875rem;left:3.375rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tgBd6sfggtkWil2NEk2u8KBLQSAQw2p2 { color:#707070;display:block;width:18.311625rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:15.75rem;left:54.75rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wnJfDwcpcHP53hkOAiSc11EIBqpKMrS9 { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #fbfbfb, #f4f4f4);background-image: -moz-linear-gradient(135deg, #fbfbfb, #f4f4f4);background-image: -ms-linear-gradient(135deg, #fbfbfb, #f4f4f4);background-image: -o-linear-gradient(135deg, #fbfbfb, #f4f4f4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f4f4f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f4f4f4' );";background-image: linear-gradient(135deg, #fbfbfb, #f4f4f4);background-size:auto !important;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;height:40rem;width:25rem;top:0rem;left:25rem;display:block; }
#GxF5hNn3cCUkwMJOJkPNlicPBmRq979H { color:#000000;display:block;width:23.75rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e88F9Z7TdMzzMOxvDCXLklyPqqOusl3R { color:#000000;display:block;width:23.75rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:2.5rem;left:25.625rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LRpSwllIUIhwGu3LJJJE6Je50JUho9NC { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:15.9375rem;left:1.25rem; }
#fI5WTcxTHvLJIIS15bAnQQEwwyWdhWeG { color:#000000;display:block;width:23.75rem;position:absolute;font-family:inter;font-size:2.5rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:29.375rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#geJltAmZ64qvQJm8hKv1MrdT6zyoXTrH { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:18.9375rem;left:1.25rem; }
#ndC6vXhElT0DTBJGxzRBHTzcUTx7qOTI { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:22rem;left:1.25rem; }
#VVc14DBEA3APqfioHtGPzvnp5blUuhiq { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:25.0625rem;left:1.25rem; }
#cGuLEeJUIC2W4h3Z6SrntdckbaGRWr91 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:13.5625rem;left:1.25rem;height:1.1375rem;font-style:normal;display:block; }
#lw0gubdOKeXh1mpSTus6pZkbfbB3p962 { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:15.9375rem;left:26.875rem; }
#ck1T4nUJG5nDA2qBU4xK5u2gZzctGokv { color:#000000;display:block;width:23.75rem;position:absolute;font-family:inter;font-size:2.5rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:29.375rem;left:25.625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#E9AMKUgTzwsc0pXeeE2oIiCdwrkB403q { background-color:#fec23e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:33.75rem;left:29.375rem;display:block; }
#nwT48RoxM39dU0ynQfpipoZZTIOcnMSN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ica1TZoaahFpmUETgQHAfB7wJTpxIGT3 { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:8.75rem;top:27.5625rem;left:33.125rem;display:block; }
#QUF5BN9S9MhEw4zp7flqQgUTCkVmvr6t { color:#8e8e8e;display:block;width:7.0625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:27.44375038147rem;left:33.96875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#l3dEyOl7AEJ8g0Tm4PpN50o1pNcMVR9z { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:18.9375rem;left:26.875rem; }
#Vhy3GzbTfoNOffNKW0yg2ygV6izVRMIr { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:22rem;left:26.875rem; }
#BwNykaEpiBACNMRKbptRRGkCf1JtxQv0 { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:25.0625rem;left:26.875rem; }
#qyToMuiIGDiNPGxOu6Ah14iFqrpLCrxm { color:#000000;display:block;width:23.75rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:2.5rem;left:51.25rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wFlRHQan74G2R5T0pvMSGBVrIlVR4V36 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:13.5625rem;left:52.5rem;height:1.1375rem;font-style:normal;display:block; }
#aCiR02ENXkgeUOeWyh5slrDz1x2q3MVz { color:#000000;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:13.5625rem;left:26.875rem;height:1.1375rem;font-style:normal;display:block; }
#q7k51VMaW5ldgZ9RlhIuOxcuMeCb12TA { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:15.9375rem;left:52.5rem; }
#gqNV1KPE0Bs6hU9BhTgONJKcFGaPEusB { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:18.9375rem;left:52.625rem; }
#b7xhEpJ9yybfDbIsmlHqlxqn3hu3hefB { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:22rem;left:52.625rem; }
#EQDJ0GDSs2tTreTbmrB99pR3yF46uZC6 { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:25.0625rem;left:52.625rem; }
#PWU7vWN4FiGGmwu5ftkJWIDQr5aqH0vI { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:25.0625rem;left:54.75rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LQOUFrvDXzJ9zHcHlJmFdUawWa3ARwEq { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:22rem;left:54.75rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sCVdCdpJ6HOAoLG1wnxZLVZdIDqffXu8 { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:18.875rem;left:54.75rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AqKop7TEov3ZVpCQsdlVVWrK6pShpO96 { background-color:#fec23e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.15rem;height:3.65rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:33.75rem;left:55rem;display:block; }
#Ql0MOclhFF5zeOU65qwxQehBDWvEJ4o3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b2W3ELKKPiBgCAS2oGacFEZb9vaX3L2r { color:#000000;display:block;width:23.75rem;position:absolute;font-family:inter;font-size:2.5rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:29.375rem;left:51.25rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#qEEDfo7RDRZHt9tLNToyZcWIKCqt0GWg { position:absolute;display:block;z-index:15022;background-color:#c0c0c0;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.0625rem;width:21.25rem;top:28.125rem;left:52.5rem;display:block; }
#QpIex5vGHGVQ8ZnyA8uT6QoOX9I8mg3K { 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:7.5rem;top:6.875rem;left:8.125rem;overflow:hidden;display:block; }
#icpkmfnkdLX8twP03V92uCBtuiyeAE08 { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:14.0625rem;top:6.5625rem;left:30.46875rem;overflow:hidden;display:block; }
#k9Oa4wilS0zIfC9WUKPm2Agt8OxZPmul { 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:7.5rem;top:6.875rem;left:59.375rem;overflow:hidden;display:block; }
#Qi3vVpFC4JWPiWq1rfWTf78JiGQvuKWm { position:relative;display:none; }#Qi3vVpFC4JWPiWq1rfWTf78JiGQvuKWm { border-width: 0; border-radius: 0; }#Qi3vVpFC4JWPiWq1rfWTf78JiGQvuKWm > .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; }#Qi3vVpFC4JWPiWq1rfWTf78JiGQvuKWm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:"open sans";height:44.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#R5RDKgqPFSxQQ4TP2gklVwACKuNe5GIs { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #fbfbfb, #f4f4f4);background-image: -moz-linear-gradient(135deg, #fbfbfb, #f4f4f4);background-image: -ms-linear-gradient(135deg, #fbfbfb, #f4f4f4);background-image: -o-linear-gradient(135deg, #fbfbfb, #f4f4f4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f4f4f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f4f4f4' );";background-image: linear-gradient(135deg, #fbfbfb, #f4f4f4);background-size:auto !important;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;height:38.75rem;width:23.75rem;top:0.625rem;left:0rem;display:block; }
#nLIaQVT1S6vxbJKpTkmRQBx4gd5A20FT { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/39b0451d-b9c6-4282-a7d4-e41b8b837a04/1200x1200_pd_TLO_1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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;height:38.75rem;width:23.75rem;top:0.625rem;left:25.625rem;display:block; }#nLIaQVT1S6vxbJKpTkmRQBx4gd5A20FT.adaptive-delivery-prevent-bg, #nLIaQVT1S6vxbJKpTkmRQBx4gd5A20FT.lazyload, #nLIaQVT1S6vxbJKpTkmRQBx4gd5A20FT.lazyloading { background-image: none; }
#t5NPzaAd1zRiwfrZVsomFRRU0O2n5pEW { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #fbfbfb, #f4f4f4);background-image: -moz-linear-gradient(135deg, #fbfbfb, #f4f4f4);background-image: -ms-linear-gradient(135deg, #fbfbfb, #f4f4f4);background-image: -o-linear-gradient(135deg, #fbfbfb, #f4f4f4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f4f4f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f4f4f4' );";background-image: linear-gradient(135deg, #fbfbfb, #f4f4f4);background-size:auto !important;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;height:38.75rem;width:23.75rem;top:0.625rem;left:51.25rem;display:block; }
#Fhe5rAaXvSX01Lf9CkxT6aWPon0LFlFX { background-color:#fec23e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:400;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:33.75rem;left:3.75rem;display:block; }
#aQdM9SKaB298LQl0ccf048GkKXHMRJTi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BBTw4NVXNplQxr2MD6fhZeQ9VpOTtORE { position:absolute;display:block;z-index:15017;background-color:#c0c0c0;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.0625rem;width:21.25rem;top:28.125rem;left:26.75rem;display:block; }
#GubnLQgQ1N7w8Gp4Dgdui7iVu9kX2mo8 { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:15.75rem;left:3.375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ow8F7koC2fMVXBFPgLZxBfsUxFf7USr4 { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:25.0625rem;left:3.375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mJporZZevQsuerCKaI3Nr3TrRTbM96Me { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:15.75rem;left:29rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UJ0nXdKtuTAsZQFrWVczEDHf7JH3dJUN { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:18.875rem;left:29rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#s12mRQ1eahhur3FLTohSrHZsrfh5lLNr { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:22rem;left:29rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BOuI0ESsUPyC4Vc7Ot3mpK1L43OWRddU { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:25.0625rem;left:29rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hONVThfUU38TqzmdtXIkN8wEVnTnTvb8 { position:absolute;display:block;z-index:15019;background-color:#c0c0c0;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.0625rem;width:21.25rem;top:28.125rem;left:1.25rem;display:block; }
#nowD3MFcuxt6T5LhoAvK0RQOHQIVPqml { color:#707070;display:block;width:18.3125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:22rem;left:3.375rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JcUneiKckeIv6OT9rod8TTJAvfVHrDVH { color:#707070;display:block;width:18.3125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:18.875rem;left:3.375rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wsNBFNiKZAuTWX7OFASFgXUIwV7o5oDr { color:#ffffff;display:block;width:18.311625rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:15.75rem;left:54.75rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gHnpolwDEEdN29363Q9iyrAqoTpDh2rk { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #fbfbfb, #f4f4f4);background-image: -moz-linear-gradient(135deg, #fbfbfb, #f4f4f4);background-image: -ms-linear-gradient(135deg, #fbfbfb, #f4f4f4);background-image: -o-linear-gradient(135deg, #fbfbfb, #f4f4f4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f4f4f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f4f4f4' );";background-image: linear-gradient(135deg, #fbfbfb, #f4f4f4);background-size:auto !important;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;height:40rem;width:25rem;top:0rem;left:25rem;display:block; }
#v3xuIyAmo0NrPG1difqC4Ik4OhWfhCn5 { color:#000000;display:block;width:23.75rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Iru2typzseb7e8LaOJ7ULu9D7GiJ4q4M { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:2.5rem;left:25.625rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UelU7UaDvpwiNUdBbdphhDEePwrbmRBm { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:15.9375rem;left:1.25rem; }
#AD6deGfLyEysROeq8tE1wKuaAFEcVXKT { color:#000000;display:block;width:23.75rem;position:absolute;font-family:inter;font-size:2.5rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:29.375rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#Lkc8iep7WGeSqZCwLVbRP6HbJboG5H9E { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:18.9375rem;left:1.25rem; }
#DuFRlITTO3zZfCV4bfeW4MsSqvR6FvL4 { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:22rem;left:1.25rem; }
#UQWCcSJg26GI2QaxsNPWHJUIvoAqT3iW { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:25.0625rem;left:1.25rem; }
#lG1U82G6yPrJ6aQ0wMRH2zKQQntI4kyN { color:#000000;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:13.5625rem;left:1.25rem;height:1.1375rem;font-style:normal;display:block; }
#SnyOuknbgXf8zlxZTcqXUuGF1y0kT2ow { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:15.9375rem;left:26.875rem; }
#vXqQ5S3bfZLmxq6KB0XmGV4ewrBK46Me { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:inter;font-size:2.5rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:29.375rem;left:25.625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#JQMpPkMZSoWqc5rXAGEtJ6NrqSG3DaBp { background-color:#e866ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:33.75rem;left:29.375rem;display:block; }
#QFw7lHDl0TfRNipedgwt5arPnxl54RB2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Cq5Dtkym0O7OJBaohbPAEKHJeJk5gFn1 { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:18.9375rem;left:26.875rem; }
#JnRbXSPrGPMiq6VEp93MLltPmFpTyZfc { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:22rem;left:26.875rem; }
#ubwTGNAwclVqnGJiPay4T5t2S3Pzl3rb { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:25.0625rem;left:26.875rem; }
#a5yTyswdpLFpX952hEy2BkTTgE0G417g { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:2.5rem;left:51.25rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ezeZ8BSdqXtJFW34OMZLyLfhzX3SfJWW { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:13.5625rem;left:52.5rem;height:1.1375rem;font-style:normal;display:block; }
#cxm9KB0esqQX1XovC1ZXrUbM7k0ZbNt4 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:13.5625rem;left:26.875rem;height:1.1375rem;font-style:normal;display:block; }
#JAFibHdKWNtdFplkyFKOC9ppr6TB1ZbG { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:15.9375rem;left:52.5rem; }
#GLgceBBK55AJB4ioo8UWoeNKtKdkOLRT { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:18.9375rem;left:52.625rem; }
#qebslsb6AkRzDQ6u4EJT3tg1BWsmTgX8 { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:22rem;left:52.625rem; }
#QgF1kFpL19y1DbRV9PcyPTDGTnI8P5di { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:25.0625rem;left:52.625rem; }
#NbBVUzxLmcnhpSqofbS5ZVDaJwO0uoii { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:25.0625rem;left:54.75rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oFgStf6Fo6rGIeKodICkA4Iyb2nTv2dJ { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:22rem;left:54.75rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hsraewdGdkU05u7VkntOxPpIDtTDlTaV { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:18.875rem;left:54.75rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CtdV07GDOMH6WpG5leZrgWrvCohNV6u0 { background-color:#e866ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.15rem;height:3.65rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:33.75rem;left:55rem;display:block; }
#bSLPU87whWSlBs04s5ufi4NnZxEIbwgu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bkpQvGFy7E08vB6CQaFCJeoKuOFI1Z7x { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:inter;font-size:2.5rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:29.375rem;left:51.25rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#F6WRK7iDbhHuvIfIrd3Q6AWbT0uMMC8d { position:absolute;display:block;z-index:15022;background-color:#c0c0c0;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.0625rem;width:21.25rem;top:28.125rem;left:52.5rem;display:block; }
#UOo1IToqTtHfbtb51HGEI0KdmBEO9iWm { 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:7.5rem;top:6.875rem;left:8.125rem;overflow:hidden;display:block; }
#cGG5EDK8LMTeB5uMRelrp2m16CuhB5CE { color:#ffffff;display:block;width:14.5625rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:37.9453125rem;left:30.21875rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
#RV3lrmq1C3LDsmam03ixdEKpHAV0XD9V { 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:5.6875rem;width:12.5rem;top:6.53125rem;left:31.25rem;overflow:hidden;display:block; }
#A2maNMNhs9RaTQucecO7rwihwcaHuKxg { color:#ffffff;display:block;width:14.5625rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:37.868756681681rem;left:55.843748092651rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
#GZZ5nVymTg6IF5ZR2BaZypDqokR8gTf0 { 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:5.6875rem;width:12.5rem;top:6.5312502384187rem;left:56.874998092651rem;overflow:hidden;display:block; }
#N3yHRVkNQ5KIo8eHBMeSdrwx7mQwKUIb { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/39b0451d-b9c6-4282-a7d4-e41b8b837a04/1200x1200_pd_TLO_1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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;height:38.75rem;width:23.75rem;top:0.62421879172325rem;left:50.875001907349rem;display:block; }#N3yHRVkNQ5KIo8eHBMeSdrwx7mQwKUIb.adaptive-delivery-prevent-bg, #N3yHRVkNQ5KIo8eHBMeSdrwx7mQwKUIb.lazyload, #N3yHRVkNQ5KIo8eHBMeSdrwx7mQwKUIb.lazyloading { background-image: none; }
#oQ9ChavD8JbHwnoKceUtcV9c4mPtzg88 { position:relative;display:block; }#oQ9ChavD8JbHwnoKceUtcV9c4mPtzg88 { background-color: transparent; background-image: none; }#oQ9ChavD8JbHwnoKceUtcV9c4mPtzg88::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQ9ChavD8JbHwnoKceUtcV9c4mPtzg88 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQ9ChavD8JbHwnoKceUtcV9c4mPtzg88 > .row .container > .video-iframe-container { display: none; }#oQ9ChavD8JbHwnoKceUtcV9c4mPtzg88 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQ9ChavD8JbHwnoKceUtcV9c4mPtzg88 > .row > .video-iframe-container { display: none; }#oQ9ChavD8JbHwnoKceUtcV9c4mPtzg88 > .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); }#oQ9ChavD8JbHwnoKceUtcV9c4mPtzg88 { border-width: 0; border-radius: 0; }#oQ9ChavD8JbHwnoKceUtcV9c4mPtzg88 > .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; }#oQ9ChavD8JbHwnoKceUtcV9c4mPtzg88 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:"open sans";height:28.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#D7469CWDf6Sguiw9Ss245SuwnQ5EZpr7 { color:#000000;display:block;width:75rem;position:absolute;font-family:inter;font-size:2rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BsHVzhigxizXfNrGJnSABDD9gFKKrHmE { color:#000000;display:block;width:40.0625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:6.8125rem;left:31.3125rem;height:11.7rem;text-align:left;text-align-last:left;display:block; }
#V8C0vBVEc0dQsJ2Uv2OQw2D5wIfvIWfs { position:absolute;display:block;z-index:15009;background-color:#fbfbfb;background-image:url("https://images.assets-landingi.com/uc/442b8c13-6c8e-4b1b-8bfd-e221948ada2b/tlo_landingu_szare.jpg");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:8.75rem;width:75rem;top:5rem;left:0rem;display:block; }#V8C0vBVEc0dQsJ2Uv2OQw2D5wIfvIWfs.adaptive-delivery-prevent-bg, #V8C0vBVEc0dQsJ2Uv2OQw2D5wIfvIWfs.lazyload, #V8C0vBVEc0dQsJ2Uv2OQw2D5wIfvIWfs.lazyloading { background-image: none; }
#yfsQQEn8k2LcQJFRaT0qnr2rnMJTNfJO { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:6.75rem;left:29.375rem; }
#cyniVcKTA0cTX5TTSftcvMLoQhqJ0noM { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:9.375rem;left:29.375rem; }
#K21hwVNfA3zuJh8SrQI3ZZKWB17EoGTx { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:12rem;left:29.375rem; }
#mAzMov0RZQT5cesHBv2K76zMqD083f0z { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:14.5625rem;left:29.375rem; }
#eWWslAAQlsLHENWAdHmBV2WpMzB2Hzv0 { 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 #dfdfdf;border-left:0.0625rem solid #dfdfdf;border-right:0.0625rem solid #dfdfdf;border-bottom:0.0625rem solid #dfdfdf;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;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:21.125rem;left:29.375rem;display:block; }
#Maqa5SAxNJTm4ReqpSTd42gR1aRSkTI5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hC0qEDzltUbdf4QhOZ1FXrstoSFXvulr { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:17.1875rem;left:29.375rem; }
#QFGTuJpRH8wH303JO7eWp7etHHbiNyOK { 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:20rem;width:28.0625rem;top:5rem;left:1rem;overflow:hidden;display:block; }
#Hk8oiQLR7Nk3UD4URepuGFlTTTPxR4Ue { position:relative;display:block; }#Hk8oiQLR7Nk3UD4URepuGFlTTTPxR4Ue { background-color: transparent; background-image: none; }#Hk8oiQLR7Nk3UD4URepuGFlTTTPxR4Ue::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hk8oiQLR7Nk3UD4URepuGFlTTTPxR4Ue > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hk8oiQLR7Nk3UD4URepuGFlTTTPxR4Ue > .row .container > .video-iframe-container { display: none; }#Hk8oiQLR7Nk3UD4URepuGFlTTTPxR4Ue > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hk8oiQLR7Nk3UD4URepuGFlTTTPxR4Ue > .row > .video-iframe-container { display: none; }#Hk8oiQLR7Nk3UD4URepuGFlTTTPxR4Ue > .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); }#Hk8oiQLR7Nk3UD4URepuGFlTTTPxR4Ue { border-width: 0; border-radius: 0; }#Hk8oiQLR7Nk3UD4URepuGFlTTTPxR4Ue > .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; }#Hk8oiQLR7Nk3UD4URepuGFlTTTPxR4Ue > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yMcpfPR0oodcIVodfbZS8nPqOiXdFnmy { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:75rem;top:0rem;left:0rem;display:block; }
#zVen22373bs4zT5CgxLCiQ5azKiZEGlb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zVen22373bs4zT5CgxLCiQ5azKiZEGlb > .row .container { background-color: transparent; background-image: none; }#zVen22373bs4zT5CgxLCiQ5azKiZEGlb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zVen22373bs4zT5CgxLCiQ5azKiZEGlb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zVen22373bs4zT5CgxLCiQ5azKiZEGlb > .row .container > .video-iframe-container { display: none; }#zVen22373bs4zT5CgxLCiQ5azKiZEGlb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zVen22373bs4zT5CgxLCiQ5azKiZEGlb > .row > .video-iframe-container { display: none; }#zVen22373bs4zT5CgxLCiQ5azKiZEGlb > .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); }#zVen22373bs4zT5CgxLCiQ5azKiZEGlb > .row .container { border-width: 0; border-radius: 0; }#zVen22373bs4zT5CgxLCiQ5azKiZEGlb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zVen22373bs4zT5CgxLCiQ5azKiZEGlb > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#KvXMRzGf9HCZSGooK0RiItmmwsVwXe9w { color:#000000;display:block;width:62.1875rem;position:absolute;font-family:inter;font-size:2rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:0rem;left:6.40625rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#DKfxUbJtLD6JJ4rKVXatfZJX1Q0r0uU8 { 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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:75rem;height:2.5rem;text-decoration:none;z-index:15047;text-align:left;text-align-last:left;top:4.2687530517578rem;left:0rem;display:block; }
#pfcsQtNITOzBSiGEnvvU8iNWQIcdeXiz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FtQ5JZNJkULJkWXkcO79Tl0I1BwlFZzd { color:#000000;display:block;width:20.625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:4.7875003814697rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#k4DGrns6gdliEgWZOiol6uFKk0LD676u { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:4.2687501907349rem;left:72.5rem; }
#fQnImDs37h87PrpcblA5fh2WVMio0Nvy { position:relative;display:block; }#fQnImDs37h87PrpcblA5fh2WVMio0Nvy { background-color: transparent; background-image: none; }#fQnImDs37h87PrpcblA5fh2WVMio0Nvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fQnImDs37h87PrpcblA5fh2WVMio0Nvy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fQnImDs37h87PrpcblA5fh2WVMio0Nvy > .row .container > .video-iframe-container { display: none; }#fQnImDs37h87PrpcblA5fh2WVMio0Nvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fQnImDs37h87PrpcblA5fh2WVMio0Nvy > .row > .video-iframe-container { display: none; }#fQnImDs37h87PrpcblA5fh2WVMio0Nvy > .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); }#fQnImDs37h87PrpcblA5fh2WVMio0Nvy { border-width: 0; border-radius: 0; }#fQnImDs37h87PrpcblA5fh2WVMio0Nvy > .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; }#fQnImDs37h87PrpcblA5fh2WVMio0Nvy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:19.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PPQwNoh14euzv85Fp6Nfzb9T9hOmDqJi { color:#000000;display:block;width:65.4375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:0rem;left:0rem;height:17.6rem;display:block; }
#ahkohHkC5Ky9DN77fTQEDTqWIC2Dudan { position:relative;display:block; }#ahkohHkC5Ky9DN77fTQEDTqWIC2Dudan { background-color: transparent; background-image: none; }#ahkohHkC5Ky9DN77fTQEDTqWIC2Dudan::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahkohHkC5Ky9DN77fTQEDTqWIC2Dudan > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahkohHkC5Ky9DN77fTQEDTqWIC2Dudan > .row .container > .video-iframe-container { display: none; }#ahkohHkC5Ky9DN77fTQEDTqWIC2Dudan > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahkohHkC5Ky9DN77fTQEDTqWIC2Dudan > .row > .video-iframe-container { display: none; }#ahkohHkC5Ky9DN77fTQEDTqWIC2Dudan > .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); }#ahkohHkC5Ky9DN77fTQEDTqWIC2Dudan { border-width: 0; border-radius: 0; }#ahkohHkC5Ky9DN77fTQEDTqWIC2Dudan > .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; }#ahkohHkC5Ky9DN77fTQEDTqWIC2Dudan > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BbaTTKZmkHkNT8EZsboFiizPBvJM0kKC { 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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:75rem;height:2.5rem;text-decoration:none;z-index:15048;text-align:left;text-align-last:left;top:0.8125rem;left:0rem;display:block; }
#seJTQ2Bt1iM6ubkvF9VH2rw4EauoRu9I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iVSIM4vmxlkEtqXDeGbPOfpsNLxWIi58 { color:#000000;display:block;width:20.625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:1.4125003814698rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#fqyxFROIMcPXBS3AlNcvK8BiA7f9XzFX { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:0.8125rem;left:72.5rem; }
#k4N5nFuNOsdIG29i2Eg8N2BINpvfXqf2 { position:relative;display:block; }#k4N5nFuNOsdIG29i2Eg8N2BINpvfXqf2 { background-color: transparent; background-image: none; }#k4N5nFuNOsdIG29i2Eg8N2BINpvfXqf2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k4N5nFuNOsdIG29i2Eg8N2BINpvfXqf2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k4N5nFuNOsdIG29i2Eg8N2BINpvfXqf2 > .row .container > .video-iframe-container { display: none; }#k4N5nFuNOsdIG29i2Eg8N2BINpvfXqf2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k4N5nFuNOsdIG29i2Eg8N2BINpvfXqf2 > .row > .video-iframe-container { display: none; }#k4N5nFuNOsdIG29i2Eg8N2BINpvfXqf2 > .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); }#k4N5nFuNOsdIG29i2Eg8N2BINpvfXqf2 { border-width: 0; border-radius: 0; }#k4N5nFuNOsdIG29i2Eg8N2BINpvfXqf2 > .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; }#k4N5nFuNOsdIG29i2Eg8N2BINpvfXqf2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Qvtevpzn877pIoMnCNSfUlGVZX8tAvTr { color:#000000;display:block;width:50.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:0rem;left:0rem;height:1.600475rem;display:block; }
#Xi5tPgVsCWL1uwhnALOx1OIuRxd3FvfC { position:relative;display:block; }#Xi5tPgVsCWL1uwhnALOx1OIuRxd3FvfC { background-color: transparent; background-image: none; }#Xi5tPgVsCWL1uwhnALOx1OIuRxd3FvfC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xi5tPgVsCWL1uwhnALOx1OIuRxd3FvfC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xi5tPgVsCWL1uwhnALOx1OIuRxd3FvfC > .row .container > .video-iframe-container { display: none; }#Xi5tPgVsCWL1uwhnALOx1OIuRxd3FvfC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xi5tPgVsCWL1uwhnALOx1OIuRxd3FvfC > .row > .video-iframe-container { display: none; }#Xi5tPgVsCWL1uwhnALOx1OIuRxd3FvfC > .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); }#Xi5tPgVsCWL1uwhnALOx1OIuRxd3FvfC { border-width: 0; border-radius: 0; }#Xi5tPgVsCWL1uwhnALOx1OIuRxd3FvfC > .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; }#Xi5tPgVsCWL1uwhnALOx1OIuRxd3FvfC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JNx2NfJ5vsKdsvqDsylyHHQA6o7BQkeE { 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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:75rem;height:2.5rem;text-decoration:none;z-index:15049;text-align:left;text-align-last:left;top:1rem;left:0rem;display:block; }
#uyDugQ6cbkgCxtDgslxntAFhZRi1ULwe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mysin3w8waoJtfinncSbvm29nqH6Bvlh { color:#000000;display:block;width:20.625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:1.4125003814698rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#VIff3SfQCJ13w1cscpx1b1UTxqvDiQQk { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:0.875rem;left:72.5rem; }
#sIqUvte9b31rFrTsiMDMFUyWT7RAKwAz { position:relative;display:block; }#sIqUvte9b31rFrTsiMDMFUyWT7RAKwAz { background-color: transparent; background-image: none; }#sIqUvte9b31rFrTsiMDMFUyWT7RAKwAz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIqUvte9b31rFrTsiMDMFUyWT7RAKwAz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIqUvte9b31rFrTsiMDMFUyWT7RAKwAz > .row .container > .video-iframe-container { display: none; }#sIqUvte9b31rFrTsiMDMFUyWT7RAKwAz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIqUvte9b31rFrTsiMDMFUyWT7RAKwAz > .row > .video-iframe-container { display: none; }#sIqUvte9b31rFrTsiMDMFUyWT7RAKwAz > .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); }#sIqUvte9b31rFrTsiMDMFUyWT7RAKwAz { border-width: 0; border-radius: 0; }#sIqUvte9b31rFrTsiMDMFUyWT7RAKwAz > .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; }#sIqUvte9b31rFrTsiMDMFUyWT7RAKwAz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SffPOrp3sGZMVqDhTKmuXuJBvbuAgMGN { color:#000000;display:block;width:50.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:0rem;left:0rem;height:8rem;display:block; }
#pwHc9OXDQxah6lahcLuryqGTdhkCBaJT { position:relative;display:block; }#pwHc9OXDQxah6lahcLuryqGTdhkCBaJT { background-color: transparent; background-image: none; }#pwHc9OXDQxah6lahcLuryqGTdhkCBaJT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwHc9OXDQxah6lahcLuryqGTdhkCBaJT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwHc9OXDQxah6lahcLuryqGTdhkCBaJT > .row .container > .video-iframe-container { display: none; }#pwHc9OXDQxah6lahcLuryqGTdhkCBaJT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwHc9OXDQxah6lahcLuryqGTdhkCBaJT > .row > .video-iframe-container { display: none; }#pwHc9OXDQxah6lahcLuryqGTdhkCBaJT > .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); }#pwHc9OXDQxah6lahcLuryqGTdhkCBaJT { border-width: 0; border-radius: 0; }#pwHc9OXDQxah6lahcLuryqGTdhkCBaJT > .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; }#pwHc9OXDQxah6lahcLuryqGTdhkCBaJT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vLNpNhmB9QUffQXgyQniFQW0kKLMohcT { 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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:75rem;height:2.5rem;text-decoration:none;z-index:15050;text-align:left;text-align-last:left;top:0.8125rem;left:0rem;display:block; }
#RG0wxxzH3H0OSIM4IrHS2rRtsyGitTdC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zhsJgT7PQcwWtKUGx4QqzibPgQkro8y1 { color:#000000;display:block;width:20.625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:1.4125003814698rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#SCLXNoaWyzPKxznuGIadrn5vC6u7NUZa { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:0.8125rem;left:72.5rem; }
#BteTfdLETFVTo3RMTGs1r10FJQTX0c1b { position:relative;display:block; }#BteTfdLETFVTo3RMTGs1r10FJQTX0c1b { background-color: transparent; background-image: none; }#BteTfdLETFVTo3RMTGs1r10FJQTX0c1b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BteTfdLETFVTo3RMTGs1r10FJQTX0c1b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BteTfdLETFVTo3RMTGs1r10FJQTX0c1b > .row .container > .video-iframe-container { display: none; }#BteTfdLETFVTo3RMTGs1r10FJQTX0c1b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BteTfdLETFVTo3RMTGs1r10FJQTX0c1b > .row > .video-iframe-container { display: none; }#BteTfdLETFVTo3RMTGs1r10FJQTX0c1b > .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); }#BteTfdLETFVTo3RMTGs1r10FJQTX0c1b { border-width: 0; border-radius: 0; }#BteTfdLETFVTo3RMTGs1r10FJQTX0c1b > .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; }#BteTfdLETFVTo3RMTGs1r10FJQTX0c1b > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AIkBJa9g5i5v0BDAZXyv91X1BvIszS3P { color:#000000;display:block;width:54.8125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:0rem;left:0rem;height:1.6rem;display:block; }
#hCSHrxKAzeEgceDat6BqzvM6IQSn7z7i { position:relative;display:block; }#hCSHrxKAzeEgceDat6BqzvM6IQSn7z7i { background-color: transparent; background-image: none; }#hCSHrxKAzeEgceDat6BqzvM6IQSn7z7i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hCSHrxKAzeEgceDat6BqzvM6IQSn7z7i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hCSHrxKAzeEgceDat6BqzvM6IQSn7z7i > .row .container > .video-iframe-container { display: none; }#hCSHrxKAzeEgceDat6BqzvM6IQSn7z7i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hCSHrxKAzeEgceDat6BqzvM6IQSn7z7i > .row > .video-iframe-container { display: none; }#hCSHrxKAzeEgceDat6BqzvM6IQSn7z7i > .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); }#hCSHrxKAzeEgceDat6BqzvM6IQSn7z7i { border-width: 0; border-radius: 0; }#hCSHrxKAzeEgceDat6BqzvM6IQSn7z7i > .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; }#hCSHrxKAzeEgceDat6BqzvM6IQSn7z7i > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#POhrkiF8J9ET8fb0TKvpWAQLR4Ok5xTy { 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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:75rem;height:2.5rem;text-decoration:none;z-index:15051;text-align:left;text-align-last:left;top:0.875rem;left:0rem;display:block; }
#v9C3TiVVGBvLJ8cs4xmR9skFahvhLyo5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GORoJfILvET99GJTWqGoRnSUfeLmvF4J { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:1.4124984741211rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#QhMJLN9ZJFxusuuRobO4T5IGu0kzXBJO { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:0.875rem;left:72.5rem; }
#lLwDc69sxg8MTccApbAMZestDZZcDV7T { position:relative;display:block; }#lLwDc69sxg8MTccApbAMZestDZZcDV7T { background-color: transparent; background-image: none; }#lLwDc69sxg8MTccApbAMZestDZZcDV7T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLwDc69sxg8MTccApbAMZestDZZcDV7T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLwDc69sxg8MTccApbAMZestDZZcDV7T > .row .container > .video-iframe-container { display: none; }#lLwDc69sxg8MTccApbAMZestDZZcDV7T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLwDc69sxg8MTccApbAMZestDZZcDV7T > .row > .video-iframe-container { display: none; }#lLwDc69sxg8MTccApbAMZestDZZcDV7T > .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); }#lLwDc69sxg8MTccApbAMZestDZZcDV7T { border-width: 0; border-radius: 0; }#lLwDc69sxg8MTccApbAMZestDZZcDV7T > .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; }#lLwDc69sxg8MTccApbAMZestDZZcDV7T > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TFZbun2PCXGxmNu6bQS6sOFv4Eny4zCb { color:#000000;display:block;width:57.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:0rem;left:0rem;height:1.6rem;display:block; }
#Repsnxb3mwOPFv1AaABfuEtJ5KwWzL17 { position:relative;display:block; }#Repsnxb3mwOPFv1AaABfuEtJ5KwWzL17 { background-color: transparent; background-image: none; }#Repsnxb3mwOPFv1AaABfuEtJ5KwWzL17::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Repsnxb3mwOPFv1AaABfuEtJ5KwWzL17 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Repsnxb3mwOPFv1AaABfuEtJ5KwWzL17 > .row .container > .video-iframe-container { display: none; }#Repsnxb3mwOPFv1AaABfuEtJ5KwWzL17 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Repsnxb3mwOPFv1AaABfuEtJ5KwWzL17 > .row > .video-iframe-container { display: none; }#Repsnxb3mwOPFv1AaABfuEtJ5KwWzL17 > .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); }#Repsnxb3mwOPFv1AaABfuEtJ5KwWzL17 { border-width: 0; border-radius: 0; }#Repsnxb3mwOPFv1AaABfuEtJ5KwWzL17 > .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; }#Repsnxb3mwOPFv1AaABfuEtJ5KwWzL17 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wvsBkZwb3mADlbsDTVDAzqBFUfi0dADb { 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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:75rem;height:2.5rem;text-decoration:none;z-index:15052;text-align:left;text-align-last:left;top:0.9375rem;left:0rem;display:block; }
#T5sRTKwpvl94WdOSI7Wsl6613IgVWpZS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kfBwRSZzEn5xfTZWLulZBVPts9m9B8Kk { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:1.4125003814698rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#sW5K2RckyercQ8fu8PhTeoydikDSP3Bg { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:0.875rem;left:72.5rem; }
#nmDcwpJbAQnHHw0u4rpbN6U0zEBoz03U { position:relative;display:block; }#nmDcwpJbAQnHHw0u4rpbN6U0zEBoz03U { background-color: transparent; background-image: none; }#nmDcwpJbAQnHHw0u4rpbN6U0zEBoz03U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmDcwpJbAQnHHw0u4rpbN6U0zEBoz03U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmDcwpJbAQnHHw0u4rpbN6U0zEBoz03U > .row .container > .video-iframe-container { display: none; }#nmDcwpJbAQnHHw0u4rpbN6U0zEBoz03U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmDcwpJbAQnHHw0u4rpbN6U0zEBoz03U > .row > .video-iframe-container { display: none; }#nmDcwpJbAQnHHw0u4rpbN6U0zEBoz03U > .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); }#nmDcwpJbAQnHHw0u4rpbN6U0zEBoz03U { border-width: 0; border-radius: 0; }#nmDcwpJbAQnHHw0u4rpbN6U0zEBoz03U > .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; }#nmDcwpJbAQnHHw0u4rpbN6U0zEBoz03U > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gxzolaxzn849xTEVHiOB0x9civiFh8fk { color:#000000;display:block;width:70.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:0rem;left:0rem;height:4.8rem;display:block; }
#SH327zg611y8Fd9eEdn5ONfTWp4p39bg { position:relative;display:block; }#SH327zg611y8Fd9eEdn5ONfTWp4p39bg { background-color: transparent; background-image: none; }#SH327zg611y8Fd9eEdn5ONfTWp4p39bg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SH327zg611y8Fd9eEdn5ONfTWp4p39bg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SH327zg611y8Fd9eEdn5ONfTWp4p39bg > .row .container > .video-iframe-container { display: none; }#SH327zg611y8Fd9eEdn5ONfTWp4p39bg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SH327zg611y8Fd9eEdn5ONfTWp4p39bg > .row > .video-iframe-container { display: none; }#SH327zg611y8Fd9eEdn5ONfTWp4p39bg > .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); }#SH327zg611y8Fd9eEdn5ONfTWp4p39bg { border-width: 0; border-radius: 0; }#SH327zg611y8Fd9eEdn5ONfTWp4p39bg > .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; }#SH327zg611y8Fd9eEdn5ONfTWp4p39bg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FpTsCqot3hbNpGGI3xZ1C0sdVkQ6NDy5 { 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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:75rem;height:2.5rem;text-decoration:none;z-index:15053;text-align:left;text-align-last:left;top:0.875rem;left:0rem;display:block; }
#lh5a33nBuf7hU1WNGyAHrdff6K9SJ57v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BieG3PLgTJb98yqTTfxK1Swa6NbSvWyE { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:1.3937492370606rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#JID6x4X1bnpuxwS86AM5IoDdyOQt2E5B { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:0.8125rem;left:72.5rem; }
#N6oAL3wghZqnwNFRNC6RhnVznmilTULu { position:relative;display:block; }#N6oAL3wghZqnwNFRNC6RhnVznmilTULu { background-color: transparent; background-image: none; }#N6oAL3wghZqnwNFRNC6RhnVznmilTULu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6oAL3wghZqnwNFRNC6RhnVznmilTULu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6oAL3wghZqnwNFRNC6RhnVznmilTULu > .row .container > .video-iframe-container { display: none; }#N6oAL3wghZqnwNFRNC6RhnVznmilTULu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6oAL3wghZqnwNFRNC6RhnVznmilTULu > .row > .video-iframe-container { display: none; }#N6oAL3wghZqnwNFRNC6RhnVznmilTULu > .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); }#N6oAL3wghZqnwNFRNC6RhnVznmilTULu { border-width: 0; border-radius: 0; }#N6oAL3wghZqnwNFRNC6RhnVznmilTULu > .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; }#N6oAL3wghZqnwNFRNC6RhnVznmilTULu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bU4KDgV0BVHXBBpqmNmuJEMv2VzBZg7E { color:#000000;display:block;width:70.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:0rem;left:0rem;height:8rem;display:block; }
#fHDWPsk8KJqhAdSI8rGXwvQNO3HXCXr0 { position:relative;display:block; }#fHDWPsk8KJqhAdSI8rGXwvQNO3HXCXr0 { background-color: transparent; background-image: none; }#fHDWPsk8KJqhAdSI8rGXwvQNO3HXCXr0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fHDWPsk8KJqhAdSI8rGXwvQNO3HXCXr0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fHDWPsk8KJqhAdSI8rGXwvQNO3HXCXr0 > .row .container > .video-iframe-container { display: none; }#fHDWPsk8KJqhAdSI8rGXwvQNO3HXCXr0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fHDWPsk8KJqhAdSI8rGXwvQNO3HXCXr0 > .row > .video-iframe-container { display: none; }#fHDWPsk8KJqhAdSI8rGXwvQNO3HXCXr0 > .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); }#fHDWPsk8KJqhAdSI8rGXwvQNO3HXCXr0 { border-width: 0; border-radius: 0; }#fHDWPsk8KJqhAdSI8rGXwvQNO3HXCXr0 > .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; }#fHDWPsk8KJqhAdSI8rGXwvQNO3HXCXr0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uRR28ATN8TOamBTK214e7U156oXX8Utm { 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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:75rem;height:2.5rem;text-decoration:none;z-index:15054;text-align:left;text-align-last:left;top:0.875rem;left:0rem;display:block; }
#a2bk9xzdTCBquOKVPmuO0J7Pww3cWx8C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U0CTvPtMS9ZsLWoOZTDcsZECbk85t5qC { color:#000000;display:block;width:29.25rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:1.4125061035156rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#qQ4kvPQAhlegg1eALRtK5HDr9AtZnCEm { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:0.875rem;left:72.5rem; }
#SL9p1l0yvVzQnIp4yEoSZHx0HTxwrnyK { position:relative;display:block; }#SL9p1l0yvVzQnIp4yEoSZHx0HTxwrnyK { background-color: transparent; background-image: none; }#SL9p1l0yvVzQnIp4yEoSZHx0HTxwrnyK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SL9p1l0yvVzQnIp4yEoSZHx0HTxwrnyK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SL9p1l0yvVzQnIp4yEoSZHx0HTxwrnyK > .row .container > .video-iframe-container { display: none; }#SL9p1l0yvVzQnIp4yEoSZHx0HTxwrnyK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SL9p1l0yvVzQnIp4yEoSZHx0HTxwrnyK > .row > .video-iframe-container { display: none; }#SL9p1l0yvVzQnIp4yEoSZHx0HTxwrnyK > .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); }#SL9p1l0yvVzQnIp4yEoSZHx0HTxwrnyK { border-width: 0; border-radius: 0; }#SL9p1l0yvVzQnIp4yEoSZHx0HTxwrnyK > .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; }#SL9p1l0yvVzQnIp4yEoSZHx0HTxwrnyK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OR0xf1stSKmsTvWT7fhfNw9QOsShLLJ7 { color:#000000;display:block;width:60.625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:0rem;left:0rem;height:3.2rem;display:block; }
#OAKlzm7dbRkIVXUVuMHR2sEqLg3ywdNn { position:relative;display:block; }#OAKlzm7dbRkIVXUVuMHR2sEqLg3ywdNn { background-color: transparent; background-image: none; }#OAKlzm7dbRkIVXUVuMHR2sEqLg3ywdNn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAKlzm7dbRkIVXUVuMHR2sEqLg3ywdNn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAKlzm7dbRkIVXUVuMHR2sEqLg3ywdNn > .row .container > .video-iframe-container { display: none; }#OAKlzm7dbRkIVXUVuMHR2sEqLg3ywdNn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAKlzm7dbRkIVXUVuMHR2sEqLg3ywdNn > .row > .video-iframe-container { display: none; }#OAKlzm7dbRkIVXUVuMHR2sEqLg3ywdNn > .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); }#OAKlzm7dbRkIVXUVuMHR2sEqLg3ywdNn { border-width: 0; border-radius: 0; }#OAKlzm7dbRkIVXUVuMHR2sEqLg3ywdNn > .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; }#OAKlzm7dbRkIVXUVuMHR2sEqLg3ywdNn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FBwx7iD4nnAyTM5XToVenxMxb6BrQJJ2 { 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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:75rem;height:2.5rem;text-decoration:none;z-index:15055;text-align:left;text-align-last:left;top:1rem;left:0rem;display:block; }
#ZfZADZvrSGy3pQvAwi9QMPFO90hAKTcN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZwIqGcdcyFm8R1xE3JEaRhR2pBhT2SEH { color:#000000;display:block;width:33.375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:1.3937377929688rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#JkJlkqayqDaUptETL8n3CZiv42gNJ0lD { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:0.9375rem;left:72.5rem; }
#sVaX5ZArcJ3565kKpGZKypxFN8yAX7ry { position:relative;display:block; }#sVaX5ZArcJ3565kKpGZKypxFN8yAX7ry { background-color: transparent; background-image: none; }#sVaX5ZArcJ3565kKpGZKypxFN8yAX7ry::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVaX5ZArcJ3565kKpGZKypxFN8yAX7ry > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVaX5ZArcJ3565kKpGZKypxFN8yAX7ry > .row .container > .video-iframe-container { display: none; }#sVaX5ZArcJ3565kKpGZKypxFN8yAX7ry > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVaX5ZArcJ3565kKpGZKypxFN8yAX7ry > .row > .video-iframe-container { display: none; }#sVaX5ZArcJ3565kKpGZKypxFN8yAX7ry > .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); }#sVaX5ZArcJ3565kKpGZKypxFN8yAX7ry { border-width: 0; border-radius: 0; }#sVaX5ZArcJ3565kKpGZKypxFN8yAX7ry > .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; }#sVaX5ZArcJ3565kKpGZKypxFN8yAX7ry > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RMGI0gKJTzIzfvbcIq0r1KKQUzKB0AlO { color:#000000;display:block;width:62.875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:0rem;left:0rem;height:3.2rem;display:block; }
#GqJN4OULyLwrsN8oCeNf6pt5qB2AzgRZ { position:relative;display:block; }#GqJN4OULyLwrsN8oCeNf6pt5qB2AzgRZ { background-color: transparent; background-image: none; }#GqJN4OULyLwrsN8oCeNf6pt5qB2AzgRZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqJN4OULyLwrsN8oCeNf6pt5qB2AzgRZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqJN4OULyLwrsN8oCeNf6pt5qB2AzgRZ > .row .container > .video-iframe-container { display: none; }#GqJN4OULyLwrsN8oCeNf6pt5qB2AzgRZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqJN4OULyLwrsN8oCeNf6pt5qB2AzgRZ > .row > .video-iframe-container { display: none; }#GqJN4OULyLwrsN8oCeNf6pt5qB2AzgRZ > .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); }#GqJN4OULyLwrsN8oCeNf6pt5qB2AzgRZ { border-width: 0; border-radius: 0; }#GqJN4OULyLwrsN8oCeNf6pt5qB2AzgRZ > .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; }#GqJN4OULyLwrsN8oCeNf6pt5qB2AzgRZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QVAo46NrTqwl8C5B56IoDtFc772tVMIX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fec23e;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; }#QVAo46NrTqwl8C5B56IoDtFc772tVMIX > .row .container { background-color: transparent; background-image: none; }#QVAo46NrTqwl8C5B56IoDtFc772tVMIX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVAo46NrTqwl8C5B56IoDtFc772tVMIX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVAo46NrTqwl8C5B56IoDtFc772tVMIX > .row .container > .video-iframe-container { display: none; }#QVAo46NrTqwl8C5B56IoDtFc772tVMIX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVAo46NrTqwl8C5B56IoDtFc772tVMIX > .row > .video-iframe-container { display: none; }#QVAo46NrTqwl8C5B56IoDtFc772tVMIX > .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); }#QVAo46NrTqwl8C5B56IoDtFc772tVMIX > .row .container { border-width: 0; border-radius: 0; }#QVAo46NrTqwl8C5B56IoDtFc772tVMIX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QVAo46NrTqwl8C5B56IoDtFc772tVMIX > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:75rem;position:relative;display:block; }#CZdwMXu65WKSv5EKs89DTziBy4WO0xhH { color:#ffffff;display:block;width:25rem;position:absolute;font-family:inter;font-size:5.125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:-0.0625rem;height:6.6625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ye6QgzF658bv2CyTqxyarirG9V1BGKsW { color:#ffffff;display:block;width:24.9375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.6875rem;left:0.0625rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#U2a0MSr0MaxkKoJPToTakmwZRs63ZDk4 { color:#ffffff;display:block;width:20.4375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.6875rem;left:27.25rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#fHQ1Q6rhvT3rNzSxrrz63HGEhSkiCImR { color:#ffffff;display:block;width:25rem;position:absolute;font-family:inter;font-size:5.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5rem;left:25rem;height:6.6625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vvRVRDsdc6Tm8A1DixrhlGgIB0u73IKI { color:#ffffff;display:block;width:25rem;position:absolute;font-family:inter;font-size:5.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:2.5rem;left:50rem;height:6.6625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C3uxKqLb6aRhJHWNRwrbTVdm98Rqt4r9 { color:#ffffff;display:block;width:20.4375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.6875rem;left:52.25rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#zJny6Bm9VeZL7JZD4gFKSVfmpRD7GrUc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d2344;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; }#zJny6Bm9VeZL7JZD4gFKSVfmpRD7GrUc > .row .container { background-color: transparent; background-image: none; }#zJny6Bm9VeZL7JZD4gFKSVfmpRD7GrUc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zJny6Bm9VeZL7JZD4gFKSVfmpRD7GrUc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zJny6Bm9VeZL7JZD4gFKSVfmpRD7GrUc > .row .container > .video-iframe-container { display: none; }#zJny6Bm9VeZL7JZD4gFKSVfmpRD7GrUc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zJny6Bm9VeZL7JZD4gFKSVfmpRD7GrUc > .row > .video-iframe-container { display: none; }#zJny6Bm9VeZL7JZD4gFKSVfmpRD7GrUc > .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); }#zJny6Bm9VeZL7JZD4gFKSVfmpRD7GrUc > .row .container { border-width: 0; border-radius: 0; }#zJny6Bm9VeZL7JZD4gFKSVfmpRD7GrUc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zJny6Bm9VeZL7JZD4gFKSVfmpRD7GrUc > .row .container { font-size:0.875rem;font-family:arial;height:29rem;width:75rem;position:relative;display:block; }#FTso1mTq2uTl13E0FCEtXCOGC7QWDZkg { color:#ffffff;display:block;width:75rem;position:absolute;font-family:inter;font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pqwGqwp2Rru681QN7XTo4ndt6aV6F5zb { color:#ffffff;display:block;width:72.5rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.6;letter-spacing:0;top:13.8125rem;left:1.25rem;height:10.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qNq6hLt09SxtEwwl2lvCJVH1riJVDbxH { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:23.4375rem;top:8.375rem;left:25.78125rem;overflow:hidden;display:block; }
#DvyBQ4TrA5Oob15T2VUGNQ90eylB8khd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#041227;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; }#DvyBQ4TrA5Oob15T2VUGNQ90eylB8khd > .row .container { background-color: transparent; background-image: none; }#DvyBQ4TrA5Oob15T2VUGNQ90eylB8khd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DvyBQ4TrA5Oob15T2VUGNQ90eylB8khd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DvyBQ4TrA5Oob15T2VUGNQ90eylB8khd > .row .container > .video-iframe-container { display: none; }#DvyBQ4TrA5Oob15T2VUGNQ90eylB8khd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DvyBQ4TrA5Oob15T2VUGNQ90eylB8khd > .row > .video-iframe-container { display: none; }#DvyBQ4TrA5Oob15T2VUGNQ90eylB8khd > .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); }#DvyBQ4TrA5Oob15T2VUGNQ90eylB8khd > .row .container { border-width: 0; border-radius: 0; }#DvyBQ4TrA5Oob15T2VUGNQ90eylB8khd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DvyBQ4TrA5Oob15T2VUGNQ90eylB8khd > .row .container { font-size:0.875rem;font-family:"open sans";height:17.5rem;width:75rem;position:relative;display:block; }#WT0cvcOvkKrAsC1J2mKs0JNaPZ7MeKUL { color:#ffffff;display:block;width:75rem;position:absolute;font-family:inter;font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yMigwhmfeeQ6U3hAdHMGp5RHGRyFQFWW { color:#ffffff;display:block;width:12.25rem;position:absolute;font-family:inter;font-size:1.625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:9.375rem;left:21.625rem;height:2.11263125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xzORlXMULQlrf5shrHAegHd0y0xlBfpV { color:#ffffff;display:block;width:19.8739375rem;position:absolute;font-family:inter;font-size:1.625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:9.25rem;left:41.5rem;height:2.11263125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ScTsVP2aS7ZG7VTbmnsZVZraHwRiVs5n { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:9.375rem;left:18.1875rem;overflow:hidden;display:block; }
#iqEdqSI969lFi2iZidHuKtDVvh8tKV8w { 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:2rem;width:2rem;top:9.25rem;left:38.1875rem;overflow:hidden;display:block; }
#Ad9TDPuEiHTkcRm68ifodVU4QoCgd285 { color:#cacaca;display:block;width:56.9375rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:15.15625rem;left:0rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#P0PXibA5EpbzqTeVbkyvhmP2pEzh3kES { color:#cacaca;display:block;width:28.875rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:15.15625rem;left:46.125rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #M4FyCIG9xIOfJx5q3f605kNrC5WsVaqi { display:none; }#M4FyCIG9xIOfJx5q3f605kNrC5WsVaqi > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #e4e87DzTL8BoMkV0vqtvh04hvZnLA8RC { width:23.3125rem;height:2.925rem;top:1.6625003814698rem;left:10.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iyl25Obgzq3xFflvmSBWo2EW2yzg8oF9 { width:10rem;height:3.125rem;top:1.625rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GfZZcwTKvKGoWwhqbv5q5N9ngyE4LDh5 { display:block; }
 }@media only screen and (max-width: 1199px) { #KkTxmP28x70cn01XKe2uAuFkJLEFt5x7 { width:8.1875rem;height:3.75rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q9UcRtZptB8gWESnFle3HNr19LLI80Ea { display:none; }#Q9UcRtZptB8gWESnFle3HNr19LLI80Ea > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #VvrnHW83Pzcge9T0vqIQbdWB9iXz0wPD { width:20.625rem;height:2.925rem;top:0.875rem;left:16rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rEsXt9ghFx8RbwZHMJiW1ZP1QBpx0EQs { width:17.0625rem;height:1.21875rem;top:4.1875rem;left:15.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LG7bAMLDrQFQObledqNAt0XzFpz5Rfzi { width:10rem;height:3.125rem;top:1.625rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f1wQPhWtGbUyoTbfyH5c36WtPvyiKRPC { display:block; }
 }@media only screen and (max-width: 1199px) { #ZXCKXUm0OHmaT8lEPyKPT0rQphhXCmEm { width:21.9375rem;height:6.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tIqlL6vy9CEJN1vrKy0tU8ioHGwWLWXm { display:block; }#tIqlL6vy9CEJN1vrKy0tU8ioHGwWLWXm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mypkeFKsBmXIgtW3lFTI7bFc5QT1eeca { width:11.0625rem;height:1.5rem;top:1.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KgsXWJaKKwwSi74Ji3dUCObIh9TNhNV9 { width:20rem;height:1.625rem;top:7rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Cn0pOxqIP7D2rPeUeaVXkfLWXoCG7Nkd { width:8.125rem;height:2.875rem;top:0.3125rem;left:25rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 1199px) { #xSrJh4Jmk3IWtBd3u2MF5DdX5eraSQTk { display:block; }
 }@media only screen and (max-width: 1199px) { #wbgycpU46nKeWINM8DIeKn7DFKGRVyuu { width:3.125rem;height:2.875rem;top:0.3125rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vdxCXTGVs8nfxcEIiMldCvputAgvqDFT { display:block; }
 }@media only screen and (max-width: 1199px) { #wU0aF7sgrASEtQFnK6QfHqtsaN1hE1kL { width:11.125rem;height:2.875rem;top:0.3125rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oCku88UZa1gwm19kesySbUWzZgTxJ2p7 { display:block; }
 }@media only screen and (max-width: 1199px) { #t5SVkDwqdWdgOqnzwEB64NegzlnixeCp { width:6.5rem;height:2.3125rem;top:1.375rem;left:25.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #DwLz5JUqkNQAfdrn539ZkrRtxXpfNiEy { width:6.6875rem;height:1.3rem;top:1.125rem;left:14.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H8SHGaNXxo6ghR7q1Isrqitd7r0e574i { width:1.875rem;height:1.875rem;top:0.875rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #auNMNQKmyTdH0w0BvqTbLUVhTBts2JGK { display:block; }#auNMNQKmyTdH0w0BvqTbLUVhTBts2JGK > .row .container { width:47.75rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #L53IdFuwZvxNFFEgsUz4TucKhCbTmo5u { width:23.25rem;height:6.3375rem;top:4.9375rem;left:0.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b5pIRbdP5u9n13AATwv1LXRJCx8XfRx7 { width:21.5625rem;height:3.9rem;top:12.4375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MyQ66DksPW1uTXgzeFdGWH9561IXLsXn { width:16.25rem;height:3.75rem;top:17.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ehHuGb0cKaVxsD3MOsQGa7KOeX62rFGO { display:block; }
 }@media only screen and (max-width: 1199px) { #sDTeHd9TkuD6fklFhbeKLhJKRpmhiy9A { width:22.8125rem;height:17.375rem;top:4.375rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JOCTCRrvQTCPViZqCEtmXqh3eHkbDXQ0 { display:block; }#JOCTCRrvQTCPViZqCEtmXqh3eHkbDXQ0 > .row .container { width:47.75rem;height:26rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #I765GG7CL0pbBLNd8XGT7ZrrBKbvAMLl { width:17.5rem;height:3.65625rem;top:6.375rem;left:4.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #AUhTiknb5KBp9611EX3EsTK2AxGK2T1I { width:18.75rem;height:2.4375rem;top:6.375rem;left:25.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #xWLTIh1sWWQmgycyb0kztUC6gzNhTNVk { width:18.75rem;height:4.875rem;top:16.875rem;left:4.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #GuqzG811ycl18ix9csNNr5Uud0XgFcAD { width:19.75rem;height:6.09375rem;top:16.875rem;left:25.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #JnK9T5BgE87QdgCPEbu2r3nrv0XbFrv8 { width:47.75rem;height:1.25rem;top:24.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rT9TErMGCioB3OnzTt1wOXFcyym7yUpe { width:3.75rem;height:3.75rem;top:1.25rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h70Q5iI2ocXDu3QnUxkPaFKTiGu5TLCi { width:3.75rem;height:3.75rem;top:11.9375rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KROt9LazZfMl3C4ur8TEgOwUNJPPv155 { width:3.75rem;height:3.75rem;top:11.9375rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DxxVMHSoaudf9MzUNxQPKGbJzm1T1cwO { width:3.75rem;height:3.75rem;top:1.25rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qI4fwQbbVCscxqWwfpIvDlyhm7eKXIGB { display:block; }#qI4fwQbbVCscxqWwfpIvDlyhm7eKXIGB > .row .container { width:47.75rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #g43yqaMTfqF1d9zM7xE7TizviUsvm5bw { width:45.875rem;height:6.375rem;top:0.625rem;left:0.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GRMO72wAwZTdLQOZW8Hqt9ZWt2ktnQK8 { display:block; }#GRMO72wAwZTdLQOZW8Hqt9ZWt2ktnQK8 > .row .container { width:47.75rem;height:9.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PbTT50ukVK4vFGwZsU4I5Nkd8vKntJri { width:47.75rem;height:4.875rem;top:2.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m9ISTE9lwuOqy51tcxfryTl7U1EBKeac { display:block; }#m9ISTE9lwuOqy51tcxfryTl7U1EBKeac > .row .container { width:47.75rem;height:38.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CzSyk2VDLtE4hnOPVp6SHlURlJSbOO5x { width:15.625rem;height:35rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mU5du30NINPatEpEeGzOArz5KgJJHLQZ { width:14.375rem;height:35rem;top:0.625rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O1MqMuGXUq7HabeoXiUqnzx5EHRtyAv8 { width:15.625rem;height:35rem;top:0.625rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ieIzbhUTO4Gby1oHSTtZxoIP1JFJL22k { width:13.125rem;height:3.75rem;top:30.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QDNMFifTnc4z3rqbvNdkxLJQmFKFNhqg { display:block; }
 }@media only screen and (max-width: 1199px) { #Wq51PrvhHlf7KqXkOTwddCEhDHWMMXl8 { width:13.25rem;height:0.0625rem;top:25.6875rem;left:17rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FngCgeW7Krg7iDnVPlxfSSOuIVpM2wdV { width:10.3125rem;height:2.1125rem;top:11.8125rem;left:2.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c3apgz8SPFJpCrvcxImM9BMMnSvvTErL { width:11.6875rem;height:1.05625rem;top:22.8125rem;left:2.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wvh0heyi7vmZMCXQbSFt9DNBxFigMnwT { width:9.75rem;height:2.1125rem;top:11.8125rem;left:18.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BgvuRlyx1eTX9AXFGMfyhNng4QIhKAse { width:11.8125rem;height:3.16875rem;top:14.75rem;left:18.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WZZUo3cl17DBDZCJUOthm14ew3abzsVr { width:9.5rem;height:3.16875rem;top:18.8125rem;left:18.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lc9CTIfa7hmC9mvPHah5MnPmBA6QTtQV { width:10.8125rem;height:1.05625rem;top:22.8125rem;left:18.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xJ49vLLNq5yCQzHy6dASgzB6KJcMLzFX { width:13.125rem;height:0.0625rem;top:25.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nFBs95CFvJ8iHCWJQRNuiqclt1sGUD5x { width:9.4375rem;height:3.16875rem;top:18.8125rem;left:2.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fz2Q6FCsuUTyxhPUnG6eOGPLywBIJ71T { width:11.875rem;height:3.16875rem;top:14.75rem;left:2.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tgBd6sfggtkWil2NEk2u8KBLQSAQw2p2 { width:9.75rem;height:2.1125rem;top:11.8125rem;left:35.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wnJfDwcpcHP53hkOAiSc11EIBqpKMrS9 { width:15.625rem;height:36.25rem;top:0rem;left:16rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GxF5hNn3cCUkwMJOJkPNlicPBmRq979H { width:15.6875rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e88F9Z7TdMzzMOxvDCXLklyPqqOusl3R { width:13.25rem;height:2.4375rem;top:1.25rem;left:17.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LRpSwllIUIhwGu3LJJJE6Je50JUho9NC { width:1rem;height:1rem;top:12rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fI5WTcxTHvLJIIS15bAnQQEwwyWdhWeG { width:13.125rem;height:2.4375rem;top:26.9375rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #geJltAmZ64qvQJm8hKv1MrdT6zyoXTrH { width:1rem;height:1rem;top:14.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ndC6vXhElT0DTBJGxzRBHTzcUTx7qOTI { width:1rem;height:1rem;top:18.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VVc14DBEA3APqfioHtGPzvnp5blUuhiq { width:1rem;height:1rem;top:22.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cGuLEeJUIC2W4h3Z6SrntdckbaGRWr91 { width:12.5rem;height:1.05625rem;top:9.9375rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lw0gubdOKeXh1mpSTus6pZkbfbB3p962 { width:1rem;height:1rem;top:12rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ck1T4nUJG5nDA2qBU4xK5u2gZzctGokv { width:14.3125rem;height:2.4375rem;top:27.1875rem;left:16.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E9AMKUgTzwsc0pXeeE2oIiCdwrkB403q { width:13.125rem;height:3.75rem;top:30.5625rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nwT48RoxM39dU0ynQfpipoZZTIOcnMSN { display:block; }
 }@media only screen and (max-width: 1199px) { #ica1TZoaahFpmUETgQHAfB7wJTpxIGT3 { width:7.6875rem;height:1.4375rem;top:25rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QUF5BN9S9MhEw4zp7flqQgUTCkVmvr6t { width:7.0625rem;height:1.1375rem;top:25.06875038147rem;left:20.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l3dEyOl7AEJ8g0Tm4PpN50o1pNcMVR9z { width:1rem;height:1rem;top:14.9375rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vhy3GzbTfoNOffNKW0yg2ygV6izVRMIr { width:1rem;height:1rem;top:18.875rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BwNykaEpiBACNMRKbptRRGkCf1JtxQv0 { width:1rem;height:1rem;top:22.8125rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qyToMuiIGDiNPGxOu6Ah14iFqrpLCrxm { width:15.625rem;height:2.4375rem;top:1.25rem;left:32.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wFlRHQan74G2R5T0pvMSGBVrIlVR4V36 { width:12.5rem;height:1.05625rem;top:9.9375rem;left:33.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aCiR02ENXkgeUOeWyh5slrDz1x2q3MVz { width:12.5rem;height:1.05625rem;top:9.9375rem;left:17.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q7k51VMaW5ldgZ9RlhIuOxcuMeCb12TA { width:1rem;height:1rem;top:12rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gqNV1KPE0Bs6hU9BhTgONJKcFGaPEusB { width:1rem;height:1rem;top:14.9375rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b7xhEpJ9yybfDbIsmlHqlxqn3hu3hefB { width:1rem;height:1rem;top:18.875rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EQDJ0GDSs2tTreTbmrB99pR3yF46uZC6 { width:1rem;height:1rem;top:22.8125rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PWU7vWN4FiGGmwu5ftkJWIDQr5aqH0vI { width:10.5625rem;height:1.05625rem;top:22.8125rem;left:35.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LQOUFrvDXzJ9zHcHlJmFdUawWa3ARwEq { width:11.8125rem;height:3.16875rem;top:18.8125rem;left:35.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sCVdCdpJ6HOAoLG1wnxZLVZdIDqffXu8 { width:11.9375rem;height:3.16875rem;top:14.75rem;left:35.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AqKop7TEov3ZVpCQsdlVVWrK6pShpO96 { width:13.125rem;height:3.75rem;top:30.5625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ql0MOclhFF5zeOU65qwxQehBDWvEJ4o3 { display:block; }
 }@media only screen and (max-width: 1199px) { #b2W3ELKKPiBgCAS2oGacFEZb9vaX3L2r { width:15.5rem;height:2.4375rem;top:27.1875rem;left:32.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qEEDfo7RDRZHt9tLNToyZcWIKCqt0GWg { width:13.125rem;height:0.0625rem;top:25.6875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QpIex5vGHGVQ8ZnyA8uT6QoOX9I8mg3K { width:5.625rem;height:3.75rem;top:4.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #icpkmfnkdLX8twP03V92uCBtuiyeAE08 { width:9.375rem;height:3.75rem;top:4.9375rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k9Oa4wilS0zIfC9WUKPm2Agt8OxZPmul { width:5.625rem;height:3.75rem;top:4.9375rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qi3vVpFC4JWPiWq1rfWTf78JiGQvuKWm { display:none; }#Qi3vVpFC4JWPiWq1rfWTf78JiGQvuKWm > .row .container { width:47.75rem;height:38.375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #R5RDKgqPFSxQQ4TP2gklVwACKuNe5GIs { width:15.625rem;height:35rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nLIaQVT1S6vxbJKpTkmRQBx4gd5A20FT { width:14.375rem;height:35rem;top:0.625rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t5NPzaAd1zRiwfrZVsomFRRU0O2n5pEW { width:15.625rem;height:35rem;top:0.625rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fhe5rAaXvSX01Lf9CkxT6aWPon0LFlFX { width:13.125rem;height:3.75rem;top:30.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aQdM9SKaB298LQl0ccf048GkKXHMRJTi { display:block; }
 }@media only screen and (max-width: 1199px) { #BBTw4NVXNplQxr2MD6fhZeQ9VpOTtORE { width:13.125rem;height:0.0625rem;top:25.686718940735rem;left:17.312500357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GubnLQgQ1N7w8Gp4Dgdui7iVu9kX2mo8 { width:10.3125rem;height:2.1125rem;top:11.8125rem;left:2.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ow8F7koC2fMVXBFPgLZxBfsUxFf7USr4 { width:11.6875rem;height:1.05625rem;top:22.8125rem;left:2.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mJporZZevQsuerCKaI3Nr3TrRTbM96Me { width:9.75rem;height:2.1125rem;top:11.8125rem;left:18.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UJ0nXdKtuTAsZQFrWVczEDHf7JH3dJUN { width:11.8125rem;height:3.16875rem;top:14.75rem;left:18.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s12mRQ1eahhur3FLTohSrHZsrfh5lLNr { width:9.5rem;height:3.16875rem;top:18.8125rem;left:18.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BOuI0ESsUPyC4Vc7Ot3mpK1L43OWRddU { width:10.8125rem;height:1.05625rem;top:22.8125rem;left:18.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hONVThfUU38TqzmdtXIkN8wEVnTnTvb8 { width:13.125rem;height:0.0625rem;top:25.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nowD3MFcuxt6T5LhoAvK0RQOHQIVPqml { width:9.4375rem;height:3.16875rem;top:18.8125rem;left:2.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JcUneiKckeIv6OT9rod8TTJAvfVHrDVH { width:11.875rem;height:3.16875rem;top:14.75rem;left:2.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wsNBFNiKZAuTWX7OFASFgXUIwV7o5oDr { width:9.75rem;height:2.1125rem;top:11.8125rem;left:35.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gHnpolwDEEdN29363Q9iyrAqoTpDh2rk { width:15.625rem;height:36.25rem;top:0rem;left:16rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v3xuIyAmo0NrPG1difqC4Ik4OhWfhCn5 { width:15.6875rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Iru2typzseb7e8LaOJ7ULu9D7GiJ4q4M { width:13.25rem;height:2.4375rem;top:1.25rem;left:17.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UelU7UaDvpwiNUdBbdphhDEePwrbmRBm { width:1rem;height:1rem;top:12rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AD6deGfLyEysROeq8tE1wKuaAFEcVXKT { width:13.125rem;height:2.4375rem;top:26.9375rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lkc8iep7WGeSqZCwLVbRP6HbJboG5H9E { width:1rem;height:1rem;top:14.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DuFRlITTO3zZfCV4bfeW4MsSqvR6FvL4 { width:1rem;height:1rem;top:18.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UQWCcSJg26GI2QaxsNPWHJUIvoAqT3iW { width:1rem;height:1rem;top:22.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lG1U82G6yPrJ6aQ0wMRH2zKQQntI4kyN { width:12.5rem;height:1.05625rem;top:9.9375rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SnyOuknbgXf8zlxZTcqXUuGF1y0kT2ow { width:1rem;height:1rem;top:12rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vXqQ5S3bfZLmxq6KB0XmGV4ewrBK46Me { width:14.3125rem;height:2.4375rem;top:27.1875rem;left:16.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JQMpPkMZSoWqc5rXAGEtJ6NrqSG3DaBp { width:13.125rem;height:3.75rem;top:30.5625rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QFw7lHDl0TfRNipedgwt5arPnxl54RB2 { display:block; }
 }@media only screen and (max-width: 1199px) { #Cq5Dtkym0O7OJBaohbPAEKHJeJk5gFn1 { width:1rem;height:1rem;top:14.9375rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JnRbXSPrGPMiq6VEp93MLltPmFpTyZfc { width:1rem;height:1rem;top:18.875rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ubwTGNAwclVqnGJiPay4T5t2S3Pzl3rb { width:1rem;height:1rem;top:22.8125rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a5yTyswdpLFpX952hEy2BkTTgE0G417g { width:15.625rem;height:2.4375rem;top:1.25rem;left:32.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ezeZ8BSdqXtJFW34OMZLyLfhzX3SfJWW { width:12.5rem;height:1.05625rem;top:9.9375rem;left:33.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cxm9KB0esqQX1XovC1ZXrUbM7k0ZbNt4 { width:12.5rem;height:1.05625rem;top:9.9375rem;left:17.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JAFibHdKWNtdFplkyFKOC9ppr6TB1ZbG { width:1rem;height:1rem;top:12rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GLgceBBK55AJB4ioo8UWoeNKtKdkOLRT { width:1rem;height:1rem;top:14.9375rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qebslsb6AkRzDQ6u4EJT3tg1BWsmTgX8 { width:1rem;height:1rem;top:18.875rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QgF1kFpL19y1DbRV9PcyPTDGTnI8P5di { width:1rem;height:1rem;top:22.8125rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NbBVUzxLmcnhpSqofbS5ZVDaJwO0uoii { width:10.5625rem;height:1.05625rem;top:22.8125rem;left:35.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oFgStf6Fo6rGIeKodICkA4Iyb2nTv2dJ { width:11.8125rem;height:3.16875rem;top:18.8125rem;left:35.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hsraewdGdkU05u7VkntOxPpIDtTDlTaV { width:11.9375rem;height:3.16875rem;top:14.75rem;left:35.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CtdV07GDOMH6WpG5leZrgWrvCohNV6u0 { width:13.125rem;height:3.75rem;top:30.5625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bSLPU87whWSlBs04s5ufi4NnZxEIbwgu { display:block; }
 }@media only screen and (max-width: 1199px) { #bkpQvGFy7E08vB6CQaFCJeoKuOFI1Z7x { width:15.5rem;height:2.4375rem;top:27.1875rem;left:32.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F6WRK7iDbhHuvIfIrd3Q6AWbT0uMMC8d { width:13.125rem;height:0.0625rem;top:25.6875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UOo1IToqTtHfbtb51HGEI0KdmBEO9iWm { width:5.625rem;height:3.75rem;top:4.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cGG5EDK8LMTeB5uMRelrp2m16CuhB5CE { width:14.5625rem;height:0.89375rem;top:34.398956298828rem;left:16.59375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RV3lrmq1C3LDsmam03ixdEKpHAV0XD9V { width:10rem;height:4.5rem;top:4.625rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A2maNMNhs9RaTQucecO7rwihwcaHuKxg { width:14.5625rem;height:0.89375rem;top:34.437494277954rem;left:32.656252264976rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GZZ5nVymTg6IF5ZR2BaZypDqokR8gTf0 { width:10rem;height:4.5rem;top:4.5609350204467rem;left:34.937502264976rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N3yHRVkNQ5KIo8eHBMeSdrwx7mQwKUIb { width:14.375rem;height:35rem;top:0.62499761581421rem;left:32.750002264976rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oQ9ChavD8JbHwnoKceUtcV9c4mPtzg88 { display:block; }#oQ9ChavD8JbHwnoKceUtcV9c4mPtzg88 > .row .container { width:47.75rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #D7469CWDf6Sguiw9Ss245SuwnQ5EZpr7 { width:47.75rem;height:2.275rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BsHVzhigxizXfNrGJnSABDD9gFKKrHmE { width:45.5rem;height:10.96875rem;top:26.0625rem;left:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V8C0vBVEc0dQsJ2Uv2OQw2D5wIfvIWfs { width:47.75rem;height:11.625rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yfsQQEn8k2LcQJFRaT0qnr2rnMJTNfJO { width:1.375rem;height:1.375rem;top:33.25rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cyniVcKTA0cTX5TTSftcvMLoQhqJ0noM { width:1.375rem;height:1.375rem;top:30.8125rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K21hwVNfA3zuJh8SrQI3ZZKWB17EoGTx { width:1.375rem;height:1.375rem;top:28.4375rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mAzMov0RZQT5cesHBv2K76zMqD083f0z { width:1.375rem;height:1.375rem;top:25.9375rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eWWslAAQlsLHENWAdHmBV2WpMzB2Hzv0 { width:16.25rem;height:3.75rem;top:38.90625rem;left:15.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Maqa5SAxNJTm4ReqpSTd42gR1aRSkTI5 { display:block; }
 }@media only screen and (max-width: 1199px) { #hC0qEDzltUbdf4QhOZ1FXrstoSFXvulr { width:1.375rem;height:1.375rem;top:35.8125rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QFGTuJpRH8wH303JO7eWp7etHHbiNyOK { width:28.0625rem;height:20rem;top:5.3125rem;left:9.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hk8oiQLR7Nk3UD4URepuGFlTTTPxR4Ue { display:block; }#Hk8oiQLR7Nk3UD4URepuGFlTTTPxR4Ue > .row .container { width:47.75rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yMcpfPR0oodcIVodfbZS8nPqOiXdFnmy { width:47.75rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zVen22373bs4zT5CgxLCiQ5azKiZEGlb { display:block; }#zVen22373bs4zT5CgxLCiQ5azKiZEGlb > .row .container { width:47.75rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KvXMRzGf9HCZSGooK0RiItmmwsVwXe9w { width:47.75rem;height:2.275rem;top:0rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DKfxUbJtLD6JJ4rKVXatfZJX1Q0r0uU8 { width:47.125rem;height:2.5rem;top:3.4375rem;left:0.625rem;font-size:1rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 1199px) { #pfcsQtNITOzBSiGEnvvU8iNWQIcdeXiz { display:block; }
 }@media only screen and (max-width: 1199px) { #FtQ5JZNJkULJkWXkcO79Tl0I1BwlFZzd { width:14.375rem;height:1.3rem;top:4.0625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k4DGrns6gdliEgWZOiol6uFKk0LD676u { width:2.5rem;height:2.5rem;top:3.4375rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fQnImDs37h87PrpcblA5fh2WVMio0Nvy { display:block; }#fQnImDs37h87PrpcblA5fh2WVMio0Nvy > .row .container { width:47.75rem;height:19.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PPQwNoh14euzv85Fp6Nfzb9T9hOmDqJi { width:45.5rem;height:16.5rem;top:0rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ahkohHkC5Ky9DN77fTQEDTqWIC2Dudan { display:block; }#ahkohHkC5Ky9DN77fTQEDTqWIC2Dudan > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #BbaTTKZmkHkNT8EZsboFiizPBvJM0kKC { width:47.1875rem;height:2.5rem;top:1rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #seJTQ2Bt1iM6ubkvF9VH2rw4EauoRu9I { display:block; }
 }@media only screen and (max-width: 1199px) { #iVSIM4vmxlkEtqXDeGbPOfpsNLxWIi58 { width:17.375rem;height:1.3rem;top:1.5625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fqyxFROIMcPXBS3AlNcvK8BiA7f9XzFX { width:2.5rem;height:2.5rem;top:1rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k4N5nFuNOsdIG29i2Eg8N2BINpvfXqf2 { display:block; }#k4N5nFuNOsdIG29i2Eg8N2BINpvfXqf2 > .row .container { width:47.75rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Qvtevpzn877pIoMnCNSfUlGVZX8tAvTr { width:45.5625rem;height:1.5rem;top:0rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xi5tPgVsCWL1uwhnALOx1OIuRxd3FvfC { display:block; }#Xi5tPgVsCWL1uwhnALOx1OIuRxd3FvfC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JNx2NfJ5vsKdsvqDsylyHHQA6o7BQkeE { width:47.125rem;height:2.5rem;top:1rem;left:0.625rem;font-size:1rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 1199px) { #uyDugQ6cbkgCxtDgslxntAFhZRi1ULwe { display:block; }
 }@media only screen and (max-width: 1199px) { #Mysin3w8waoJtfinncSbvm29nqH6Bvlh { width:11.875rem;height:1.3rem;top:1.5625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VIff3SfQCJ13w1cscpx1b1UTxqvDiQQk { width:2.5rem;height:2.5rem;top:0.9375rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sIqUvte9b31rFrTsiMDMFUyWT7RAKwAz { display:block; }#sIqUvte9b31rFrTsiMDMFUyWT7RAKwAz > .row .container { width:47.75rem;height:9.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SffPOrp3sGZMVqDhTKmuXuJBvbuAgMGN { width:47.75rem;height:7.5rem;top:0rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pwHc9OXDQxah6lahcLuryqGTdhkCBaJT { display:block; }#pwHc9OXDQxah6lahcLuryqGTdhkCBaJT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vLNpNhmB9QUffQXgyQniFQW0kKLMohcT { width:47.1875rem;height:2.5rem;top:1rem;left:0.625rem;font-size:1rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 1199px) { #RG0wxxzH3H0OSIM4IrHS2rRtsyGitTdC { display:block; }
 }@media only screen and (max-width: 1199px) { #zhsJgT7PQcwWtKUGx4QqzibPgQkro8y1 { width:21.4375rem;height:1.3rem;top:1.5625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SCLXNoaWyzPKxznuGIadrn5vC6u7NUZa { width:2.5rem;height:2.5rem;top:0.9375rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BteTfdLETFVTo3RMTGs1r10FJQTX0c1b { display:block; }#BteTfdLETFVTo3RMTGs1r10FJQTX0c1b > .row .container { width:47.75rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #AIkBJa9g5i5v0BDAZXyv91X1BvIszS3P { width:46.0625rem;height:3rem;top:0rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hCSHrxKAzeEgceDat6BqzvM6IQSn7z7i { display:block; }#hCSHrxKAzeEgceDat6BqzvM6IQSn7z7i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #POhrkiF8J9ET8fb0TKvpWAQLR4Ok5xTy { width:47.125rem;height:2.5rem;top:1rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v9C3TiVVGBvLJ8cs4xmR9skFahvhLyo5 { display:block; }
 }@media only screen and (max-width: 1199px) { #GORoJfILvET99GJTWqGoRnSUfeLmvF4J { width:16.6875rem;height:1.3rem;top:1.5625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QhMJLN9ZJFxusuuRobO4T5IGu0kzXBJO { width:2.5rem;height:2.5rem;top:1rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lLwDc69sxg8MTccApbAMZestDZZcDV7T { display:block; }#lLwDc69sxg8MTccApbAMZestDZZcDV7T > .row .container { width:47.75rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TFZbun2PCXGxmNu6bQS6sOFv4Eny4zCb { width:47rem;height:3rem;top:0rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Repsnxb3mwOPFv1AaABfuEtJ5KwWzL17 { display:block; }#Repsnxb3mwOPFv1AaABfuEtJ5KwWzL17 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wvsBkZwb3mADlbsDTVDAzqBFUfi0dADb { width:47.0625rem;height:2.5rem;top:1rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T5sRTKwpvl94WdOSI7Wsl6613IgVWpZS { display:block; }
 }@media only screen and (max-width: 1199px) { #kfBwRSZzEn5xfTZWLulZBVPts9m9B8Kk { width:18.5625rem;height:1.3rem;top:1.5625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sW5K2RckyercQ8fu8PhTeoydikDSP3Bg { width:2.5rem;height:2.5rem;top:1rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nmDcwpJbAQnHHw0u4rpbN6U0zEBoz03U { display:block; }#nmDcwpJbAQnHHw0u4rpbN6U0zEBoz03U > .row .container { width:47.75rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gxzolaxzn849xTEVHiOB0x9civiFh8fk { width:46.5625rem;height:6rem;top:0rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SH327zg611y8Fd9eEdn5ONfTWp4p39bg { display:block; }#SH327zg611y8Fd9eEdn5ONfTWp4p39bg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FpTsCqot3hbNpGGI3xZ1C0sdVkQ6NDy5 { width:47.125rem;height:2.5rem;top:1rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lh5a33nBuf7hU1WNGyAHrdff6K9SJ57v { display:block; }
 }@media only screen and (max-width: 1199px) { #BieG3PLgTJb98yqTTfxK1Swa6NbSvWyE { width:24.5625rem;height:1.3rem;top:1.5rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JID6x4X1bnpuxwS86AM5IoDdyOQt2E5B { width:2.5rem;height:2.5rem;top:1rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N6oAL3wghZqnwNFRNC6RhnVznmilTULu { display:block; }#N6oAL3wghZqnwNFRNC6RhnVznmilTULu > .row .container { width:47.75rem;height:9.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #bU4KDgV0BVHXBBpqmNmuJEMv2VzBZg7E { width:47.75rem;height:7.5rem;top:0rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fHDWPsk8KJqhAdSI8rGXwvQNO3HXCXr0 { display:block; }#fHDWPsk8KJqhAdSI8rGXwvQNO3HXCXr0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uRR28ATN8TOamBTK214e7U156oXX8Utm { width:47.0625rem;height:2.5rem;top:1rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a2bk9xzdTCBquOKVPmuO0J7Pww3cWx8C { display:block; }
 }@media only screen and (max-width: 1199px) { #U0CTvPtMS9ZsLWoOZTDcsZECbk85t5qC { width:30.125rem;height:1.3rem;top:1.5625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qQ4kvPQAhlegg1eALRtK5HDr9AtZnCEm { width:2.5rem;height:2.5rem;top:1rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SL9p1l0yvVzQnIp4yEoSZHx0HTxwrnyK { display:block; }#SL9p1l0yvVzQnIp4yEoSZHx0HTxwrnyK > .row .container { width:47.75rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OR0xf1stSKmsTvWT7fhfNw9QOsShLLJ7 { width:46.25rem;height:3rem;top:0rem;left:0.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OAKlzm7dbRkIVXUVuMHR2sEqLg3ywdNn { display:block; }#OAKlzm7dbRkIVXUVuMHR2sEqLg3ywdNn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FBwx7iD4nnAyTM5XToVenxMxb6BrQJJ2 { width:47.125rem;height:2.5rem;top:1rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZfZADZvrSGy3pQvAwi9QMPFO90hAKTcN { display:block; }
 }@media only screen and (max-width: 1199px) { #ZwIqGcdcyFm8R1xE3JEaRhR2pBhT2SEH { width:30.8125rem;height:1.3rem;top:1.5625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JkJlkqayqDaUptETL8n3CZiv42gNJ0lD { width:2.5rem;height:2.5rem;top:1rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sVaX5ZArcJ3565kKpGZKypxFN8yAX7ry { display:block; }#sVaX5ZArcJ3565kKpGZKypxFN8yAX7ry > .row .container { width:47.75rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RMGI0gKJTzIzfvbcIq0r1KKQUzKB0AlO { width:41.625rem;height:4.5rem;top:0rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GqJN4OULyLwrsN8oCeNf6pt5qB2AzgRZ { display:block; }#GqJN4OULyLwrsN8oCeNf6pt5qB2AzgRZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QVAo46NrTqwl8C5B56IoDtFc772tVMIX { display:block; }#QVAo46NrTqwl8C5B56IoDtFc772tVMIX > .row .container { width:47.75rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CZdwMXu65WKSv5EKs89DTziBy4WO0xhH { width:15.875rem;height:4.0625rem;top:2.0625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ye6QgzF658bv2CyTqxyarirG9V1BGKsW { width:15.625rem;height:3.65625rem;top:6.6875rem;left:0.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U2a0MSr0MaxkKoJPToTakmwZRs63ZDk4 { width:15.625rem;height:3.65625rem;top:6.6875rem;left:16.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fHQ1Q6rhvT3rNzSxrrz63HGEhSkiCImR { width:15.875rem;height:4.0625rem;top:2.0625rem;left:15.9375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vvRVRDsdc6Tm8A1DixrhlGgIB0u73IKI { width:15.875rem;height:4.0625rem;top:2.0625rem;left:31.875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C3uxKqLb6aRhJHWNRwrbTVdm98Rqt4r9 { width:15.625rem;height:3.65625rem;top:6.6875rem;left:32rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zJny6Bm9VeZL7JZD4gFKSVfmpRD7GrUc { display:block; }#zJny6Bm9VeZL7JZD4gFKSVfmpRD7GrUc > .row .container { width:47.75rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FTso1mTq2uTl13E0FCEtXCOGC7QWDZkg { width:47.75rem;height:2.275rem;top:2.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pqwGqwp2Rru681QN7XTo4ndt6aV6F5zb { width:46.5rem;height:13.6rem;top:10.75rem;left:0.625rem;font-size:1.0625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #qNq6hLt09SxtEwwl2lvCJVH1riJVDbxH { width:18.75rem;height:2.5rem;top:6.1875rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DvyBQ4TrA5Oob15T2VUGNQ90eylB8khd { display:block; }#DvyBQ4TrA5Oob15T2VUGNQ90eylB8khd > .row .container { width:47.75rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WT0cvcOvkKrAsC1J2mKs0JNaPZ7MeKUL { width:43rem;height:1.95rem;top:2.0625rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yMigwhmfeeQ6U3hAdHMGp5RHGRyFQFWW { width:9.4375rem;height:1.4625rem;top:7.2697906494137rem;left:10.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xzORlXMULQlrf5shrHAegHd0y0xlBfpV { width:19.8125rem;height:1.4625rem;top:7.25rem;left:26.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ScTsVP2aS7ZG7VTbmnsZVZraHwRiVs5n { width:1.5rem;height:1.5rem;top:7.25rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iqEdqSI969lFi2iZidHuKtDVvh8tKV8w { width:1.5rem;height:1.5rem;top:7.375rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ad9TDPuEiHTkcRm68ifodVU4QoCgd285 { width:36.25rem;height:1.1375rem;top:12.625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P0PXibA5EpbzqTeVbkyvhmP2pEzh3kES { width:10.5625rem;height:1.1375rem;top:12.625rem;left:36.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #M4FyCIG9xIOfJx5q3f605kNrC5WsVaqi { background-color:transparent;background-image: -webkit-linear-gradient(135deg, #1c1c4a, #1f1f68);background-image: -moz-linear-gradient(135deg, #1c1c4a, #1f1f68);background-image: -ms-linear-gradient(135deg, #1c1c4a, #1f1f68);background-image: -o-linear-gradient(135deg, #1c1c4a, #1f1f68);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c4a', endColorstr='#1f1f68' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c4a', endColorstr='#1f1f68' );";background-image: linear-gradient(135deg, #1c1c4a, #1f1f68);background-size:auto !important;display:none; }#M4FyCIG9xIOfJx5q3f605kNrC5WsVaqi > .row .container { width:20rem;height:11.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #e4e87DzTL8BoMkV0vqtvh04hvZnLA8RC { width:18.75rem;height:2.4rem;top:4.125rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15007;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #iyl25Obgzq3xFflvmSBWo2EW2yzg8oF9 { width:16.25rem;height:3.125rem;top:7.25rem;left:1.875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #GfZZcwTKvKGoWwhqbv5q5N9ngyE4LDh5 { display:block; }
 }@media only screen and (max-width: 763px) { #KkTxmP28x70cn01XKe2uAuFkJLEFt5x7 { width:6.75rem;height:3.125rem;top:0.625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9UcRtZptB8gWESnFle3HNr19LLI80Ea { background-color:transparent;background-image: -webkit-linear-gradient(135deg, #fe8005, #fd6603);background-image: -moz-linear-gradient(135deg, #fe8005, #fd6603);background-image: -ms-linear-gradient(135deg, #fe8005, #fd6603);background-image: -o-linear-gradient(135deg, #fe8005, #fd6603);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe8005', endColorstr='#fd6603' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe8005', endColorstr='#fd6603' );";background-image: linear-gradient(135deg, #fe8005, #fd6603);background-size:auto !important;display:none; }#Q9UcRtZptB8gWESnFle3HNr19LLI80Ea > .row .container { width:20rem;height:11.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VvrnHW83Pzcge9T0vqIQbdWB9iXz0wPD { width:20rem;height:3.0875rem;top:1.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #rEsXt9ghFx8RbwZHMJiW1ZP1QBpx0EQs { width:20rem;height:1.3rem;top:4.7874994277954rem;left:0rem;font-size:1rem;z-index:15008;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LG7bAMLDrQFQObledqNAt0XzFpz5Rfzi { width:16.25rem;height:3.125rem;top:6.875rem;left:1.875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #f1wQPhWtGbUyoTbfyH5c36WtPvyiKRPC { display:block; }
 }@media only screen and (max-width: 763px) { #ZXCKXUm0OHmaT8lEPyKPT0rQphhXCmEm { width:17.5rem;height:5rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tIqlL6vy9CEJN1vrKy0tU8ioHGwWLWXm { position:relative;z-index:auto;background-color:#fec23e;background-image:none;display:block; }#tIqlL6vy9CEJN1vrKy0tU8ioHGwWLWXm > .row .container { background-color: transparent; background-image: none; }#tIqlL6vy9CEJN1vrKy0tU8ioHGwWLWXm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tIqlL6vy9CEJN1vrKy0tU8ioHGwWLWXm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tIqlL6vy9CEJN1vrKy0tU8ioHGwWLWXm > .row .container > .video-iframe-container { display: none; }#tIqlL6vy9CEJN1vrKy0tU8ioHGwWLWXm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tIqlL6vy9CEJN1vrKy0tU8ioHGwWLWXm > .row > .video-iframe-container { display: none; }#tIqlL6vy9CEJN1vrKy0tU8ioHGwWLWXm > .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); }#tIqlL6vy9CEJN1vrKy0tU8ioHGwWLWXm > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mypkeFKsBmXIgtW3lFTI7bFc5QT1eeca { width:10rem;height:1.375rem;top:0.875rem;left:5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KgsXWJaKKwwSi74Ji3dUCObIh9TNhNV9 { width:20rem;height:0;top:2.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #Cn0pOxqIP7D2rPeUeaVXkfLWXoCG7Nkd { width:6.25rem;height:2.25rem;top:0.0625rem;left:0rem;font-size:0.8125rem;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #xSrJh4Jmk3IWtBd3u2MF5DdX5eraSQTk { display:block; }
 }@media only screen and (max-width: 763px) { #wbgycpU46nKeWINM8DIeKn7DFKGRVyuu { width:2.75rem;height:2.25rem;top:0.0625rem;left:17.25rem;font-size:0.8125rem;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #vdxCXTGVs8nfxcEIiMldCvputAgvqDFT { display:block; }
 }@media only screen and (max-width: 763px) { #wU0aF7sgrASEtQFnK6QfHqtsaN1hE1kL { width:10rem;height:2.25rem;top:0.0625rem;left:6.6875rem;font-size:0.8125rem;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #oCku88UZa1gwm19kesySbUWzZgTxJ2p7 { display:block; }
 }@media only screen and (max-width: 763px) { #t5SVkDwqdWdgOqnzwEB64NegzlnixeCp { width:7.5625rem;height:2.875rem;top:3.3125rem;left:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DwLz5JUqkNQAfdrn539ZkrRtxXpfNiEy { width:12.5rem;height:0;top:1.25rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #H8SHGaNXxo6ghR7q1Isrqitd7r0e574i { display:flex;width:1.875rem;height:1.875rem;top:0.875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #auNMNQKmyTdH0w0BvqTbLUVhTBts2JGK { background-color:#fec23e;background-image:none;display:block; }#auNMNQKmyTdH0w0BvqTbLUVhTBts2JGK > .row .container { background-color: transparent; background-image: none; }#auNMNQKmyTdH0w0BvqTbLUVhTBts2JGK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auNMNQKmyTdH0w0BvqTbLUVhTBts2JGK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auNMNQKmyTdH0w0BvqTbLUVhTBts2JGK > .row .container > .video-iframe-container { display: none; }#auNMNQKmyTdH0w0BvqTbLUVhTBts2JGK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auNMNQKmyTdH0w0BvqTbLUVhTBts2JGK > .row > .video-iframe-container { display: none; }#auNMNQKmyTdH0w0BvqTbLUVhTBts2JGK > .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); }#auNMNQKmyTdH0w0BvqTbLUVhTBts2JGK > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L53IdFuwZvxNFFEgsUz4TucKhCbTmo5u { width:20rem;height:5.85rem;top:16.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #b5pIRbdP5u9n13AATwv1LXRJCx8XfRx7 { width:17.5rem;height:3.65625rem;top:23.3125rem;left:1.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MyQ66DksPW1uTXgzeFdGWH9561IXLsXn { width:16.25rem;height:3.125rem;top:28.125rem;left:1.875rem;color:#fec23e;border-top:0;border-left:0;border-right:0;border-bottom:0;font-size:1rem;background-color:#ffffff;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) { #ehHuGb0cKaVxsD3MOsQGa7KOeX62rFGO { display:block; }
 }@media only screen and (max-width: 763px) { #sDTeHd9TkuD6fklFhbeKLhJKRpmhiy9A { width:18.0625rem;height:13.75rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOCTCRrvQTCPViZqCEtmXqh3eHkbDXQ0 { display:block; }#JOCTCRrvQTCPViZqCEtmXqh3eHkbDXQ0 > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I765GG7CL0pbBLNd8XGT7ZrrBKbvAMLl { width:15.125rem;height:3.16875rem;top:1.875rem;left:4.0625rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUhTiknb5KBp9611EX3EsTK2AxGK2T1I { width:14.6875rem;height:2.1125rem;top:7.3187484741213rem;left:4.0625rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWLTIh1sWWQmgycyb0kztUC6gzNhTNVk { width:15.8125rem;height:4.225rem;top:11.8125rem;left:4.0625rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuqzG811ycl18ix9csNNr5Uud0XgFcAD { width:15.9375rem;height:6.3375rem;top:18.0625rem;left:4.0625rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnK9T5BgE87QdgCPEbu2r3nrv0XbFrv8 { width:20rem;height:1.25rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT9TErMGCioB3OnzTt1wOXFcyym7yUpe { width:3.125rem;height:3.125rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h70Q5iI2ocXDu3QnUxkPaFKTiGu5TLCi { width:3.125rem;height:3.125rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KROt9LazZfMl3C4ur8TEgOwUNJPPv155 { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxxVMHSoaudf9MzUNxQPKGbJzm1T1cwO { width:3.125rem;height:3.125rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qI4fwQbbVCscxqWwfpIvDlyhm7eKXIGB { display:block; }#qI4fwQbbVCscxqWwfpIvDlyhm7eKXIGB > .row .container { width:20rem;height:13.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g43yqaMTfqF1d9zM7xE7TizviUsvm5bw { width:17.5rem;height:11.8125rem;top:0rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRMO72wAwZTdLQOZW8Hqt9ZWt2ktnQK8 { display:block; }#GRMO72wAwZTdLQOZW8Hqt9ZWt2ktnQK8 > .row .container { width:20rem;height:7.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PbTT50ukVK4vFGwZsU4I5Nkd8vKntJri { width:20rem;height:3.9rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9ISTE9lwuOqy51tcxfryTl7U1EBKeac { display:block; }#m9ISTE9lwuOqy51tcxfryTl7U1EBKeac > .row .container { width:20rem;height:108.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CzSyk2VDLtE4hnOPVp6SHlURlJSbOO5x { width:20rem;height:33.75rem;top:36.248962402344rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mU5du30NINPatEpEeGzOArz5KgJJHLQZ { width:18.75rem;height:33.75rem;top:0.62291622161865rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1MqMuGXUq7HabeoXiUqnzx5EHRtyAv8 { width:20rem;height:33.75rem;top:71.25rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #ieIzbhUTO4Gby1oHSTtZxoIP1JFJL22k { width:16.25rem;height:3.125rem;top:65.623962402344rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDNMFifTnc4z3rqbvNdkxLJQmFKFNhqg { display:block; }
 }@media only screen and (max-width: 763px) { #Wq51PrvhHlf7KqXkOTwddCEhDHWMMXl8 { width:17.5rem;height:0.0625rem;top:25.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FngCgeW7Krg7iDnVPlxfSSOuIVpM2wdV { width:15.9375rem;height:2.275rem;top:48.5rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3apgz8SPFJpCrvcxImM9BMMnSvvTErL { width:15rem;height:1.1375rem;top:57.75rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvh0heyi7vmZMCXQbSFt9DNBxFigMnwT { width:13.6875rem;height:2.275rem;top:12.638534545899rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgvuRlyx1eTX9AXFGMfyhNng4QIhKAse { width:16.3125rem;height:2.275rem;top:15.673965454101rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZZUo3cl17DBDZCJUOthm14ew3abzsVr { width:16.0625rem;height:2.275rem;top:18.8125rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lc9CTIfa7hmC9mvPHah5MnPmBA6QTtQV { width:15.1875rem;height:1.1375rem;top:21.90625rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJ49vLLNq5yCQzHy6dASgzB6KJcMLzFX { width:17.5rem;height:0.0625rem;top:60.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFBs95CFvJ8iHCWJQRNuiqclt1sGUD5x { width:17.0625rem;height:2.275rem;top:54.6875rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fz2Q6FCsuUTyxhPUnG6eOGPLywBIJ71T { width:17.0625rem;height:2.275rem;top:51.625rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgBd6sfggtkWil2NEk2u8KBLQSAQw2p2 { width:15.1875rem;height:2.275rem;top:83.506248474119rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnJfDwcpcHP53hkOAiSc11EIBqpKMrS9 { width:20rem;height:35rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxF5hNn3cCUkwMJOJkPNlicPBmRq979H { width:20rem;height:2.6rem;top:37.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e88F9Z7TdMzzMOxvDCXLklyPqqOusl3R { width:20rem;height:2.6rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRpSwllIUIhwGu3LJJJE6Je50JUho9NC { width:1rem;height:1rem;top:48.612503051757rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fI5WTcxTHvLJIIS15bAnQQEwwyWdhWeG { width:18.75rem;height:2.6rem;top:62.011459350586rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #geJltAmZ64qvQJm8hKv1MrdT6zyoXTrH { width:1rem;height:1rem;top:51.737503051757rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndC6vXhElT0DTBJGxzRBHTzcUTx7qOTI { width:1rem;height:1rem;top:83.568748474119rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVc14DBEA3APqfioHtGPzvnp5blUuhiq { width:1rem;height:1rem;top:57.787506103516rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGuLEeJUIC2W4h3Z6SrntdckbaGRWr91 { width:12.5rem;height:1.1375rem;top:46.387496948243rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lw0gubdOKeXh1mpSTus6pZkbfbB3p962 { width:1rem;height:1rem;top:12.737503051757rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ck1T4nUJG5nDA2qBU4xK5u2gZzctGokv { width:18.75rem;height:2.6rem;top:26.487503051757rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9AMKUgTzwsc0pXeeE2oIiCdwrkB403q { width:16.25rem;height:3.125rem;top:30rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwT48RoxM39dU0ynQfpipoZZTIOcnMSN { display:block; }
 }@media only screen and (max-width: 763px) { #ica1TZoaahFpmUETgQHAfB7wJTpxIGT3 { width:8.75rem;height:1.4375rem;top:24.523956298828rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUF5BN9S9MhEw4zp7flqQgUTCkVmvr6t { width:7.0625rem;height:1.3rem;top:24.523956298828rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3dEyOl7AEJ8g0Tm4PpN50o1pNcMVR9z { width:1rem;height:1rem;top:86.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vhy3GzbTfoNOffNKW0yg2ygV6izVRMIr { width:1rem;height:1rem;top:92.918746948244rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwNykaEpiBACNMRKbptRRGkCf1JtxQv0 { width:1rem;height:1rem;top:21.975006103516rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyToMuiIGDiNPGxOu6Ah14iFqrpLCrxm { width:20rem;height:2.6rem;top:72.550003051756rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFlRHQan74G2R5T0pvMSGBVrIlVR4V36 { width:12.5rem;height:1.1375rem;top:81.368751525881rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCiR02ENXkgeUOeWyh5slrDz1x2q3MVz { width:12.5rem;height:1.1375rem;top:10.586456298828rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7k51VMaW5ldgZ9RlhIuOxcuMeCb12TA { width:1rem;height:1rem;top:54.800003051757rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqNV1KPE0Bs6hU9BhTgONJKcFGaPEusB { width:1rem;height:1rem;top:89.887496948244rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7xhEpJ9yybfDbIsmlHqlxqn3hu3hefB { width:1rem;height:1rem;top:15.725006103516rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQDJ0GDSs2tTreTbmrB99pR3yF46uZC6 { width:1rem;height:1rem;top:18.997909545899rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWU7vWN4FiGGmwu5ftkJWIDQr5aqH0vI { width:15.1875rem;height:1.1375rem;top:92.912498474119rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQOUFrvDXzJ9zHcHlJmFdUawWa3ARwEq { width:16.0625rem;height:2.275rem;top:89.824996948244rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCVdCdpJ6HOAoLG1wnxZLVZdIDqffXu8 { width:16.4375rem;height:2.275rem;top:86.612503051756rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqKop7TEov3ZVpCQsdlVVWrK6pShpO96 { width:16.25rem;height:3.125rem;top:100.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ql0MOclhFF5zeOU65qwxQehBDWvEJ4o3 { display:block; }
 }@media only screen and (max-width: 763px) { #b2W3ELKKPiBgCAS2oGacFEZb9vaX3L2r { width:18.75rem;height:2.6rem;top:96.962501525881rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEEDfo7RDRZHt9tLNToyZcWIKCqt0GWg { width:17.5rem;height:0.0625rem;top:95.900001525881rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpIex5vGHGVQ8ZnyA8uT6QoOX9I8mg3K { width:5.625rem;height:3.75rem;top:41.375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #icpkmfnkdLX8twP03V92uCBtuiyeAE08 { width:9.375rem;height:3.75rem;top:5.5625rem;left:5.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9Oa4wilS0zIfC9WUKPm2Agt8OxZPmul { width:5.625rem;height:3.75rem;top:76.375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qi3vVpFC4JWPiWq1rfWTf78JiGQvuKWm { display:none; }#Qi3vVpFC4JWPiWq1rfWTf78JiGQvuKWm > .row .container { width:20rem;height:106.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #R5RDKgqPFSxQQ4TP2gklVwACKuNe5GIs { width:20rem;height:33.75rem;top:36.248962402344rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLIaQVT1S6vxbJKpTkmRQBx4gd5A20FT { width:18.75rem;height:33.75rem;top:0.62291622161865rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5NPzaAd1zRiwfrZVsomFRRU0O2n5pEW { width:20rem;height:33.75rem;top:71.25rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #Fhe5rAaXvSX01Lf9CkxT6aWPon0LFlFX { width:16.25rem;height:3.125rem;top:65.623962402344rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQdM9SKaB298LQl0ccf048GkKXHMRJTi { display:block; }
 }@media only screen and (max-width: 763px) { #BBTw4NVXNplQxr2MD6fhZeQ9VpOTtORE { width:17.5rem;height:0.0625rem;top:25.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GubnLQgQ1N7w8Gp4Dgdui7iVu9kX2mo8 { width:15.9375rem;height:2.275rem;top:48.5rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ow8F7koC2fMVXBFPgLZxBfsUxFf7USr4 { width:15rem;height:1.1375rem;top:57.75rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJporZZevQsuerCKaI3Nr3TrRTbM96Me { width:13.6875rem;height:2.275rem;top:12.638534545899rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJ0nXdKtuTAsZQFrWVczEDHf7JH3dJUN { width:16.3125rem;height:2.275rem;top:15.673965454101rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s12mRQ1eahhur3FLTohSrHZsrfh5lLNr { width:16.0625rem;height:2.275rem;top:18.8125rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOuI0ESsUPyC4Vc7Ot3mpK1L43OWRddU { width:15.1875rem;height:1.1375rem;top:21.90625rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hONVThfUU38TqzmdtXIkN8wEVnTnTvb8 { width:17.5rem;height:0.0625rem;top:60.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nowD3MFcuxt6T5LhoAvK0RQOHQIVPqml { width:17.0625rem;height:2.275rem;top:54.6875rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcUneiKckeIv6OT9rod8TTJAvfVHrDVH { width:17.0625rem;height:2.275rem;top:51.625rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsNBFNiKZAuTWX7OFASFgXUIwV7o5oDr { width:15.1875rem;height:2.275rem;top:83.506248474119rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHnpolwDEEdN29363Q9iyrAqoTpDh2rk { width:20rem;height:35rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3xuIyAmo0NrPG1difqC4Ik4OhWfhCn5 { width:20rem;height:2.6rem;top:37.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iru2typzseb7e8LaOJ7ULu9D7GiJ4q4M { width:20rem;height:2.6rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UelU7UaDvpwiNUdBbdphhDEePwrbmRBm { width:1rem;height:1rem;top:48.612503051757rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AD6deGfLyEysROeq8tE1wKuaAFEcVXKT { width:18.75rem;height:2.6rem;top:62.011459350586rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lkc8iep7WGeSqZCwLVbRP6HbJboG5H9E { width:1rem;height:1rem;top:51.737503051757rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuFRlITTO3zZfCV4bfeW4MsSqvR6FvL4 { width:1rem;height:1rem;top:83.568748474119rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQWCcSJg26GI2QaxsNPWHJUIvoAqT3iW { width:1rem;height:1rem;top:57.787506103516rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lG1U82G6yPrJ6aQ0wMRH2zKQQntI4kyN { width:12.5rem;height:1.1375rem;top:46.387496948243rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnyOuknbgXf8zlxZTcqXUuGF1y0kT2ow { width:1rem;height:1rem;top:12.737503051757rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXqQ5S3bfZLmxq6KB0XmGV4ewrBK46Me { width:18.75rem;height:2.6rem;top:26.487503051757rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQMpPkMZSoWqc5rXAGEtJ6NrqSG3DaBp { width:16.25rem;height:3.125rem;top:30rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFw7lHDl0TfRNipedgwt5arPnxl54RB2 { display:block; }
 }@media only screen and (max-width: 763px) { #Cq5Dtkym0O7OJBaohbPAEKHJeJk5gFn1 { width:1rem;height:1rem;top:86.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnRbXSPrGPMiq6VEp93MLltPmFpTyZfc { width:1rem;height:1rem;top:92.918746948244rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubwTGNAwclVqnGJiPay4T5t2S3Pzl3rb { width:1rem;height:1rem;top:21.975006103516rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5yTyswdpLFpX952hEy2BkTTgE0G417g { width:20rem;height:2.6rem;top:72.550003051756rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezeZ8BSdqXtJFW34OMZLyLfhzX3SfJWW { width:12.5rem;height:1.1375rem;top:81.368751525881rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxm9KB0esqQX1XovC1ZXrUbM7k0ZbNt4 { width:12.5rem;height:1.1375rem;top:10.586456298828rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAFibHdKWNtdFplkyFKOC9ppr6TB1ZbG { width:1rem;height:1rem;top:54.800003051757rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLgceBBK55AJB4ioo8UWoeNKtKdkOLRT { width:1rem;height:1rem;top:89.887496948244rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qebslsb6AkRzDQ6u4EJT3tg1BWsmTgX8 { width:1rem;height:1rem;top:15.725006103516rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgF1kFpL19y1DbRV9PcyPTDGTnI8P5di { width:1rem;height:1rem;top:18.997909545899rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbBVUzxLmcnhpSqofbS5ZVDaJwO0uoii { width:15.1875rem;height:1.1375rem;top:92.912498474119rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFgStf6Fo6rGIeKodICkA4Iyb2nTv2dJ { width:16.0625rem;height:2.275rem;top:89.824996948244rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsraewdGdkU05u7VkntOxPpIDtTDlTaV { width:16.4375rem;height:2.275rem;top:86.612503051756rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtdV07GDOMH6WpG5leZrgWrvCohNV6u0 { width:16.25rem;height:3.125rem;top:100.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSLPU87whWSlBs04s5ufi4NnZxEIbwgu { display:block; }
 }@media only screen and (max-width: 763px) { #bkpQvGFy7E08vB6CQaFCJeoKuOFI1Z7x { width:18.75rem;height:2.6rem;top:96.962501525881rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6WRK7iDbhHuvIfIrd3Q6AWbT0uMMC8d { width:17.5rem;height:0.0625rem;top:95.900001525881rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOo1IToqTtHfbtb51HGEI0KdmBEO9iWm { width:5.625rem;height:3.75rem;top:41.375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGG5EDK8LMTeB5uMRelrp2m16CuhB5CE { width:14.5625rem;height:0.89375rem;top:33.209373474121rem;left:2.71875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RV3lrmq1C3LDsmam03ixdEKpHAV0XD9V { width:9.5625rem;height:4.375rem;top:5.625rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2maNMNhs9RaTQucecO7rwihwcaHuKxg { width:14.5625rem;height:0.89375rem;top:104.15544509888rem;left:2.7187501192093rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZZ5nVymTg6IF5ZR2BaZypDqokR8gTf0 { width:12.5rem;height:5.6875rem;top:75.731271266937rem;left:3.7499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3yHRVkNQ5KIo8eHBMeSdrwx7mQwKUIb { width:20rem;height:34.6875rem;top:71.250004768369rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQ9ChavD8JbHwnoKceUtcV9c4mPtzg88 { display:block; }#oQ9ChavD8JbHwnoKceUtcV9c4mPtzg88 > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D7469CWDf6Sguiw9Ss245SuwnQ5EZpr7 { width:20rem;height:1.95rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsHVzhigxizXfNrGJnSABDD9gFKKrHmE { width:18.0625rem;height:15.925rem;top:18.0625rem;left:1.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #V8C0vBVEc0dQsJ2Uv2OQw2D5wIfvIWfs { width:20rem;height:9.8125rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfsQQEn8k2LcQJFRaT0qnr2rnMJTNfJO { width:1.375rem;height:1.375rem;top:28.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyniVcKTA0cTX5TTSftcvMLoQhqJ0noM { width:1.375rem;height:1.375rem;top:24.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K21hwVNfA3zuJh8SrQI3ZZKWB17EoGTx { width:1.375rem;height:1.375rem;top:21.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAzMov0RZQT5cesHBv2K76zMqD083f0z { width:1.375rem;height:1.375rem;top:18rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWWslAAQlsLHENWAdHmBV2WpMzB2Hzv0 { width:16.25rem;height:3.125rem;top:35.9375rem;left:1.875rem;color:#000000;border-top:0.0625rem solid #dfdfdf;border-left:0.0625rem solid #dfdfdf;border-right:0.0625rem solid #dfdfdf;border-bottom:0.0625rem solid #dfdfdf;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Maqa5SAxNJTm4ReqpSTd42gR1aRSkTI5 { display:block; }
 }@media only screen and (max-width: 763px) { #hC0qEDzltUbdf4QhOZ1FXrstoSFXvulr { width:1.375rem;height:1.375rem;top:30.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFGTuJpRH8wH303JO7eWp7etHHbiNyOK { width:18.75rem;height:13.375rem;top:3.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hk8oiQLR7Nk3UD4URepuGFlTTTPxR4Ue { display:block; }#Hk8oiQLR7Nk3UD4URepuGFlTTTPxR4Ue > .row .container { width:20rem;height:2.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yMcpfPR0oodcIVodfbZS8nPqOiXdFnmy { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVen22373bs4zT5CgxLCiQ5azKiZEGlb { display:block; }#zVen22373bs4zT5CgxLCiQ5azKiZEGlb > .row .container { width:20rem;height:9rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KvXMRzGf9HCZSGooK0RiItmmwsVwXe9w { width:17.5rem;height:3.9rem;top:0.625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKfxUbJtLD6JJ4rKVXatfZJX1Q0r0uU8 { width:12.5rem;height:2.5rem;top:5.8000001907349rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfcsQtNITOzBSiGEnvvU8iNWQIcdeXiz { display:block; }
 }@media only screen and (max-width: 763px) { #FtQ5JZNJkULJkWXkcO79Tl0I1BwlFZzd { width:18.75rem;height:1.3rem;top:6.39999961853rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4DGrns6gdliEgWZOiol6uFKk0LD676u { width:2.5rem;height:2.5rem;top:9.5498046875rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fQnImDs37h87PrpcblA5fh2WVMio0Nvy { display:block; }#fQnImDs37h87PrpcblA5fh2WVMio0Nvy > .row .container { width:20rem;height:23.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PPQwNoh14euzv85Fp6Nfzb9T9hOmDqJi { width:19.125rem;height:21rem;top:0rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ahkohHkC5Ky9DN77fTQEDTqWIC2Dudan { display:block; }#ahkohHkC5Ky9DN77fTQEDTqWIC2Dudan > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BbaTTKZmkHkNT8EZsboFiizPBvJM0kKC { width:14.5625rem;height:2.5rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #seJTQ2Bt1iM6ubkvF9VH2rw4EauoRu9I { display:block; }
 }@media only screen and (max-width: 763px) { #iVSIM4vmxlkEtqXDeGbPOfpsNLxWIi58 { width:17.1875rem;height:1.3rem;top:1.25rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqyxFROIMcPXBS3AlNcvK8BiA7f9XzFX { width:2.5rem;height:2.5rem;top:4.375rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #k4N5nFuNOsdIG29i2Eg8N2BINpvfXqf2 { display:block; }#k4N5nFuNOsdIG29i2Eg8N2BINpvfXqf2 > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qvtevpzn877pIoMnCNSfUlGVZX8tAvTr { width:18.75rem;height:4.2rem;top:0rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Xi5tPgVsCWL1uwhnALOx1OIuRxd3FvfC { display:block; }#Xi5tPgVsCWL1uwhnALOx1OIuRxd3FvfC > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JNx2NfJ5vsKdsvqDsylyHHQA6o7BQkeE { width:10.8125rem;height:2.5rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyDugQ6cbkgCxtDgslxntAFhZRi1ULwe { display:block; }
 }@media only screen and (max-width: 763px) { #Mysin3w8waoJtfinncSbvm29nqH6Bvlh { width:12.0625rem;height:1.3rem;top:1.25rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIff3SfQCJ13w1cscpx1b1UTxqvDiQQk { width:2.5rem;height:2.5rem;top:4.375rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sIqUvte9b31rFrTsiMDMFUyWT7RAKwAz { display:block; }#sIqUvte9b31rFrTsiMDMFUyWT7RAKwAz > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SffPOrp3sGZMVqDhTKmuXuJBvbuAgMGN { width:18.75rem;height:9.8rem;top:0rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pwHc9OXDQxah6lahcLuryqGTdhkCBaJT { display:block; }#pwHc9OXDQxah6lahcLuryqGTdhkCBaJT > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vLNpNhmB9QUffQXgyQniFQW0kKLMohcT { width:17.8125rem;height:2.5rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RG0wxxzH3H0OSIM4IrHS2rRtsyGitTdC { display:block; }
 }@media only screen and (max-width: 763px) { #zhsJgT7PQcwWtKUGx4QqzibPgQkro8y1 { width:19.125rem;height:1.3rem;top:1.25rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCLXNoaWyzPKxznuGIadrn5vC6u7NUZa { width:2.5rem;height:2.5rem;top:4.375rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BteTfdLETFVTo3RMTGs1r10FJQTX0c1b { display:block; }#BteTfdLETFVTo3RMTGs1r10FJQTX0c1b > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AIkBJa9g5i5v0BDAZXyv91X1BvIszS3P { width:19.1875rem;height:4.2rem;top:0rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hCSHrxKAzeEgceDat6BqzvM6IQSn7z7i { display:block; }#hCSHrxKAzeEgceDat6BqzvM6IQSn7z7i > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #POhrkiF8J9ET8fb0TKvpWAQLR4Ok5xTy { width:15.125rem;height:2.5rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9C3TiVVGBvLJ8cs4xmR9skFahvhLyo5 { display:block; }
 }@media only screen and (max-width: 763px) { #GORoJfILvET99GJTWqGoRnSUfeLmvF4J { width:18.5625rem;height:1.3rem;top:1.25rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhMJLN9ZJFxusuuRobO4T5IGu0kzXBJO { width:2.5rem;height:2.5rem;top:4.375rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lLwDc69sxg8MTccApbAMZestDZZcDV7T { display:block; }#lLwDc69sxg8MTccApbAMZestDZZcDV7T > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFZbun2PCXGxmNu6bQS6sOFv4Eny4zCb { width:19.3125rem;height:4.2rem;top:0rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Repsnxb3mwOPFv1AaABfuEtJ5KwWzL17 { display:block; }#Repsnxb3mwOPFv1AaABfuEtJ5KwWzL17 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wvsBkZwb3mADlbsDTVDAzqBFUfi0dADb { width:18.0625rem;height:2.5rem;top:0.64999961853025rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5sRTKwpvl94WdOSI7Wsl6613IgVWpZS { display:block; }
 }@media only screen and (max-width: 763px) { #kfBwRSZzEn5xfTZWLulZBVPts9m9B8Kk { width:18.5625rem;height:1.3rem;top:1.25rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sW5K2RckyercQ8fu8PhTeoydikDSP3Bg { width:2.5rem;height:2.5rem;top:4.3994140625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nmDcwpJbAQnHHw0u4rpbN6U0zEBoz03U { display:block; }#nmDcwpJbAQnHHw0u4rpbN6U0zEBoz03U > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gxzolaxzn849xTEVHiOB0x9civiFh8fk { width:18.75rem;height:12.6rem;top:0rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SH327zg611y8Fd9eEdn5ONfTWp4p39bg { display:block; }#SH327zg611y8Fd9eEdn5ONfTWp4p39bg > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FpTsCqot3hbNpGGI3xZ1C0sdVkQ6NDy5 { width:11.8125rem;height:2.5rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lh5a33nBuf7hU1WNGyAHrdff6K9SJ57v { display:block; }
 }@media only screen and (max-width: 763px) { #BieG3PLgTJb98yqTTfxK1Swa6NbSvWyE { width:18.75rem;height:1.3rem;top:1.25rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JID6x4X1bnpuxwS86AM5IoDdyOQt2E5B { width:2.5rem;height:2.5rem;top:4.375rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #N6oAL3wghZqnwNFRNC6RhnVznmilTULu { display:block; }#N6oAL3wghZqnwNFRNC6RhnVznmilTULu > .row .container { width:20rem;height:13.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bU4KDgV0BVHXBBpqmNmuJEMv2VzBZg7E { width:18.75rem;height:11.2rem;top:0rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fHDWPsk8KJqhAdSI8rGXwvQNO3HXCXr0 { display:block; }#fHDWPsk8KJqhAdSI8rGXwvQNO3HXCXr0 > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uRR28ATN8TOamBTK214e7U156oXX8Utm { width:19rem;height:2.5rem;top:1.3125rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2bk9xzdTCBquOKVPmuO0J7Pww3cWx8C { display:block; }
 }@media only screen and (max-width: 763px) { #U0CTvPtMS9ZsLWoOZTDcsZECbk85t5qC { width:17.9375rem;height:2.6rem;top:1.3125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQ4kvPQAhlegg1eALRtK5HDr9AtZnCEm { width:2.5rem;height:2.5rem;top:5.125rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SL9p1l0yvVzQnIp4yEoSZHx0HTxwrnyK { display:block; }#SL9p1l0yvVzQnIp4yEoSZHx0HTxwrnyK > .row .container { width:20rem;height:9rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OR0xf1stSKmsTvWT7fhfNw9QOsShLLJ7 { width:18.75rem;height:7rem;top:0rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OAKlzm7dbRkIVXUVuMHR2sEqLg3ywdNn { display:block; }#OAKlzm7dbRkIVXUVuMHR2sEqLg3ywdNn > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FBwx7iD4nnAyTM5XToVenxMxb6BrQJJ2 { width:19rem;height:2.5rem;top:1.375rem;left:0.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfZADZvrSGy3pQvAwi9QMPFO90hAKTcN { display:block; }
 }@media only screen and (max-width: 763px) { #ZwIqGcdcyFm8R1xE3JEaRhR2pBhT2SEH { width:16.3125rem;height:2.6rem;top:1.25rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkJlkqayqDaUptETL8n3CZiv42gNJ0lD { width:2.5rem;height:2.5rem;top:5.125rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sVaX5ZArcJ3565kKpGZKypxFN8yAX7ry { display:block; }#sVaX5ZArcJ3565kKpGZKypxFN8yAX7ry > .row .container { width:20rem;height:9.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RMGI0gKJTzIzfvbcIq0r1KKQUzKB0AlO { width:18.75rem;height:7rem;top:0rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GqJN4OULyLwrsN8oCeNf6pt5qB2AzgRZ { display:block; }#GqJN4OULyLwrsN8oCeNf6pt5qB2AzgRZ > .row .container { width:20rem;height:2.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QVAo46NrTqwl8C5B56IoDtFc772tVMIX { display:block; }#QVAo46NrTqwl8C5B56IoDtFc772tVMIX > .row .container { width:20rem;height:29.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZdwMXu65WKSv5EKs89DTziBy4WO0xhH { width:18.75rem;height:4.55rem;top:1.875rem;left:0.625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ye6QgzF658bv2CyTqxyarirG9V1BGKsW { width:18.75rem;height:2.4375rem;top:6.66250038147rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2a0MSr0MaxkKoJPToTakmwZRs63ZDk4 { width:18.75rem;height:2.4375rem;top:15.699999809265rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHQ1Q6rhvT3rNzSxrrz63HGEhSkiCImR { width:18.75rem;height:4.55rem;top:10.85000038147rem;left:0.625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvRVRDsdc6Tm8A1DixrhlGgIB0u73IKI { width:18.75rem;height:4.55rem;top:19.949999809265rem;left:0.625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3uxKqLb6aRhJHWNRwrbTVdm98Rqt4r9 { width:18.75rem;height:2.4375rem;top:24.800000190735rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJny6Bm9VeZL7JZD4gFKSVfmpRD7GrUc { display:block; }#zJny6Bm9VeZL7JZD4gFKSVfmpRD7GrUc > .row .container { width:20rem;height:36.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTso1mTq2uTl13E0FCEtXCOGC7QWDZkg { width:17.5rem;height:1.95rem;top:2.5rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqwGqwp2Rru681QN7XTo4ndt6aV6F5zb { width:18.75rem;height:24rem;top:9.875rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #qNq6hLt09SxtEwwl2lvCJVH1riJVDbxH { width:16.875rem;height:2.25rem;top:5.9375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvyBQ4TrA5Oob15T2VUGNQ90eylB8khd { display:block; }#DvyBQ4TrA5Oob15T2VUGNQ90eylB8khd > .row .container { width:20rem;height:25.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WT0cvcOvkKrAsC1J2mKs0JNaPZ7MeKUL { width:19.875rem;height:3.575rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #yMigwhmfeeQ6U3hAdHMGp5RHGRyFQFWW { width:12.4375rem;height:1.4625rem;top:9.6875rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #xzORlXMULQlrf5shrHAegHd0y0xlBfpV { width:19.8125rem;height:1.4625rem;top:15.3994140625rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #ScTsVP2aS7ZG7VTbmnsZVZraHwRiVs5n { width:1.875rem;height:1.875rem;top:6.8994140625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqEdqSI969lFi2iZidHuKtDVvh8tKV8w { width:1.875rem;height:1.875rem;top:12.7373046875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ad9TDPuEiHTkcRm68ifodVU4QoCgd285 { width:20rem;height:1.1375rem;top:18.5488265625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0PXibA5EpbzqTeVbkyvhmP2pEzh3kES { width:20rem;height:1.1375rem;top:20.3105453125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }