.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:214,243,224;--color-primary-1:133,218,163;--color-primary-2:51,193,102;--color-primary-3:0,177,64;--color-primary-4:0,154,62;--color-secondary-0:227,230,232;--color-secondary-1:161,171,178;--color-secondary-2:67,86,100;--color-secondary-3:34,43,50;--color-secondary-4:10,13,15;--color-tertiary-0:255,255,255;--color-tertiary-1:173,173,173;--color-tertiary-2:118,119,119;--color-tertiary-3:84,85,85;--color-tertiary-4:85,85,84;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { background-color: transparent; background-image: none; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container > .video-iframe-container { display: none; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row > .video-iframe-container { display: none; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .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); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { border-width: 0; border-radius: 0; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:60rem;position:relative;display:block; }#Jeek2RQbhIDRHcisqE4icqMFO2bJXRth { 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:3.125rem;width:13.499375rem;top:2.1875rem;left:10.935329437256rem;overflow:hidden;display:block; }
#XT32ndlJwir4D4AvaTT0Sh4cTGMtoVIS { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0950625rem;height:2.79730625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.351345539093rem;left:29.287109375rem;display:block; }
#LOIATihfAUwi0PVBTmZzqiTwBeAhEm99 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx { background-color:#cccdcf;background-image:url("https://images.assets-landingi.com/uc/baa31ce6-5c22-4fe8-a673-5b0dbacba08e/headminiprevail.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx.adaptive-delivery-prevent-bg, #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx.lazyload, #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx.lazyloading { background-image: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { background-color: transparent; background-image: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container > .video-iframe-container { display: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row > .video-iframe-container { display: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .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); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { border-width: 0; border-radius: 0; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { font-size:0.875rem;font-family:arial;height:40.375rem;width:60rem;overflow:visible;position:relative;display:block; }#zmkzGmfs4bhx1tK1vgeTeOsRIxkIBGQE { color:rgba(var(--color-tertiary-3),1);display:block;width:25.374375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:19.186199188233rem;left:4.560546875rem;height:18.55470625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#J3gnV5l8th6WP7ZA1JxZ7pXx6hVElIQl { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:23.9375rem;left:7rem;display:none; }
#aKNLXwe4DeCUzkVWsiX0loy24I9TVIhT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bnrzJFmeMFnJEs6VpUdbBvmV2dGBTR7g { color:rgba(var(--color-tertiary-3),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:7.0625rem;left:5.9375rem;height:20.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#TOrDHPqs9G1TeiTd3TWKBXLGhnBEambd { color:rgba(var(--color-tertiary-3),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:7.0625rem;left:5.9375rem;height:20.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#GZIhwPaDVBWXcWdAkz00WnElvoekc8AQ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;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:24.375rem;top:12.061632156372rem;left:4.560546875rem;overflow:hidden;display:block; }
#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV { background-color:rgba(var(--color-tertiary-3),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container { background-color: transparent; background-image: none; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container > .video-iframe-container { display: none; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row > .video-iframe-container { display: none; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .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); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container { border-width: 0; border-radius: 0; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container { font-size:0.875rem;font-family:arial;height:42.9375rem;width:60rem;overflow:visible;position:relative;display:block; }#LIrtlDf5HpxKrmdQG69GFPg567LfiMR8 { color:rgba(var(--color-tertiary-0),1);display:block;width:46.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:4.25rem;left:6.78125rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d68BnHx1zCrDQ3TfbxFtfa5G5tdJ6cMh { color:rgba(var(--color-tertiary-0),1);display:block;width:41.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:7.921875rem;left:9.0625rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#d81Rxd5WXRbd6g6Sy5DsdBTBFG3VUegR { color:rgba(var(--color-tertiary-0),1);display:block;width:46.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:10.879993438721rem;left:8.4060325622556rem;height:27.01175rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#d81Rxd5WXRbd6g6Sy5DsdBTBFG3VUegR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#d81Rxd5WXRbd6g6Sy5DsdBTBFG3VUegR li:before{  }
#mLd0ErI1PNmGc7GVQvLZXIvenyk43EbM { color:rgba(var(--color-tertiary-0),1);display:block;width:37.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:13.625rem;left:11.09375rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#mBNIbG8owQiQxifDeodiTsddgIVIaXHD { color:rgba(var(--color-tertiary-0),1);display:block;width:37.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:13.880859375rem;left:11.09375rem;height:4.798825rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#mTDArzvTK8wBAHMRrQX4ZtsTmkapskcp { color:rgba(var(--color-tertiary-0),1);display:block;width:39.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:23.0625rem;left:11.09375rem;height:4.798825rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz { background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;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; }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row .container { background-color: transparent; background-image: none; }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row .container > .video-iframe-container { display: none; }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row > .video-iframe-container { display: none; }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .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); }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row .container { border-width: 0; border-radius: 0; }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row .container { font-size:0.875rem;font-family:arial;height:52.75rem;width:60rem;overflow:visible;position:relative;display:block; }#DDWpHLM7PEVuCrAN2xSkxT7J5p7w02w0 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:9.390625rem;left:7.0625rem;height:7.03125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#sVENAhyZcuciOAuCRLlcynVQqnpaQq97 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:19rem;left:7.0625rem;display:none; }
#Pn8basDIsuzA2Ot0nDrHGGdbMThk6Um3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q4RVsIQ0XGo89qfvVSKICFR1TvfHoPrg { 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:39.5625rem;width:56.875rem;top:10.9375rem;left:1.5625rem;overflow:hidden;display:block; }
#isL38Jgber9Uw0XS0OhtTGMFEpHJvCaq { 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:39.5625rem;width:57.6875rem;top:2.4375rem;left:0rem;overflow:hidden;display:none; }
#KEEZccSJIxNRP5Pr8QT1ZtE7k448vkq6 { 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:20.625rem;width:24.375rem;display:none; }
#zPkaladCRzZGhMludvi86t0R4xtwVcbV { 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:45rem;width:29.4375rem;display:none; }
#JU023pmveUAAVorDuZFVTeai6TJoSmTB { color:rgba(var(--color-tertiary-3),1);display:block;width:53.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:4rem;left:3.4375rem;height:5.06036875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#za9ArBhGiDmD8a6FO7uuoH50TrnNKuf1 { 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:71.375rem;width:52.9375rem;display:none; }
#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container { background-color: transparent; background-image: none; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container > .video-iframe-container { display: none; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row > .video-iframe-container { display: none; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .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); }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container { border-width: 0; border-radius: 0; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container { font-size:0.875rem;font-family:arial;height:55.625rem;width:60rem;overflow:visible;position:relative;display:block; }#liq6nQf0DCELOAXPD0JdA4yrDyV3Uitm { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.625rem;width:24.0625rem;top:7.59375rem;left:4.6875rem;overflow:hidden;display:block; }
#zpdsdpvvV1T9FtzRKcSPuhZKovDOQt2b { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.4375rem;width:24.0625rem;top:7.59375rem;left:31.25rem;overflow:hidden;display:block; }
#oNPGZKW2sk6qogH9oBeuvRfhwviOo1Nm { 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:32.6875rem;width:40.375rem;top:41.125rem;left:10.75rem;overflow:hidden;display:block; }
#nzU2qmfk0JLEHs8dw1Aea4fB2EJlmRTJ { color:rgba(var(--color-tertiary-3),1);display:block;width:46.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:3.625rem;left:6.96875rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xtNIqp8iTiio6MbzqoLKyQ1Oi34eQKPt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xtNIqp8iTiio6MbzqoLKyQ1Oi34eQKPt > .row .container { background-color: transparent; background-image: none; }#xtNIqp8iTiio6MbzqoLKyQ1Oi34eQKPt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtNIqp8iTiio6MbzqoLKyQ1Oi34eQKPt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtNIqp8iTiio6MbzqoLKyQ1Oi34eQKPt > .row .container > .video-iframe-container { display: none; }#xtNIqp8iTiio6MbzqoLKyQ1Oi34eQKPt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtNIqp8iTiio6MbzqoLKyQ1Oi34eQKPt > .row > .video-iframe-container { display: none; }#xtNIqp8iTiio6MbzqoLKyQ1Oi34eQKPt > .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); }#xtNIqp8iTiio6MbzqoLKyQ1Oi34eQKPt > .row .container { border-width: 0; border-radius: 0; }#xtNIqp8iTiio6MbzqoLKyQ1Oi34eQKPt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xtNIqp8iTiio6MbzqoLKyQ1Oi34eQKPt > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:60rem;position:relative;display:block; }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row .container { background-color: transparent; background-image: none; }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row .container > .video-iframe-container { display: none; }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row > .video-iframe-container { display: none; }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .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); }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row .container { border-width: 0; border-radius: 0; }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:60rem;position:relative;display:block; }#S2p91EgJcEXZvPbyyXbbloLDSo4okVuR { color:rgba(var(--color-tertiary-0),1);display:block;width:46.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:17.5625rem;left:6.53125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zzSAHf6NZIVSmbRJSZp7s5xgGCkLvBkD { color:rgba(var(--color-tertiary-0),1);display:block;width:45.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:26.0625rem;left:6.6875rem;height:7.8266875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#zzSAHf6NZIVSmbRJSZp7s5xgGCkLvBkD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zzSAHf6NZIVSmbRJSZp7s5xgGCkLvBkD li:before{  }
#ew8LsxoFz6GuFBwGR0vWvSwVhP9iWDLU { color:rgba(var(--color-tertiary-0),1);display:block;width:45.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:12.130859375rem;left:6.75rem;height:7.82325rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row .container { background-color: transparent; background-image: none; }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row .container > .video-iframe-container { display: none; }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row > .video-iframe-container { display: none; }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .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); }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row .container { border-width: 0; border-radius: 0; }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row .container { font-size:0.875rem;font-family:arial;height:25.6875rem;width:60rem;position:relative;display:block; }#Xldb3veA4RLoK1nMONhc5tHrU2toFOKC { color:rgba(var(--color-tertiary-0),1);display:block;width:46.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:3.75rem;left:6.625rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#v05TAkV2QT6r6yJXcZpRSiucKfqvdEML { color:rgba(var(--color-tertiary-0),1);display:block;width:45.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:11.943359375rem;left:6.78125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#v05TAkV2QT6r6yJXcZpRSiucKfqvdEML li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#v05TAkV2QT6r6yJXcZpRSiucKfqvdEML li:before{  }
#LhRNPW1WiHsiqsTEnkxImpOw5IhKyOdP { color:rgba(var(--color-tertiary-0),1);display:block;width:45.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:11.943359375rem;left:6.78125rem;height:10.222625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN > .row .container { background-color: transparent; background-image: none; }#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN > .row .container > .video-iframe-container { display: none; }#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN > .row > .video-iframe-container { display: none; }#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN > .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); }#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN > .row .container { border-width: 0; border-radius: 0; }#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN > .row .container { font-size:0.875rem;font-family:arial;height:20.0625rem;width:60rem;position:relative;display:block; }#yaCuHArLbBLpvn39LXEptubF4opwdnRs { color:rgba(var(--color-tertiary-3),1);display:block;width:46.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:3rem;left:7.25rem;height:5.99964375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BQeXsD8Jyeoe1O45lFe5ibQwLFDda5RE { color:rgba(var(--color-tertiary-3),1);display:block;width:45.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:11.630859375rem;left:7.40625rem;height:5.1136375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#BQeXsD8Jyeoe1O45lFe5ibQwLFDda5RE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BQeXsD8Jyeoe1O45lFe5ibQwLFDda5RE li:before{  }
#STomCT2ZM2gu3PJ9ks8KRnRZkewBh5rz { color:rgba(var(--color-tertiary-3),1);display:block;width:45.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:11.630859375rem;left:7.40625rem;height:5.111325rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo > .row .container { background-color: transparent; background-image: none; }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo > .row .container > .video-iframe-container { display: none; }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo > .row > .video-iframe-container { display: none; }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo > .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); }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo > .row .container { border-width: 0; border-radius: 0; }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo > .row .container { font-size:0.875rem;font-family:arial;height:20.8125rem;width:60rem;position:relative;display:block; }#nzWJWCPRApmeKZ88H7eHD2p4LA7Li5gu { color:rgba(var(--color-tertiary-0),1);display:block;width:26.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:4.0625rem;left:16.53125rem;height:5.99964375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NRnbsbQ92T2eCPIy7t68yBMxQLJmtvHd { background-color:rgba(var(--color-tertiary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:12.0849609375rem;left:18.125rem;display:block; }
#rxkmJXdiwclx3zpTGqOtW0tNGrriTh7V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZOTN29HOx4kMC5LTNlGZ0QuQIIncmdC8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#ZOTN29HOx4kMC5LTNlGZ0QuQIIncmdC8 > .row .container { background-color: transparent; background-image: none; }#ZOTN29HOx4kMC5LTNlGZ0QuQIIncmdC8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOTN29HOx4kMC5LTNlGZ0QuQIIncmdC8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOTN29HOx4kMC5LTNlGZ0QuQIIncmdC8 > .row .container > .video-iframe-container { display: none; }#ZOTN29HOx4kMC5LTNlGZ0QuQIIncmdC8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOTN29HOx4kMC5LTNlGZ0QuQIIncmdC8 > .row > .video-iframe-container { display: none; }#ZOTN29HOx4kMC5LTNlGZ0QuQIIncmdC8 > .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); }#ZOTN29HOx4kMC5LTNlGZ0QuQIIncmdC8 > .row .container { border-width: 0; border-radius: 0; }#ZOTN29HOx4kMC5LTNlGZ0QuQIIncmdC8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZOTN29HOx4kMC5LTNlGZ0QuQIIncmdC8 > .row .container { font-size:0.875rem;font-family:arial;height:14.25rem;width:60rem;position:relative;display:block; }#OQvy4sMMRurTw4ZRbfiLewPcZxBHdUuO { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15187;line-height:1.3;letter-spacing:0;top:5.3680629730224rem;left:0rem;height:1.9504625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#bm6SmKE6zghUEQxxD03ZeHHelPNmqi2y { color:rgba(var(--color-primary-2),1);display:block;width:24.4993125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1747035980224rem;left:17.749467849731rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xN2FXvAVLhSzUFIaKwoczyfLlx63VLNi { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.796875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:8.62109375rem;left:15.498439788818rem;display:block; }
#UwplETTmA3PVozSVGvDa9PvaJzuHcGVl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IalAXg1AJUdAXpPUrlCRThO3R8AbtE34 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.796875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:8.62109375rem;left:25.75rem;display:block; }
#fDSM8mwghXVn7P6ZoCRBTssGOkD094NU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZmgMDbeuKFlhCXTxdGscA4r6yxW5R66u { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.796875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:8.62109375rem;left:35.936717987061rem;display:block; }
#uybX8vH3PGIn2L560Wo5UWAwoP2JyVTL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gUVDuJtvtc44GI3RtKrkikCmRy7BlRxf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#gUVDuJtvtc44GI3RtKrkikCmRy7BlRxf > .row .container { background-color: transparent; background-image: none; }#gUVDuJtvtc44GI3RtKrkikCmRy7BlRxf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUVDuJtvtc44GI3RtKrkikCmRy7BlRxf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUVDuJtvtc44GI3RtKrkikCmRy7BlRxf > .row .container > .video-iframe-container { display: none; }#gUVDuJtvtc44GI3RtKrkikCmRy7BlRxf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUVDuJtvtc44GI3RtKrkikCmRy7BlRxf > .row > .video-iframe-container { display: none; }#gUVDuJtvtc44GI3RtKrkikCmRy7BlRxf > .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); }#gUVDuJtvtc44GI3RtKrkikCmRy7BlRxf > .row .container { border-width: 0; border-radius: 0; }#gUVDuJtvtc44GI3RtKrkikCmRy7BlRxf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gUVDuJtvtc44GI3RtKrkikCmRy7BlRxf > .row .container { font-size:0.875rem;font-family:arial;height:152.125rem;width:60rem;position:relative;display:block; }#k6IsGQUF1Imt8axysnDLgKcM6UTuFmbz { color:rgba(var(--color-primary-2),1);display:block;width:24.4991875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15186;line-height:1.3;letter-spacing:0;top:1.9359474182129rem;left:17.750782012939rem;height:2.35625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Upr1ILG7hED5bo3LbPZwVlpwck6FduBE { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:5.5625rem;left:0.625rem;display:block; }
#cMF3NmJsnHfv5mui9yxTkk3i4ZmBSWCd { position:absolute;display:block;z-index:15213;border-bottom:0;border-left:0;border-right:0;border-top:0;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.0625rem;width:3.1875rem;top:7.125rem;left:8.4375rem;overflow:hidden;display:block; }
#ToA7keP9yevZCiTyELJIzGd9MxIr0ayz { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15203;line-height:1.3;letter-spacing:0;top:9.6875rem;left:5.5rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VVayBWmWLT1O0OL6qQDx4X0WPXrz8ibr { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15225;line-height:1.3;letter-spacing:0;top:18.9375rem;left:3.4375rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ISzLvsEpnet29vf2xdl7wR0rTPmG0Jsw { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15205;line-height:1.4;letter-spacing:0;top:21.1875rem;left:2.875rem;height:2.79829375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RMpPNbykH1PlSDzcGkqMPwNcSUTxtMnf { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:5.5625rem;left:40.625rem;display:block; }
#MoKxTH0yPvVzSrpLwHK6hbD9caO04w76 { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15209;line-height:1.3;letter-spacing:0;top:9.6867218017575rem;left:45.499217987061rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KbONV3MuWz4TsZn13KbCR3ze6ldPFIvp { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15231;line-height:1.3;letter-spacing:0;top:18.9375rem;left:43.4375rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RS4dlA2dOns8XnK3JHzFxzUgRpFzBB1D { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15211;line-height:1.4;letter-spacing:0;top:21.1875rem;left:42.875rem;height:2.79829375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ykLlsPF8wVKFwQAyyutFASdezuFplptx { position:absolute;display:block;z-index:15030;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:67.5rem;left:40.625rem;display:block; }
#N7ufmHxfFsQZ93T3KEABmBftLTnzMO7G { color:rgba(var(--color-secondary-4),1);display:block;width:14.2498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15229;line-height:1.4;letter-spacing:0;top:82.9375rem;left:42.8125rem;height:2.79829375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aORyNNvzNVToauwBlr41q9Dniu63Stxq { position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:26.1875rem;left:0.625rem;display:block; }
#BSyKHgW1AZ5SzlCev4JmpusaVMOH67ff { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15249;line-height:1.3;letter-spacing:0;top:80.9375rem;left:43.4375rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kWzTSTe7XsatFfkIlxCx6KuBzcapTWkx { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15223;line-height:1.4;letter-spacing:0;top:41.6875rem;left:2.875rem;height:2.79829375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tc72KkGkCxRyAHNmTLFtJRl78MbiFKms { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15243;line-height:1.3;letter-spacing:0;top:39.5625rem;left:3.4375rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ORvbxQEPfMXJfTy64AlJrUgFxCNkWgDb { 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:4rem;width:12.25rem;top:33.1875rem;left:3.625rem;overflow:hidden;display:block; }
#ffheFNtwWiQIJtPwyBf13ToBs8kZWsO7 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:74.9375rem;left:48.375rem;overflow:hidden;display:block; }
#IgE5iop6gnsRLCpXrmII6fimFxC7DJX6 { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:5.5625rem;left:20.625rem;display:block; }
#VvF3TMxohQ0rXR9hcFNmdXTDRcapIUa5 { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15221;line-height:1.3;letter-spacing:0;top:30.5625rem;left:5.4375rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cOHrV3gElxHxVkGpbCmgcp48iiCXqiKd { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15227;line-height:1.3;letter-spacing:0;top:71.625rem;left:45.5rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RnCtdamoablr7BTE2AeIqhINPpMUp4sO { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15217;line-height:1.4;letter-spacing:0;top:21.1875rem;left:22.875rem;height:2.79829375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XIXDQzhN2Nl9WDNGQLkXsBR1rWLIoFn9 { color:rgba(var(--color-secondary-3),1);display:block;width:10.7493125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15237;line-height:1.3;letter-spacing:0;top:15.1875rem;left:24.625rem;height:2.59765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yTbA6ZNm0pXdOsHBsuBfP15QlZcNWJdf { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15215;line-height:1.3;letter-spacing:0;top:9.75rem;left:25.5rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AMq7epE2zkWJvcLbKnhJIocTx36LJER5 { position:absolute;display:block;z-index:15203;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:8.875rem;top:12.375rem;left:5.5625rem;overflow:hidden;display:block; }
#FvETJzM7yI5T8RISK8tSOOz4ZWmvQqbo { position:absolute;display:block;z-index:15228;border-bottom:0;border-left:0;border-right:0;border-top:0;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:3.1875rem;top:7.1554718017575rem;left:48.405471801757rem;overflow:hidden;display:block; }
#gggvTBNJWN4ow05Ji7UACfAimlJHhiS4 { position:absolute;display:block;z-index:15227;border-bottom:0;border-left:0;border-right:0;border-top:0;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.375rem;width:5.5625rem;top:12.875rem;left:47.21875rem;overflow:hidden;display:block; }
#fviRKqTesJhuREOZTCNT2qA5I0n5nKkD { position:absolute;display:block;z-index:15217;border-bottom:0;border-left:0;border-right:0;border-top:0;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.75rem;width:3.1875rem;top:69.1875rem;left:48.375rem;overflow:hidden;display:block; }
#c8rwgFWdBIpeLM9WFOabBX28eizroX9d { position:absolute;display:block;z-index:15048;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 1.875rem rgba(0,22,33,0.07) ;height:19.5625rem;width:18.75rem;top:46.8125rem;left:20.625rem;display:block; }
#iNT6TPITxTTBWqWd95GJobRlxZUFMZXT { color:rgba(var(--color-secondary-4),1);display:block;width:14.2498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15247;line-height:1.4;letter-spacing:0;top:103rem;left:2.875rem;height:2.79829375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nmAiQoI7ISuOovqRolNpwlUu1vxw4U1s { color:rgba(var(--color-secondary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15267;line-height:1.3;letter-spacing:0;top:101rem;left:3.125rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cuqrQCDm1TP73VM632QPN8Mrq7BMtozp { position:absolute;display:block;z-index:15036;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:67.5rem;left:20.625rem;display:block; }
#s38TDHKDMOEaSdGJMT1yTk3x8rRd46Kn { color:rgba(var(--color-secondary-4),1);display:block;width:14.2489375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15235;line-height:1.4;letter-spacing:0;top:81.6875rem;left:22.875rem;height:2.79829375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tw5xhEG43zbaWxGn7hOz95BTlcrkDPGU { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15245;line-height:1.3;letter-spacing:0;top:92.375rem;left:5.5rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Di7rgBTtAprMy4ATSNULXEi3UpqTyuxh { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15233;line-height:1.3;letter-spacing:0;top:71.9375rem;left:25.4375rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZoQAHyMqzuzlvwEtXnb23hcVTp7zZbWZ { position:absolute;display:block;z-index:15235;border-bottom:0;border-left:0;border-right:0;border-top:0;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.75rem;width:3.1875rem;top:69.5rem;left:28.3125rem;overflow:hidden;display:block; }
#BQFtmPQWa9goXyDr6o8fnyG5oNtXWUEW { position:absolute;display:block;z-index:15213;border-bottom:0;border-left:0;border-right:0;border-top:0;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.0625rem;width:3.1875rem;top:89.8125rem;left:8.4375rem;overflow:hidden;display:block; }
#a0mvexsaL2HcGtaANXBRA9d7Ht0to8ou { position:absolute;display:block;z-index:15212;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.31196875rem;width:4.31196875rem;top:95.0625rem;left:7.8125rem;overflow:hidden;display:block; }
#q3RVBhL12A3SuDXqs00vOX7ChhNe5TFf { position:absolute;display:block;z-index:15054;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:88.1875rem;left:0.625rem;display:block; }
#O63aIxyTMooTuNZUeDLnLvF4LQ8Phlu1 { position:absolute;display:block;z-index:15048;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:88.1875rem;left:40.625rem;display:block; }
#N59iwW7rE9QvrhqomlbsggoTlQfPNMiF { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15247;line-height:1.4;letter-spacing:0;top:103.8125rem;left:42.875rem;height:2.79829375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SxAGQ4HASg4tUpbqGaeImMbSN9CPhZbx { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15267;line-height:1.3;letter-spacing:0;top:101.5625rem;left:43.4375rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m13JUuGXkrsxc12kAcTOwGE5aiDCUwQv { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15245;line-height:1.3;letter-spacing:0;top:93.25rem;left:45.4375rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U2epAEuaRcLtasCM4N3c72J3s5lDZHQQ { position:absolute;display:block;z-index:15049;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:88.1875rem;left:20.625rem;display:block; }
#rXhuF8Vdaw2fZn8WQbuG875UgTbillSq { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15246;line-height:1.3;letter-spacing:0;top:93.0625rem;left:25.5rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yuwGSJulnPc8xAzMDkIaTU5oq40XkbXR { position:absolute;display:block;z-index:15211;border-bottom:0;border-left:0;border-right:0;border-top:0;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.0625rem;width:3.1875rem;top:90.5rem;left:28.4375rem;overflow:hidden;display:block; }
#JmpgHHzzTmOhaKZIEhsSwp2VooQ9c4n6 { color:rgba(var(--color-secondary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15268;line-height:1.3;letter-spacing:0;top:101.5rem;left:21rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BBi7PFC4w0qcsWwBn0tJ56RPMynMzg5z { color:rgba(var(--color-secondary-4),1);display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15248;line-height:1.4;letter-spacing:0;top:104.4375rem;left:20.75rem;height:1.39915rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Uv8fNHDXdeDte3KhTUCbv5dEHRqfof3b { position:absolute;display:block;z-index:15217;border-bottom:0;border-left:0;border-right:0;border-top:0;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.2492875rem;width:7.3748125rem;top:96.3125rem;left:46.3125rem;overflow:hidden;display:block; }
#gtTEIR5nz2P6iBpdJVdTAIiC7PEtMTKx { position:absolute;display:block;z-index:15054;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:109.0625rem;left:0.625rem;display:block; }
#A90DvH2UPtLpA1DHDrDEyUF6RJLMCFTV { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15251;line-height:1.3;letter-spacing:0;top:113.4375rem;left:5.5rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UJ5dD2bK6gs7xy57J3gD66ZGTmX0gBge { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15273;line-height:1.3;letter-spacing:0;top:122.4375rem;left:3.4375rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MIxCAWD5SvNXl8LPnBaR2FCLRnhJlOpE { position:absolute;display:block;z-index:15224;border-bottom:0;border-left:0;border-right:0;border-top:0;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.062325rem;width:3.18714375rem;top:110.875rem;left:8.375rem;overflow:hidden;display:block; }
#fFIZc0xfleoUiC1dPNt4mB0hbdq7psFv { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15253;line-height:1.4;letter-spacing:0;top:124.6875rem;left:2.875rem;height:2.79829375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Oq67O9oOARD7yO7W76BJ5nOdfECv7eze { position:absolute;display:block;z-index:15066;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:109.0625rem;left:20.6875rem;display:block; }
#KZF3WtMTtXm0ol4veRJfVOivAAug2zO5 { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15263;line-height:1.3;letter-spacing:0;top:113.4375rem;left:25.5625rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LhktkBC76qOia7nJz6weFGht4E3RBNk7 { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15285;line-height:1.3;letter-spacing:0;top:122.4375rem;left:23.5rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TfLu9G9qRqLzU0Iqo20JAChJ6wCCSZcq { position:absolute;display:block;z-index:15236;border-bottom:0;border-left:0;border-right:0;border-top:0;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.062325rem;width:3.18714375rem;top:111rem;left:28.4375rem;overflow:hidden;display:block; }
#q9L2y7kkp49yEW85ebNVSER2MoRNutSm { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15265;line-height:1.4;letter-spacing:0;top:124.6875rem;left:22.9375rem;height:2.79829375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TE30zWAH5goup8H3uQPQz5FAssHFInRE { position:absolute;display:block;z-index:15286;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:2.0625rem;width:3.125rem;top:27.9375rem;left:8.375rem;overflow:hidden;display:block; }
#U3n6hTlTyKu3PnrXwJ2ZioO8xz4aitn8 { position:absolute;display:block;z-index:15289;border-top:0;border-left:0;border-right:0;border-bottom:0;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:8.3114375rem;top:96rem;left:25.875rem;overflow:hidden;display:block; }
#lTaWWKOFTiMB3m2qVoZybBwxkN0TZGy4 { position:absolute;display:block;z-index:15291;border-top:0;border-left:0;border-right:0;border-bottom:0;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:4.3125rem;top:116.9375rem;left:27.9375rem;overflow:hidden;display:block; }
#HDvcBHVCOzavHyVB0XD1dXwowX6yJ58F { position:absolute;display:block;z-index:15290;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:116.4375rem;left:7.5625rem;overflow:hidden;display:block; }
#FpsGT2HJvVqH7mcTTMHX3R2mIN1uHd1T { position:absolute;display:block;z-index:15229;border-bottom:0;border-left:0;border-right:0;border-top:0;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.9992875rem;width:3.18714375rem;top:7.1875rem;left:28.375rem;overflow:hidden;display:block; }
#ai0Fex5UvsSZasMZAn1sQalKyxGVnXBT { position:absolute;display:block;z-index:15217;border-bottom:0;border-left:0;border-right:0;border-top:0;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.1875rem;width:3.375rem;top:48.75rem;left:28.375rem;overflow:hidden;display:block; }
#iXKGLdb0m67eoHdFbs7JDD3iXmm2J2sO { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15249;line-height:1.3;letter-spacing:0;top:51rem;left:25.5rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sem0EWMo63LfMuZBCmx1SZC8BDKfJnl2 { color:rgba(var(--color-secondary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15271;line-height:1.3;letter-spacing:0;top:59.4375rem;left:23.125rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W8K6m2ocsuzmEelHXMfMuyLfh1HhTc9V { color:rgba(var(--color-secondary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15251;line-height:1.4;letter-spacing:0;top:63.0625rem;left:20.5625rem;height:1.39915rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T07nTLByEHwyeS2bJNXxppMq0PV7vK9T { position:absolute;display:block;z-index:15213;border-bottom:0;border-left:0;border-right:0;border-top:0;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:4.25rem;top:54.5rem;left:27.75rem;overflow:hidden;display:block; }
#ydLOdFmkLVfGg4ZZu7dkBk51k5SC3nNA { position:absolute;display:block;z-index:15258;border-bottom:0;border-left:0;border-right:0;border-top:0;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.0625rem;width:3.1875rem;top:111.3125rem;left:48.375rem;overflow:hidden;display:block; }
#IZduJ8QsFsIERPdhAPce8fHHClUThITA { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15268;line-height:1.3;letter-spacing:0;top:113.875rem;left:45.4375rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ntFQgnKZmXQXpDyx8bdfPnHfqDkAobTp { position:absolute;display:block;z-index:15260;border-bottom:0;border-left:0;border-right:0;border-top:0;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.246625rem;width:8.125rem;top:116.875rem;left:45.9375rem;overflow:hidden;display:block; }
#amCHTII3PnWkZguZLBWCzgHTdEV8FSgh { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15290;line-height:1.3;letter-spacing:0;top:122.375rem;left:43.4375rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OekQNXpG1hCxmEP1bw01ryvE4sedgdO8 { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15270;line-height:1.4;letter-spacing:0;top:124.0625rem;left:42.875rem;height:2.79829375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s95kc53Az3fRvTlfHLuqBXoTvT84zJqi { position:absolute;display:block;z-index:15079;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5614375rem;width:18.75rem;top:109.0625rem;left:40.625rem;display:block; }
#TPD0P3CBtVXMtuey2Zdn1ew65TychXhy { position:absolute;display:block;z-index:15054;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 1.875rem rgba(0,22,33,0.07) ;height:19.5625rem;width:18.75rem;top:46.8125rem;left:0.625rem;display:block; }
#heE7MMaAyF14gvGD7EyOPV4sna7yWENR { position:absolute;display:block;z-index:15223;border-bottom:0;border-left:0;border-right:0;border-top:0;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.1875rem;width:3.375rem;top:48.75rem;left:8.375rem;overflow:hidden;display:block; }
#bPdG0QXeXK3LLWIIM2cbcubrW5DGcVkU { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15255;line-height:1.3;letter-spacing:0;top:51rem;left:5.4375rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ELbSD7V18AT8rBZAxlWgxaF2Mtgme19S { position:absolute;display:block;z-index:15219;border-bottom:0;border-left:0;border-right:0;border-top:0;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.9367875rem;width:6.312125rem;top:54.5rem;left:6.875rem;overflow:hidden;display:block; }
#uQcrK5MaTuMBzZF0RzseUPcV6ed0NRbF { color:rgba(var(--color-secondary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15277;line-height:1.3;letter-spacing:0;top:59.4375rem;left:3.125rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ovDDhUoyutUbZXgM8COkkCMizCM33SdC { color:rgba(var(--color-secondary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15257;line-height:1.4;letter-spacing:0;top:63.0625rem;left:0.5625rem;height:1.39915rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ccSVsZpfPzC0bpa9zDqsWsNXOkEPkbVh { position:absolute;display:block;z-index:15223;border-bottom:0;border-left:0;border-right:0;border-top:0;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.1875rem;width:3.375rem;top:28.125rem;left:48.375rem;overflow:hidden;display:block; }
#w4qhdENEAJtzbXoZmkyOEZLy8sKhynTI { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15255;line-height:1.3;letter-spacing:0;top:30.375rem;left:45.4375rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hRQPCSFr1WHNeQlm5o06gDwvZCRpCduG { color:rgba(var(--color-secondary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15277;line-height:1.3;letter-spacing:0;top:38.8125rem;left:43.125rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kkZoeu0fEwdoz5F6zS6PI2i32tueIToz { color:rgba(var(--color-secondary-4),1);display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15257;line-height:1.4;letter-spacing:0;top:42.375rem;left:40.625rem;height:1.39915rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s83mogVCKSia6Zo0VzHeAIQrAAXm4Gp6 { position:absolute;display:block;z-index:15060;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 1.875rem rgba(0,22,33,0.07) ;height:19.5625rem;width:18.75rem;top:46.8125rem;left:40.625rem;display:block; }
#S53qNNgfQ4T93IqurgTcaxJMO1L7CTpE { position:absolute;display:block;z-index:15229;border-bottom:0;border-left:0;border-right:0;border-top:0;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.1875rem;width:3.375rem;top:48.75rem;left:48.375rem;overflow:hidden;display:block; }
#Z0SBDwbqLNPX1QdENHTRHL1EnRWizGW4 { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15261;line-height:1.3;letter-spacing:0;top:51rem;left:45.4375rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aT8hflIl0IhnwxQKvbURoM1FCi0vRRt6 { position:absolute;display:block;z-index:15225;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:12.874625rem;top:55.625rem;left:43.75rem;overflow:hidden;display:block; }
#uBSHqTQTWTaNQHaJnPo1QVkrn3IlSxDG { color:rgba(var(--color-secondary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15283;line-height:1.3;letter-spacing:0;top:59.4375rem;left:43.125rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HzXBAPtmNZ7rUT7whIvcpe3RD0BcyvCe { color:rgba(var(--color-secondary-4),1);display:block;width:14.2489375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15263;line-height:1.4;letter-spacing:0;top:62.3125rem;left:42.875rem;height:1.39915rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wrauFtB6fwsTSpGr40qZ5fXoGulMeOGK { position:absolute;display:block;z-index:15225;border-bottom:0;border-left:0;border-right:0;border-top:0;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.062325rem;width:3.18625625rem;top:90.6875rem;left:48.375rem;overflow:hidden;display:block; }
#puqmpLTaGSnKegq4KyKgk5IpGNzzTMQ6 { position:absolute;display:block;z-index:15234;border-bottom:0;border-left:0;border-right:0;border-top:0;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.1875rem;width:3.375rem;top:69.5625rem;left:8.3125rem;overflow:hidden;display:block; }
#Ozre2lqhTgbUHexesX4BhBghWoS6zl1v { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15266;line-height:1.3;letter-spacing:0;top:71.8125rem;left:5.375rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e6cPRmioMCQxkC0B68DsNxdT1WBNBAM0 { position:absolute;display:block;z-index:15230;border-bottom:0;border-left:0;border-right:0;border-top:0;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.99921875rem;width:12.2484375rem;top:75.3125rem;left:3.875rem;overflow:hidden;display:block; }
#BAReIbn3TaHqas55O3SdWzdaxpTg1XhA { color:rgba(var(--color-secondary-4),1);display:block;width:14.2489375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15268;line-height:1.4;letter-spacing:0;top:82.9375rem;left:2.375rem;height:1.39915rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xnxMiRf3ILssB1BXTn8mm2MgxAknX0sO { position:absolute;display:block;z-index:15065;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 1.875rem rgba(0,22,33,0.07) ;height:19.5625rem;width:18.75rem;top:67.5625rem;left:0.625rem;display:block; }
#hd9TNb96VNILbKk7nM8CzNMg0DkMKI0b { position:absolute;display:block;z-index:15054;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 1.875rem rgba(0,22,33,0.07) ;height:19.5625rem;width:18.75rem;top:68.5625rem;left:20.625rem;display:none; }
#AJaZEDNnnTgzpaP2G56f6BZTmHioTT6T { color:rgba(var(--color-secondary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15283;line-height:1.3;letter-spacing:0;top:60.693355560302rem;left:43.124998092651rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mvQQH2nL3zW7mvUGhpi6JEAg9v6vHW1y { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:11.9375rem;top:34.1875rem;left:44.125rem;overflow:hidden;display:block; }
#t6fyEAAxNLaNmrmbLnDtQ1Dgk7vOMAKT { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5623125rem;width:18.75rem;top:26.1875rem;left:40.625rem;display:block; }
#Ds8c26J6M4eFbkztQHQ3pTeX1t8V5Cl9 { color:rgba(var(--color-secondary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15278;line-height:1.3;letter-spacing:0;top:81rem;left:2.875rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oPIygUR7pO1Kd9VvvEgfle1iVkgZQlT3 { position:absolute;display:block;z-index:15085;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5614375rem;width:18.75rem;top:129.9375rem;left:0.625rem;display:block; }
#FJcu8Q48OGeMr3z7VFWysxvu3IadJEgQ { position:absolute;display:block;z-index:15264;border-bottom:0;border-left:0;border-right:0;border-top:0;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:3.0625rem;top:132.1875rem;left:8.375rem;overflow:hidden;display:block; }
#yMWDhs2U2HuATzVhDWPpgeFurZfpTPwa { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15274;line-height:1.3;letter-spacing:0;top:134.75rem;left:5.4375rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rSsgav3Q5MbmWT0xkupsh5cy34TdxarW { position:absolute;display:block;z-index:15266;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.875rem;top:136.8125rem;left:7.0625rem;overflow:hidden;display:block; }
#mAOzXwzx0yQb7iCO3t21zF4vayNAztHF { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15296;line-height:1.3;letter-spacing:0;top:143.25rem;left:3.4375rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xLzBkwXcSLskX0mkpIlErBZD0zoHymv4 { color:rgba(var(--color-secondary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15276;line-height:1.4;letter-spacing:0;top:144.9375rem;left:0.5625rem;height:2.79829375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GTfzvmPydTePEvmOZlHfCEq7aLvR46ig { position:absolute;display:block;z-index:15091;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5614375rem;width:18.75rem;top:129.9375rem;left:20.6875rem;display:block; }
#CIRHCKAT3R4GylTAhxkPTzWtl1QcBs70 { position:absolute;display:block;z-index:15270;border-bottom:0;border-left:0;border-right:0;border-top:0;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:3.0625rem;top:132.1875rem;left:28.4375rem;overflow:hidden;display:block; }
#KCKQVc4hBKve1NPMr7B4dC8ffTbkq6zz { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15280;line-height:1.3;letter-spacing:0;top:134.75rem;left:25.5rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xw5F3wWs9MSaBVG2IQxoDnyGsbM8J5Nl { position:absolute;display:block;z-index:15272;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:10.0625rem;top:137.5rem;left:25rem;overflow:hidden;display:block; }
#TZ5cWukHPSdazpeFRnFUTBhI1soClVva { color:rgba(var(--color-secondary-4),1);display:block;width:18.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15302;line-height:1.3;letter-spacing:0;top:143.25rem;left:20.6875rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VU8Ra0RdJ6pVLtBv9d2MiQmUdfbnke7d { color:rgba(var(--color-secondary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15282;line-height:1.4;letter-spacing:0;top:144.9375rem;left:20.625rem;height:2.79829375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zHnSyR462qJmNUzZe1MTOMbvux2WiEuJ { position:absolute;display:block;z-index:15097;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5614375rem;width:18.75rem;top:129.9375rem;left:40.6875rem;display:block; }
#seiTbvAvKKSQuTOU1UTGxVo9pmyMteTs { position:absolute;display:block;z-index:15276;border-bottom:0;border-left:0;border-right:0;border-top:0;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:3.0625rem;top:132.1875rem;left:48.4375rem;overflow:hidden;display:block; }
#Cx1KqgEgSln6aIXrd5i00VfEsAvqfAyZ { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15286;line-height:1.3;letter-spacing:0;top:134.75rem;left:45.5rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wCI4SMLohwi5kZ2WvEhbcTfuuxvLbnau { position:absolute;display:block;z-index:15278;border-bottom:0;border-left:0;border-right:0;border-top:0;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.8734rem;width:4.43625625rem;top:137.40500068664rem;left:47.7796459198rem;overflow:hidden;display:block; }
#b5HBMkXqC1xu7nwI5NB0QnkWmD69mKHP { color:rgba(var(--color-secondary-4),1);display:block;width:18.6869375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15308;line-height:1.3;letter-spacing:0;top:143.24750900269rem;left:40.655179977417rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SUK9EWz5rv7Lni20PVxJ6GtJn6FuaN5P { color:rgba(var(--color-secondary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15288;line-height:1.4;letter-spacing:0;top:144.9375rem;left:40.625rem;height:2.79829375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gxi0tPNBlP8Dxi0s9LDrM2USgGHTCcRV { position:absolute;display:block;z-index:15030;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:26.1875rem;left:20.625rem;display:block; }
#WF7QLeHTZNOSoMniKH8iFHG3ebnVovQ1 { position:absolute;display:block;z-index:15292;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:2.0625rem;width:3.125rem;top:27.9375rem;left:28.375rem;overflow:hidden;display:block; }
#S3bQbUMSC10oDdA3HlcsDH3Ku3gQE8lM { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15227;line-height:1.3;letter-spacing:0;top:30.5625rem;left:25.4375rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kPM8VzSlIV9s5fvwKh95rL9cHqZMqKnB { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:14.6875rem;top:33.875rem;left:22.375rem;overflow:hidden;display:block; }
#FnQHxG5XEh9nMI9LBC5pGRVv7Ngha71w { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15249;line-height:1.3;letter-spacing:0;top:39.5625rem;left:23.4375rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hFW2CR8HL9xmHv0qbbydX5k1mgyIHO0Z { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15229;line-height:1.4;letter-spacing:0;top:41.6875rem;left:22.875rem;height:2.79829375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W2FmUEqPylTHXBIZky22HAzDxowFptSP { color:rgba(var(--color-secondary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15279;line-height:1.3;letter-spacing:0;top:77.3125rem;left:23.125rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JPO20QAoNSQI3AezZIK0GVKTqPD6hNmL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#JPO20QAoNSQI3AezZIK0GVKTqPD6hNmL > .row .container { background-color: transparent; background-image: none; }#JPO20QAoNSQI3AezZIK0GVKTqPD6hNmL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JPO20QAoNSQI3AezZIK0GVKTqPD6hNmL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JPO20QAoNSQI3AezZIK0GVKTqPD6hNmL > .row .container > .video-iframe-container { display: none; }#JPO20QAoNSQI3AezZIK0GVKTqPD6hNmL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JPO20QAoNSQI3AezZIK0GVKTqPD6hNmL > .row > .video-iframe-container { display: none; }#JPO20QAoNSQI3AezZIK0GVKTqPD6hNmL > .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); }#JPO20QAoNSQI3AezZIK0GVKTqPD6hNmL > .row .container { border-width: 0; border-radius: 0; }#JPO20QAoNSQI3AezZIK0GVKTqPD6hNmL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JPO20QAoNSQI3AezZIK0GVKTqPD6hNmL > .row .container { font-size:0.875rem;font-family:arial;height:47.6875rem;width:60rem;position:relative;display:block; }#mKecnksZISRvN6NgpqVD7cEwBzwKnIoJ { color:rgba(var(--color-primary-2),1);display:block;width:24.4993125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15186;line-height:1.3;letter-spacing:0;top:1.3101561069489rem;left:17.749217987061rem;height:2.35618125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mPOtkCPoZ26DBSxsyh8h8MTdT83z5U2r { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5623125rem;width:18.75rem;top:5rem;left:0.625rem;display:block; }
#DotuHhQf9XKQosF85ST5KQtcV7fac6C3 { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5623125rem;width:18.75rem;top:5.0625rem;left:20.625rem;display:block; }
#WeAHnZKxptCPQm9CwVcDd1oymkXzx7OC { position:absolute;display:block;z-index:15232;border-bottom:0;border-left:0;border-right:0;border-top:0;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.6875rem;width:3.1875rem;top:7rem;left:8.375rem;overflow:hidden;display:block; }
#hqN6wVIcRivRZ3uCoTVH0CTPaLzWwFg4 { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15203;line-height:1.3;letter-spacing:0;top:8.9375rem;left:5.5rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BHwBERGaLKHlWcf9XwQSU6SM4wn9Cwf8 { position:absolute;display:block;z-index:15222;border-bottom:0;border-left:0;border-right:0;border-top:0;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.81171875rem;width:8.49925rem;top:11.5625rem;left:5.5rem;overflow:hidden;display:block; }
#ZyAM32XzUAnTx9l7vriOBsu9TtLKS1Xx { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15225;line-height:1.3;letter-spacing:0;top:17.9375rem;left:3.4375rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KR26ECxGeNhxvvAKMewllaf0l054FDxc { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15205;line-height:1.4;letter-spacing:0;top:20.1875rem;left:2.875rem;height:2.79829375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u0L8eCxZU6RwzTgTM6iln1K9I34017oc { position:absolute;display:block;z-index:15202;border-bottom:0;border-left:0;border-right:0;border-top:0;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:3.125rem;top:7rem;left:28.375rem;overflow:hidden;display:block; }
#PPAz1RSF1U42HWua62dcfamHeByMgngG { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15326;line-height:1.3;letter-spacing:0;top:9.5625rem;left:25.5rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eDCqH0pxTEWpC3KLl7WuCuqkzJzoD4KG { position:absolute;display:block;z-index:15384;border-bottom:0;border-left:0;border-right:0;border-top:0;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:14.874125rem;top:11.591796875rem;left:22.561847686767rem;overflow:hidden;display:block; }
#kxngTP6ZXQ2Fhps8kQElNgOkP8UTOLKH { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15348;line-height:1.3;letter-spacing:0;top:17.9375rem;left:23.40625rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wTs1DQbdhI2xeeZI9GdB2Fwz0lEkJEWX { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15328;line-height:1.4;letter-spacing:0;top:20.4375rem;left:22.875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Do5XAP4E7TnZpGAd27GOmdTdCPKSUl6z { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5623125rem;width:18.75rem;top:26.0625rem;left:0.6875rem;display:block; }
#WRcpmnGqqEnsSoO7kP8lbTUiQSAT3STf { position:absolute;display:block;z-index:15239;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:3.1875rem;top:28.0625rem;left:8.4375rem;overflow:hidden;display:block; }
#cgsM1UTAkToVERMrOe7ATcETOrKfsG32 { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15215;line-height:1.3;letter-spacing:0;top:30.5625rem;left:5.5rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gFWTbMTQFGwb408uz9URmMSxsMlM3rRB { position:absolute;display:block;z-index:15240;border-bottom:0;border-left:0;border-right:0;border-top:0;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:10rem;top:33.375rem;left:5rem;overflow:hidden;display:block; }
#R5r6bDJTMSoXD4gVXtuOuZiF1css7EIE { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15237;line-height:1.3;letter-spacing:0;top:39rem;left:3.5rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FBcvJEWwkTF2kdLPTR6m7VRdBivfPsMJ { color:rgba(var(--color-secondary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15217;line-height:1.4;letter-spacing:0;top:41.25rem;left:0.5625rem;height:2.79829375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sS211ATQSIaspfUyIS2c1KVDMmDLb3fy { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5623125rem;width:18.75rem;top:5rem;left:40.625rem;display:block; }
#byga3Pfmh86U38WhdTrCgQ5uTly9NkPW { position:absolute;display:block;z-index:15208;border-bottom:0;border-left:0;border-right:0;border-top:0;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.0625rem;width:3.1875rem;top:6.9375rem;left:48.375rem;overflow:hidden;display:block; }
#q6uadmGNyAd4M69luHTRly0zSnJW3EmE { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15332;line-height:1.3;letter-spacing:0;top:9.5rem;left:45.5rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cl8SPBI5q0OGt4ISlJcsJsUBPEAeiZNU { position:absolute;display:block;z-index:15390;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:10.0625rem;top:12.0625rem;left:44.9375rem;overflow:hidden;display:block; }
#QsxcNWO7cZGXZ3gZTAOwNd0gJB1EbETh { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15354;line-height:1.3;letter-spacing:0;top:17.875rem;left:43.375rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HWFgPapPQDObzn5hTesVdTgJtwBiWySR { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15334;line-height:1.4;letter-spacing:0;top:20.375rem;left:42.875rem;height:2.79829375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ITtec706OR5qvw5syIwZO0Dm9KBcqACt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#ITtec706OR5qvw5syIwZO0Dm9KBcqACt > .row .container { background-color: transparent; background-image: none; }#ITtec706OR5qvw5syIwZO0Dm9KBcqACt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITtec706OR5qvw5syIwZO0Dm9KBcqACt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITtec706OR5qvw5syIwZO0Dm9KBcqACt > .row .container > .video-iframe-container { display: none; }#ITtec706OR5qvw5syIwZO0Dm9KBcqACt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITtec706OR5qvw5syIwZO0Dm9KBcqACt > .row > .video-iframe-container { display: none; }#ITtec706OR5qvw5syIwZO0Dm9KBcqACt > .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); }#ITtec706OR5qvw5syIwZO0Dm9KBcqACt > .row .container { border-width: 0; border-radius: 0; }#ITtec706OR5qvw5syIwZO0Dm9KBcqACt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ITtec706OR5qvw5syIwZO0Dm9KBcqACt > .row .container { font-size:0.875rem;font-family:arial;height:27.125rem;width:60rem;position:relative;display:block; }#m0ell3CGf3x3Q2eEvsyQcd2dWyEUKMkm { color:rgba(var(--color-primary-2),1);display:block;width:24.4993125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15186;line-height:1.3;letter-spacing:0;top:1.3101561069489rem;left:17.749217987061rem;height:2.35625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HxZNxvPMXmK0TZ0etTmm5eEpyOIABNhD { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5623125rem;width:18.75rem;top:5rem;left:0.625rem;display:block; }
#ByXmLaAISE3gZtr00gW3VxNrt7auqout { position:absolute;display:block;z-index:15232;border-bottom:0;border-left:0;border-right:0;border-top:0;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.68671875rem;width:3.18671875rem;top:7.0625rem;left:8.40625rem;overflow:hidden;display:block; }
#vfP7HTo4XlXdERpBhZFxKqlK6SVum745 { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15203;line-height:1.3;letter-spacing:0;top:9.0625rem;left:5.5rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mXaPLBKJq9iw6a0tahSQothFxF8oGlbQ { position:absolute;display:block;z-index:15222;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.31196875rem;width:12.3118125rem;top:11.842968463898rem;left:3.8421878814698rem;overflow:hidden;display:block; }
#zTbpRLIxXzGDkAdTJXs9urC29x5eWJS6 { color:rgba(var(--color-secondary-4),1);display:block;width:13.187125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15225;line-height:1.3;letter-spacing:0;top:18.374999523163rem;left:3.4375rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PAdLO5IQZNWPqGOSQ2X9c7MO5A39U3kv { color:rgba(var(--color-secondary-4),1);display:block;width:14.2498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15205;line-height:1.4;letter-spacing:0;top:20.624999523163rem;left:2.875rem;height:2.79829375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UFVLyc17TswUlT87LeS04dyaBBE11rV5 { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5623125rem;width:18.75rem;top:5rem;left:40.625rem;display:block; }
#PFqOgyvVIOLK3dO5t76gBJ33lSPTyZMz { position:absolute;display:block;z-index:15233;border-bottom:0;border-left:0;border-right:0;border-top:0;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.6867875rem;width:3.18714375rem;top:7rem;left:48.375rem;overflow:hidden;display:block; }
#UM1g3HDIiMwxEiCs6O9QGVk2GnTvaUnf { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15209;line-height:1.3;letter-spacing:0;top:9.125rem;left:45.5rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kWTyAkakatPv0ToEZmIcVaaBZbpJTg29 { position:absolute;display:block;z-index:15234;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.249825rem;width:11.25rem;top:11.875000476837rem;left:44.375rem;overflow:hidden;display:block; }
#Vg4wT6M0XoI8kbL3fSvThxkC81TdHVcx { color:rgba(var(--color-secondary-4),1);display:block;width:13.187125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15231;line-height:1.3;letter-spacing:0;top:18.374999523163rem;left:43.4375rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gGAlBoPRHM5T3nZc5Wpe6a807zIPkGub { color:rgba(var(--color-secondary-4),1);display:block;width:14.2498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15211;line-height:1.4;letter-spacing:0;top:20.624999523163rem;left:42.875rem;height:2.79829375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zcmhTX9skT7LF2EmyWiT0vgpTUIvGdqw { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5623125rem;width:18.75rem;top:5.0625rem;left:20.625rem;display:block; }
#XuwXkcyPXWWQJ836z1r3MTLpKqvZAuBB { position:absolute;display:block;z-index:15238;border-bottom:0;border-left:0;border-right:0;border-top:0;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.6867875rem;width:3.18714375rem;top:7.125rem;left:28.375rem;overflow:hidden;display:block; }
#Uhf5UOHCaPbSrEJAgUilBSAA4rVCGLpi { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15209;line-height:1.3;letter-spacing:0;top:9.125rem;left:25.5rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wW7sLfv1FcihKXTgsJFRLQS1n2AAItHC { position:absolute;display:block;z-index:15228;border-bottom:0;border-left:0;border-right:0;border-top:0;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.1875rem;width:12.5rem;top:13.062500476837rem;left:23.75rem;overflow:hidden;display:block; }
#sRIwulhMmI7XRp5CQdZxlV7TIHfDSpsR { color:rgba(var(--color-secondary-4),1);display:block;width:13.187125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15231;line-height:1.3;letter-spacing:0;top:18.499999523163rem;left:23.4375rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RE3vS8OMT44nNNPkdPe85PwNaWzrknWV { color:rgba(var(--color-secondary-4),1);display:block;width:14.2498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15211;line-height:1.4;letter-spacing:0;top:20.749999523163rem;left:22.875rem;height:2.79829375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MT5ENd80XJT7XuLvuykV3phteXbCJnhO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#MT5ENd80XJT7XuLvuykV3phteXbCJnhO > .row .container { background-color: transparent; background-image: none; }#MT5ENd80XJT7XuLvuykV3phteXbCJnhO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MT5ENd80XJT7XuLvuykV3phteXbCJnhO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MT5ENd80XJT7XuLvuykV3phteXbCJnhO > .row .container > .video-iframe-container { display: none; }#MT5ENd80XJT7XuLvuykV3phteXbCJnhO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MT5ENd80XJT7XuLvuykV3phteXbCJnhO > .row > .video-iframe-container { display: none; }#MT5ENd80XJT7XuLvuykV3phteXbCJnhO > .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); }#MT5ENd80XJT7XuLvuykV3phteXbCJnhO > .row .container { border-width: 0; border-radius: 0; }#MT5ENd80XJT7XuLvuykV3phteXbCJnhO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MT5ENd80XJT7XuLvuykV3phteXbCJnhO > .row .container { font-size:0.875rem;font-family:arial;height:12.3125rem;width:60rem;position:relative;display:block; }#HEVW5e2LDHFlnx9gR6DwhMBnZcETagBA { 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:1.875rem;width:1.875rem;top:5.25rem;left:39.8125rem;overflow:hidden;display:block; }
#RZcvrbpeQNpGMTElVahlRzvaoCKpO3Sc { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;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.8125rem;width:1.875rem;top:8.3125rem;left:39.875rem;overflow:hidden;display:block; }
#FttTX16WU6bOnXnSViTpPtRbraZ6Q0gh { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:5.3125rem;left:42.625rem;height:1.875rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#brwMVVt2w8TgHTURrvx7UMZndblf8VJm { color:rgba(var(--color-tertiary-0),1);display:block;width:10.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:8.25rem;left:42.5625rem;height:1.875rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Vcwx4nwDTtNlCqddNCUgL3fmus0Xpan5 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:13.625rem;top:6.8120689392087rem;left:5.3671875rem;overflow:hidden;display:block; }
#a2uDKaqHqGs4BfGEXbSikbLguKM0bKlp { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:2.1875rem;left:39.8125rem;overflow:hidden;display:block; }
#S9P5O9F900zJ3gncdzVVvVDEOCdNps9z { color:rgba(var(--color-tertiary-0),1);display:block;width:9.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:2.375rem;left:42.625rem;height:1.875rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wE2dDk5uPZzSx7AVTBqppVBCs8TRg2Pz { color:rgba(var(--color-tertiary-3),1);display:block;width:24.436875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:4.0690116882324rem;left:5.1796875rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Rha6Ozw8XRavByi7cP4nZHQVuCM05sxv { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1873125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:2.2009544372559rem;left:5.2421875rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma { display:block; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jeek2RQbhIDRHcisqE4icqMFO2bJXRth { top:2.1875rem;left:4.8103294372559rem;width:13.4375rem;height:3.1106764202046rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT32ndlJwir4D4AvaTT0Sh4cTGMtoVIS { width:14.0625rem;height:2.75rem;top:2.3125rem;left:23.162109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOIATihfAUwi0PVBTmZzqiTwBeAhEm99 { display:block; }
 }@media only screen and (max-width: 763px) { #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx { display:block; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zmkzGmfs4bhx1tK1vgeTeOsRIxkIBGQE { width:25.3125rem;height:18.5rem;top:19.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3gnV5l8th6WP7ZA1JxZ7pXx6hVElIQl { width:14.125rem;height:3.4375rem;top:23.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKNLXwe4DeCUzkVWsiX0loy24I9TVIhT { display:block; }
 }@media only screen and (max-width: 763px) { #bnrzJFmeMFnJEs6VpUdbBvmV2dGBTR7g { width:20rem;height:9.1875rem;top:0.875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TOrDHPqs9G1TeiTd3TWKBXLGhnBEambd { width:20rem;height:5.25rem;top:25.0625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GZIhwPaDVBWXcWdAkz00WnElvoekc8AQ { top:12rem;left:0rem;width:24.375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uILQcEakq0CPfpoK8gHXUcrto3IE5MNV { display:block; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LIrtlDf5HpxKrmdQG69GFPg567LfiMR8 { width:46.0625rem;height:3rem;top:4.25rem;left:0.65625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #d68BnHx1zCrDQ3TfbxFtfa5G5tdJ6cMh { width:41.875rem;height:3rem;top:7.875rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d81Rxd5WXRbd6g6Sy5DsdBTBFG3VUegR { width:46.4375rem;height:26.375rem;top:10.875rem;left:1.3125rem;font-size:1.375rem;display:block; }#d81Rxd5WXRbd6g6Sy5DsdBTBFG3VUegR li:before{  }
 }@media only screen and (max-width: 763px) { #mLd0ErI1PNmGc7GVQvLZXIvenyk43EbM { width:37.8125rem;height:1.5625rem;top:13.625rem;left:4.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBNIbG8owQiQxifDeodiTsddgIVIaXHD { width:15.1875rem;height:4.9375rem;top:9.8125rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mTDArzvTK8wBAHMRrQX4ZtsTmkapskcp { width:14.3125rem;height:3.1875rem;top:17.125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz { display:block; }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DDWpHLM7PEVuCrAN2xSkxT7J5p7w02w0 { width:21.75rem;height:7rem;top:9.375rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVENAhyZcuciOAuCRLlcynVQqnpaQq97 { width:14.125rem;height:3.4375rem;top:19rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pn8basDIsuzA2Ot0nDrHGGdbMThk6Um3 { display:block; }
 }@media only screen and (max-width: 763px) { #Q4RVsIQ0XGo89qfvVSKICFR1TvfHoPrg { top:10.9375rem;left:0rem;width:47.75rem;height:33.21510989011rem;display:block; }
 }@media only screen and (max-width: 763px) { #isL38Jgber9Uw0XS0OhtTGMFEpHJvCaq { top:2.4375rem;left:0rem;width:47.75rem;height:32.747291440953rem;display:none; }
 }@media only screen and (max-width: 763px) { #KEEZccSJIxNRP5Pr8QT1ZtE7k448vkq6 { width:24.375rem;height:20.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zPkaladCRzZGhMludvi86t0R4xtwVcbV { width:29.4375rem;height:45rem;display:none; }
 }@media only screen and (max-width: 763px) { #JU023pmveUAAVorDuZFVTeai6TJoSmTB { width:47.75rem;height:5.0625rem;top:3.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #za9ArBhGiDmD8a6FO7uuoH50TrnNKuf1 { width:42.125rem;height:56.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk { display:block; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #liq6nQf0DCELOAXPD0JdA4yrDyV3Uitm { top:7.5625rem;left:0rem;width:24.0625rem;height:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpdsdpvvV1T9FtzRKcSPuhZKovDOQt2b { top:7.5625rem;left:23.6875rem;width:24.0625rem;height:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNPGZKW2sk6qogH9oBeuvRfhwviOo1Nm { top:41.125rem;left:4.625rem;width:40.375rem;height:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzU2qmfk0JLEHs8dw1Aea4fB2EJlmRTJ { width:46.0625rem;height:;top:3.625rem;left:0.84375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtNIqp8iTiio6MbzqoLKyQ1Oi34eQKPt { display:none; }#xtNIqp8iTiio6MbzqoLKyQ1Oi34eQKPt > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #e7vCuQyThLrF8TEctBOW2qPT4QxWoKql { display:block; }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S2p91EgJcEXZvPbyyXbbloLDSo4okVuR { width:46rem;height:;top:17.5rem;left:0.40603256225586rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzSAHf6NZIVSmbRJSZp7s5xgGCkLvBkD { width:45.75rem;height:7.8125rem;top:26.0625rem;left:0.5625rem;font-size:1.5rem;display:block; }#zzSAHf6NZIVSmbRJSZp7s5xgGCkLvBkD li:before{  }
 }@media only screen and (max-width: 763px) { #ew8LsxoFz6GuFBwGR0vWvSwVhP9iWDLU { width:20rem;height:10.75rem;top:9.625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mob17w6k2TBaIHL4iGwN5aCax0W8UpaF { display:block; }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xldb3veA4RLoK1nMONhc5tHrU2toFOKC { width:46rem;height:;top:3.75rem;left:0.49934768676758rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #v05TAkV2QT6r6yJXcZpRSiucKfqvdEML { width:45.6875rem;height:;top:11.9375rem;left:0.656005859375rem;font-size:1.5rem;display:block; }#v05TAkV2QT6r6yJXcZpRSiucKfqvdEML li:before{  }
 }@media only screen and (max-width: 763px) { #LhRNPW1WiHsiqsTEnkxImpOw5IhKyOdP { width:17.5625rem;height:10.75rem;top:10.6875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN { display:block; }#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yaCuHArLbBLpvn39LXEptubF4opwdnRs { width:46rem;height:;top:2.9375rem;left:1.1243476867676rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQeXsD8Jyeoe1O45lFe5ibQwLFDda5RE { width:45.75rem;height:5.0625rem;top:11.625rem;left:1.28125rem;font-size:1.5rem;display:block; }#BQeXsD8Jyeoe1O45lFe5ibQwLFDda5RE li:before{  }
 }@media only screen and (max-width: 763px) { #STomCT2ZM2gu3PJ9ks8KRnRZkewBh5rz { width:12.25rem;height:5.375rem;top:10.3125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo { display:block; }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nzWJWCPRApmeKZ88H7eHD2p4LA7Li5gu { width:26.6875rem;height:;top:4.0625rem;left:10.40625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRnbsbQ92T2eCPIy7t68yBMxQLJmtvHd { width:24rem;height:3.4375rem;top:12.0625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxkmJXdiwclx3zpTGqOtW0tNGrriTh7V { display:block; }
 }@media only screen and (max-width: 763px) { #ZOTN29HOx4kMC5LTNlGZ0QuQIIncmdC8 { display:block; }#ZOTN29HOx4kMC5LTNlGZ0QuQIIncmdC8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OQvy4sMMRurTw4ZRbfiLewPcZxBHdUuO { top:5.3125rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm6SmKE6zghUEQxxD03ZeHHelPNmqi2y { top:2.125rem;left:0rem;width:24.4375rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xN2FXvAVLhSzUFIaKwoczyfLlx63VLNi { width:8.75rem;height:2.75rem;top:8.5625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwplETTmA3PVozSVGvDa9PvaJzuHcGVl { display:block; }
 }@media only screen and (max-width: 763px) { #IalAXg1AJUdAXpPUrlCRThO3R8AbtE34 { width:8.75rem;height:2.75rem;top:8.5625rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDSM8mwghXVn7P6ZoCRBTssGOkD094NU { display:block; }
 }@media only screen and (max-width: 763px) { #ZmgMDbeuKFlhCXTxdGscA4r6yxW5R66u { width:8.75rem;height:2.75rem;top:8.5625rem;left:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #uybX8vH3PGIn2L560Wo5UWAwoP2JyVTL { display:block; }
 }@media only screen and (max-width: 763px) { #gUVDuJtvtc44GI3RtKrkikCmRy7BlRxf { display:block; }#gUVDuJtvtc44GI3RtKrkikCmRy7BlRxf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k6IsGQUF1Imt8axysnDLgKcM6UTuFmbz { top:1.875rem;left:0rem;width:24.4375rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Upr1ILG7hED5bo3LbPZwVlpwck6FduBE { width:18.75rem;height:19.5rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMF3NmJsnHfv5mui9yxTkk3i4ZmBSWCd { top:7.125rem;left:6.375rem;width:3.125rem;height:2.0221132557953rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToA7keP9yevZCiTyELJIzGd9MxIr0ayz { top:9.6875rem;left:3.4375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVayBWmWLT1O0OL6qQDx4X0WPXrz8ibr { top:18.9375rem;left:1.375rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISzLvsEpnet29vf2xdl7wR0rTPmG0Jsw { top:21.1875rem;left:0.8125rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMpPNbykH1PlSDzcGkqMPwNcSUTxtMnf { width:18.75rem;height:19.5625rem;top:5.5625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoKxTH0yPvVzSrpLwHK6hbD9caO04w76 { top:9.625rem;left:35.186717987061rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbONV3MuWz4TsZn13KbCR3ze6ldPFIvp { top:18.9375rem;left:33.125rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RS4dlA2dOns8XnK3JHzFxzUgRpFzBB1D { top:21.1875rem;left:32.5625rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykLlsPF8wVKFwQAyyutFASdezuFplptx { width:18.75rem;height:19.5rem;top:67.5rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7ufmHxfFsQZ93T3KEABmBftLTnzMO7G { top:82.9375rem;left:32.5rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aORyNNvzNVToauwBlr41q9Dniu63Stxq { width:18.75rem;height:19.5rem;top:26.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSyKHgW1AZ5SzlCev4JmpusaVMOH67ff { top:80.9375rem;left:33.125rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWzTSTe7XsatFfkIlxCx6KuBzcapTWkx { top:41.6875rem;left:0.8125rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc72KkGkCxRyAHNmTLFtJRl78MbiFKms { top:39.5625rem;left:1.375rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORvbxQEPfMXJfTy64AlJrUgFxCNkWgDb { width:12.1875rem;height:3.9791851089829rem;top:33.1875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffheFNtwWiQIJtPwyBf13ToBs8kZWsO7 { width:3.1875rem;height:3.1875rem;top:74.9375rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgE5iop6gnsRLCpXrmII6fimFxC7DJX6 { width:18.75rem;height:19.5rem;top:5.5625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvF3TMxohQ0rXR9hcFNmdXTDRcapIUa5 { top:30.5625rem;left:3.375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOHrV3gElxHxVkGpbCmgcp48iiCXqiKd { top:71.625rem;left:35.1875rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnCtdamoablr7BTE2AeIqhINPpMUp4sO { top:21.1875rem;left:16.6875rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIXDQzhN2Nl9WDNGQLkXsBR1rWLIoFn9 { top:15.1875rem;left:18.4375rem;width:10.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTbA6ZNm0pXdOsHBsuBfP15QlZcNWJdf { top:9.75rem;left:19.3125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMq7epE2zkWJvcLbKnhJIocTx36LJER5 { top:12.375rem;left:3.5rem;width:8.8125rem;height:4.3445266886872rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvETJzM7yI5T8RISK8tSOOz4ZWmvQqbo { top:7.125rem;left:38.092971801757rem;width:3.1875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gggvTBNJWN4ow05Ji7UACfAimlJHhiS4 { top:12.875rem;left:36.90625rem;width:5.5625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fviRKqTesJhuREOZTCNT2qA5I0n5nKkD { top:69.1875rem;left:38.0625rem;width:3.125rem;height:1.7157064613104rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8rwgFWdBIpeLM9WFOabBX28eizroX9d { width:18.75rem;height:19.5rem;top:46.8125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNT6TPITxTTBWqWd95GJobRlxZUFMZXT { top:103rem;left:0.8125rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmAiQoI7ISuOovqRolNpwlUu1vxw4U1s { top:101rem;left:1.0625rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuqrQCDm1TP73VM632QPN8Mrq7BMtozp { width:18.75rem;height:19.5rem;top:67.5rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #s38TDHKDMOEaSdGJMT1yTk3x8rRd46Kn { top:81.6875rem;left:16.6875rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw5xhEG43zbaWxGn7hOz95BTlcrkDPGU { top:92.375rem;left:3.4375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di7rgBTtAprMy4ATSNULXEi3UpqTyuxh { top:71.9375rem;left:19.25rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoQAHyMqzuzlvwEtXnb23hcVTp7zZbWZ { top:69.5rem;left:22.125rem;width:3.125rem;height:1.7157064613104rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQFtmPQWa9goXyDr6o8fnyG5oNtXWUEW { top:89.8125rem;left:6.375rem;width:3.125rem;height:2.0221132557953rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0mvexsaL2HcGtaANXBRA9d7Ht0to8ou { top:95.0625rem;left:5.75rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3RVBhL12A3SuDXqs00vOX7ChhNe5TFf { width:18.75rem;height:19.5rem;top:88.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O63aIxyTMooTuNZUeDLnLvF4LQ8Phlu1 { width:18.75rem;height:19.5rem;top:88.1875rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N59iwW7rE9QvrhqomlbsggoTlQfPNMiF { top:103.8125rem;left:32.5625rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxAGQ4HASg4tUpbqGaeImMbSN9CPhZbx { top:101.5625rem;left:33.125rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m13JUuGXkrsxc12kAcTOwGE5aiDCUwQv { top:93.25rem;left:35.125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2epAEuaRcLtasCM4N3c72J3s5lDZHQQ { width:18.75rem;height:19.5rem;top:88.1875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXhuF8Vdaw2fZn8WQbuG875UgTbillSq { top:93.0625rem;left:19.3125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuwGSJulnPc8xAzMDkIaTU5oq40XkbXR { top:90.5rem;left:22.25rem;width:3.125rem;height:2.0221132557953rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmpgHHzzTmOhaKZIEhsSwp2VooQ9c4n6 { top:101.5rem;left:14.0625rem;width:17.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBi7PFC4w0qcsWwBn0tJ56RPMynMzg5z { top:104.4375rem;left:13.3125rem;width:18.4375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uv8fNHDXdeDte3KhTUCbv5dEHRqfof3b { top:96.3125rem;left:36rem;width:7.3125rem;height:3.2213352771162rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtTEIR5nz2P6iBpdJVdTAIiC7PEtMTKx { width:18.75rem;height:19.5rem;top:109.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A90DvH2UPtLpA1DHDrDEyUF6RJLMCFTV { top:113.4375rem;left:3.4375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJ5dD2bK6gs7xy57J3gD66ZGTmX0gBge { top:122.4375rem;left:1.375rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIxCAWD5SvNXl8LPnBaR2FCLRnhJlOpE { top:110.875rem;left:6.3125rem;width:3.125rem;height:2.0226764953384rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFIZc0xfleoUiC1dPNt4mB0hbdq7psFv { top:124.6875rem;left:0.8125rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oq67O9oOARD7yO7W76BJ5nOdfECv7eze { width:18.75rem;height:19.5rem;top:109.0625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZF3WtMTtXm0ol4veRJfVOivAAug2zO5 { top:113.4375rem;left:19.375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhktkBC76qOia7nJz6weFGht4E3RBNk7 { top:122.4375rem;left:17.3125rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfLu9G9qRqLzU0Iqo20JAChJ6wCCSZcq { top:111rem;left:22.25rem;width:3.125rem;height:2.0226764953384rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9L2y7kkp49yEW85ebNVSER2MoRNutSm { top:124.6875rem;left:16.75rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE30zWAH5goup8H3uQPQz5FAssHFInRE { top:27.9375rem;left:6.3125rem;width:3.125rem;height:2.062325rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3n6hTlTyKu3PnrXwJ2ZioO8xz4aitn8 { width:8.25rem;height:3.7222802914658rem;top:96rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTaWWKOFTiMB3m2qVoZybBwxkN0TZGy4 { width:4.25rem;height:3.6961074915026rem;top:116.9375rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDvcBHVCOzavHyVB0XD1dXwowX6yJ58F { width:4.8125rem;height:4.8125rem;top:116.4375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpsGT2HJvVqH7mcTTMHX3R2mIN1uHd1T { top:7.1875rem;left:22.1875rem;width:3.125rem;height:1.959980462965rem;display:block; }
 }@media only screen and (max-width: 763px) { #ai0Fex5UvsSZasMZAn1sQalKyxGVnXBT { top:48.75rem;left:22.1875rem;width:3.3125rem;height:2.1473287461915rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXKGLdb0m67eoHdFbs7JDD3iXmm2J2sO { top:51rem;left:19.3125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sem0EWMo63LfMuZBCmx1SZC8BDKfJnl2 { top:59.4375rem;left:16.9375rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8K6m2ocsuzmEelHXMfMuyLfh1HhTc9V { top:63.0625rem;left:12.875rem;width:18.8125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T07nTLByEHwyeS2bJNXxppMq0PV7vK9T { top:54.5rem;left:21.5625rem;width:4.1875rem;height:2.832486208991rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydLOdFmkLVfGg4ZZu7dkBk51k5SC3nNA { top:111.3125rem;left:38.0625rem;width:3.125rem;height:2.0221132557953rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZduJ8QsFsIERPdhAPce8fHHClUThITA { top:113.875rem;left:35.125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntFQgnKZmXQXpDyx8bdfPnHfqDkAobTp { top:116.875rem;left:35.625rem;width:8.125rem;height:3.2457375rem;display:block; }
 }@media only screen and (max-width: 763px) { #amCHTII3PnWkZguZLBWCzgHTdEV8FSgh { top:122.375rem;left:33.125rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OekQNXpG1hCxmEP1bw01ryvE4sedgdO8 { top:124.0625rem;left:32.5625rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s95kc53Az3fRvTlfHLuqBXoTvT84zJqi { width:18.75rem;height:19.5rem;top:109.0625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPD0P3CBtVXMtuey2Zdn1ew65TychXhy { width:18.75rem;height:19.5rem;top:46.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #heE7MMaAyF14gvGD7EyOPV4sna7yWENR { top:48.75rem;left:6.3125rem;width:3.3125rem;height:2.1473287461915rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPdG0QXeXK3LLWIIM2cbcubrW5DGcVkU { top:51rem;left:3.375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELbSD7V18AT8rBZAxlWgxaF2Mtgme19S { top:54.5rem;left:4.8125rem;width:6.25rem;height:2.9074074074074rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQcrK5MaTuMBzZF0RzseUPcV6ed0NRbF { top:59.4375rem;left:1.0625rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovDDhUoyutUbZXgM8COkkCMizCM33SdC { top:63.0625rem;left:0rem;width:18.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccSVsZpfPzC0bpa9zDqsWsNXOkEPkbVh { top:28.125rem;left:38.0625rem;width:3.3125rem;height:2.1473287461915rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4qhdENEAJtzbXoZmkyOEZLy8sKhynTI { top:30.375rem;left:35.125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRQPCSFr1WHNeQlm5o06gDwvZCRpCduG { top:38.8125rem;left:32.8125rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkZoeu0fEwdoz5F6zS6PI2i32tueIToz { top:42.375rem;left:29rem;width:18.5625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s83mogVCKSia6Zo0VzHeAIQrAAXm4Gp6 { width:18.75rem;height:19.5rem;top:46.8125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S53qNNgfQ4T93IqurgTcaxJMO1L7CTpE { top:48.75rem;left:38.0625rem;width:3.3125rem;height:2.1473287461915rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0SBDwbqLNPX1QdENHTRHL1EnRWizGW4 { top:51rem;left:35.125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT8hflIl0IhnwxQKvbURoM1FCi0vRRt6 { top:55.625rem;left:33.4375rem;width:12.8125rem;height:1.8660792309933rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBSHqTQTWTaNQHaJnPo1QVkrn3IlSxDG { top:59.4375rem;left:32.8125rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzXBAPtmNZ7rUT7whIvcpe3RD0BcyvCe { top:62.3125rem;left:32.5625rem;width:14.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrauFtB6fwsTSpGr40qZ5fXoGulMeOGK { top:90.6875rem;left:38.0625rem;width:3.125rem;height:2.0232400487385rem;display:block; }
 }@media only screen and (max-width: 763px) { #puqmpLTaGSnKegq4KyKgk5IpGNzzTMQ6 { top:69.5625rem;left:6.25rem;width:3.3125rem;height:2.1473287461915rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ozre2lqhTgbUHexesX4BhBghWoS6zl1v { top:71.8125rem;left:3.3125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6cPRmioMCQxkC0B68DsNxdT1WBNBAM0 { top:75.3125rem;left:1.8125rem;width:12.1875rem;height:3.9788705374912rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAReIbn3TaHqas55O3SdWzdaxpTg1XhA { top:82.9375rem;left:0.3125rem;width:14.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnxMiRf3ILssB1BXTn8mm2MgxAknX0sO { width:18.75rem;height:19.5rem;top:67.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hd9TNb96VNILbKk7nM8CzNMg0DkMKI0b { width:18.75rem;height:19.5rem;top:68.5625rem;left:13rem;display:none; }
 }@media only screen and (max-width: 763px) { #AJaZEDNnnTgzpaP2G56f6BZTmHioTT6T { top:201.25rem;left:1.4984019994736rem;width:13.75rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mvQQH2nL3zW7mvUGhpi6JEAg9v6vHW1y { width:11.875rem;height:2.1761154800674rem;top:34.1875rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6fyEAAxNLaNmrmbLnDtQ1Dgk7vOMAKT { width:18.75rem;height:19.5rem;top:26.1875rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds8c26J6M4eFbkztQHQ3pTeX1t8V5Cl9 { top:81rem;left:0.8125rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPIygUR7pO1Kd9VvvEgfle1iVkgZQlT3 { width:18.75rem;height:19.5rem;top:129.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJcu8Q48OGeMr3z7VFWysxvu3IadJEgQ { top:132.1875rem;left:6.3125rem;width:3rem;height:1.9588255105477rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMWDhs2U2HuATzVhDWPpgeFurZfpTPwa { top:134.75rem;left:3.375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSsgav3Q5MbmWT0xkupsh5cy34TdxarW { top:136.8125rem;left:5rem;width:5.8125rem;height:5.0087440752621rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAOzXwzx0yQb7iCO3t21zF4vayNAztHF { top:143.25rem;left:1.375rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLzBkwXcSLskX0mkpIlErBZD0zoHymv4 { top:144.9375rem;left:0rem;width:18.8125rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTfzvmPydTePEvmOZlHfCEq7aLvR46ig { width:18.75rem;height:19.5rem;top:129.9375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIRHCKAT3R4GylTAhxkPTzWtl1QcBs70 { top:132.1875rem;left:22.25rem;width:3rem;height:1.9588255105477rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCKQVc4hBKve1NPMr7B4dC8ffTbkq6zz { top:134.75rem;left:19.3125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xw5F3wWs9MSaBVG2IQxoDnyGsbM8J5Nl { top:137.5rem;left:18.8125rem;width:10rem;height:3.6642048772004rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ5cWukHPSdazpeFRnFUTBhI1soClVva { top:143.25rem;left:13.125rem;width:18.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VU8Ra0RdJ6pVLtBv9d2MiQmUdfbnke7d { top:144.9375rem;left:12.9375rem;width:18.8125rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHnSyR462qJmNUzZe1MTOMbvux2WiEuJ { width:18.75rem;height:19.5rem;top:129.9375rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #seiTbvAvKKSQuTOU1UTGxVo9pmyMteTs { top:132.1875rem;left:38.125rem;width:3rem;height:1.9588255105477rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cx1KqgEgSln6aIXrd5i00VfEsAvqfAyZ { top:134.75rem;left:35.1875rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCI4SMLohwi5kZ2WvEhbcTfuuxvLbnau { top:137.375rem;left:37.4671459198rem;width:4.375rem;height:3.8199157228575rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5HBMkXqC1xu7nwI5NB0QnkWmD69mKHP { top:143.1875rem;left:29rem;width:18.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUK9EWz5rv7Lni20PVxJ6GtJn6FuaN5P { top:144.9375rem;left:28.8125rem;width:18.8125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxi0tPNBlP8Dxi0s9LDrM2USgGHTCcRV { width:18.75rem;height:19.5rem;top:26.1875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF7QLeHTZNOSoMniKH8iFHG3ebnVovQ1 { top:27.9375rem;left:22.1875rem;width:3.125rem;height:2.062325rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3bQbUMSC10oDdA3HlcsDH3Ku3gQE8lM { top:30.5625rem;left:19.25rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPM8VzSlIV9s5fvwKh95rL9cHqZMqKnB { width:14.6875rem;height:3.4375rem;top:33.875rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnQHxG5XEh9nMI9LBC5pGRVv7Ngha71w { top:39.5625rem;left:17.25rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFW2CR8HL9xmHv0qbbydX5k1mgyIHO0Z { top:41.6875rem;left:16.6875rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2FmUEqPylTHXBIZky22HAzDxowFptSP { top:77.3125rem;left:16.9375rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPO20QAoNSQI3AezZIK0GVKTqPD6hNmL { display:block; }#JPO20QAoNSQI3AezZIK0GVKTqPD6hNmL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mKecnksZISRvN6NgpqVD7cEwBzwKnIoJ { top:1.25rem;left:0rem;width:24.4375rem;height:;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPOtkCPoZ26DBSxsyh8h8MTdT83z5U2r { width:18.75rem;height:19.5rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DotuHhQf9XKQosF85ST5KQtcV7fac6C3 { width:18.75rem;height:19.5rem;top:5.0625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeAHnZKxptCPQm9CwVcDd1oymkXzx7OC { top:7rem;left:6.3125rem;width:3.1875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqN6wVIcRivRZ3uCoTVH0CTPaLzWwFg4 { top:8.9375rem;left:3.4375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHwBERGaLKHlWcf9XwQSU6SM4wn9Cwf8 { top:11.5625rem;left:3.4375rem;width:8.4375rem;height:3.7840252908345rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyAM32XzUAnTx9l7vriOBsu9TtLKS1Xx { top:17.9375rem;left:1.375rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KR26ECxGeNhxvvAKMewllaf0l054FDxc { top:20.1875rem;left:0.8125rem;width:14.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0L8eCxZU6RwzTgTM6iln1K9I34017oc { top:7rem;left:22.1875rem;width:3.125rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPAz1RSF1U42HWua62dcfamHeByMgngG { top:9.5rem;left:19.311634063721rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDCqH0pxTEWpC3KLl7WuCuqkzJzoD4KG { top:11.5625rem;left:16.374347686767rem;width:14.8125rem;height:3.734463371795rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxngTP6ZXQ2Fhps8kQElNgOkP8UTOLKH { top:17.875rem;left:17.218532562256rem;width:13.125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTs1DQbdhI2xeeZI9GdB2Fwz0lEkJEWX { top:20.375rem;left:16.686847686767rem;width:14.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do5XAP4E7TnZpGAd27GOmdTdCPKSUl6z { width:18.75rem;height:19.5rem;top:26.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRcpmnGqqEnsSoO7kP8lbTUiQSAT3STf { top:28.0625rem;left:6.375rem;width:3.125rem;height:1.8992598490673rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgsM1UTAkToVERMrOe7ATcETOrKfsG32 { top:30.5625rem;left:3.4375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFWTbMTQFGwb408uz9URmMSxsMlM3rRB { top:33.375rem;left:2.9375rem;width:10rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5r6bDJTMSoXD4gVXtuOuZiF1css7EIE { top:39rem;left:1.4375rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBcvJEWwkTF2kdLPTR6m7VRdBivfPsMJ { top:41.25rem;left:0rem;width:18.8125rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS211ATQSIaspfUyIS2c1KVDMmDLb3fy { width:18.75rem;height:19.5rem;top:5rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #byga3Pfmh86U38WhdTrCgQ5uTly9NkPW { top:6.9375rem;left:38.0625rem;width:3.125rem;height:2.0216193596341rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6uadmGNyAd4M69luHTRly0zSnJW3EmE { top:9.5rem;left:35.1875rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cl8SPBI5q0OGt4ISlJcsJsUBPEAeiZNU { top:12.0625rem;left:34.625rem;width:10rem;height:4.3480961550407rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsxcNWO7cZGXZ3gZTAOwNd0gJB1EbETh { top:17.875rem;left:33.0625rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWFgPapPQDObzn5hTesVdTgJtwBiWySR { top:20.375rem;left:32.5625rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITtec706OR5qvw5syIwZO0Dm9KBcqACt { display:block; }#ITtec706OR5qvw5syIwZO0Dm9KBcqACt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m0ell3CGf3x3Q2eEvsyQcd2dWyEUKMkm { top:1.25rem;left:0rem;width:24.4375rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxZNxvPMXmK0TZ0etTmm5eEpyOIABNhD { width:18.75rem;height:19.5rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByXmLaAISE3gZtr00gW3VxNrt7auqout { top:7.0625rem;left:6.34375rem;width:3.125rem;height:1.6540512380485rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfP7HTo4XlXdERpBhZFxKqlK6SVum745 { top:9.0625rem;left:3.4375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXaPLBKJq9iw6a0tahSQothFxF8oGlbQ { top:11.8125rem;left:1.7796878814698rem;width:12.25rem;height:4.2900931782647rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTbpRLIxXzGDkAdTJXs9urC29x5eWJS6 { top:18.3125rem;left:1.375rem;width:13.125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAdLO5IQZNWPqGOSQ2X9c7MO5A39U3kv { top:20.5625rem;left:0.8125rem;width:14.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFVLyc17TswUlT87LeS04dyaBBE11rV5 { width:18.75rem;height:19.5rem;top:5rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFqOgyvVIOLK3dO5t76gBJ33lSPTyZMz { top:7rem;left:38.0625rem;width:3.125rem;height:1.6540512380485rem;display:block; }
 }@media only screen and (max-width: 763px) { #UM1g3HDIiMwxEiCs6O9QGVk2GnTvaUnf { top:9.125rem;left:35.1875rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWTyAkakatPv0ToEZmIcVaaBZbpJTg29 { top:11.875rem;left:34.0625rem;width:11.25rem;height:4.24921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vg4wT6M0XoI8kbL3fSvThxkC81TdHVcx { top:18.3125rem;left:33.125rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGAlBoPRHM5T3nZc5Wpe6a807zIPkGub { top:20.5625rem;left:32.5625rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcmhTX9skT7LF2EmyWiT0vgpTUIvGdqw { width:18.75rem;height:19.5rem;top:5.0625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuwXkcyPXWWQJ836z1r3MTLpKqvZAuBB { top:7.125rem;left:22.1875rem;width:3.125rem;height:1.6540512380485rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uhf5UOHCaPbSrEJAgUilBSAA4rVCGLpi { top:9.125rem;left:19.3125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wW7sLfv1FcihKXTgsJFRLQS1n2AAItHC { top:13.0625rem;left:17.5625rem;width:12.5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRIwulhMmI7XRp5CQdZxlV7TIHfDSpsR { top:18.4375rem;left:17.25rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RE3vS8OMT44nNNPkdPe85PwNaWzrknWV { top:20.6875rem;left:16.6875rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT5ENd80XJT7XuLvuykV3phteXbCJnhO { display:block; }#MT5ENd80XJT7XuLvuykV3phteXbCJnhO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HEVW5e2LDHFlnx9gR6DwhMBnZcETagBA { top:5.25rem;left:33.6875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZcvrbpeQNpGMTElVahlRzvaoCKpO3Sc { top:8.3125rem;left:33.75rem;width:1.875rem;height:1.81206875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FttTX16WU6bOnXnSViTpPtRbraZ6Q0gh { width:8.4375rem;height:1.875rem;top:5.3125rem;left:36.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #brwMVVt2w8TgHTURrvx7UMZndblf8VJm { width:10.75rem;height:1.875rem;top:8.25rem;left:36.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vcwx4nwDTtNlCqddNCUgL3fmus0Xpan5 { top:6.75rem;left:0rem;width:13.625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2uDKaqHqGs4BfGEXbSikbLguKM0bKlp { top:2.1875rem;left:33.6875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9P5O9F900zJ3gncdzVVvVDEOCdNps9z { width:9.6875rem;height:1.875rem;top:2.375rem;left:36.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE2dDk5uPZzSx7AVTBqppVBCs8TRg2Pz { width:24.375rem;height:1.875rem;top:4.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rha6Ozw8XRavByi7cP4nZHQVuCM05sxv { width:19.125rem;height:1.875rem;top:2.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jeek2RQbhIDRHcisqE4icqMFO2bJXRth { width:13.25rem;height:3.0625rem;top:1.75rem;left:3.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XT32ndlJwir4D4AvaTT0Sh4cTGMtoVIS { width:14.0625rem;height:2.75rem;top:6.0612142578125rem;left:2.9375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOIATihfAUwi0PVBTmZzqiTwBeAhEm99 { display:block; }
 }@media only screen and (max-width: 763px) { #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx { background-color:#cccdcf;background-image:url("https://images.assets-landingi.com/uc/70956ba4-3206-4e0d-8fdf-1a6a5df2b45c/newMP.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx.adaptive-delivery-prevent-bg, #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx.lazyload, #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx.lazyloading { background-image: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { background-color: transparent; background-image: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container > .video-iframe-container { display: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row > .video-iframe-container { display: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .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); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { border-width: 0; border-radius: 0; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zmkzGmfs4bhx1tK1vgeTeOsRIxkIBGQE { width:19.436875rem;height:14.44335rem;top:17.438152313233rem;left:0.27994793653488rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #J3gnV5l8th6WP7ZA1JxZ7pXx6hVElIQl { width:14.125rem;height:3.4375rem;top:38.1875rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aKNLXwe4DeCUzkVWsiX0loy24I9TVIhT { display:block; }
 }@media only screen and (max-width: 763px) { #bnrzJFmeMFnJEs6VpUdbBvmV2dGBTR7g { width:20rem;height:9.1875rem;top:2.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #TOrDHPqs9G1TeiTd3TWKBXLGhnBEambd { width:20rem;height:5.25rem;top:10.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #GZIhwPaDVBWXcWdAkz00WnElvoekc8AQ { width:18.186875rem;height:3.99956875rem;top:12.122396469116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uILQcEakq0CPfpoK8gHXUcrto3IE5MNV { background-color:#435664;background-image:none;display:block; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container { background-color: transparent; background-image: none; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container > .video-iframe-container { display: none; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row > .video-iframe-container { display: none; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .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); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LIrtlDf5HpxKrmdQG69GFPg567LfiMR8 { width:16.1875rem;height:4.12464375rem;top:3.3125rem;left:1.90625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d68BnHx1zCrDQ3TfbxFtfa5G5tdJ6cMh { width:20rem;height:4.5rem;top:7.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #d81Rxd5WXRbd6g6Sy5DsdBTBFG3VUegR { width:17.25rem;height:4.798825rem;top:11.0625rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }#d81Rxd5WXRbd6g6Sy5DsdBTBFG3VUegR li:before{  }
 }@media only screen and (max-width: 763px) { #mLd0ErI1PNmGc7GVQvLZXIvenyk43EbM { width:13.5625rem;height:3.19921875rem;top:13.9375rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mBNIbG8owQiQxifDeodiTsddgIVIaXHD { width:15.1875rem;height:4.7967rem;top:9.818359375rem;left:2.40625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15009;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #mTDArzvTK8wBAHMRrQX4ZtsTmkapskcp { width:14.3125rem;height:3.1978rem;top:17.150390625rem;left:2.84375rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15010;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row .container { background-color: transparent; background-image: none; }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row .container > .video-iframe-container { display: none; }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row > .video-iframe-container { display: none; }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .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); }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row .container { border-width: 0; border-radius: 0; }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row .container { width:20rem;height:93.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DDWpHLM7PEVuCrAN2xSkxT7J5p7w02w0 { width:14.0625rem;height:7.5rem;top:19.9375rem;left:2.96875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sVENAhyZcuciOAuCRLlcynVQqnpaQq97 { width:14.125rem;height:3.4375rem;top:28.9375rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pn8basDIsuzA2Ot0nDrHGGdbMThk6Um3 { display:block; }
 }@media only screen and (max-width: 763px) { #Q4RVsIQ0XGo89qfvVSKICFR1TvfHoPrg { width:19.6875rem;height:13.6875rem;top:14.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #isL38Jgber9Uw0XS0OhtTGMFEpHJvCaq { width:19.9375rem;height:13.4375rem;top:4.5397012578616rem;left:0rem;z-index:15010;border-top:0.0625rem solid #5d92ff;border-left:0;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;display:none; }
 }@media only screen and (max-width: 763px) { #KEEZccSJIxNRP5Pr8QT1ZtE7k448vkq6 { top:16.5615234375rem;left:0rem;width:20rem;height:16.875rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zPkaladCRzZGhMludvi86t0R4xtwVcbV { top:62.25rem;left:0rem;width:19.9375rem;height:30.5rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JU023pmveUAAVorDuZFVTeai6TJoSmTB { width:16.9375rem;height:13.4951875rem;top:2.4365234375rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #za9ArBhGiDmD8a6FO7uuoH50TrnNKuf1 { top:34.160601265822rem;left:0rem;width:20rem;height:27.125rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk { background-color:#ffffff;background-image:none;display:block; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container { background-color: transparent; background-image: none; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container > .video-iframe-container { display: none; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row > .video-iframe-container { display: none; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .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); }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container { width:20rem;height:60.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #liq6nQf0DCELOAXPD0JdA4yrDyV3Uitm { width:20rem;height:27.75rem;top:5.1640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpdsdpvvV1T9FtzRKcSPuhZKovDOQt2b { width:20rem;height:26.9609375rem;top:32.8515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNPGZKW2sk6qogH9oBeuvRfhwviOo1Nm { width:20rem;height:16.191950464396rem;top:56.0234375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nzU2qmfk0JLEHs8dw1Aea4fB2EJlmRTJ { width:20rem;height:2.0625rem;top:2.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtNIqp8iTiio6MbzqoLKyQ1Oi34eQKPt { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/54bdcb85-33d8-4490-b04b-4b72fab11a39/dentist3bg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xtNIqp8iTiio6MbzqoLKyQ1Oi34eQKPt.adaptive-delivery-prevent-bg, #xtNIqp8iTiio6MbzqoLKyQ1Oi34eQKPt.lazyload, #xtNIqp8iTiio6MbzqoLKyQ1Oi34eQKPt.lazyloading { background-image: none; }#xtNIqp8iTiio6MbzqoLKyQ1Oi34eQKPt > .row .container { background-color: transparent; background-image: none; }#xtNIqp8iTiio6MbzqoLKyQ1Oi34eQKPt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtNIqp8iTiio6MbzqoLKyQ1Oi34eQKPt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtNIqp8iTiio6MbzqoLKyQ1Oi34eQKPt > .row .container > .video-iframe-container { display: none; }#xtNIqp8iTiio6MbzqoLKyQ1Oi34eQKPt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtNIqp8iTiio6MbzqoLKyQ1Oi34eQKPt > .row > .video-iframe-container { display: none; }#xtNIqp8iTiio6MbzqoLKyQ1Oi34eQKPt > .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); }#xtNIqp8iTiio6MbzqoLKyQ1Oi34eQKPt > .row .container { border-width: 0; border-radius: 0; }#xtNIqp8iTiio6MbzqoLKyQ1Oi34eQKPt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xtNIqp8iTiio6MbzqoLKyQ1Oi34eQKPt > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e7vCuQyThLrF8TEctBOW2qPT4QxWoKql { display:block; }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S2p91EgJcEXZvPbyyXbbloLDSo4okVuR { width:17.0625rem;height:6.18696875rem;top:2.125rem;left:1.46875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzSAHf6NZIVSmbRJSZp7s5xgGCkLvBkD { width:20rem;height:auto;top:26.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }#zzSAHf6NZIVSmbRJSZp7s5xgGCkLvBkD li:before{  }
 }@media only screen and (max-width: 763px) { #ew8LsxoFz6GuFBwGR0vWvSwVhP9iWDLU { width:17.5rem;height:10.797225rem;top:10rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15010;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #mob17w6k2TBaIHL4iGwN5aCax0W8UpaF { display:block; }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xldb3veA4RLoK1nMONhc5tHrU2toFOKC { width:17.1875rem;height:6.18696875rem;top:2.375rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v05TAkV2QT6r6yJXcZpRSiucKfqvdEML { width:20rem;height:7.0234375rem;top:14.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }#v05TAkV2QT6r6yJXcZpRSiucKfqvdEML li:before{  }
 }@media only screen and (max-width: 763px) { #LhRNPW1WiHsiqsTEnkxImpOw5IhKyOdP { width:17.5625rem;height:10.797225rem;top:10.8125rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15011;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN { display:block; }#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yaCuHArLbBLpvn39LXEptubF4opwdnRs { width:15rem;height:6.18696875rem;top:2.375rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQeXsD8Jyeoe1O45lFe5ibQwLFDda5RE { width:20rem;height:3.51171875rem;top:19.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }#BQeXsD8Jyeoe1O45lFe5ibQwLFDda5RE li:before{  }
 }@media only screen and (max-width: 763px) { #STomCT2ZM2gu3PJ9ks8KRnRZkewBh5rz { width:12.3125rem;height:5.3986125rem;top:10.375rem;left:3.84375rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15012;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo { display:block; }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nzWJWCPRApmeKZ88H7eHD2p4LA7Li5gu { width:20rem;height:4.12464375rem;top:4.0622825622559rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRnbsbQ92T2eCPIy7t68yBMxQLJmtvHd { width:14.1875rem;height:3.8125rem;top:11.124782562256rem;left:2.6875000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxkmJXdiwclx3zpTGqOtW0tNGrriTh7V { display:block; }
 }@media only screen and (max-width: 763px) { #ZOTN29HOx4kMC5LTNlGZ0QuQIIncmdC8 { display:block; }#ZOTN29HOx4kMC5LTNlGZ0QuQIIncmdC8 > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OQvy4sMMRurTw4ZRbfiLewPcZxBHdUuO { width:13.9373125rem;height:2.9243625rem;top:4.390625rem;left:3.0295141339302rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bm6SmKE6zghUEQxxD03ZeHHelPNmqi2y { width:20rem;height:2.59943125rem;top:1.79296875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xN2FXvAVLhSzUFIaKwoczyfLlx63VLNi { width:8.75rem;height:2.75rem;top:8.5615265625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwplETTmA3PVozSVGvDa9PvaJzuHcGVl { display:block; }
 }@media only screen and (max-width: 763px) { #IalAXg1AJUdAXpPUrlCRThO3R8AbtE34 { width:8.75rem;height:2.75rem;top:12.373435974121rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDSM8mwghXVn7P6ZoCRBTssGOkD094NU { display:block; }
 }@media only screen and (max-width: 763px) { #ZmgMDbeuKFlhCXTxdGscA4r6yxW5R66u { width:8.75rem;height:2.75rem;top:16.373435974121rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uybX8vH3PGIn2L560Wo5UWAwoP2JyVTL { display:block; }
 }@media only screen and (max-width: 763px) { #gUVDuJtvtc44GI3RtKrkikCmRy7BlRxf { display:block; }#gUVDuJtvtc44GI3RtKrkikCmRy7BlRxf > .row .container { width:20rem;height:442.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k6IsGQUF1Imt8axysnDLgKcM6UTuFmbz { width:20rem;height:1.9504625rem;top:1.6867904663086rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Upr1ILG7hED5bo3LbPZwVlpwck6FduBE { width:18.75rem;height:19.5625rem;top:4.6875rem;left:0.68678975105287rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMF3NmJsnHfv5mui9yxTkk3i4ZmBSWCd { width:3.1875rem;height:2.0625rem;top:7.125rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToA7keP9yevZCiTyELJIzGd9MxIr0ayz { width:9.0625rem;height:1.298825rem;top:9.6875rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVayBWmWLT1O0OL6qQDx4X0WPXrz8ibr { width:13.1875rem;height:1.298825rem;top:18.0625rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISzLvsEpnet29vf2xdl7wR0rTPmG0Jsw { width:14.25rem;height:2.79829375rem;top:20.3125rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMpPNbykH1PlSDzcGkqMPwNcSUTxtMnf { width:18.75rem;height:19.5623125rem;top:45.999664306641rem;left:0.62375700473786rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoKxTH0yPvVzSrpLwHK6hbD9caO04w76 { width:9.0625rem;height:1.298825rem;top:50.624113082886rem;left:5.4687498807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbONV3MuWz4TsZn13KbCR3ze6ldPFIvp { width:18.75rem;height:1.298825rem;top:57.687320709229rem;left:0.749467253685rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RS4dlA2dOns8XnK3JHzFxzUgRpFzBB1D { width:14.2498125rem;height:2.79829375rem;top:61.249996185302rem;left:3.1246446371079rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykLlsPF8wVKFwQAyyutFASdezuFplptx { width:18.75rem;height:19.5625rem;top:232.87464904785rem;left:0.74982237815856rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7ufmHxfFsQZ93T3KEABmBftLTnzMO7G { width:14.25rem;height:2.79829375rem;top:248.5rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aORyNNvzNVToauwBlr41q9Dniu63Stxq { width:18.75rem;height:19.5623125rem;top:66.875rem;left:0.68678975105287rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSyKHgW1AZ5SzlCev4JmpusaVMOH67ff { width:13.1875rem;height:1.298825rem;top:246.25rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWzTSTe7XsatFfkIlxCx6KuBzcapTWkx { width:18.6875rem;height:2.79829375rem;top:81.811962127687rem;left:0.74982237815856rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc72KkGkCxRyAHNmTLFtJRl78MbiFKms { width:18.5rem;height:1.298825rem;top:79.562320709231rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORvbxQEPfMXJfTy64AlJrUgFxCNkWgDb { width:13.4375rem;height:4.375rem;top:73.686962127687rem;left:3.2187498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffheFNtwWiQIJtPwyBf13ToBs8kZWsO7 { width:3.2492875rem;height:3.2492875rem;top:241rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgE5iop6gnsRLCpXrmII6fimFxC7DJX6 { width:18.75rem;height:19.5623125rem;top:25.374664306641rem;left:0.68625700473787rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvF3TMxohQ0rXR9hcFNmdXTDRcapIUa5 { width:9.0625rem;height:1.298825rem;top:71.623752593994rem;left:5.5296519994736rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOHrV3gElxHxVkGpbCmgcp48iiCXqiKd { width:9.0625rem;height:1.298825rem;top:237.6875rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnCtdamoablr7BTE2AeIqhINPpMUp4sO { width:18.5625rem;height:2.79829375rem;top:40.1875rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIXDQzhN2Nl9WDNGQLkXsBR1rWLIoFn9 { width:10.9375rem;height:2.59765625rem;top:34.561966896057rem;left:4.5312498807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTbA6ZNm0pXdOsHBsuBfP15QlZcNWJdf { width:9.0625rem;height:1.298825rem;top:30.000000715256rem;left:5.499467253685rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMq7epE2zkWJvcLbKnhJIocTx36LJER5 { width:8.8743125rem;height:4.375rem;top:12.25rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvETJzM7yI5T8RISK8tSOOz4ZWmvQqbo { width:3.18625625rem;height:1.9984rem;top:27.25rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gggvTBNJWN4ow05Ji7UACfAimlJHhiS4 { width:5.56196875rem;height:3.37446875rem;top:52.936786651611rem;left:7.4374994039538rem;display:block; }
 }@media only screen and (max-width: 763px) { #fviRKqTesJhuREOZTCNT2qA5I0n5nKkD { width:3.1875rem;height:1.75rem;top:235.3125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8rwgFWdBIpeLM9WFOabBX28eizroX9d { width:18.75rem;height:19.5625rem;top:253.75rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNT6TPITxTTBWqWd95GJobRlxZUFMZXT { width:14.25rem;height:2.79829375rem;top:269.375rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmAiQoI7ISuOovqRolNpwlUu1vxw4U1s { width:13.75rem;height:1.298825rem;top:267.125rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuqrQCDm1TP73VM632QPN8Mrq7BMtozp { width:18.75rem;height:19.5614375rem;top:211.9992980957rem;left:0.74982237815856rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #s38TDHKDMOEaSdGJMT1yTk3x8rRd46Kn { width:14.2489375rem;height:2.79829375rem;top:226.68678283691rem;left:2.8746448755264rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw5xhEG43zbaWxGn7hOz95BTlcrkDPGU { width:9.0625rem;height:1.298825rem;top:258.1875rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di7rgBTtAprMy4ATSNULXEi3UpqTyuxh { width:9.0625rem;height:1.298825rem;top:217.25rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoQAHyMqzuzlvwEtXnb23hcVTp7zZbWZ { width:3.18536875rem;height:1.749825rem;top:214.93696022034rem;left:8.4064267873762rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQFtmPQWa9goXyDr6o8fnyG5oNtXWUEW { width:3.1875rem;height:2.0625rem;top:255.625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0mvexsaL2HcGtaANXBRA9d7Ht0to8ou { width:4.31196875rem;height:4.31196875rem;top:261.375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3RVBhL12A3SuDXqs00vOX7ChhNe5TFf { width:18.75rem;height:19.5623125rem;top:253.74911499024rem;left:0.811967253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #O63aIxyTMooTuNZUeDLnLvF4LQ8Phlu1 { width:18.75rem;height:19.5623125rem;top:295.68714904785rem;left:0.68678975105287rem;display:block; }
 }@media only screen and (max-width: 763px) { #N59iwW7rE9QvrhqomlbsggoTlQfPNMiF { width:14.25rem;height:2.79829375rem;top:311rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxAGQ4HASg4tUpbqGaeImMbSN9CPhZbx { width:13.1875rem;height:1.298825rem;top:308.75rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m13JUuGXkrsxc12kAcTOwGE5aiDCUwQv { width:9.0625rem;height:1.298825rem;top:299.75rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2epAEuaRcLtasCM4N3c72J3s5lDZHQQ { width:18.75rem;height:19.5625rem;top:274.68750762939rem;left:0.74982237815856rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXhuF8Vdaw2fZn8WQbuG875UgTbillSq { width:9.0625rem;height:1.298825rem;top:279.875rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuwGSJulnPc8xAzMDkIaTU5oq40XkbXR { width:3.1875rem;height:2.0625rem;top:277.3125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmpgHHzzTmOhaKZIEhsSwp2VooQ9c4n6 { width:13.187125rem;height:1.298825rem;top:288.8125rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBi7PFC4w0qcsWwBn0tJ56RPMynMzg5z { width:14.2498125rem;height:1.39915rem;top:291.125rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uv8fNHDXdeDte3KhTUCbv5dEHRqfof3b { width:7.3748125rem;height:3.2492875rem;top:303.0625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtTEIR5nz2P6iBpdJVdTAIiC7PEtMTKx { width:18.75rem;height:19.5623125rem;top:337.4375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A90DvH2UPtLpA1DHDrDEyUF6RJLMCFTV { width:9.0625rem;height:1.298825rem;top:342.6875rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJ5dD2bK6gs7xy57J3gD66ZGTmX0gBge { width:13.1875rem;height:1.298825rem;top:350.6875rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIxCAWD5SvNXl8LPnBaR2FCLRnhJlOpE { width:3.18625625rem;height:2.062325rem;top:340.125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFIZc0xfleoUiC1dPNt4mB0hbdq7psFv { width:14.25rem;height:2.79829375rem;top:352.9375rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oq67O9oOARD7yO7W76BJ5nOdfECv7eze { width:18.75rem;height:19.5625rem;top:316.5625rem;left:0.68678975105287rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZF3WtMTtXm0ol4veRJfVOivAAug2zO5 { width:9.0625rem;height:1.298825rem;top:321.125rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhktkBC76qOia7nJz6weFGht4E3RBNk7 { width:13.1875rem;height:1.298825rem;top:329.9375rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfLu9G9qRqLzU0Iqo20JAChJ6wCCSZcq { width:3.18714375rem;height:2.062325rem;top:297.1875rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9L2y7kkp49yEW85ebNVSER2MoRNutSm { width:14.25rem;height:2.79829375rem;top:332.1875rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE30zWAH5goup8H3uQPQz5FAssHFInRE { width:3rem;height:2rem;top:68.874286651612rem;left:8.624467253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3n6hTlTyKu3PnrXwJ2ZioO8xz4aitn8 { width:7.7494375rem;height:3.49964375rem;top:283.375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTaWWKOFTiMB3m2qVoZybBwxkN0TZGy4 { width:4.3125rem;height:3.75rem;top:324.4375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDvcBHVCOzavHyVB0XD1dXwowX6yJ58F { width:4.25rem;height:4.25rem;top:345.0625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpsGT2HJvVqH7mcTTMHX3R2mIN1uHd1T { width:3.125rem;height:1.95845rem;top:48.061079978943rem;left:8.4374994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #ai0Fex5UvsSZasMZAn1sQalKyxGVnXBT { width:3.37446875rem;height:2.1875rem;top:152rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXKGLdb0m67eoHdFbs7JDD3iXmm2J2sO { width:9.0625rem;height:1.298825rem;top:154.125rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sem0EWMo63LfMuZBCmx1SZC8BDKfJnl2 { width:13.75rem;height:1.298825rem;top:161.75rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8K6m2ocsuzmEelHXMfMuyLfh1HhTc9V { width:14.1868125rem;height:1.39915rem;top:164.25rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T07nTLByEHwyeS2bJNXxppMq0PV7vK9T { width:4.249825rem;height:2.87464375rem;top:157rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydLOdFmkLVfGg4ZZu7dkBk51k5SC3nNA { width:3.125rem;height:2.0221132557953rem;top:360.0625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZduJ8QsFsIERPdhAPce8fHHClUThITA { width:9.0625rem;height:1.298825rem;top:362.625rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntFQgnKZmXQXpDyx8bdfPnHfqDkAobTp { width:8.125rem;height:3.246625rem;top:365.75rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #amCHTII3PnWkZguZLBWCzgHTdEV8FSgh { width:13.125rem;height:1.298825rem;top:371.75rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OekQNXpG1hCxmEP1bw01ryvE4sedgdO8 { width:14.1868125rem;height:2.79829375rem;top:374rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s95kc53Az3fRvTlfHLuqBXoTvT84zJqi { width:18.75rem;height:19.5rem;top:358.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPD0P3CBtVXMtuey2Zdn1ew65TychXhy { width:18.75rem;height:19.5rem;top:129.1867980957rem;left:0.74982237815856rem;display:block; }
 }@media only screen and (max-width: 763px) { #heE7MMaAyF14gvGD7EyOPV4sna7yWENR { width:3.3125rem;height:2.1473287461915rem;top:131.125rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPdG0QXeXK3LLWIIM2cbcubrW5DGcVkU { width:9.0625rem;height:1.298825rem;top:133.375rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELbSD7V18AT8rBZAxlWgxaF2Mtgme19S { width:6.25rem;height:2.9074074074074rem;top:136.875rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQcrK5MaTuMBzZF0RzseUPcV6ed0NRbF { width:13.75rem;height:1.298825rem;top:141.8125rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovDDhUoyutUbZXgM8COkkCMizCM33SdC { width:14.1868125rem;height:1.39915rem;top:144rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccSVsZpfPzC0bpa9zDqsWsNXOkEPkbVh { width:3.312325rem;height:2.1466625rem;top:111rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4qhdENEAJtzbXoZmkyOEZLy8sKhynTI { width:18.875rem;height:1.298825rem;top:113.1875rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRQPCSFr1WHNeQlm5o06gDwvZCRpCduG { width:13.75rem;height:1.298825rem;top:121.4375rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkZoeu0fEwdoz5F6zS6PI2i32tueIToz { width:14.1868125rem;height:1.39915rem;top:124.25rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s83mogVCKSia6Zo0VzHeAIQrAAXm4Gp6 { width:18.75rem;height:19.4993125rem;top:170.62501525879rem;left:0.74982237815856rem;display:block; }
 }@media only screen and (max-width: 763px) { #S53qNNgfQ4T93IqurgTcaxJMO1L7CTpE { width:3.312325rem;height:2.1466625rem;top:193.875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0SBDwbqLNPX1QdENHTRHL1EnRWizGW4 { width:9.0625rem;height:1.298825rem;top:196.5625rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT8hflIl0IhnwxQKvbURoM1FCi0vRRt6 { width:12.8125rem;height:1.8652375rem;top:179.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBSHqTQTWTaNQHaJnPo1QVkrn3IlSxDG { width:13.75rem;height:1.298825rem;top:183.25rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzXBAPtmNZ7rUT7whIvcpe3RD0BcyvCe { width:14.1868125rem;height:1.39915rem;top:186.375rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrauFtB6fwsTSpGr40qZ5fXoGulMeOGK { width:3.125rem;height:2.022375rem;top:318.5625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #puqmpLTaGSnKegq4KyKgk5IpGNzzTMQ6 { width:3.312325rem;height:2.1466625rem;top:172.875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ozre2lqhTgbUHexesX4BhBghWoS6zl1v { width:9.0625rem;height:1.298825rem;top:175.5rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6cPRmioMCQxkC0B68DsNxdT1WBNBAM0 { width:11.1239375rem;height:3.624825rem;top:199.25rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAReIbn3TaHqas55O3SdWzdaxpTg1XhA { width:14.1868125rem;height:1.39915rem;top:207.3125rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnxMiRf3ILssB1BXTn8mm2MgxAknX0sO { width:18.75rem;height:19.5rem;top:191.31214904785rem;left:0.74982237815856rem;display:block; }
 }@media only screen and (max-width: 763px) { #hd9TNb96VNILbKk7nM8CzNMg0DkMKI0b { width:18.75rem;height:19.4993125rem;top:149.87483215332rem;left:0.74982237815856rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #AJaZEDNnnTgzpaP2G56f6BZTmHioTT6T { width:13.75rem;height:1.298825rem;top:205.1875rem;left:3.25rem;font-size:1rem;z-index:15284;display:block; }
 }@media only screen and (max-width: 763px) { #mvQQH2nL3zW7mvUGhpi6JEAg9v6vHW1y { width:11.625rem;height:2.125rem;top:116.5rem;left:4.375rem;z-index:15310;display:block; }
 }@media only screen and (max-width: 763px) { #t6fyEAAxNLaNmrmbLnDtQ1Dgk7vOMAKT { width:18.75rem;height:19.5rem;top:108.37448120118rem;left:0.74982237815856rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #Ds8c26J6M4eFbkztQHQ3pTeX1t8V5Cl9 { width:13.75rem;height:1.298825rem;top:200.63209915161rem;left:0rem;font-size:1rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #oPIygUR7pO1Kd9VvvEgfle1iVkgZQlT3 { width:18.75rem;height:19.5rem;top:379.125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJcu8Q48OGeMr3z7VFWysxvu3IadJEgQ { width:3.0625rem;height:2rem;top:381.375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMWDhs2U2HuATzVhDWPpgeFurZfpTPwa { width:18.75rem;height:1.298825rem;top:383.9375rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSsgav3Q5MbmWT0xkupsh5cy34TdxarW { width:5.6875rem;height:4.875rem;top:386.4375rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAOzXwzx0yQb7iCO3t21zF4vayNAztHF { width:18.625rem;height:1.298825rem;top:392.4375rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLzBkwXcSLskX0mkpIlErBZD0zoHymv4 { width:18.6875rem;height:2.79829375rem;top:394.125rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTfzvmPydTePEvmOZlHfCEq7aLvR46ig { width:18.75rem;height:19.5rem;top:400rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIRHCKAT3R4GylTAhxkPTzWtl1QcBs70 { width:3.0625rem;height:2rem;top:402.0625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCKQVc4hBKve1NPMr7B4dC8ffTbkq6zz { width:9.0625rem;height:1.298825rem;top:404.625rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xw5F3wWs9MSaBVG2IQxoDnyGsbM8J5Nl { width:9.0625rem;height:3.375rem;top:408.0625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ5cWukHPSdazpeFRnFUTBhI1soClVva { width:13.1875rem;height:1.298825rem;top:413.0625rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VU8Ra0RdJ6pVLtBv9d2MiQmUdfbnke7d { width:18.875rem;height:2.79829375rem;top:414.8125rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHnSyR462qJmNUzZe1MTOMbvux2WiEuJ { width:18.75rem;height:19.5rem;top:420.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #seiTbvAvKKSQuTOU1UTGxVo9pmyMteTs { width:3.0625rem;height:2rem;top:423.375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cx1KqgEgSln6aIXrd5i00VfEsAvqfAyZ { width:9.0625rem;height:1.298825rem;top:425.75rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCI4SMLohwi5kZ2WvEhbcTfuuxvLbnau { width:4.0625rem;height:3.5617875rem;top:428.52892494202rem;left:7.9687494039538rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5HBMkXqC1xu7nwI5NB0QnkWmD69mKHP { width:13.1875rem;height:1.298825rem;top:433.8125rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUK9EWz5rv7Lni20PVxJ6GtJn6FuaN5P { width:18.875rem;height:2.79829375rem;top:435.625rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxi0tPNBlP8Dxi0s9LDrM2USgGHTCcRV { width:18.75rem;height:19.5625rem;top:87.6242980957rem;left:0.68678975105287rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF7QLeHTZNOSoMniKH8iFHG3ebnVovQ1 { width:3.125rem;height:2.0625rem;top:89.8125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3bQbUMSC10oDdA3HlcsDH3Ku3gQE8lM { width:9.0625rem;height:1.298825rem;top:92.4375rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPM8VzSlIV9s5fvwKh95rL9cHqZMqKnB { width:14.6875rem;height:3.4375rem;top:95.3125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnQHxG5XEh9nMI9LBC5pGRVv7Ngha71w { width:13.1875rem;height:1.298825rem;top:101rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFW2CR8HL9xmHv0qbbydX5k1mgyIHO0Z { width:14.25rem;height:2.79829375rem;top:103.125rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2FmUEqPylTHXBIZky22HAzDxowFptSP { width:13.75rem;height:1.298825rem;top:221.75514221191rem;left:3.1249998807907rem;font-size:1rem;z-index:15311;display:block; }
 }@media only screen and (max-width: 763px) { #JPO20QAoNSQI3AezZIK0GVKTqPD6hNmL { display:block; }#JPO20QAoNSQI3AezZIK0GVKTqPD6hNmL > .row .container { width:20rem;height:88.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mKecnksZISRvN6NgpqVD7cEwBzwKnIoJ { width:20rem;height:1.9504625rem;top:1.6866455078125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPOtkCPoZ26DBSxsyh8h8MTdT83z5U2r { width:18.75rem;height:19.5625rem;top:5.0112915039062rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #DotuHhQf9XKQosF85ST5KQtcV7fac6C3 { width:18.75rem;height:19.4998125rem;top:25.748672485351rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeAHnZKxptCPQm9CwVcDd1oymkXzx7OC { width:3.1875rem;height:1.6875rem;top:7.1987915039062rem;left:8.4049485325812rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqN6wVIcRivRZ3uCoTVH0CTPaLzWwFg4 { width:9.0625rem;height:1.298825rem;top:9.5729064941406rem;left:5.3114150166511rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHwBERGaLKHlWcf9XwQSU6SM4wn9Cwf8 { width:8.2493125rem;height:3.68696875rem;top:12.634979248047rem;left:5.6239150166511rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyAM32XzUAnTx9l7vriOBsu9TtLKS1Xx { width:13.1875rem;height:1.298825rem;top:18.385864257812rem;left:3.4375002980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KR26ECxGeNhxvvAKMewllaf0l054FDxc { width:14.25rem;height:2.79829375rem;top:20.260864257812rem;left:2.8743491768837rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0L8eCxZU6RwzTgTM6iln1K9I34017oc { width:3.1875rem;height:1.5625rem;top:27.6875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPAz1RSF1U42HWua62dcfamHeByMgngG { width:18.6875rem;height:1.298825rem;top:30.0625rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDCqH0pxTEWpC3KLl7WuCuqkzJzoD4KG { width:8rem;height:2.125rem;top:32.9375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxngTP6ZXQ2Fhps8kQElNgOkP8UTOLKH { width:18.75rem;height:1.298825rem;top:38.1875rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTs1DQbdhI2xeeZI9GdB2Fwz0lEkJEWX { width:18.75rem;height:2.79829375rem;top:40.5625rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do5XAP4E7TnZpGAd27GOmdTdCPKSUl6z { width:18.75rem;height:19.5rem;top:67.061671630863rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRcpmnGqqEnsSoO7kP8lbTUiQSAT3STf { width:3.125rem;height:1.8992598490673rem;top:69.061671630863rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgsM1UTAkToVERMrOe7ATcETOrKfsG32 { width:9.0625rem;height:1.298825rem;top:71.561671630863rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFWTbMTQFGwb408uz9URmMSxsMlM3rRB { width:10rem;height:3.75rem;top:74.374171630863rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5r6bDJTMSoXD4gVXtuOuZiF1css7EIE { width:13.125rem;height:1.298825rem;top:79.999171630863rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBcvJEWwkTF2kdLPTR6m7VRdBivfPsMJ { width:18.811875rem;height:2.79829375rem;top:82.249171630863rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS211ATQSIaspfUyIS2c1KVDMmDLb3fy { width:18.75rem;height:19.5rem;top:46.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #byga3Pfmh86U38WhdTrCgQ5uTly9NkPW { width:3.125rem;height:2.0216193596341rem;top:48.4375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6uadmGNyAd4M69luHTRly0zSnJW3EmE { width:9.0625rem;height:1.298825rem;top:51rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cl8SPBI5q0OGt4ISlJcsJsUBPEAeiZNU { width:10rem;height:4.3480961550407rem;top:53.5625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsxcNWO7cZGXZ3gZTAOwNd0gJB1EbETh { width:13.125rem;height:1.298825rem;top:59.375rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWFgPapPQDObzn5hTesVdTgJtwBiWySR { width:14.1873125rem;height:2.79829375rem;top:61.875rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITtec706OR5qvw5syIwZO0Dm9KBcqACt { display:block; }#ITtec706OR5qvw5syIwZO0Dm9KBcqACt > .row .container { width:20rem;height:69.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m0ell3CGf3x3Q2eEvsyQcd2dWyEUKMkm { width:20rem;height:1.9504625rem;top:1.4368896484375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxZNxvPMXmK0TZ0etTmm5eEpyOIABNhD { width:18.75rem;height:19.5625rem;top:4.44921875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByXmLaAISE3gZtr00gW3VxNrt7auqout { width:3.18714375rem;height:1.6867875rem;top:7.3188915252688rem;left:8.4055398702619rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfP7HTo4XlXdERpBhZFxKqlK6SVum745 { width:9.0625rem;height:1.298825rem;top:9.4489135742188rem;left:5.3748220205307rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXaPLBKJq9iw6a0tahSQothFxF8oGlbQ { width:11.937125rem;height:4.0625rem;top:12.197265625rem;left:4.030539393425rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTbpRLIxXzGDkAdTJXs9urC29x5eWJS6 { width:13.1875rem;height:1.298825rem;top:17.699096679688rem;left:3.4374998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAdLO5IQZNWPqGOSQ2X9c7MO5A39U3kv { width:14.25rem;height:2.79829375rem;top:19.38623046875rem;left:2.8746448755264rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFVLyc17TswUlT87LeS04dyaBBE11rV5 { width:18.75rem;height:19.5625rem;top:46.9375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFqOgyvVIOLK3dO5t76gBJ33lSPTyZMz { width:3.1875rem;height:1.6875rem;top:49.375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UM1g3HDIiMwxEiCs6O9QGVk2GnTvaUnf { width:9.0625rem;height:1.298825rem;top:51.75rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWTyAkakatPv0ToEZmIcVaaBZbpJTg29 { width:11.25rem;height:4.25rem;top:54.499389648438rem;left:4.311789393425rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vg4wT6M0XoI8kbL3fSvThxkC81TdHVcx { width:13.1875rem;height:1.298825rem;top:60.3125rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGAlBoPRHM5T3nZc5Wpe6a807zIPkGub { width:14.25rem;height:2.79829375rem;top:62.25rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcmhTX9skT7LF2EmyWiT0vgpTUIvGdqw { width:18.75rem;height:19.5rem;top:25.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuwXkcyPXWWQJ836z1r3MTLpKqvZAuBB { width:3.125rem;height:1.6534883219138rem;top:28.125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uhf5UOHCaPbSrEJAgUilBSAA4rVCGLpi { width:9.0625rem;height:1.298825rem;top:30.5rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wW7sLfv1FcihKXTgsJFRLQS1n2AAItHC { width:12.5rem;height:2.1875rem;top:34.3125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRIwulhMmI7XRp5CQdZxlV7TIHfDSpsR { width:13.125rem;height:1.298825rem;top:39.0625rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RE3vS8OMT44nNNPkdPe85PwNaWzrknWV { width:14.1868125rem;height:2.79829375rem;top:41.375rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT5ENd80XJT7XuLvuykV3phteXbCJnhO { position:relative;z-index:auto;display:block; }#MT5ENd80XJT7XuLvuykV3phteXbCJnhO > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HEVW5e2LDHFlnx9gR6DwhMBnZcETagBA { width:1.875rem;height:1.875rem;top:17.499351501465rem;left:3.3745663762093rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZcvrbpeQNpGMTElVahlRzvaoCKpO3Sc { width:1.875rem;height:1.81098125rem;top:20.623481750488rem;left:3.3745663762093rem;display:block; }
 }@media only screen and (max-width: 763px) { #FttTX16WU6bOnXnSViTpPtRbraZ6Q0gh { width:8.4375rem;height:1.875rem;top:17.59375rem;left:5.7812502980232rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #brwMVVt2w8TgHTURrvx7UMZndblf8VJm { width:13.499375rem;height:1.875rem;top:20.590930938721rem;left:5.8745663762093rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vcwx4nwDTtNlCqddNCUgL3fmus0Xpan5 { width:13.2498125rem;height:3.06206875rem;top:25.184463500976rem;left:3.6870663762093rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2uDKaqHqGs4BfGEXbSikbLguKM0bKlp { width:1.875rem;height:1.875rem;top:14.560981750488rem;left:3.3745663762093rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9P5O9F900zJ3gncdzVVvVDEOCdNps9z { width:9.6875rem;height:1.875rem;top:14.560981750488rem;left:5.7812502980232rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE2dDk5uPZzSx7AVTBqppVBCs8TRg2Pz { width:17rem;height:4.31108125rem;top:8.011474609375rem;left:1.4995661377907rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rha6Ozw8XRavByi7cP4nZHQVuCM05sxv { width:14.0625rem;height:4.5010625rem;top:2.5rem;left:2.96875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }