.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:217,243,226;--color-primary-1:128,216,160;--color-primary-2:0,177,64;--color-primary-3:0,89,32;--color-primary-4:0,27,10;--color-secondary-0:227,230,232;--color-secondary-1:161,170,177;--color-secondary-2:66,85,99;--color-secondary-3:33,43,50;--color-secondary-4:10,13,15;--color-tertiary-0:255,255,255;--color-tertiary-1:224,243,179;--color-tertiary-2:151,215,0;--color-tertiary-3:76,108,0;--color-tertiary-4:15,21,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@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:6.9375rem;width:60rem;position:relative;display:block; }#ltpekH4iMBSOXex4G4DKal2aDyS84wi0 { 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:3.125rem;width:13.375rem;top:1.625rem;left:4.375rem;overflow:hidden;display:block; }
#bH7uTTLTuuL9lkqt185lRL7zw69HtgN9 { 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.096125rem;height:2.79765625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.099609375rem;left:38.53639793396rem;display:block; }
#lzdsamH58eH0PEfdcZIgTfhgp8Jb909S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dc0f7beb-f895-4ac2-8885-c4d56816ae90/dentistoffice.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:41.4375rem;width:60rem;overflow:visible;position:relative;display:block; }#zmkzGmfs4bhx1tK1vgeTeOsRIxkIBGQE { color:rgba(var(--color-tertiary-0),1);display:block;width:21.312125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:15.5625rem;left:4.1875rem;height:18rem;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; }
#ZdJdT8RIWJQu4o9UTCUpscXvInA1uiA4 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.4369375rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:12.0625rem;left:4.1875rem;height:2.6125rem;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; }
#bCTeT6DOrzczNHJkozzbGmU7k2nCxUoc { position:absolute;display:block;z-index:15012;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.5rem;width:15.1248125rem;top:32.139759063721rem;left:4.6234817504883rem;overflow:hidden;display:none; }
#oyQ2PKJyVJbLNEogHy0TEOVOdzRTZdDE { box-sizing:content-box;height:25.2485625rem;width:26.4364375rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.1875rem;left:1.625rem;display:block; }
#o3xHSEeOf2iSQKhkXvzkmCqwTSl8J3IS { position:absolute;display:block;z-index:15000;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:25.75rem;width:55.0625rem;display:none; }
#bNmgOTeP9daLIisKuTMScTtLOmZ6newJ { position:absolute;display:block;z-index:15013;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:31.937125rem;width:38.3123125rem;top:9.4992895126344rem;left:20.308057785034rem;overflow:hidden;display:block; }
#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV { background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/91f5d293-ee36-4471-820e-edb140740a0a/Landing_Page1.png");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV.adaptive-delivery-prevent-bg, #uILQcEakq0CPfpoK8gHXUcrto3IE5MNV.lazyload, #uILQcEakq0CPfpoK8gHXUcrto3IE5MNV.lazyloading { background-image: none; }#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:7.4375rem;width:60rem;overflow:visible;position:relative;display:block; }#m50ewAIzUptp9OE92Hi7pZla5rCTi2V9 { position:absolute;display:block;z-index:15011;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:21.8125rem;width:50rem;top:38.9375rem;left:5rem;overflow:hidden;display:none; }
#zFNmxGlSHd4wOEhaNzLJs6hdew4sDGXV { 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:9.375rem;height:2.796875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.3499641418457rem;left:3.0614337921142rem;display:block; }
#azV7qMTbCxFal6io3Z94vu6JEwGfzetG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iH1fuAwpyDn2Bp35ecw6NeCx7XkanR5W { 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:9.375rem;height:2.796875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.3499641418457rem;left:14.222654342651rem;display:block; }
#vuFgUpgARsEoi1UdTTcxeMkS92aCa9ow { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GINiHeNItsTsol90p5nMWVyh6cCch0lH { 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:9.375rem;height:2.79651875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.3188953399658rem;left:25.311609268189rem;display:block; }
#gor7SzA6o3F0TxwldmRfcCPRHWQk5VTU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XohApmRe30wQoUZekF2kZumViSLpTSgK { 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:9.375rem;height:2.79651875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.3188953399658rem;left:36.623754501343rem;display:block; }
#lUQoJ7mrxGPGfXHnAOSh9y9o9EBlVQrG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oEflIhggHF6ouh1XSWF86OnMslIcx4A2 { 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:9.375rem;height:2.79651875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.2563953399658rem;left:47.784086227417rem;display:block; }
#DbhnT2mQaPUgDCPeWZ5oo0TXGNxTzpvk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#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:57.125rem;width:60rem;overflow:visible;position:relative;display:block; }#OPQi1tomG1TMvySDuCJ04DMhPQrcMNXP { color:rgba(var(--color-primary-2),1);display:block;width:25.6875rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:700;z-index:15009;line-height:1.8;letter-spacing:0;top:26rem;left:30.875rem;height:1.35rem;text-align:left;text-align-last:left;font-style:italic;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; }
#rUOZA2Jndz9mD6vFKuvFI5LmU0WpSg73 { color:rgba(var(--color-secondary-4),1);display:block;width:10.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:17.1875rem;left:3.0625rem;height:3.375rem;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; }
#gdchSoK1BpSyCRisd6IopA4mTTVl15ZQ { position:absolute;display:block;z-index:15012;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.125rem;width:3.5617875rem;top:11.8125rem;left:6.0625rem;overflow:hidden;display:block; }
#bq2xanmIhbFqXqZ9H9WHJRef2PcBRSGX { color:rgba(var(--color-secondary-4),1);display:block;width:10.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:17.1875rem;left:16.9375rem;height:3.375rem;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; }
#TuBkTtXFmmGMX16uABuwG40BpwNZ08Xd { color:rgba(var(--color-secondary-4),1);display:block;width:53.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:6.3734073638919rem;left:2.7432518005371rem;height:3.375rem;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; }
#Qg6vqPntwTILQ42HpblP5gh3HeT2bHX7 { color:rgba(var(--color-secondary-4),1);display:block;width:10.687125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:17.1875rem;left:31.249998092651rem;height:3.375rem;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; }
#eghmoWRE7EIndBdPXsFXhFM3VxT1xhOI { color:rgba(var(--color-primary-2),1);display:block;width:22.4369375rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:2.5621509552002rem;left:2.7405891418457rem;height:2.6125rem;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; }
#QH0PhPfip4bA9HLdz4bqtDd3iQV1bp5n { color:rgba(var(--color-secondary-4),1);display:block;width:10.8123125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:17.1875rem;left:45.298292160034rem;height:3.375rem;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; }
#daHtcCtp0ESc4NLfGtbKGO3RiMuSitvK { color:rgba(var(--color-secondary-4),1);display:block;width:12.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:21.8125rem;left:2.75rem;height:10.5rem;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; }
#nfMxUkstb2tr1hp9FkBHh8l9DJgN5OAR { color:rgba(var(--color-secondary-4),1);display:block;width:12.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:21.8125rem;left:16.9375rem;height:9rem;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; }
#Wbmy1OCTeMfUlSU1cGJPxxVKuZB0FAPA { position:absolute;display:block;z-index:15015;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.125rem;width:3.18714375rem;top:11.811079025269rem;left:19.81178855896rem;overflow:hidden;display:block; }
#VgareedIk8EUU72slNEwo31oR8JNiChE { position:absolute;display:block;z-index:15016;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.125rem;width:3.125rem;top:11.811079025269rem;left:35.030183792114rem;overflow:hidden;display:block; }
#TG7bs2bGZdTfKII0HFHWrC9LvLdu6ayx { position:absolute;display:block;z-index:15017;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.125rem;width:3.18714375rem;top:11.811079025269rem;left:48.498754501343rem;overflow:hidden;display:block; }
#dAJPITk0WGtkCHZM6QCqZcNRlDJnfnQs { color:rgba(var(--color-secondary-4),1);display:block;width:12.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:21.811079025269rem;left:31.249998092651rem;height:9rem;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; }
#ykMwQsqqCkmBg8DcU0lwEJobK0VTkx6e { color:rgba(var(--color-secondary-4),1);display:block;width:11.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:21.811079025269rem;left:45.297407150269rem;height:9rem;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; }
#yqVI5RsUrx1RHBiLdyBn4rkwikK96dvs { color:rgba(var(--color-secondary-4),1);display:block;width:60rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:33.748222351074rem;left:-0.094461441040037rem;height:2.25053125rem;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; }
#IHO4GcJsDVlxKQTwsbCXm9RZFJJ1MmMl { 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:9.375rem;height:2.79385625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:51.933591842651rem;left:25.311609268189rem;display:block; }
#rrPpe9CD1ypPDGdvNMSptw76bTTQnNIw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#in1OyPP2HA25eZSNLv8udhnv7sk4lJAn { position:absolute;display:block;z-index:15018;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:14.6235625rem;width:60rem;top:36.498579025269rem;left:0rem;overflow:hidden;display:block; }
#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:27.125rem;width:60rem;position:relative;display:block; }#LgOo6kWpGWJn9sJ9co8MWBfXkUsuLbbk { color:rgba(var(--color-secondary-4),1);display:block;width:53.8743125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:6.1789855957031rem;left:3.056640625rem;height:3.375rem;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; }
#rLaAxOhxRFmSIMJ4raOnHshaoHUqMsaX { color:rgba(var(--color-primary-2),1);display:block;width:22.4369375rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:2.6864128112793rem;left:3.056640625rem;height:2.6125rem;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; }
#ioPf9QBsQ0HAVUo070DJ2qMZZQNrr2c5 { position:absolute;display:block;z-index:15010;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:12.5rem;width:56.4994375rem;top:10.176669120789rem;left:1.1802196502686rem;overflow:hidden;display:block; }
#JkJNqgt7Ck4Sm4J0iteOF7QdHMGhQwTH { 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:9.375rem;height:2.79385625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:21.674360990524rem;left:25.305395126342rem;display:block; }
#NGR2DeGT4A2TheE5gty2zG1uZgSF0wQ6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:32.875rem;width:60rem;position:relative;display:block; }#VQmRB3kmhQN74a9lKBH3gmdAcSpzwDHx { color:rgba(var(--color-primary-2),1);display:block;width:22.4369375rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:2.8737182617188rem;left:3.056640625rem;height:2.6125rem;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; }
#RUCJo0gHViLvq8boaWhxKoa9F28h3la9 { color:rgba(var(--color-secondary-4),1);display:block;width:53.8743125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:6.3742504119875rem;left:3.0584144592285rem;height:5.0625rem;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; }
#SsLz5TQTQIp5ahWoTWqqSoTZZxyaCRks { position:absolute;display:block;z-index:15012;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:14.5623125rem;width:52.7494375rem;top:12.184797286988rem;left:3.623046875rem;overflow:hidden;display:block; }
#Vy0ExLMTH0S9Upr8CpoIqnTIx01pPXmc { 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:9.375rem;height:2.79474375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:27.434301376342rem;left:25.311609268189rem;display:block; }
#ZW0rGgJ3i8RlzRqUU93ykxioBns9ObVq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PaP6SF0bfHXHqx23qO3ImMoXpAlKFqD2 { position:relative;display:block; }#PaP6SF0bfHXHqx23qO3ImMoXpAlKFqD2 { background-color: transparent; background-image: none; }#PaP6SF0bfHXHqx23qO3ImMoXpAlKFqD2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PaP6SF0bfHXHqx23qO3ImMoXpAlKFqD2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PaP6SF0bfHXHqx23qO3ImMoXpAlKFqD2 > .row .container > .video-iframe-container { display: none; }#PaP6SF0bfHXHqx23qO3ImMoXpAlKFqD2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PaP6SF0bfHXHqx23qO3ImMoXpAlKFqD2 > .row > .video-iframe-container { display: none; }#PaP6SF0bfHXHqx23qO3ImMoXpAlKFqD2 > .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); }#PaP6SF0bfHXHqx23qO3ImMoXpAlKFqD2 { border-width: 0; border-radius: 0; }#PaP6SF0bfHXHqx23qO3ImMoXpAlKFqD2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PaP6SF0bfHXHqx23qO3ImMoXpAlKFqD2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:54.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#M0Itb457sUKNgesOboxkF8tpr4yqKaEG { color:rgba(var(--color-primary-2),1);display:block;width:22.4369375rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:2.936767578125rem;left:3.0584144592285rem;height:2.6125rem;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; }
#sMfspdb2sSsHEFsm8LslcCv58dKyUx0v { color:rgba(var(--color-secondary-4),1);display:block;width:53.8743125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:6.5624771118162rem;left:3.0610790252686rem;height:6.75rem;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; }
#XDBV9AaoPHkv6d9mct32iX7MFiBlS2qw { color:rgba(var(--color-primary-2),1);display:block;width:53.8743125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:15.047916412354rem;left:3.0610790252686rem;height:1.6875rem;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; }
#lFWzHVu6GkfiC7eyc2PKI9XmKEszdowq { 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:9.375rem;height:2.79474375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:49.11399269104rem;left:25.311609268189rem;display:block; }
#eoNqeT9oWgsrDss7GfdJuRdTGMZq0LQa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DDAQIXaCLJAsOTQOPNBSUgMQuds8wU2R { color:rgba(var(--color-primary-2),1);display:block;width:53.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:12.75rem;left:1.5625rem;height:1.5rem;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:none; }
#zOAVGCDKTSPieHiF3mo4oo0ikGXPWTcm { position:absolute;display:block;z-index:15014;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:32.1875rem;width:49.8748125rem;top:16.732041358948rem;left:5.0612564086914rem;overflow:hidden;display:block; }
#OKOpF6rhR5G91whBqM7VH39q5e4V0TTl { position:relative;display:block; }#OKOpF6rhR5G91whBqM7VH39q5e4V0TTl { background-color: transparent; background-image: none; }#OKOpF6rhR5G91whBqM7VH39q5e4V0TTl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKOpF6rhR5G91whBqM7VH39q5e4V0TTl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKOpF6rhR5G91whBqM7VH39q5e4V0TTl > .row .container > .video-iframe-container { display: none; }#OKOpF6rhR5G91whBqM7VH39q5e4V0TTl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKOpF6rhR5G91whBqM7VH39q5e4V0TTl > .row > .video-iframe-container { display: none; }#OKOpF6rhR5G91whBqM7VH39q5e4V0TTl > .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); }#OKOpF6rhR5G91whBqM7VH39q5e4V0TTl { border-width: 0; border-radius: 0; }#OKOpF6rhR5G91whBqM7VH39q5e4V0TTl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OKOpF6rhR5G91whBqM7VH39q5e4V0TTl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:30.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qMzI0qlRmD9QvgQZDRugTN6ZQBqQztnL { color:rgba(var(--color-primary-2),1);display:block;width:22.4360625rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:2.8116130828858rem;left:2.8125rem;height:2.6125rem;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; }
#dVBeUbtLZBAKQBGB9hFQKl0Tl9d9QUcl { color:rgba(var(--color-secondary-4),1);display:block;width:54.375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:5.9969463348389rem;left:2.8125rem;height:5.0625rem;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; }
#gVTSoBxqECae9nH8kUGVrHbZ57WIXSGz { position:absolute;display:block;z-index:15017;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:8.5rem;width:15.25rem;top:13.499816894531rem;left:10.312498092651rem;overflow:hidden;display:block; }
#R0TyP7AKpixDX2TSvK0NDrOhZEGpNafk { position:absolute;display:block;z-index:15018;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:13.5rem;width:22.5625rem;top:10.999816894531rem;left:28.749998092651rem;overflow:hidden;display:block; }
#Jx6PIl08eykhEZA6peORG84snBCdC0IN { 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:9.375rem;height:2.79563125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:24.873931884766rem;left:25.310724258423rem;display:block; }
#oGRgpKdgNo2DfIdLCTEP0HJi17Ov88ic { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X2l2FOICn9cTe7oBchvAhzq7bokRBGmv { 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; }#X2l2FOICn9cTe7oBchvAhzq7bokRBGmv > .row .container { background-color: transparent; background-image: none; }#X2l2FOICn9cTe7oBchvAhzq7bokRBGmv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2l2FOICn9cTe7oBchvAhzq7bokRBGmv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2l2FOICn9cTe7oBchvAhzq7bokRBGmv > .row .container > .video-iframe-container { display: none; }#X2l2FOICn9cTe7oBchvAhzq7bokRBGmv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2l2FOICn9cTe7oBchvAhzq7bokRBGmv > .row > .video-iframe-container { display: none; }#X2l2FOICn9cTe7oBchvAhzq7bokRBGmv > .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); }#X2l2FOICn9cTe7oBchvAhzq7bokRBGmv > .row .container { border-width: 0; border-radius: 0; }#X2l2FOICn9cTe7oBchvAhzq7bokRBGmv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X2l2FOICn9cTe7oBchvAhzq7bokRBGmv > .row .container { font-size:0.875rem;font-family:arial;height:14.25rem;width:60rem;position:relative;display:block; }#MR4r9qRILSNNwhLHpkTfRupLuDdhX2il { color:rgba(var(--color-primary-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.95rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#HshE73FxnKUbCTsrksDTh3iovr3DIfEr { 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; }
#DTAOp5yhHOqUHg4iiqUx9wbfPgitfbgy { 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; }
#To5WFGg5VvSCVRg1qwT6E6nLy8W79WCp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mMtbJ8WdTk3Bx9LcCOT6J0dW8PGhrQrT { 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; }
#kIppFb1DyU736sHH2PtJP3GTgmAUxPc9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mgTZ2gaUcGRTBtnKcxtla3B19tZhmmJm { 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; }
#qBD3X2gTtG9QaMB2RBWL5ToilPqrlNTV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QAwzZ1usZuVxIuVVpsIUPVqAAB4QJzSM { 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; }#QAwzZ1usZuVxIuVVpsIUPVqAAB4QJzSM > .row .container { background-color: transparent; background-image: none; }#QAwzZ1usZuVxIuVVpsIUPVqAAB4QJzSM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAwzZ1usZuVxIuVVpsIUPVqAAB4QJzSM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAwzZ1usZuVxIuVVpsIUPVqAAB4QJzSM > .row .container > .video-iframe-container { display: none; }#QAwzZ1usZuVxIuVVpsIUPVqAAB4QJzSM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAwzZ1usZuVxIuVVpsIUPVqAAB4QJzSM > .row > .video-iframe-container { display: none; }#QAwzZ1usZuVxIuVVpsIUPVqAAB4QJzSM > .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); }#QAwzZ1usZuVxIuVVpsIUPVqAAB4QJzSM > .row .container { border-width: 0; border-radius: 0; }#QAwzZ1usZuVxIuVVpsIUPVqAAB4QJzSM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QAwzZ1usZuVxIuVVpsIUPVqAAB4QJzSM > .row .container { font-size:0.875rem;font-family:arial;height:193.0625rem;width:60rem;position:relative;display:block; }#uBcAqtEUiRDpU6NHC7iztN8Zt5wzNkJl { position:absolute;display:block;z-index:15000;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; }
#eMzE9FDJZVsf1fuAHvVzVHR0U9b4MICM { 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; }
#Sl13JEyROsfQPsyiQyocQPiWV0y0Tffr { 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:15197;line-height:1.3;letter-spacing:0;top:9.6617279052738rem;left:5.46875rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OcFmmuomIqNdRgb311SLCJBk7bfWWTeT { position:absolute;display:block;z-index:15207;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.1242218017575rem;left:8.4054698944094rem;overflow:hidden;display:block; }
#WwwTI0seqcKThbu1gNVfldh9gm76Ad5B { 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:20.625rem;display:block; }
#lt7WNn6Dq5t6lWXZqdP42eiBEbDAcRHw { 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.1242218017575rem;left:28.436717987061rem;overflow:hidden;display:block; }
#xyyHP2EDT8ELxZfUB1nF5eM1I03950NH { 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.6867218017575rem;left:25.499217987061rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FGe6uBW8EOCanqPDvETXMrq0mkCrzfXn { 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:23.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PUAlObwdaIilS1UrZSKEHcUqech0yTG5 { 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:22.875rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ELfZDQRVJvloIPqKJ3D1AGhLxJc9XTWg { 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; }
#eztBHAEm1u1ocuSHbQ4OBrtdvfLOLCwt { 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.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f5Lmoko6curO3c1d0MJoAI5e350QTQgM { 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.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FI5IRdIm4pI7BoGWWPD6Wo4XpthTyLGF { 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.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V9U56sPa4zz3coL7pzzPRucQZbckBDpq { 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:88.1875rem;left:0.6875rem;display:block; }
#oBWa8Ld5ErOvAJltWa90tWJksV9HwQZf { 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:103.62344360351rem;left:2.8734378814698rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wH9wBHtsQFzDd213Zr5LbWdTtHJJkJt7 { 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:20.625rem;display:block; }
#zFkzWU5MkSiLTVrUvThwcWERnbuFxe2J { 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:101.62500762939rem;left:3.5rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WJ6Knb1K2qBrhTMBOCsRhBGGkdb7PdUC { 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.686721801757rem;left:22.874217987061rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V83W200zyc4ZkGAT32OfOqX8dT8oW8J8 { 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:23.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BFQmu3wsNQMXlpt6RurlfODWiambA8Wo { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:14.6875rem;top:33.46875rem;left:22.65625rem;overflow:hidden;display:block; }
#fWTi9TXoainNm0au3UyhBotTinopygRP { 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:95.625rem;left:8.4375rem;overflow:hidden;display:block; }
#AHVOOO0LZx5lcrJZcByQQqRBZvsxQsop { 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:26.1875rem;left:0.625rem;display:block; }
#xVGfakm6eC8lxRHdXTZtq8PDGeqroDXm { 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:25.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FKT1Hz93V40zHx8s4ay1tssOJ2PqLTFO { 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:92.3125rem;left:5.5625rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GwfdqBdVdP71xrG8NCa2cIfZn7TE46Jg { 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:41.810165405274rem;left:2.875rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DlSpLiJ0w6G4bNH1PfbJ4XZ4oTDecvtq { color:rgba(var(--color-secondary-3),1);display:block;width:18.5rem;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:38.8125rem;left:0.86015701293944rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xJ0OkITf7nw7wNuHQW2i9faHHdZZxHek { 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.375rem;left:5.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zay0x7owoKdikxm4mzdiuDgOz282va0W { 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:25.5625rem;overflow:hidden;display:block; }
#oUMXRBhu5py9lc39t9VxgoXTa7L18Vq6 { 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; }
#sORQdl4dkzDZSJe7tsDmiyMOtvzAiJS2 { 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; }
#CANXsDP6aTJnMnw184g3H4MNN0DEKClb { 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:89.875rem;left:8.4375rem;overflow:hidden;display:block; }
#AWL90vcoTKiDmCNSrsi05FifqlvnhUug { 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; }
#PbX1RURDHZ21VIQHgAlQ0ozbPVyK6Zz1 { 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:103.00000762939rem;left:22.875rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o34dJGipxeh9RKH199G5kerevhExfWMv { 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:101.00000762939rem;left:23.125rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v8PH80PDtshABmmgDGBdZfeTROpf18yM { position:absolute;display:block;z-index:15042;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.125rem;left:40.625rem;display:block; }
#sBhKo2GrwqowKreVWvCZMJInRubB8eqv { 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:15241;line-height:1.4;letter-spacing:0;top:102.92188262939rem;left:42.873439788818rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iCG2u6O55GlrXlHrVwThcVxpOT6aotm0 { 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:15261;line-height:1.3;letter-spacing:0;top:100.99844360351rem;left:43.405467987061rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cR2VKeJrkN3XmrqulbgGqN2VxIqlEJTD { 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.4375rem;left:40.625rem;display:block; }
#CBneX9qy26F2mW9uq7JXrEEtqqDTBIJe { 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.607040405275rem;left:42.875rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#riVmVdzhonzCcqAEovNRyvR8BSOgA5N4 { 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:15239;line-height:1.3;letter-spacing:0;top:92.25rem;left:45.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ikg6TIFUceMe5npplVDT6xIyCsf4Kkvd { 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:25.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KdN0QLWfKkbIunhM2lpRzq0mQNc7CO9E { 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.875rem;left:45.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wpu6AipOVgaJ3iSvuxzeTCUOrv4Chxs2 { 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.4375rem;left:48.3125rem;overflow:hidden;display:block; }
#a3n6DF7DPkuBgdE7x6DXuZ2U499Aoq5J { 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:28.4375rem;overflow:hidden;display:block; }
#BOX11pkUKtVNMvmoktGdhodAJrn6P0vz { 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.092971801756rem;left:27.842967987061rem;overflow:hidden;display:block; }
#rf3ZlrZa7ItWqlQxBBQ8kZIC22tXnn1R { 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:20.625rem;display:block; }
#T4nQx9DpxqE0g9i8fJ9A7NA8niWOCrZH { 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:108.87500762939rem;left:40.625rem;display:block; }
#Zxo7p2w0thPnCeshJ4xqzMJVKSeLVt3N { 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:124.50000762939rem;left:42.875rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ppouWalD4ORClJ53FNvfAutaoDoy0Lzl { 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:122.25000762939rem;left:43.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qugN35wI4f5kafm4tMNbnZWL0AivzGzm { 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:113.93750762939rem;left:45.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oPkm4qdPExGATAwH5gMm71XIFC9pGpAU { position:absolute;display:block;z-index:15204;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.6875rem;left:48.375rem;overflow:hidden;display:block; }
#EIszLRlrmogEficc7VIIr1XQlDk0rx3W { color:rgba(var(--color-primary-4),1);display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15195;line-height:1.3;letter-spacing:0;top:18.375rem;left:0.78125rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L1mzll49oUukgAmT0VQiQabs2QEXRT5H { 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:108.93750762939rem;left:0.625rem;display:block; }
#zJvSeOV4ZynCTDnZ6gmLqJ9DX4Ai9DB8 { 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:113.81250762939rem;left:5.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gvGDkTBz7uuMD61WolsKCJMEnwCREm7Z { 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:111.25000762939rem;left:8.4375rem;overflow:hidden;display:block; }
#aa0k8iXC1m7dOt2IvcMnwscSGiGE2Ieo { color:rgba(var(--color-secondary-4),1);display:block;width:18.8125rem;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:122.24765777588rem;left:0.59140586853027rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DixgGWvBad42OMT6rQlt8ODbP6TAXmM4 { color:rgba(var(--color-secondary-4),1);display:block;width:18.8125rem;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:125.19766235351rem;left:0.49843788146973rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MHLBeTiJF8qytxp7xTXzt2gGaZ0aPRWi { 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:117.02890777588rem;left:46.310939788818rem;overflow:hidden;display:block; }
#uXNyRSWrNr4GMhXlOw9VkT4SJVFTPrCm { 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:129.68750762939rem;left:20.625rem;display:block; }
#u5bLht6uZqr6mk9KmAxD8cEJnI7r3DEx { 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:134.06172180176rem;left:25.499217987061rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cLPhkd7zxJUnJACl0RbIZdsGqvoSCihi { 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:143.06250762939rem;left:23.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RpJ4w9o26DSK7Z09SuHm9kSKCwvTVdwm { 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:131.49922180176rem;left:28.405467987061rem;overflow:hidden;display:block; }
#aN1c0R4BJ2Tg6SSxiuEAFatdFRW6PP10 { 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:145.31250762939rem;left:22.875rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iovS3TfhkRHKf5Rt4y2wqLhNTNKi1H7d { 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:129.68750762939rem;left:40.625rem;display:block; }
#Wbdu08C0l7nCadSNOZUtUZbgx8fETCTD { 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:134.06172180176rem;left:45.499217987061rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HDa2SFQ2sUfRMOWSGGpBMz5og9WoMfxG { 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:143.06250762939rem;left:43.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dwem0kPaQSwrkawhPKRJAbKUeiXrFTLW { 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:131.62422180176rem;left:48.403129577637rem;overflow:hidden;display:block; }
#rhJ0CNu4J8ETZfEnK6NLeFRq2l5OyX37 { 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:145.31250762939rem;left:42.875rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i5NNAzGNGToykGPwIwmGVa59XSNJwMS7 { 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:28.375rem;overflow:hidden;display:block; }
#Ea2OayJC8D4KVq9sJot4BqTDZ81F4QP8 { 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:116.77969360351rem;left:5.8421878814697rem;overflow:hidden;display:block; }
#qylVmuxxWWJ2q6ibc3gw4eX4R1utgqXb { 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:3.4375rem;width:9.3119375rem;top:95.5625rem;left:45.3125rem;overflow:hidden;display:block; }
#qNITwasusGKEtukMMC6fCeyx0PiLxU9B { 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:137.59375762939rem;left:47.84375rem;overflow:hidden;display:block; }
#PdIbfPRnxGRs3J4xNcar4H28b55bETSX { 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:137.03125rem;left:27.5625rem;overflow:hidden;display:block; }
#I9OivyIBSmDw7DEMe9LKI16Vv9e7ra8x { 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:27.8125rem;left:8.375rem;overflow:hidden;display:block; }
#FnEZFHzT6GHbxXLtETObn37KdVCoJNSw { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8742875rem;width:3.8742875rem;top:33.249221801757rem;left:8.06093788147rem;overflow:hidden;display:block; }
#MRMGSP7t7sbQWcniNv08iV1HHmT7vezo { 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.7421875rem;left:28.372657775879rem;overflow:hidden;display:block; }
#mD5JTSRHO9itSMbPO7MBLaelTeXXfekF { 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:50.997665405274rem;left:25.467189788818rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#heJCIqQr4FlALr91wVnE8T74WQaazWv2 { 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.4453125rem;left:23.123439788818rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eVzFVzd4ZWHALV0pdyhgJ3mvVpJfxbQa { 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:15251;line-height:1.4;letter-spacing:0;top:61.609375rem;left:22.873439788818rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TmxOExSmDryLMoWqS5f6NgJxOKCbKbLQ { 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.528915405274rem;left:27.748439788818rem;overflow:hidden;display:block; }
#VTcI0KTXrtxc9ctkt7TvCqC9qUBBgBI8 { 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:108.93750762939rem;left:20.625rem;display:block; }
#MQ6GeAg64OPE1wtsxiTr2SGG2EuJcUUx { position:absolute;display:block;z-index:15210;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.25000762939rem;left:28.4375rem;overflow:hidden;display:block; }
#WMZFcbOerFC916Vev6bkJxOF90oAm1uL { 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:113.81250762939rem;left:25.5625rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aKkDUWVNrWwbHnCH3o3D6o2T2tzJlRuK { position:absolute;display:block;z-index:15296;border-top:0;border-left:0;border-right:0;border-bottom:0;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:3.2492875rem;top:117.02890777588rem;left:28.373439788818rem;overflow:hidden;display:block; }
#TpbICDzBB0T3PJ0mLf7NJPKfqPkr9p1A { 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:122.25000762939rem;left:23.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p5B3roeV1ETKGTKaDEksMx7N7i4kHUJa { position:absolute;display:block;z-index:15247;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:131.49922180176rem;left:8.40390586853rem;overflow:hidden;display:block; }
#UvNoROvkKrKvNyl8VVkJtNvQXdDtA7Og { 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.06172180176rem;left:5.4992198944092rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aT3SwzlIipqnzBGzUsXt3GKgMeTDWGd6 { position:absolute;display:block;z-index:15077;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:129.68750762939rem;left:0.625rem;display:block; }
#HAv9KZnlqCo1Qae3qPlBSXudZqxJMqMA { position:absolute;display:block;z-index:15308;border-top:0;border-left:0;border-right:0;border-bottom:0;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:137.84375762939rem;left:8.375rem;overflow:hidden;display:block; }
#mT9sDF0bXAZoH3ecz9OB9Pfp05V6dqun { color:rgba(var(--color-secondary-4),1);display:block;width:17.8741875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15297;line-height:1.3;letter-spacing:0;top:142.45625305176rem;left:1.0632820129394rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OUB2Xh065z9EmtL1IHaqCrVipBMpDALi { 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:2.0625rem;width:3.1875rem;top:152.74922180176rem;left:8.3742198944094rem;overflow:hidden;display:block; }
#ZZlg4s2TluLZWmfZwIaZVNis28bgZLhx { 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:155.31172180176rem;left:5.4367198944092rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I2NElnMQO5feDTp647OFPLd9Imvi1zQ6 { position:absolute;display:block;z-index:15309;border-top:0;border-left:0;border-right:0;border-bottom:0;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:158.31172180176rem;left:8.3117198944094rem;overflow:hidden;display:block; }
#Clqvu0wnSJbEJ3e5XHeTQvaBCVfX7Add { 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:163.81172561646rem;left:3.3742198944092rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ogrglHifEGNtzDcIbigiC48AAJ12fiZZ { 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:15276;line-height:1.4;letter-spacing:0;top:166.06172561646rem;left:2.8125rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ugry5cZ88wfhBvhZemJPb0EWftbc59ep { 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:152.75000762939rem;left:28.375rem;overflow:hidden;display:block; }
#zuJDEW37Tc77q0ObcalRRdsTqnOezpcA { 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:155.31250762939rem;left:25.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#puFQB2uG3yZ2o6f9SZtieUhtABkyrAOx { 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:158.31094360351rem;left:25.935939788818rem;overflow:hidden;display:block; }
#fnavfWCp8cOtQgTrfIyZZCbC6c09E7SC { 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:163.8125038147rem;left:23.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wio1S7qRCTMsgwipOMpgi66qpK6nQs1Z { 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:165.5000038147rem;left:22.875rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xTaKDgw8fBETBd2D7XUkeIIvX85AlIA3 { position:absolute;display:block;z-index:15078;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:150.43672180176rem;left:0.56171989440918rem;display:block; }
#DOvEqrs9ZUSygaG5sFqhJ7FlT4n8zezr { 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:150.49922180176rem;left:20.623439788818rem;display:block; }
#FogJl8WH9ftuewycaOPQPcOKo8FOmNmT { 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; }
#TnVNUICKFEg9TFpekuQOoy6w9aFNru2K { 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; }
#qPy4TNNKHsh9TAmQJVtQfTlRLUbHnrwC { 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.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ty9yGeehgIw18VrEsS8uz9CdPFXcbbgn { 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.496871948243rem;left:6.8429698944094rem;overflow:hidden;display:block; }
#KleOLKwPE22mwgrKgCSSZ1034Q2f5OQo { 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.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#liHX5K2MPtuZ19JkuDnLZKsAlDu96Tto { 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:15257;line-height:1.4;letter-spacing:0;top:61.625rem;left:2.875rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XHo1RUQsZ9fO9qmC1Si6K0pyJsZdbtHx { 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; }
#Qyqrhk62CGJ6DADnsyOm6AE2KeEuZ2it { 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.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cuTyzW5RS4U3lzcF3nETdncoG7aWVT6t { 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.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RyaqGLPkM3zotiwqi7foBGH9TM8ssgxT { 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:15257;line-height:1.4;letter-spacing:0;top:42.385162353516rem;left:42.875rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f90q98HKUUWdVVUoS0P6gqvqrT1KrHvp { 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; }
#gDfo0Dt2bnx1FfMVZt7AQnTnMSIihyIw { 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; }
#MbsI47gHJDcvqNKad7LknTi1V3ltBEyh { 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.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TVMu95efdrZrCm2L0rDSMar8PWey6Ik6 { 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.654693603516rem;left:43.749217987061rem;overflow:hidden;display:block; }
#qpGo3t28XSBPsQSBxllzTQ1w7c9Biabc { 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.442977905274rem;left:43.124217987061rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wQBvM3bsZPhW7VrvRvaXrG4ozT5K1Tvg { 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.307815551757rem;left:42.875rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AusfcPHJvV9AqZPBOdoMEV24GGQtQIeZ { 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:111.37500762939rem;left:48.375rem;overflow:hidden;display:block; }
#Rd8mc2d99cQTyluk0OCK4TTp5bSsOVN7 { 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:69.4375rem;left:28.4375rem;overflow:hidden;display:block; }
#r5R3Tss0ka9soTgmIN8SFp7B1XkO3XwC { 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:71.6875rem;left:25.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mGIy0yVAALmI8Mv2OGlIiVU006eu6nHs { 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:4.31196875rem;width:6.8119375rem;top:74.623443603512rem;left:26.592189788818rem;overflow:hidden;display:block; }
#L5wsOGAn4zgtNT4lHwdV0rH7PtSV8A6f { 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:81.008590698244rem;left:23.123439788818rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r6MrwwnqcS4OCq7WkAzqMLRcT3xDSsJy { 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:15257;line-height:1.4;letter-spacing:0;top:82.948440551756rem;left:22.873439788818rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AzbLvRzhPGTHPGTBn6fV8u9bgTrkVCxF { 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:67.5rem;left:20.625rem;display:block; }
#WkzpXNcaea9nUBcTcN0o0XVIHmGnvIQ6 { 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.375rem;overflow:hidden;display:block; }
#etTkNMAhJ5K01puDF0fnnqAcqOCRWaWJ { 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.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kAp9GofOITJvPcp0TAC1SEzx7v3kpRWH { 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.99946875rem;width:12.24875rem;top:74.779693603512rem;left:3.8742198944092rem;overflow:hidden;display:block; }
#JbWGPP7FLS54e7fbhBkNidBKP6rTga4t { 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.948440551756rem;left:2.4304695129394rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#luF3ZBpzZomsGowvgMNc4AI6QtmdLux8 { 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.6875rem;display:block; }
#nAeC15rAdNBH5NF1N1OMXlGV5sM8tD1g { 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:10.93678855896rem;left:45.499822616577rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#WZX0wu9ecG0QTRWV1wsNpyE7NrVcUie3 { 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; }
#tHP9QGR2ko5dXkpOf1bKcy4IL8ofM4PA { 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; }
#ZI5HyrbPA2Lckh0RQrtXOz31UvIuuXHZ { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8734rem;width:3.8734rem;top:33.25rem;left:48.0625rem;overflow:hidden;display:block; }
#fsaD18hKK3GoHJp6mfzrOBnsddOG6MTh { 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.185943603516rem;left:40.624217987061rem;display:block; }
#yTziJgiafbSLBb3Fa7t2hgpxVrvSMrgD { 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:81.008590698244rem;left:2.9296875rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WGz5qIUxQ5aDJ5SEVgeqyptfO4btAd3z { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.2492875rem;width:3.2492875rem;top:76.654825210569rem;left:48.373579025269rem;overflow:hidden;display:block; }
#e0u0TOTc7WK4vEBMnwCCzyTB9vnWszz3 { position:absolute;display:block;z-index:15310;border-top:0;border-left:0;border-right:0;border-bottom:0;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:3.2492875rem;top:75.592193603512rem;left:48.373435974121rem;overflow:hidden;display:block; }
#Nb3aRcdGT4DVAAOiOwTIsH5bbTb337PR { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.87421875rem;width:3.87421875rem;top:12.625rem;left:8.0625rem;overflow:hidden;display:block; }
#oZ9ZhvAeXtZOmGcCImG2PqLKRCr0dICs { 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:150.50000762939rem;left:40.625rem;display:block; }
#ls9eIVlU0EVAvLx2kKi4KpaoAOt4kZ6e { 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:152.75000762939rem;left:48.375rem;overflow:hidden;display:block; }
#Dt1d8wJOJu1SyFB8oT6OOJiZMHRD3Jam { 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:155.31250762939rem;left:45.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u4T9aCmWIc4Zk37ZpvFNFMt6HK04lbfR { 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:157.40469360351rem;left:47.0625rem;overflow:hidden;display:block; }
#uESftImxmLZXR0rUKsMG1534xPBc1zUn { 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:163.8125038147rem;left:43.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NrTVg8IwDffS58nH1X1qrLJ7QSTxSaa9 { 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:165.5000038147rem;left:40.5625rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n1Hk8fS2llAyZwMifo4wMB0PIrrQNMLh { 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:171.3125038147rem;left:0.625rem;display:block; }
#ZFhTKASlOqmFTZ3d54iuOmSuSQ4lAMwr { 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:173.5625038147rem;left:8.375rem;overflow:hidden;display:block; }
#rPzVR4h7zlGPeKHGdb4l7LISBvAle3h2 { 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:176.1250038147rem;left:5.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KNxSLFHqOGlETTGFPTvvNtBDVrgnEhoD { 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:178.8750038147rem;left:4.96875rem;overflow:hidden;display:block; }
#o63uH5wJVEpKXGko0LS0lZ62h0ENVcww { 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:184.6250038147rem;left:0.625rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yaoTbHdG6GAQ25JwNGFZPaHg5gQl2AdV { 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:186.3125038147rem;left:0.5625rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZQSvxvstsWS3fMlvttfa1Nqc1Bvfm0tV { 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:171.3125038147rem;left:20.625rem;display:block; }
#revEIQrmW0MH8paVCKTFq3d4yFS3B0sM { 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:173.5625038147rem;left:28.375rem;overflow:hidden;display:block; }
#EVms7SJZsPgwG50GfSunobaS3ayCUXMs { 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:176.1250038147rem;left:25.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#erGe9LLoVgQrU26xNyxdGnOFPf90QsoJ { 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.125rem;width:8.3125rem;top:179.15547561646rem;left:25.84375rem;overflow:hidden;display:block; }
#lzDRMavXLT878ve01CJdA1ZOGx92NDmr { 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:15308;line-height:1.3;letter-spacing:0;top:184.6250038147rem;left:20.6875rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uODc6k9QNKfxQRf33xoQfRsCsoDfzt7s { 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:186.3125038147rem;left:20.5625rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q2k17kX1fCnSnVhKwZO5sogTTLUsO9lF { 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; }#Q2k17kX1fCnSnVhKwZO5sogTTLUsO9lF > .row .container { background-color: transparent; background-image: none; }#Q2k17kX1fCnSnVhKwZO5sogTTLUsO9lF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q2k17kX1fCnSnVhKwZO5sogTTLUsO9lF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q2k17kX1fCnSnVhKwZO5sogTTLUsO9lF > .row .container > .video-iframe-container { display: none; }#Q2k17kX1fCnSnVhKwZO5sogTTLUsO9lF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q2k17kX1fCnSnVhKwZO5sogTTLUsO9lF > .row > .video-iframe-container { display: none; }#Q2k17kX1fCnSnVhKwZO5sogTTLUsO9lF > .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); }#Q2k17kX1fCnSnVhKwZO5sogTTLUsO9lF > .row .container { border-width: 0; border-radius: 0; }#Q2k17kX1fCnSnVhKwZO5sogTTLUsO9lF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q2k17kX1fCnSnVhKwZO5sogTTLUsO9lF > .row .container { font-size:0.875rem;font-family:arial;height:27.625rem;width:60rem;position:relative;display:block; }#lgPMVvR9ag4yuTp67MFu77LTti8gJuQB { color:rgba(var(--color-primary-2),1);display:block;width:24.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15187;line-height:1.3;letter-spacing:0;top:1.6875rem;left:17.75rem;height:2.35625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O4VDJdBB8LnDylx1CmqRAFeO8K02rIGZ { 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.7500019073486rem;left:5.625rem;display:block; }
#u2i73UrWinAupUb9ITdBtDW7eWP8BPd1 { 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:10.125001907349rem;left:10.499219894409rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BlGD3fW8zJZ8qTtoT29qCWDqpD65ZpJk { 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.81214375rem;width:8.499625rem;top:12.780469894409rem;left:10.499219894409rem;overflow:hidden;display:block; }
#nJLv7sHNKrRmSouvO1ChcgEInPip1AVO { 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:19.125001907349rem;left:8.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g1hcpfvyAVGkPQcf7Vi8n9BK10VzimqW { 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.375001907349rem;left:7.875rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KhdPVvieyeUaSXMJ9QWIvzhZ6TOqBreK { 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.7500019073486rem;left:35.625rem;display:block; }
#LRK4pusAgkbAnpFIbCKdpiBg638os1No { 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.375001907349rem;left:37.875rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w4u73IiRy9qxCRUgRMruv9OJ4JUkNlCS { 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:19.125001907349rem;left:38.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HpDTCrp7BBfsEmxDabz9XycN7zHlElqI { 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:10.125001907349rem;left:40.499217987061rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O0o8PHWtO6aanNrM9mnJD6Vaodp7yMXN { 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:7.7492198944094rem;left:13.405469894409rem;overflow:hidden;display:block; }
#Dhrzx1sz6wSHNbrz591wGVbTSXALT4Jw { 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.9375rem;width:3.1875rem;top:7.6250019073488rem;left:43.405467987061rem;overflow:hidden;display:block; }
#Kh5wW0JhrQKs5WDLV2DaIowJqTvPxw9V { 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:3.75rem;width:10rem;top:12.967969894409rem;left:39.999217987061rem;overflow:hidden;display:block; }
#qidTIFTEZ3KvGVpnoeKPmP6X8MIrmPwz { 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; }#qidTIFTEZ3KvGVpnoeKPmP6X8MIrmPwz > .row .container { background-color: transparent; background-image: none; }#qidTIFTEZ3KvGVpnoeKPmP6X8MIrmPwz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qidTIFTEZ3KvGVpnoeKPmP6X8MIrmPwz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qidTIFTEZ3KvGVpnoeKPmP6X8MIrmPwz > .row .container > .video-iframe-container { display: none; }#qidTIFTEZ3KvGVpnoeKPmP6X8MIrmPwz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qidTIFTEZ3KvGVpnoeKPmP6X8MIrmPwz > .row > .video-iframe-container { display: none; }#qidTIFTEZ3KvGVpnoeKPmP6X8MIrmPwz > .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); }#qidTIFTEZ3KvGVpnoeKPmP6X8MIrmPwz > .row .container { border-width: 0; border-radius: 0; }#qidTIFTEZ3KvGVpnoeKPmP6X8MIrmPwz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qidTIFTEZ3KvGVpnoeKPmP6X8MIrmPwz > .row .container { font-size:0.875rem;font-family:arial;height:27.125rem;width:60rem;position:relative;display:block; }#Un0m4Whc4A2t5edDUKhliF1csBC8aQnK { 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; }
#LsB8ppV5Bzi7102ZvATvkCOrGybAykSp { 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; }
#xu3hFqTzogpXG6Tau7BC5utHOcanN3S5 { 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; }
#iDkJFKHrJUvwc4e8EWKGtfnwoxKJKXZr { 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.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#astbTJWXe7pXtw5DU4y3UKNhXBK427BQ { 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; }
#snbFBLx8qHPeeQT5wWW21ULDEfGpAqCN { 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.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PEWSgLokKRCxSw7H1fMz1QaCgBKGhnsP { 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.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KnLyz883NFMbl9hoThWcoUKuNdmdtsp0 { 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; }
#N4kTraBx8H5VrR0oyyMobrSe4AXNBwKB { 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; }
#EDqzPHuA3HTFTTdKLBulHeBbKJ4Uh0bK { 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.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RhSI2z9kRTZUJaeVfdtX26fuETNnADUL { 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; }
#CyAPJC4oSsvBZheDKBrqTM6fIeTDHWEf { 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.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HGF2DJNwbAt1FMa65QvNTOCbcIkxuePi { 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.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ezbnRTW7UThn4ufsDKbo1h51lDpZzdfn { 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; }
#rLoi1bvTqll5Gyh1bSgLRrw9sQ4VEAyF { 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; }
#fDD9rcMfyVbATUo6vZDcTiS5MZQZS1cb { 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.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ykokcxhm4Ptdit96sMxpT1mIPbGaBmkN { 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; }
#kRThzIdJsxNBIKfI2yJigWba5HCKDslm { 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.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#akTW1uVro6GOooJKZqyAwIzJtmJ9pOUi { 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.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT > .row .container { background-color: transparent; background-image: none; }#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT > .row .container > .video-iframe-container { display: none; }#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT > .row > .video-iframe-container { display: none; }#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT > .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); }#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT > .row .container { border-width: 0; border-radius: 0; }#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:60rem;position:relative;display:block; }#U6y14JLgnUWTGpWVqOQTv7PmaW9xlNGx { color:rgba(var(--color-tertiary-0),1);display:block;width:14.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:8.125rem;left:39.75rem;height:;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; }
#ORqfX3xl2cCqfK7LJ0FRqxcu20bLg8td { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.875rem;top:8.125rem;left:36.9375rem;overflow:hidden;display:block; }
#xo3tTwICCUMbzAwNeiIerxp1oAwcm6Fn { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:5.1875rem;left:39.75rem;height:;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; }
#ODufHkfVxva252MIbRM4H36mSDKMr6ol { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:5.1875rem;left:36.9375rem;overflow:hidden;display:block; }
#FCAPOIHTG1QnvbW5X6wRTCgkhiNkWk4R { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:2.3125rem;left:39.75rem;height:;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; }
#Ak6KiZgRGzSEpcsswwK3I3rUb8O2qxfK { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:2.3125rem;left:36.9375rem;overflow:hidden;display:block; }
#nxMbXGFepem4a2EbEQL9axuBSAPOorWt { 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:3.125rem;width:13.6875rem;top:7.0625rem;left:7.375rem;overflow:hidden;display:block; }
#Stm3hmPNUR0gSGg15iOP5gUMVTckUCV2 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:2.125rem;left:7.375rem;height:3.1875rem;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; }
@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) { #ltpekH4iMBSOXex4G4DKal2aDyS84wi0 { top:1.625rem;left:0rem;width:13.375rem;height:3.1251314307611rem;display:block; }
 }@media only screen and (max-width: 763px) { #bH7uTTLTuuL9lkqt185lRL7zw69HtgN9 { width:14.0625rem;height:2.75rem;top:2.0625rem;left:32.41139793396rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzdsamH58eH0PEfdcZIgTfhgp8Jb909S { 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:21.25rem;height:18rem;top:15.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdJdT8RIWJQu4o9UTCUpscXvInA1uiA4 { width:22.375rem;height:2.5625rem;top:12.0625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCTeT6DOrzczNHJkozzbGmU7k2nCxUoc { top:32.125rem;left:0rem;width:15.0625rem;height:2.4897002855407rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyQ2PKJyVJbLNEogHy0TEOVOdzRTZdDE { top:10.1875rem;left:0rem;width:26.375rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3xHSEeOf2iSQKhkXvzkmCqwTSl8J3IS { width:43.75rem;height:20.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bNmgOTeP9daLIisKuTMScTtLOmZ6newJ { top:9.4375rem;left:9.4375rem;width:38.25rem;height:31.885181330414rem;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) { #m50ewAIzUptp9OE92Hi7pZla5rCTi2V9 { top:38.9375rem;left:0rem;width:47.75rem;height:20.8309375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zFNmxGlSHd4wOEhaNzLJs6hdew4sDGXV { width:9.375rem;height:2.75rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #azV7qMTbCxFal6io3Z94vu6JEwGfzetG { display:block; }
 }@media only screen and (max-width: 763px) { #iH1fuAwpyDn2Bp35ecw6NeCx7XkanR5W { width:9.375rem;height:2.75rem;top:2.3125rem;left:8.0976543426512rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuFgUpgARsEoi1UdTTcxeMkS92aCa9ow { display:block; }
 }@media only screen and (max-width: 763px) { #GINiHeNItsTsol90p5nMWVyh6cCch0lH { width:9.375rem;height:2.75rem;top:2.3125rem;left:19.186609268189rem;display:block; }
 }@media only screen and (max-width: 763px) { #gor7SzA6o3F0TxwldmRfcCPRHWQk5VTU { display:block; }
 }@media only screen and (max-width: 763px) { #XohApmRe30wQoUZekF2kZumViSLpTSgK { width:9.375rem;height:2.75rem;top:2.3125rem;left:30.498754501342rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUQoJ7mrxGPGfXHnAOSh9y9o9EBlVQrG { display:block; }
 }@media only screen and (max-width: 763px) { #oEflIhggHF6ouh1XSWF86OnMslIcx4A2 { width:9.375rem;height:2.75rem;top:2.25rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbhnT2mQaPUgDCPeWZ5oo0TXGNxTzpvk { display:block; }
 }@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) { #OPQi1tomG1TMvySDuCJ04DMhPQrcMNXP { width:25.6875rem;height:1.3125rem;top:26rem;left:22.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rUOZA2Jndz9mD6vFKuvFI5LmU0WpSg73 { width:10.625rem;height:3.3125rem;top:17.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdchSoK1BpSyCRisd6IopA4mTTVl15ZQ { top:11.8125rem;left:0rem;width:3.5rem;height:3.0707895965158rem;display:block; }
 }@media only screen and (max-width: 763px) { #bq2xanmIhbFqXqZ9H9WHJRef2PcBRSGX { width:10.4375rem;height:3.3125rem;top:17.1875rem;left:10.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuBkTtXFmmGMX16uABuwG40BpwNZ08Xd { width:47.75rem;height:3.375rem;top:6.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qg6vqPntwTILQ42HpblP5gh3HeT2bHX7 { width:10.625rem;height:3.3125rem;top:17.1875rem;left:25.124998092651rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eghmoWRE7EIndBdPXsFXhFM3VxT1xhOI { width:22.375rem;height:2.5625rem;top:2.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QH0PhPfip4bA9HLdz4bqtDd3iQV1bp5n { width:10.75rem;height:3.3125rem;top:17.1875rem;left:37rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #daHtcCtp0ESc4NLfGtbKGO3RiMuSitvK { width:12.875rem;height:10.5rem;top:21.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfMxUkstb2tr1hp9FkBHh8l9DJgN5OAR { width:12.1875rem;height:8.9375rem;top:21.8125rem;left:10.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wbmy1OCTeMfUlSU1cGJPxxVKuZB0FAPA { top:11.75rem;left:13.68678855896rem;width:3.125rem;height:3.0640679448487rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgareedIk8EUU72slNEwo31oR8JNiChE { top:11.75rem;left:28.905183792114rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG7bs2bGZdTfKII0HFHWrC9LvLdu6ayx { top:11.75rem;left:42.373754501343rem;width:3.125rem;height:3.0640679448487rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAJPITk0WGtkCHZM6QCqZcNRlDJnfnQs { width:12.875rem;height:9rem;top:21.75rem;left:25.124998092651rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykMwQsqqCkmBg8DcU0lwEJobK0VTkx6e { width:11.75rem;height:9rem;top:21.75rem;left:35.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqVI5RsUrx1RHBiLdyBn4rkwikK96dvs { width:47.75rem;height:2.25rem;top:33.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHO4GcJsDVlxKQTwsbCXm9RZFJJ1MmMl { width:9.375rem;height:2.75rem;top:51.875rem;left:19.186609268189rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrPpe9CD1ypPDGdvNMSptw76bTTQnNIw { display:block; }
 }@media only screen and (max-width: 763px) { #in1OyPP2HA25eZSNLv8udhnv7sk4lJAn { top:36.4375rem;left:0rem;width:47.75rem;height:11.637918489583rem;display:block; }
 }@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) { #LgOo6kWpGWJn9sJ9co8MWBfXkUsuLbbk { width:47.75rem;height:3.3125rem;top:6.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLaAxOhxRFmSIMJ4raOnHshaoHUqMsaX { width:22.375rem;height:2.5625rem;top:2.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioPf9QBsQ0HAVUo070DJ2qMZZQNrr2c5 { top:10.125rem;left:0rem;width:47.75rem;height:10.564264467235rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkJNqgt7Ck4Sm4J0iteOF7QdHMGhQwTH { width:9.375rem;height:2.75rem;top:21.625rem;left:19.180395126342rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGR2DeGT4A2TheE5gty2zG1uZgSF0wQ6 { display:block; }
 }@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) { #VQmRB3kmhQN74a9lKBH3gmdAcSpzwDHx { width:22.375rem;height:2.5625rem;top:2.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUCJo0gHViLvq8boaWhxKoa9F28h3la9 { width:47.75rem;height:5rem;top:6.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsLz5TQTQIp5ahWoTWqqSoTZZxyaCRks { top:12.125rem;left:0rem;width:47.75rem;height:13.182139086791rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vy0ExLMTH0S9Upr8CpoIqnTIx01pPXmc { width:9.375rem;height:2.75rem;top:27.375rem;left:19.186609268189rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW0rGgJ3i8RlzRqUU93ykxioBns9ObVq { display:block; }
 }@media only screen and (max-width: 763px) { #PaP6SF0bfHXHqx23qO3ImMoXpAlKFqD2 { display:block; }#PaP6SF0bfHXHqx23qO3ImMoXpAlKFqD2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M0Itb457sUKNgesOboxkF8tpr4yqKaEG { width:22.375rem;height:2.5625rem;top:2.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMfspdb2sSsHEFsm8LslcCv58dKyUx0v { width:47.75rem;height:6.6875rem;top:6.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDBV9AaoPHkv6d9mct32iX7MFiBlS2qw { width:47.75rem;height:1.625rem;top:15rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFWzHVu6GkfiC7eyc2PKI9XmKEszdowq { width:9.375rem;height:2.75rem;top:49.0625rem;left:19.186609268189rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoNqeT9oWgsrDss7GfdJuRdTGMZq0LQa { display:block; }
 }@media only screen and (max-width: 763px) { #DDAQIXaCLJAsOTQOPNBSUgMQuds8wU2R { width:15.9375rem;height:10.0625rem;top:20.9375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zOAVGCDKTSPieHiF3mo4oo0ikGXPWTcm { top:16.6875rem;left:0rem;width:47.75rem;height:30.816218607338rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKOpF6rhR5G91whBqM7VH39q5e4V0TTl { display:block; }#OKOpF6rhR5G91whBqM7VH39q5e4V0TTl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMzI0qlRmD9QvgQZDRugTN6ZQBqQztnL { width:22.375rem;height:2.5625rem;top:2.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVBeUbtLZBAKQBGB9hFQKl0Tl9d9QUcl { width:47.75rem;height:5rem;top:5.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVTSoBxqECae9nH8kUGVrHbZ57WIXSGz { top:13.4375rem;left:4.1874980926514rem;width:15.1875rem;height:8.4651027087065rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0TyP7AKpixDX2TSvK0NDrOhZEGpNafk { top:10.9375rem;left:22.624998092651rem;width:22.5rem;height:13.46245366959rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jx6PIl08eykhEZA6peORG84snBCdC0IN { width:9.375rem;height:2.75rem;top:24.8125rem;left:19.185724258423rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGRgpKdgNo2DfIdLCTEP0HJi17Ov88ic { display:block; }
 }@media only screen and (max-width: 763px) { #X2l2FOICn9cTe7oBchvAhzq7bokRBGmv { display:block; }#X2l2FOICn9cTe7oBchvAhzq7bokRBGmv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MR4r9qRILSNNwhLHpkTfRupLuDdhX2il { top:5.3125rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HshE73FxnKUbCTsrksDTh3iovr3DIfEr { top:2.125rem;left:0rem;width:24.4375rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTAOp5yhHOqUHg4iiqUx9wbfPgitfbgy { width:8.75rem;height:2.75rem;top:8.5625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #To5WFGg5VvSCVRg1qwT6E6nLy8W79WCp { display:block; }
 }@media only screen and (max-width: 763px) { #mMtbJ8WdTk3Bx9LcCOT6J0dW8PGhrQrT { width:8.75rem;height:2.75rem;top:8.5625rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIppFb1DyU736sHH2PtJP3GTgmAUxPc9 { display:block; }
 }@media only screen and (max-width: 763px) { #mgTZ2gaUcGRTBtnKcxtla3B19tZhmmJm { width:8.75rem;height:2.75rem;top:8.5625rem;left:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBD3X2gTtG9QaMB2RBWL5ToilPqrlNTV { display:block; }
 }@media only screen and (max-width: 763px) { #QAwzZ1usZuVxIuVVpsIUPVqAAB4QJzSM { display:block; }#QAwzZ1usZuVxIuVVpsIUPVqAAB4QJzSM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uBcAqtEUiRDpU6NHC7iztN8Zt5wzNkJl { width:18.75rem;height:19.5625rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMzE9FDJZVsf1fuAHvVzVHR0U9b4MICM { top:1.875rem;left:0rem;width:24.4375rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sl13JEyROsfQPsyiQyocQPiWV0y0Tffr { top:9.625rem;left:3.40625rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcFmmuomIqNdRgb311SLCJBk7bfWWTeT { top:7.0625rem;left:6.3429698944094rem;width:3.1875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwwTI0seqcKThbu1gNVfldh9gm76Ad5B { width:18.75rem;height:19.5625rem;top:5.5625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #lt7WNn6Dq5t6lWXZqdP42eiBEbDAcRHw { top:7.0625rem;left:22.249217987061rem;width:3.1875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyyHP2EDT8ELxZfUB1nF5eM1I03950NH { top:9.625rem;left:19.311717987061rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGe6uBW8EOCanqPDvETXMrq0mkCrzfXn { top:18.9375rem;left:17.25rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUAlObwdaIilS1UrZSKEHcUqech0yTG5 { top:21.1875rem;left:16.6875rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELfZDQRVJvloIPqKJ3D1AGhLxJc9XTWg { width:18.75rem;height:19.5625rem;top:5.5625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eztBHAEm1u1ocuSHbQ4OBrtdvfLOLCwt { top:9.625rem;left:35.186717987061rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5Lmoko6curO3c1d0MJoAI5e350QTQgM { top:18.9375rem;left:33.125rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FI5IRdIm4pI7BoGWWPD6Wo4XpthTyLGF { top:21.1875rem;left:32.5625rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9U56sPa4zz3coL7pzzPRucQZbckBDpq { width:18.75rem;height:19.5rem;top:88.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBWa8Ld5ErOvAJltWa90tWJksV9HwQZf { top:103.5625rem;left:0.81093788146975rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wH9wBHtsQFzDd213Zr5LbWdTtHJJkJt7 { width:18.75rem;height:19.5625rem;top:26.1875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFkzWU5MkSiLTVrUvThwcWERnbuFxe2J { top:101.625rem;left:1.4375rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJ6Knb1K2qBrhTMBOCsRhBGGkdb7PdUC { top:41.625rem;left:16.686717987061rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V83W200zyc4ZkGAT32OfOqX8dT8oW8J8 { top:39.5625rem;left:17.25rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFQmu3wsNQMXlpt6RurlfODWiambA8Wo { width:14.6875rem;height:3.4375rem;top:33.4375rem;left:16.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWTi9TXoainNm0au3UyhBotTinopygRP { width:3.1875rem;height:3.1875rem;top:95.625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHVOOO0LZx5lcrJZcByQQqRBZvsxQsop { width:18.75rem;height:19.5625rem;top:26.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVGfakm6eC8lxRHdXTZtq8PDGeqroDXm { top:30.5625rem;left:19.25rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKT1Hz93V40zHx8s4ay1tssOJ2PqLTFO { top:92.3125rem;left:3.5rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwfdqBdVdP71xrG8NCa2cIfZn7TE46Jg { top:41.75rem;left:0.8125rem;width:14.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlSpLiJ0w6G4bNH1PfbJ4XZ4oTDecvtq { top:38.8125rem;left:0rem;width:18.5rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJ0OkITf7nw7wNuHQW2i9faHHdZZxHek { top:30.375rem;left:3.4375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zay0x7owoKdikxm4mzdiuDgOz282va0W { top:12.375rem;left:19.375rem;width:8.875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUMXRBhu5py9lc39t9VxgoXTa7L18Vq6 { top:7.125rem;left:38.092971801757rem;width:3.1875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sORQdl4dkzDZSJe7tsDmiyMOtvzAiJS2 { top:12.875rem;left:36.90625rem;width:5.5625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CANXsDP6aTJnMnw184g3H4MNN0DEKClb { top:89.875rem;left:6.375rem;width:3.125rem;height:1.7156862745098rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWL90vcoTKiDmCNSrsi05FifqlvnhUug { width:18.75rem;height:19.5625rem;top:46.8125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbX1RURDHZ21VIQHgAlQ0ozbPVyK6Zz1 { top:103rem;left:16.6875rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o34dJGipxeh9RKH199G5kerevhExfWMv { top:101rem;left:16.9375rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8PH80PDtshABmmgDGBdZfeTROpf18yM { width:18.75rem;height:19.5rem;top:88.125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBhKo2GrwqowKreVWvCZMJInRubB8eqv { top:102.875rem;left:32.560939788818rem;width:14.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCG2u6O55GlrXlHrVwThcVxpOT6aotm0 { top:100.9375rem;left:33.092967987061rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR2VKeJrkN3XmrqulbgGqN2VxIqlEJTD { width:18.75rem;height:19.5rem;top:67.4375rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBneX9qy26F2mW9uq7JXrEEtqqDTBIJe { top:81.5625rem;left:32.5625rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #riVmVdzhonzCcqAEovNRyvR8BSOgA5N4 { top:92.25rem;left:35.1875rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ikg6TIFUceMe5npplVDT6xIyCsf4Kkvd { top:92.375rem;left:19.3125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdN0QLWfKkbIunhM2lpRzq0mQNc7CO9E { top:71.875rem;left:35.125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wpu6AipOVgaJ3iSvuxzeTCUOrv4Chxs2 { top:69.4375rem;left:38rem;width:3.125rem;height:1.7156862745098rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3n6DF7DPkuBgdE7x6DXuZ2U499Aoq5J { top:89.8125rem;left:22.25rem;width:3.125rem;height:2.0220588235294rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOX11pkUKtVNMvmoktGdhodAJrn6P0vz { top:95.0625rem;left:21.655467987061rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rf3ZlrZa7ItWqlQxBBQ8kZIC22tXnn1R { width:18.75rem;height:19.5rem;top:88.1875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4nQx9DpxqE0g9i8fJ9A7NA8niWOCrZH { width:18.75rem;height:19.5rem;top:108.875rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zxo7p2w0thPnCeshJ4xqzMJVKSeLVt3N { top:124.5rem;left:32.5625rem;width:14.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppouWalD4ORClJ53FNvfAutaoDoy0Lzl { top:122.25rem;left:33.125rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qugN35wI4f5kafm4tMNbnZWL0AivzGzm { top:113.9375rem;left:35.125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPkm4qdPExGATAwH5gMm71XIFC9pGpAU { top:89.6875rem;left:38.0625rem;width:3.125rem;height:2.0220588235294rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIszLRlrmogEficc7VIIr1XQlDk0rx3W { top:18.375rem;left:0rem;width:18.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1mzll49oUukgAmT0VQiQabs2QEXRT5H { width:18.75rem;height:19.5rem;top:108.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJvSeOV4ZynCTDnZ6gmLqJ9DX4Ai9DB8 { top:113.8125rem;left:3.4375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvGDkTBz7uuMD61WolsKCJMEnwCREm7Z { top:111.25rem;left:6.375rem;width:3.125rem;height:2.0220588235294rem;display:block; }
 }@media only screen and (max-width: 763px) { #aa0k8iXC1m7dOt2IvcMnwscSGiGE2Ieo { top:122.1875rem;left:0rem;width:18.8125rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DixgGWvBad42OMT6rQlt8ODbP6TAXmM4 { top:125.1875rem;left:0rem;width:18.8125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHLBeTiJF8qytxp7xTXzt2gGaZ0aPRWi { top:117rem;left:35.998439788818rem;width:7.3125rem;height:3.2220106599824rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXNyRSWrNr4GMhXlOw9VkT4SJVFTPrCm { width:18.75rem;height:19.5rem;top:129.6875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5bLht6uZqr6mk9KmAxD8cEJnI7r3DEx { top:134rem;left:19.311717987061rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLPhkd7zxJUnJACl0RbIZdsGqvoSCihi { top:143.0625rem;left:17.25rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpJ4w9o26DSK7Z09SuHm9kSKCwvTVdwm { top:131.4375rem;left:22.217967987061rem;width:3.125rem;height:2.0217884285364rem;display:block; }
 }@media only screen and (max-width: 763px) { #aN1c0R4BJ2Tg6SSxiuEAFatdFRW6PP10 { top:145.3125rem;left:16.6875rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iovS3TfhkRHKf5Rt4y2wqLhNTNKi1H7d { width:18.75rem;height:19.5rem;top:129.6875rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wbdu08C0l7nCadSNOZUtUZbgx8fETCTD { top:134rem;left:35.186717987061rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDa2SFQ2sUfRMOWSGGpBMz5og9WoMfxG { top:143.0625rem;left:33.125rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dwem0kPaQSwrkawhPKRJAbKUeiXrFTLW { top:131.5625rem;left:38.090629577637rem;width:3.125rem;height:2.0217884285364rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhJ0CNu4J8ETZfEnK6NLeFRq2l5OyX37 { top:145.3125rem;left:32.5625rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5NNAzGNGToykGPwIwmGVa59XSNJwMS7 { top:27.9375rem;left:22.1875rem;width:3.125rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ea2OayJC8D4KVq9sJot4BqTDZ81F4QP8 { width:8.25rem;height:3.7225042301184rem;top:116.75rem;left:3.7796878814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #qylVmuxxWWJ2q6ibc3gw4eX4R1utgqXb { width:9.25rem;height:3.4147045399629rem;top:95.5625rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNITwasusGKEtukMMC6fCeyx0PiLxU9B { width:4.3125rem;height:3.75rem;top:137.5625rem;left:37.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdIbfPRnxGRs3J4xNcar4H28b55bETSX { width:4.875rem;height:4.875rem;top:137rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9OivyIBSmDw7DEMe9LKI16Vv9e7ra8x { top:27.8125rem;left:6.3125rem;width:3.125rem;height:1.9604988967884rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnEZFHzT6GHbxXLtETObn37KdVCoJNSw { width:3.8125rem;height:3.8125rem;top:33.1875rem;left:5.9984378814697rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRMGSP7t7sbQWcniNv08iV1HHmT7vezo { top:48.6875rem;left:22.185157775879rem;width:3.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mD5JTSRHO9itSMbPO7MBLaelTeXXfekF { top:50.9375rem;left:19.279689788818rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #heJCIqQr4FlALr91wVnE8T74WQaazWv2 { top:59.4375rem;left:16.935939788818rem;width:13.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVzFVzd4ZWHALV0pdyhgJ3mvVpJfxbQa { top:61.5625rem;left:16.685939788818rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmxOExSmDryLMoWqS5f6NgJxOKCbKbLQ { top:54.5rem;left:21.560939788818rem;width:4.25rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTcI0KTXrtxc9ctkt7TvCqC9qUBBgBI8 { width:18.75rem;height:19.5rem;top:108.9375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQ6GeAg64OPE1wtsxiTr2SGG2EuJcUUx { top:111.25rem;left:22.25rem;width:3.125rem;height:2.0220588235294rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMZFcbOerFC916Vev6bkJxOF90oAm1uL { top:113.8125rem;left:19.375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKkDUWVNrWwbHnCH3o3D6o2T2tzJlRuK { width:3.1875rem;height:3.1875rem;top:117rem;left:22.185939788818rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpbICDzBB0T3PJ0mLf7NJPKfqPkr9p1A { top:122.25rem;left:17.25rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5B3roeV1ETKGTKaDEksMx7N7i4kHUJa { top:131.4375rem;left:6.34140586853rem;width:3.125rem;height:2.0217884285364rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvNoROvkKrKvNyl8VVkJtNvQXdDtA7Og { top:134rem;left:3.4367198944092rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT3SwzlIipqnzBGzUsXt3GKgMeTDWGd6 { width:18.75rem;height:19.5rem;top:129.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAv9KZnlqCo1Qae3qPlBSXudZqxJMqMA { width:3.25rem;height:3.25rem;top:137.8125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT9sDF0bXAZoH3ecz9OB9Pfp05V6dqun { top:142.4375rem;left:0rem;width:17.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUB2Xh065z9EmtL1IHaqCrVipBMpDALi { top:152.6875rem;left:6.3117198944094rem;width:3.125rem;height:2.0220588235294rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZlg4s2TluLZWmfZwIaZVNis28bgZLhx { top:155.25rem;left:3.3742198944092rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2NElnMQO5feDTp647OFPLd9Imvi1zQ6 { width:3.1875rem;height:3.1875rem;top:158.25rem;left:6.2492198944092rem;display:block; }
 }@media only screen and (max-width: 763px) { #Clqvu0wnSJbEJ3e5XHeTQvaBCVfX7Add { top:163.75rem;left:1.3117198944092rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogrglHifEGNtzDcIbigiC48AAJ12fiZZ { top:166rem;left:0.75rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugry5cZ88wfhBvhZemJPb0EWftbc59ep { top:152.75rem;left:22.1875rem;width:3.125rem;height:2.0220588235294rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuJDEW37Tc77q0ObcalRRdsTqnOezpcA { top:155.3125rem;left:19.25rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #puFQB2uG3yZ2o6f9SZtieUhtABkyrAOx { top:158.25rem;left:19.748439788818rem;width:8.125rem;height:3.24609375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnavfWCp8cOtQgTrfIyZZCbC6c09E7SC { top:163.8125rem;left:17.25rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wio1S7qRCTMsgwipOMpgi66qpK6nQs1Z { top:165.5rem;left:16.6875rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTaKDgw8fBETBd2D7XUkeIIvX85AlIA3 { width:18.75rem;height:19.5rem;top:150.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOvEqrs9ZUSygaG5sFqhJ7FlT4n8zezr { width:18.75rem;height:19.5rem;top:150.4375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #FogJl8WH9ftuewycaOPQPcOKo8FOmNmT { width:18.75rem;height:19.5rem;top:46.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnVNUICKFEg9TFpekuQOoy6w9aFNru2K { top:48.75rem;left:6.3125rem;width:3.3125rem;height:2.1469907407407rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPy4TNNKHsh9TAmQJVtQfTlRLUbHnrwC { top:51rem;left:3.375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ty9yGeehgIw18VrEsS8uz9CdPFXcbbgn { top:54.4375rem;left:4.7804698944092rem;width:6.25rem;height:2.9079878302373rem;display:block; }
 }@media only screen and (max-width: 763px) { #KleOLKwPE22mwgrKgCSSZ1034Q2f5OQo { top:59.4375rem;left:1.0625rem;width:13.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #liHX5K2MPtuZ19JkuDnLZKsAlDu96Tto { top:61.625rem;left:0.8125rem;width:14.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHo1RUQsZ9fO9qmC1Si6K0pyJsZdbtHx { top:28.125rem;left:38.0625rem;width:3.3125rem;height:2.1469907407407rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qyqrhk62CGJ6DADnsyOm6AE2KeEuZ2it { top:30.375rem;left:35.125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuTyzW5RS4U3lzcF3nETdncoG7aWVT6t { top:38.8125rem;left:32.8125rem;width:13.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyaqGLPkM3zotiwqi7foBGH9TM8ssgxT { top:42.375rem;left:32.5625rem;width:14.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f90q98HKUUWdVVUoS0P6gqvqrT1KrHvp { width:18.75rem;height:19.5rem;top:46.8125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDfo0Dt2bnx1FfMVZt7AQnTnMSIihyIw { top:48.75rem;left:38.0625rem;width:3.3125rem;height:2.1469907407407rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbsI47gHJDcvqNKad7LknTi1V3ltBEyh { top:51rem;left:35.125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVMu95efdrZrCm2L0rDSMar8PWey6Ik6 { top:55.625rem;left:33.436717987061rem;width:12.8125rem;height:1.8660067576752rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpGo3t28XSBPsQSBxllzTQ1w7c9Biabc { top:59.4375rem;left:32.811717987061rem;width:13.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQBvM3bsZPhW7VrvRvaXrG4ozT5K1Tvg { top:62.25rem;left:32.5625rem;width:14.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AusfcPHJvV9AqZPBOdoMEV24GGQtQIeZ { top:111.375rem;left:38.0625rem;width:3.125rem;height:2.0222842079451rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rd8mc2d99cQTyluk0OCK4TTp5bSsOVN7 { top:69.4375rem;left:22.25rem;width:3.3125rem;height:2.1469907407407rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5R3Tss0ka9soTgmIN8SFp7B1XkO3XwC { top:71.6875rem;left:19.3125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGIy0yVAALmI8Mv2OGlIiVU006eu6nHs { top:74.5625rem;left:20.404689788818rem;width:6.75rem;height:4.272632078761rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5wsOGAn4zgtNT4lHwdV0rH7PtSV8A6f { top:81rem;left:16.935939788818rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6MrwwnqcS4OCq7WkAzqMLRcT3xDSsJy { top:82.9375rem;left:16.685939788818rem;width:14.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzbLvRzhPGTHPGTBn6fV8u9bgTrkVCxF { width:18.75rem;height:19.5rem;top:67.5rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkzpXNcaea9nUBcTcN0o0XVIHmGnvIQ6 { top:69.5625rem;left:6.3125rem;width:3.3125rem;height:2.1469907407407rem;display:block; }
 }@media only screen and (max-width: 763px) { #etTkNMAhJ5K01puDF0fnnqAcqOCRWaWJ { top:71.8125rem;left:3.375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAp9GofOITJvPcp0TAC1SEzx7v3kpRWH { top:74.75rem;left:1.8117198944092rem;width:12.1875rem;height:3.9793221393035rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbWGPP7FLS54e7fbhBkNidBKP6rTga4t { top:82.9375rem;left:0.36796951293945rem;width:14.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #luF3ZBpzZomsGowvgMNc4AI6QtmdLux8 { width:18.75rem;height:19.5rem;top:67.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAeC15rAdNBH5NF1N1OMXlGV5sM8tD1g { top:89.8125rem;left:3.4062498807907rem;width:9.0625rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WZX0wu9ecG0QTRWV1wsNpyE7NrVcUie3 { width:18.75rem;height:19.5rem;top:68.5625rem;left:13rem;display:none; }
 }@media only screen and (max-width: 763px) { #tHP9QGR2ko5dXkpOf1bKcy4IL8ofM4PA { top:201.25rem;left:1.4984019994736rem;width:13.75rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZI5HyrbPA2Lckh0RQrtXOz31UvIuuXHZ { width:3.8125rem;height:3.8125rem;top:33.25rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsaD18hKK3GoHJp6mfzrOBnsddOG6MTh { width:18.75rem;height:19.5rem;top:26.125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTziJgiafbSLBb3Fa7t2hgpxVrvSMrgD { top:81rem;left:0.8671875rem;width:13.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGz5qIUxQ5aDJ5SEVgeqyptfO4btAd3z { width:3.1875rem;height:3.1875rem;top:76.625rem;left:38.061079025269rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0u0TOTc7WK4vEBMnwCCzyTB9vnWszz3 { width:3.1875rem;height:3.1875rem;top:75.5625rem;left:38.060935974121rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nb3aRcdGT4DVAAOiOwTIsH5bbTb337PR { width:3.8125rem;height:3.8125rem;top:12.625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZ9ZhvAeXtZOmGcCImG2PqLKRCr0dICs { width:18.75rem;height:19.5rem;top:150.5rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ls9eIVlU0EVAvLx2kKi4KpaoAOt4kZ6e { top:152.75rem;left:38.0625rem;width:3.0625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dt1d8wJOJu1SyFB8oT6OOJiZMHRD3Jam { top:155.3125rem;left:35.125rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4T9aCmWIc4Zk37ZpvFNFMt6HK04lbfR { top:157.375rem;left:36.75rem;width:5.875rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uESftImxmLZXR0rUKsMG1534xPBc1zUn { top:163.8125rem;left:33.125rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrTVg8IwDffS58nH1X1qrLJ7QSTxSaa9 { top:165.5rem;left:28.75rem;width:18.875rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1Hk8fS2llAyZwMifo4wMB0PIrrQNMLh { width:18.75rem;height:19.5rem;top:171.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFhTKASlOqmFTZ3d54iuOmSuSQ4lAMwr { top:173.5625rem;left:6.3125rem;width:3.0625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPzVR4h7zlGPeKHGdb4l7LISBvAle3h2 { top:176.125rem;left:3.375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNxSLFHqOGlETTGFPTvvNtBDVrgnEhoD { top:178.875rem;left:2.90625rem;width:10.0625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o63uH5wJVEpKXGko0LS0lZ62h0ENVcww { top:184.625rem;left:0rem;width:18.6875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaoTbHdG6GAQ25JwNGFZPaHg5gQl2AdV { top:186.3125rem;left:0rem;width:18.875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQSvxvstsWS3fMlvttfa1Nqc1Bvfm0tV { width:18.75rem;height:19.5rem;top:171.3125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #revEIQrmW0MH8paVCKTFq3d4yFS3B0sM { top:173.5625rem;left:22.1875rem;width:3.0625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVms7SJZsPgwG50GfSunobaS3ayCUXMs { top:176.125rem;left:19.25rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #erGe9LLoVgQrU26xNyxdGnOFPf90QsoJ { top:179.125rem;left:19.65625rem;width:8.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzDRMavXLT878ve01CJdA1ZOGx92NDmr { top:184.625rem;left:13.0625rem;width:18.6875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uODc6k9QNKfxQRf33xoQfRsCsoDfzt7s { top:186.3125rem;left:12.875rem;width:18.875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2k17kX1fCnSnVhKwZO5sogTTLUsO9lF { display:block; }#Q2k17kX1fCnSnVhKwZO5sogTTLUsO9lF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lgPMVvR9ag4yuTp67MFu77LTti8gJuQB { top:1.6875rem;left:0rem;width:24.5rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4VDJdBB8LnDylx1CmqRAFeO8K02rIGZ { width:18.75rem;height:19.5625rem;top:5.75rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2i73UrWinAupUb9ITdBtDW7eWP8BPd1 { top:10.125rem;left:7.4367198944094rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlGD3fW8zJZ8qTtoT29qCWDqpD65ZpJk { top:12.75rem;left:7.4367198944094rem;width:8.4375rem;height:3.7840252908345rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJLv7sHNKrRmSouvO1ChcgEInPip1AVO { top:19.125rem;left:5.375rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1hcpfvyAVGkPQcf7Vi8n9BK10VzimqW { top:21.375rem;left:4.8125rem;width:14.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhdPVvieyeUaSXMJ9QWIvzhZ6TOqBreK { width:18.75rem;height:19.5625rem;top:5.75rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRK4pusAgkbAnpFIbCKdpiBg638os1No { top:21.375rem;left:28.6875rem;width:14.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4u73IiRy9qxCRUgRMruv9OJ4JUkNlCS { top:19.125rem;left:29.25rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpDTCrp7BBfsEmxDabz9XycN7zHlElqI { top:10.125rem;left:31.311717987061rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0o8PHWtO6aanNrM9mnJD6Vaodp7yMXN { top:7.6875rem;left:10.342969894409rem;width:3.1875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dhrzx1sz6wSHNbrz591wGVbTSXALT4Jw { top:7.625rem;left:34.217967987061rem;width:3.1875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kh5wW0JhrQKs5WDLV2DaIowJqTvPxw9V { top:12.9375rem;left:30.811717987061rem;width:10rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qidTIFTEZ3KvGVpnoeKPmP6X8MIrmPwz { display:block; }#qidTIFTEZ3KvGVpnoeKPmP6X8MIrmPwz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Un0m4Whc4A2t5edDUKhliF1csBC8aQnK { top:1.25rem;left:0rem;width:24.4375rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsB8ppV5Bzi7102ZvATvkCOrGybAykSp { width:18.75rem;height:19.5rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xu3hFqTzogpXG6Tau7BC5utHOcanN3S5 { top:7.0625rem;left:6.34375rem;width:3.125rem;height:1.6540512380485rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDkJFKHrJUvwc4e8EWKGtfnwoxKJKXZr { top:9.0625rem;left:3.4375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #astbTJWXe7pXtw5DU4y3UKNhXBK427BQ { top:11.8125rem;left:1.7796878814698rem;width:12.25rem;height:4.2900931782647rem;display:block; }
 }@media only screen and (max-width: 763px) { #snbFBLx8qHPeeQT5wWW21ULDEfGpAqCN { top:18.3125rem;left:1.375rem;width:13.125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEWSgLokKRCxSw7H1fMz1QaCgBKGhnsP { top:20.5625rem;left:0.8125rem;width:14.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnLyz883NFMbl9hoThWcoUKuNdmdtsp0 { width:18.75rem;height:19.5rem;top:5rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4kTraBx8H5VrR0oyyMobrSe4AXNBwKB { top:7rem;left:38.0625rem;width:3.125rem;height:1.6540512380485rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDqzPHuA3HTFTTdKLBulHeBbKJ4Uh0bK { top:9.125rem;left:35.1875rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhSI2z9kRTZUJaeVfdtX26fuETNnADUL { top:11.875rem;left:34.0625rem;width:11.25rem;height:4.24921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyAPJC4oSsvBZheDKBrqTM6fIeTDHWEf { top:18.3125rem;left:33.125rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGF2DJNwbAt1FMa65QvNTOCbcIkxuePi { top:20.5625rem;left:32.5625rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezbnRTW7UThn4ufsDKbo1h51lDpZzdfn { width:18.75rem;height:19.5rem;top:5.0625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLoi1bvTqll5Gyh1bSgLRrw9sQ4VEAyF { top:7.125rem;left:22.1875rem;width:3.125rem;height:1.6540512380485rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDD9rcMfyVbATUo6vZDcTiS5MZQZS1cb { top:9.125rem;left:19.3125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykokcxhm4Ptdit96sMxpT1mIPbGaBmkN { top:13.0625rem;left:17.5625rem;width:12.5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRThzIdJsxNBIKfI2yJigWba5HCKDslm { top:18.4375rem;left:17.25rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #akTW1uVro6GOooJKZqyAwIzJtmJ9pOUi { top:20.6875rem;left:16.6875rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT { display:block; }#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6y14JLgnUWTGpWVqOQTv7PmaW9xlNGx { width:14.8125rem;height:;top:8.125rem;left:32.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORqfX3xl2cCqfK7LJ0FRqxcu20bLg8td { top:8.125rem;left:30.8125rem;width:1.875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xo3tTwICCUMbzAwNeiIerxp1oAwcm6Fn { width:8.4375rem;height:;top:5.1875rem;left:33.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODufHkfVxva252MIbRM4H36mSDKMr6ol { top:5.1875rem;left:30.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCAPOIHTG1QnvbW5X6wRTCgkhiNkWk4R { width:8.4375rem;height:;top:2.3125rem;left:33.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ak6KiZgRGzSEpcsswwK3I3rUb8O2qxfK { top:2.3125rem;left:30.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxMbXGFepem4a2EbEQL9axuBSAPOorWt { top:7.0625rem;left:1.25rem;width:13.6875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Stm3hmPNUR0gSGg15iOP5gUMVTckUCV2 { width:26.75rem;height:3.1875rem;top:2.125rem;left:1.25rem;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) { #ltpekH4iMBSOXex4G4DKal2aDyS84wi0 { width:13.375rem;height:3.125rem;top:1.25rem;left:3.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bH7uTTLTuuL9lkqt185lRL7zw69HtgN9 { width:14.018rem;height:2.796225rem;top:5.6239342689514rem;left:3.1150566339493rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzdsamH58eH0PEfdcZIgTfhgp8Jb909S { display:block; }
 }@media only screen and (max-width: 763px) { #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dd33e9fd-7d6c-4c9a-b371-d85592c2d347/dentistofficemobile.png");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:48.153900146484rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zmkzGmfs4bhx1tK1vgeTeOsRIxkIBGQE { width:16.25rem;height:17.0625rem;top:13.998579025269rem;left:2.1553622484207rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdJdT8RIWJQu4o9UTCUpscXvInA1uiA4 { width:14.124625rem;height:1.925rem;top:11.499466896057rem;left:2.1546519994736rem;text-align:left;text-align-last:left;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCTeT6DOrzczNHJkozzbGmU7k2nCxUoc { width:11.311875rem;height:1.875rem;top:33.756511688233rem;left:4.3435333371163rem;display:none; }
 }@media only screen and (max-width: 763px) { #oyQ2PKJyVJbLNEogHy0TEOVOdzRTZdDE { width:18.375rem;height:33.5625rem;top:0rem;left:0.99893462657931rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3xHSEeOf2iSQKhkXvzkmCqwTSl8J3IS { top:33.3271484375rem;left:0rem;width:20rem;height:9.249rem;z-index:15016;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #bNmgOTeP9daLIisKuTMScTtLOmZ6newJ { width:19.5625rem;height:16.3125rem;top:31.842151641846rem;left:0rem;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #uILQcEakq0CPfpoK8gHXUcrto3IE5MNV { background-color:#87d1e6;background-image:url("https://images.assets-landingi.com/uc/91f5d293-ee36-4471-820e-edb140740a0a/Landing_Page1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV.adaptive-delivery-prevent-bg, #uILQcEakq0CPfpoK8gHXUcrto3IE5MNV.lazyload, #uILQcEakq0CPfpoK8gHXUcrto3IE5MNV.lazyloading { background-image: none; }#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:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m50ewAIzUptp9OE92Hi7pZla5rCTi2V9 { width:12.5rem;height:5.4375rem;top:34.3965rem;left:3.75rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #zFNmxGlSHd4wOEhaNzLJs6hdew4sDGXV { width:8.625rem;height:2.75rem;top:1.4364347457886rem;left:5.5609019994736rem;display:block; }
 }@media only screen and (max-width: 763px) { #azV7qMTbCxFal6io3Z94vu6JEwGfzetG { display:block; }
 }@media only screen and (max-width: 763px) { #iH1fuAwpyDn2Bp35ecw6NeCx7XkanR5W { width:8.5625rem;height:2.75rem;top:5.2492895126342rem;left:5.624289393425rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuFgUpgARsEoi1UdTTcxeMkS92aCa9ow { display:block; }
 }@media only screen and (max-width: 763px) { #GINiHeNItsTsol90p5nMWVyh6cCch0lH { width:8.8125rem;height:2.75rem;top:9.0612573623656rem;left:5.6551846265793rem;background-color:rgba(var(--color-primary-2),1);background-image:none;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #gor7SzA6o3F0TxwldmRfcCPRHWQk5VTU { display:block; }
 }@media only screen and (max-width: 763px) { #XohApmRe30wQoUZekF2kZumViSLpTSgK { width:8.8125rem;height:2.75rem;top:12.936434745789rem;left:5.5939272642136rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUQoJ7mrxGPGfXHnAOSh9y9o9EBlVQrG { display:block; }
 }@media only screen and (max-width: 763px) { #oEflIhggHF6ouh1XSWF86OnMslIcx4A2 { width:8.6875rem;height:2.75rem;top:16.749112129211rem;left:5.5937498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbhnT2mQaPUgDCPeWZ5oo0TXGNxTzpvk { 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:95.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OPQi1tomG1TMvySDuCJ04DMhPQrcMNXP { width:14.6875rem;height:2.25rem;top:24.6699375rem;left:2.625rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15010;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #rUOZA2Jndz9mD6vFKuvFI5LmU0WpSg73 { width:10.8125rem;height:3.375rem;top:20.375rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdchSoK1BpSyCRisd6IopA4mTTVl15ZQ { width:3.5617875rem;height:3.125rem;top:16.75rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bq2xanmIhbFqXqZ9H9WHJRef2PcBRSGX { width:10.5rem;height:3.375rem;top:37.375rem;left:4.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuBkTtXFmmGMX16uABuwG40BpwNZ08Xd { width:17.0623125rem;height:9rem;top:5.110969543457rem;left:1.4683948755264rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qg6vqPntwTILQ42HpblP5gh3HeT2bHX7 { width:10.6875rem;height:3.375rem;top:52.375rem;left:4.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eghmoWRE7EIndBdPXsFXhFM3VxT1xhOI { width:20rem;height:2.0625rem;top:2.1244659423828rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QH0PhPfip4bA9HLdz4bqtDd3iQV1bp5n { width:10.8125rem;height:3.375rem;top:67.125rem;left:4.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #daHtcCtp0ESc4NLfGtbKGO3RiMuSitvK { width:15.687125rem;height:7.03125rem;top:23.75rem;left:2.125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfMxUkstb2tr1hp9FkBHh8l9DJgN5OAR { width:17.5rem;height:5.625rem;top:40.75rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wbmy1OCTeMfUlSU1cGJPxxVKuZB0FAPA { width:3.18714375rem;height:3.125rem;top:33.375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgareedIk8EUU72slNEwo31oR8JNiChE { width:3.125rem;height:3.125rem;top:48.3125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG7bs2bGZdTfKII0HFHWrC9LvLdu6ayx { width:3.1875rem;height:3.125rem;top:63.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAJPITk0WGtkCHZM6QCqZcNRlDJnfnQs { width:15.999625rem;height:5.625rem;top:55.75rem;left:2rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykMwQsqqCkmBg8DcU0lwEJobK0VTkx6e { width:17.5rem;height:5.625rem;top:70.5rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqVI5RsUrx1RHBiLdyBn4rkwikK96dvs { width:20rem;height:4.125rem;top:79.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #IHO4GcJsDVlxKQTwsbCXm9RZFJJ1MmMl { width:9.375rem;height:2.74946875rem;top:90.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrPpe9CD1ypPDGdvNMSptw76bTTQnNIw { display:block; }
 }@media only screen and (max-width: 763px) { #in1OyPP2HA25eZSNLv8udhnv7sk4lJAn { width:20rem;height:4.874825rem;top:84.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7vCuQyThLrF8TEctBOW2qPT4QxWoKql { display:block; }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LgOo6kWpGWJn9sJ9co8MWBfXkUsuLbbk { width:20rem;height:6rem;top:4.8615074157715rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLaAxOhxRFmSIMJ4raOnHshaoHUqMsaX { width:20rem;height:2.0625rem;top:1.9371452331543rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioPf9QBsQ0HAVUo070DJ2qMZZQNrr2c5 { width:20rem;height:4.5rem;top:11.547412872314rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JkJNqgt7Ck4Sm4J0iteOF7QdHMGhQwTH { width:9.375rem;height:2.74946875rem;top:16.922946929932rem;left:5.3124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGR2DeGT4A2TheE5gty2zG1uZgSF0wQ6 { display:block; }
 }@media only screen and (max-width: 763px) { #mob17w6k2TBaIHL4iGwN5aCax0W8UpaF { display:block; }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VQmRB3kmhQN74a9lKBH3gmdAcSpzwDHx { width:20rem;height:2.0625rem;top:1.6867923736573rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUCJo0gHViLvq8boaWhxKoa9F28h3la9 { width:20rem;height:10.5rem;top:4.7993602752686rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsLz5TQTQIp5ahWoTWqqSoTZZxyaCRks { width:20rem;height:5.37464375rem;top:16.797748565674rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Vy0ExLMTH0S9Upr8CpoIqnTIx01pPXmc { width:9.375rem;height:2.74946875rem;top:23.545803070068rem;left:5.3124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW0rGgJ3i8RlzRqUU93ykxioBns9ObVq { display:block; }
 }@media only screen and (max-width: 763px) { #PaP6SF0bfHXHqx23qO3ImMoXpAlKFqD2 { display:block; }#PaP6SF0bfHXHqx23qO3ImMoXpAlKFqD2 > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M0Itb457sUKNgesOboxkF8tpr4yqKaEG { width:20rem;height:2.0625rem;top:2.2487573623658rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMfspdb2sSsHEFsm8LslcCv58dKyUx0v { width:18.6869375rem;height:13.5rem;top:5.4225845336914rem;left:0.65518462657931rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDBV9AaoPHkv6d9mct32iX7MFiBlS2qw { width:20rem;height:4.78125rem;top:20.01855625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lFWzHVu6GkfiC7eyc2PKI9XmKEszdowq { width:9.375rem;height:2.74946875rem;top:45.10919380188rem;left:5.3124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoNqeT9oWgsrDss7GfdJuRdTGMZq0LQa { display:block; }
 }@media only screen and (max-width: 763px) { #DDAQIXaCLJAsOTQOPNBSUgMQuds8wU2R { width:15.999625rem;height:10.125rem;top:20.126949310302rem;left:1.9992896318436rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #zOAVGCDKTSPieHiF3mo4oo0ikGXPWTcm { width:20rem;height:12.874625rem;top:31.329011678696rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OKOpF6rhR5G91whBqM7VH39q5e4V0TTl { display:block; }#OKOpF6rhR5G91whBqM7VH39q5e4V0TTl > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMzI0qlRmD9QvgQZDRugTN6ZQBqQztnL { width:20rem;height:2.0625rem;top:1.8119678497314rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVBeUbtLZBAKQBGB9hFQKl0Tl9d9QUcl { width:18.125rem;height:10.5rem;top:4.6084861755371rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVTSoBxqECae9nH8kUGVrHbZ57WIXSGz { width:7.4369375rem;height:4.0625rem;top:16.935369491577rem;left:2.2443181276321rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0TyP7AKpixDX2TSvK0NDrOhZEGpNafk { width:8.9375rem;height:5.3125rem;top:16.3125rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jx6PIl08eykhEZA6peORG84snBCdC0IN { width:9.375rem;height:2.74946875rem;top:23.386009216309rem;left:5.3124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGRgpKdgNo2DfIdLCTEP0HJi17Ov88ic { display:block; }
 }@media only screen and (max-width: 763px) { #X2l2FOICn9cTe7oBchvAhzq7bokRBGmv { display:block; }#X2l2FOICn9cTe7oBchvAhzq7bokRBGmv > .row .container { width:20rem;height:21.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MR4r9qRILSNNwhLHpkTfRupLuDdhX2il { width:13.9373125rem;height:2.6rem;top:4.765625rem;left:3.0300070047379rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HshE73FxnKUbCTsrksDTh3iovr3DIfEr { width:20rem;height:2.6rem;top:2.16796875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DTAOp5yhHOqUHg4iiqUx9wbfPgitfbgy { width:8.75rem;height:2.75rem;top:8.5615265625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #To5WFGg5VvSCVRg1qwT6E6nLy8W79WCp { display:block; }
 }@media only screen and (max-width: 763px) { #mMtbJ8WdTk3Bx9LcCOT6J0dW8PGhrQrT { width:8.75rem;height:2.75rem;top:12.373435974121rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIppFb1DyU736sHH2PtJP3GTgmAUxPc9 { display:block; }
 }@media only screen and (max-width: 763px) { #mgTZ2gaUcGRTBtnKcxtla3B19tZhmmJm { width:8.75rem;height:2.75rem;top:16.373435974121rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBD3X2gTtG9QaMB2RBWL5ToilPqrlNTV { display:block; }
 }@media only screen and (max-width: 763px) { #QAwzZ1usZuVxIuVVpsIUPVqAAB4QJzSM { display:block; }#QAwzZ1usZuVxIuVVpsIUPVqAAB4QJzSM > .row .container { width:20rem;height:545.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uBcAqtEUiRDpU6NHC7iztN8Zt5wzNkJl { width:18.75rem;height:17rem;top:4.7496452331543rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMzE9FDJZVsf1fuAHvVzVHR0U9b4MICM { width:20rem;height:1.9504625rem;top:1.6867904663086rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sl13JEyROsfQPsyiQyocQPiWV0y0Tffr { width:9.0625rem;height:1.3rem;top:9.1875rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcFmmuomIqNdRgb311SLCJBk7bfWWTeT { width:3.1875rem;height:2.0625rem;top:6.4375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwwTI0seqcKThbu1gNVfldh9gm76Ad5B { width:18.75rem;height:19.5625rem;top:22.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lt7WNn6Dq5t6lWXZqdP42eiBEbDAcRHw { width:3.1875rem;height:2.0625rem;top:25.0625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyyHP2EDT8ELxZfUB1nF5eM1I03950NH { width:9.0625rem;height:1.3rem;top:27.625rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGe6uBW8EOCanqPDvETXMrq0mkCrzfXn { width:13.1875rem;height:1.3rem;top:36rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUAlObwdaIilS1UrZSKEHcUqech0yTG5 { width:14.25rem;height:2.8rem;top:38.25rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELfZDQRVJvloIPqKJ3D1AGhLxJc9XTWg { width:18.75rem;height:19.5623125rem;top:63.874643325806rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eztBHAEm1u1ocuSHbQ4OBrtdvfLOLCwt { width:9.0625rem;height:1.3rem;top:68.50390434265rem;left:5.7812498807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5Lmoko6curO3c1d0MJoAI5e350QTQgM { width:13.187125rem;height:1.3rem;top:75.561788558963rem;left:3.7180398702621rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FI5IRdIm4pI7BoGWWPD6Wo4XpthTyLGF { width:14.2498125rem;height:2.8rem;top:79.122669219969rem;left:3.1871448755264rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9U56sPa4zz3coL7pzzPRucQZbckBDpq { width:18.75rem;height:19.5625rem;top:251rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBWa8Ld5ErOvAJltWa90tWJksV9HwQZf { width:14.25rem;height:2.8rem;top:266.625rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wH9wBHtsQFzDd213Zr5LbWdTtHJJkJt7 { width:18.75rem;height:19.5623125rem;top:84.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFkzWU5MkSiLTVrUvThwcWERnbuFxe2J { width:13.1875rem;height:1.3rem;top:264.375rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJ6Knb1K2qBrhTMBOCsRhBGGkdb7PdUC { width:14.25rem;height:2.8rem;top:99.5rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V83W200zyc4ZkGAT32OfOqX8dT8oW8J8 { width:13.187125rem;height:1.3rem;top:97.25rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFQmu3wsNQMXlpt6RurlfODWiambA8Wo { width:14.6875rem;height:3.4375rem;top:91.6875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWTi9TXoainNm0au3UyhBotTinopygRP { width:3.2492875rem;height:3.2492875rem;top:259.125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHVOOO0LZx5lcrJZcByQQqRBZvsxQsop { width:18.75rem;height:19.5623125rem;top:43.3125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVGfakm6eC8lxRHdXTZtq8PDGeqroDXm { width:9.0625rem;height:1.3rem;top:71.5rem;left:6.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKT1Hz93V40zHx8s4ay1tssOJ2PqLTFO { width:9.0625rem;height:1.3rem;top:255.8125rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwfdqBdVdP71xrG8NCa2cIfZn7TE46Jg { width:18.75rem;height:2.8rem;top:58.124996185302rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlSpLiJ0w6G4bNH1PfbJ4XZ4oTDecvtq { width:18.8125rem;height:1.3rem;top:55.934375762939rem;left:0.78046894073488rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJ0OkITf7nw7wNuHQW2i9faHHdZZxHek { width:9.0625rem;height:1.3rem;top:47.9375rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zay0x7owoKdikxm4mzdiuDgOz282va0W { width:8.8743125rem;height:4.375rem;top:30.217505455017rem;left:5.561967253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUMXRBhu5py9lc39t9VxgoXTa7L18Vq6 { width:3.18625625rem;height:1.9984rem;top:45.187320709229rem;left:8.4055398702619rem;display:block; }
 }@media only screen and (max-width: 763px) { #sORQdl4dkzDZSJe7tsDmiyMOtvzAiJS2 { width:5.56196875rem;height:3.37446875rem;top:70.841440200806rem;left:7.5301841497419rem;display:block; }
 }@media only screen and (max-width: 763px) { #CANXsDP6aTJnMnw184g3H4MNN0DEKClb { width:3.1875rem;height:1.75rem;top:253.4375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWL90vcoTKiDmCNSrsi05FifqlvnhUug { width:18.75rem;height:19.5625rem;top:272.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbX1RURDHZ21VIQHgAlQ0ozbPVyK6Zz1 { width:14.25rem;height:2.8rem;top:287.6875rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o34dJGipxeh9RKH199G5kerevhExfWMv { width:13.75rem;height:1.3rem;top:285.4375rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8PH80PDtshABmmgDGBdZfeTROpf18yM { width:18.75rem;height:19.5614375rem;top:293.12498855591rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBhKo2GrwqowKreVWvCZMJInRubB8eqv { width:14.2498125rem;height:2.8rem;top:308.8125rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCG2u6O55GlrXlHrVwThcVxpOT6aotm0 { width:13.187125rem;height:1.3rem;top:306.6875rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR2VKeJrkN3XmrqulbgGqN2VxIqlEJTD { width:18.75rem;height:19.5623125rem;top:230.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBneX9qy26F2mW9uq7JXrEEtqqDTBIJe { width:14.2489375rem;height:2.8rem;top:244.125rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #riVmVdzhonzCcqAEovNRyvR8BSOgA5N4 { width:9.0625rem;height:1.3rem;top:298.25rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ikg6TIFUceMe5npplVDT6xIyCsf4Kkvd { width:9.0625rem;height:1.3rem;top:276.5rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdN0QLWfKkbIunhM2lpRzq0mQNc7CO9E { width:9.0625rem;height:1.3rem;top:235.3125rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wpu6AipOVgaJ3iSvuxzeTCUOrv4Chxs2 { width:3.18625625rem;height:1.749825rem;top:233rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3n6DF7DPkuBgdE7x6DXuZ2U499Aoq5J { width:3.1875rem;height:2.0625rem;top:273.9375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOX11pkUKtVNMvmoktGdhodAJrn6P0vz { width:4.31196875rem;height:4.31196875rem;top:279.6875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rf3ZlrZa7ItWqlQxBBQ8kZIC22tXnn1R { width:18.75rem;height:19.5625rem;top:293.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4nQx9DpxqE0g9i8fJ9A7NA8niWOCrZH { width:18.75rem;height:19.5623125rem;top:356.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zxo7p2w0thPnCeshJ4xqzMJVKSeLVt3N { width:14.25rem;height:2.8rem;top:371.5rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppouWalD4ORClJ53FNvfAutaoDoy0Lzl { width:13.1875rem;height:1.3rem;top:369.25rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qugN35wI4f5kafm4tMNbnZWL0AivzGzm { width:9.0625rem;height:1.3rem;top:360.25rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPkm4qdPExGATAwH5gMm71XIFC9pGpAU { width:3.1875rem;height:2.0625rem;top:295.6875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIszLRlrmogEficc7VIIr1XQlDk0rx3W { width:18.875rem;height:1.3rem;top:17.125000953674rem;left:0.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1mzll49oUukgAmT0VQiQabs2QEXRT5H { width:18.75rem;height:19.5625rem;top:314.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJvSeOV4ZynCTDnZ6gmLqJ9DX4Ai9DB8 { width:9.0625rem;height:1.3rem;top:319.4375rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvGDkTBz7uuMD61WolsKCJMEnwCREm7Z { width:3.1875rem;height:2.0625rem;top:316.875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aa0k8iXC1m7dOt2IvcMnwscSGiGE2Ieo { width:13.187125rem;height:1.3rem;top:328.375rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DixgGWvBad42OMT6rQlt8ODbP6TAXmM4 { width:14.2498125rem;height:1.4rem;top:330.6875rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHLBeTiJF8qytxp7xTXzt2gGaZ0aPRWi { width:7.3748125rem;height:3.2492875rem;top:363.5625rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXNyRSWrNr4GMhXlOw9VkT4SJVFTPrCm { width:18.75rem;height:19.5623125rem;top:419.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5bLht6uZqr6mk9KmAxD8cEJnI7r3DEx { width:9.0625rem;height:1.3rem;top:424.6875rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLPhkd7zxJUnJACl0RbIZdsGqvoSCihi { width:13.1875rem;height:1.3rem;top:432.6875rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpJ4w9o26DSK7Z09SuHm9kSKCwvTVdwm { width:3.18625625rem;height:2.062325rem;top:422.125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aN1c0R4BJ2Tg6SSxiuEAFatdFRW6PP10 { width:14.25rem;height:2.8rem;top:434.9375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iovS3TfhkRHKf5Rt4y2wqLhNTNKi1H7d { width:18.75rem;height:19.5625rem;top:377.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wbdu08C0l7nCadSNOZUtUZbgx8fETCTD { width:9.0625rem;height:1.3rem;top:381.875rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDa2SFQ2sUfRMOWSGGpBMz5og9WoMfxG { width:13.1875rem;height:1.3rem;top:390.6875rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dwem0kPaQSwrkawhPKRJAbKUeiXrFTLW { width:3.18714375rem;height:2.062325rem;top:357.6875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhJ0CNu4J8ETZfEnK6NLeFRq2l5OyX37 { width:14.25rem;height:2.8rem;top:392.9375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5NNAzGNGToykGPwIwmGVa59XSNJwMS7 { width:3.125rem;height:2.062325rem;top:86.3125rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ea2OayJC8D4KVq9sJot4BqTDZ81F4QP8 { width:7.7494375rem;height:3.49964375rem;top:322.9375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qylVmuxxWWJ2q6ibc3gw4eX4R1utgqXb { width:9.6235625rem;height:3.5609rem;top:301.125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNITwasusGKEtukMMC6fCeyx0PiLxU9B { width:4.3125rem;height:3.75rem;top:385.21796226501rem;left:7.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdIbfPRnxGRs3J4xNcar4H28b55bETSX { width:4.25rem;height:4.25rem;top:427.09219360351rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9OivyIBSmDw7DEMe9LKI16Vv9e7ra8x { width:3.125rem;height:1.9593375rem;top:65.9081993103rem;left:8.5617898702619rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnEZFHzT6GHbxXLtETObn37KdVCoJNSw { width:3.81214375rem;height:3.81214375rem;top:51.186076164246rem;left:8.0930398702619rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRMGSP7t7sbQWcniNv08iV1HHmT7vezo { width:3.37446875rem;height:2.1875rem;top:148.6875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mD5JTSRHO9itSMbPO7MBLaelTeXXfekF { width:9.0625rem;height:1.3rem;top:150.8125rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #heJCIqQr4FlALr91wVnE8T74WQaazWv2 { width:13.75rem;height:1.3rem;top:158.4375rem;left:3.1249998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVzFVzd4ZWHALV0pdyhgJ3mvVpJfxbQa { width:14.1868125rem;height:2.8rem;top:160.93751525879rem;left:2.905717253685rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmxOExSmDryLMoWqS5f6NgJxOKCbKbLQ { width:4.249825rem;height:2.87464375rem;top:153.68696784973rem;left:7.8746446371081rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTcI0KTXrtxc9ctkt7TvCqC9qUBBgBI8 { width:18.75rem;height:19.5rem;top:335.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQ6GeAg64OPE1wtsxiTr2SGG2EuJcUUx { width:3.125rem;height:2.0221132557953rem;top:336.8125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMZFcbOerFC916Vev6bkJxOF90oAm1uL { width:9.0625rem;height:1.3rem;top:339.375rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKkDUWVNrWwbHnCH3o3D6o2T2tzJlRuK { width:3.1875rem;height:3.1875rem;top:342.8125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpbICDzBB0T3PJ0mLf7NJPKfqPkr9p1A { width:13.125rem;height:1.3rem;top:348.625rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5B3roeV1ETKGTKaDEksMx7N7i4kHUJa { width:3.125rem;height:2.0221132557953rem;top:400.375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvNoROvkKrKvNyl8VVkJtNvQXdDtA7Og { width:9.0625rem;height:1.3rem;top:402.9375rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT3SwzlIipqnzBGzUsXt3GKgMeTDWGd6 { width:18.75rem;height:19.4993125rem;top:398.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAv9KZnlqCo1Qae3qPlBSXudZqxJMqMA { width:3.1875rem;height:3.1875rem;top:406.71718215943rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT9sDF0bXAZoH3ecz9OB9Pfp05V6dqun { width:17.8125rem;height:1.21875rem;top:410.99921226501rem;left:1.09375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUB2Xh065z9EmtL1IHaqCrVipBMpDALi { width:3.125rem;height:2.0221132557953rem;top:442.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZlg4s2TluLZWmfZwIaZVNis28bgZLhx { width:9.0625rem;height:1.3rem;top:445.3125rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2NElnMQO5feDTp647OFPLd9Imvi1zQ6 { width:3.18714375rem;height:3.18714375rem;top:448.1875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Clqvu0wnSJbEJ3e5XHeTQvaBCVfX7Add { width:13.125rem;height:1.3rem;top:453.625rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogrglHifEGNtzDcIbigiC48AAJ12fiZZ { width:14.1868125rem;height:2.8rem;top:455.875rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugry5cZ88wfhBvhZemJPb0EWftbc59ep { width:3.125rem;height:2.0221132557953rem;top:463.1875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuJDEW37Tc77q0ObcalRRdsTqnOezpcA { width:9.0625rem;height:1.3rem;top:465.75rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #puFQB2uG3yZ2o6f9SZtieUhtABkyrAOx { width:8.125rem;height:3.246625rem;top:468.875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnavfWCp8cOtQgTrfIyZZCbC6c09E7SC { width:13.125rem;height:1.3rem;top:474.875rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wio1S7qRCTMsgwipOMpgi66qpK6nQs1Z { width:14.1868125rem;height:2.8rem;top:477.125rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTaKDgw8fBETBd2D7XUkeIIvX85AlIA3 { width:18.75rem;height:19.4993125rem;top:440.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOvEqrs9ZUSygaG5sFqhJ7FlT4n8zezr { width:18.75rem;height:19.5rem;top:461.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FogJl8WH9ftuewycaOPQPcOKo8FOmNmT { width:18.75rem;height:19.5rem;top:125.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnVNUICKFEg9TFpekuQOoy6w9aFNru2K { width:3.3125rem;height:2.1473287461915rem;top:127.8125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPy4TNNKHsh9TAmQJVtQfTlRLUbHnrwC { width:9.0625rem;height:1.3rem;top:130.0625rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ty9yGeehgIw18VrEsS8uz9CdPFXcbbgn { width:6.25rem;height:2.9074074074074rem;top:133.5625rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KleOLKwPE22mwgrKgCSSZ1034Q2f5OQo { width:13.75rem;height:1.3rem;top:138.5rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #liHX5K2MPtuZ19JkuDnLZKsAlDu96Tto { width:14.1868125rem;height:2.8rem;top:140.6875rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHo1RUQsZ9fO9qmC1Si6K0pyJsZdbtHx { width:3.312325rem;height:2.1466625rem;top:211.74182510376rem;left:8.3433946371081rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qyqrhk62CGJ6DADnsyOm6AE2KeEuZ2it { width:9.0625rem;height:1.3rem;top:213.88759899139rem;left:5.4687498807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuTyzW5RS4U3lzcF3nETdncoG7aWVT6t { width:13.75rem;height:1.3rem;top:118.125rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyaqGLPkM3zotiwqi7foBGH9TM8ssgxT { width:14.1868125rem;height:1.4rem;top:120.9375rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f90q98HKUUWdVVUoS0P6gqvqrT1KrHvp { width:18.75rem;height:19.4993125rem;top:167.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDfo0Dt2bnx1FfMVZt7AQnTnMSIihyIw { width:3.312325rem;height:2.1466625rem;top:190.56107521057rem;left:8.3433946371081rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbsI47gHJDcvqNKad7LknTi1V3ltBEyh { width:9.0625rem;height:1.3rem;top:193.27059173584rem;left:5.4687498807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVMu95efdrZrCm2L0rDSMar8PWey6Ik6 { width:12.8125rem;height:1.8652375rem;top:176.12837219238rem;left:3.5937498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpGo3t28XSBPsQSBxllzTQ1w7c9Biabc { width:13.75rem;height:1.3rem;top:179.93607711792rem;left:3.1249998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQBvM3bsZPhW7VrvRvaXrG4ozT5K1Tvg { width:14.1868125rem;height:1.4rem;top:183.06107711792rem;left:2.905717253685rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AusfcPHJvV9AqZPBOdoMEV24GGQtQIeZ { width:3.125rem;height:2.022375rem;top:379.3125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rd8mc2d99cQTyluk0OCK4TTp5bSsOVN7 { width:3.312325rem;height:2.1466625rem;top:107.6875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5R3Tss0ka9soTgmIN8SFp7B1XkO3XwC { width:9.0625rem;height:1.3rem;top:109.87481975556rem;left:5.374467253685rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGIy0yVAALmI8Mv2OGlIiVU006eu6nHs { width:6.7489375rem;height:4.27290625rem;top:216.79864311218rem;left:6.6246446371081rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5wsOGAn4zgtNT4lHwdV0rH7PtSV8A6f { width:13.75rem;height:1.3rem;top:222.5612487793rem;left:3.374467253685rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6MrwwnqcS4OCq7WkAzqMLRcT3xDSsJy { width:14.1868125rem;height:1.4rem;top:225.71643447876rem;left:2.905717253685rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzbLvRzhPGTHPGTBn6fV8u9bgTrkVCxF { width:18.75rem;height:19.4993125rem;top:105.21128845215rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkzpXNcaea9nUBcTcN0o0XVIHmGnvIQ6 { width:3.312325rem;height:2.1466625rem;top:169.56143188476rem;left:8.3433946371081rem;display:block; }
 }@media only screen and (max-width: 763px) { #etTkNMAhJ5K01puDF0fnnqAcqOCRWaWJ { width:9.0625rem;height:1.3rem;top:172.20880508423rem;left:5.4687498807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAp9GofOITJvPcp0TAC1SEzx7v3kpRWH { width:11.1239375rem;height:3.624825rem;top:195.93660736084rem;left:4.4371446371079rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbWGPP7FLS54e7fbhBkNidBKP6rTga4t { width:14.1868125rem;height:1.4rem;top:203.99857330322rem;left:2.905717253685rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #luF3ZBpzZomsGowvgMNc4AI6QtmdLux8 { width:18.75rem;height:19.5rem;top:188rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAeC15rAdNBH5NF1N1OMXlGV5sM8tD1g { width:9.0625rem;height:1.3rem;top:88.9375rem;left:5.4375rem;font-size:1rem;z-index:15210;display:block; }
 }@media only screen and (max-width: 763px) { #WZX0wu9ecG0QTRWV1wsNpyE7NrVcUie3 { width:18.75rem;height:19.4993125rem;top:146.5625rem;left:0.625rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #tHP9QGR2ko5dXkpOf1bKcy4IL8ofM4PA { width:13.75rem;height:1.3rem;top:201.87321853637rem;left:3.1249998807907rem;font-size:1rem;z-index:15284;display:block; }
 }@media only screen and (max-width: 763px) { #ZI5HyrbPA2Lckh0RQrtXOz31UvIuuXHZ { width:3.8125rem;height:3.8125rem;top:112.86647415161rem;left:8.0930398702619rem;z-index:15310;display:block; }
 }@media only screen and (max-width: 763px) { #fsaD18hKK3GoHJp6mfzrOBnsddOG6MTh { width:18.75rem;height:19.5rem;top:209.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTziJgiafbSLBb3Fa7t2hgpxVrvSMrgD { width:13.75rem;height:1.3rem;top:200.63209915161rem;left:0rem;font-size:1rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #WGz5qIUxQ5aDJ5SEVgeqyptfO4btAd3z { width:3.1875rem;height:3.1875rem;top:239.4375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0u0TOTc7WK4vEBMnwCCzyTB9vnWszz3 { width:3.18714375rem;height:3.18714375rem;top:238.74908447266rem;left:8.4055398702619rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nb3aRcdGT4DVAAOiOwTIsH5bbTb337PR { width:3.8125rem;height:3.8125rem;top:12.092968940735rem;left:8.09375rem;z-index:15311;display:block; }
 }@media only screen and (max-width: 763px) { #oZ9ZhvAeXtZOmGcCImG2PqLKRCr0dICs { width:18.75rem;height:19.5rem;top:482.25000762939rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ls9eIVlU0EVAvLx2kKi4KpaoAOt4kZ6e { width:3.0625rem;height:2rem;top:484.50001335144rem;left:8.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dt1d8wJOJu1SyFB8oT6OOJiZMHRD3Jam { width:18.75rem;height:1.3rem;top:487.06250762939rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4T9aCmWIc4Zk37ZpvFNFMt6HK04lbfR { width:5.6875rem;height:4.875rem;top:489.5617313385rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uESftImxmLZXR0rUKsMG1534xPBc1zUn { width:18.625rem;height:1.3rem;top:495.56250762939rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrTVg8IwDffS58nH1X1qrLJ7QSTxSaa9 { width:18.6875rem;height:2.8rem;top:497.25000762939rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1Hk8fS2llAyZwMifo4wMB0PIrrQNMLh { width:18.75rem;height:19.5rem;top:502.92500762939rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFhTKASlOqmFTZ3d54iuOmSuSQ4lAMwr { width:3.0625rem;height:2rem;top:505.17500762939rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPzVR4h7zlGPeKHGdb4l7LISBvAle3h2 { width:9.0625rem;height:1.3rem;top:507.73750762939rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNxSLFHqOGlETTGFPTvvNtBDVrgnEhoD { width:9.0625rem;height:3.375rem;top:510.98673725128rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o63uH5wJVEpKXGko0LS0lZ62h0ENVcww { width:13.1875rem;height:1.3rem;top:516.23750762939rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaoTbHdG6GAQ25JwNGFZPaHg5gQl2AdV { width:18.875rem;height:2.8rem;top:518.00001335144rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQSvxvstsWS3fMlvttfa1Nqc1Bvfm0tV { width:18.75rem;height:19.5rem;top:523.60000762939rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #revEIQrmW0MH8paVCKTFq3d4yFS3B0sM { width:3.0625rem;height:2rem;top:525.85000762939rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVms7SJZsPgwG50GfSunobaS3ayCUXMs { width:9.0625rem;height:1.3rem;top:528.41250762939rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #erGe9LLoVgQrU26xNyxdGnOFPf90QsoJ { width:5.875rem;height:2.3125rem;top:530.47500762939rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzDRMavXLT878ve01CJdA1ZOGx92NDmr { width:13.1875rem;height:1.3rem;top:536.91250762939rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uODc6k9QNKfxQRf33xoQfRsCsoDfzt7s { width:18.875rem;height:2.8rem;top:538.73746967316rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2k17kX1fCnSnVhKwZO5sogTTLUsO9lF { display:block; }#Q2k17kX1fCnSnVhKwZO5sogTTLUsO9lF > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lgPMVvR9ag4yuTp67MFu77LTti8gJuQB { width:20rem;height:1.9504625rem;top:1.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4VDJdBB8LnDylx1CmqRAFeO8K02rIGZ { width:18.75rem;height:19.5625rem;top:4.44921875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2i73UrWinAupUb9ITdBtDW7eWP8BPd1 { width:9.0625rem;height:1.3rem;top:9.0113525390625rem;left:5.3123220205307rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlGD3fW8zJZ8qTtoT29qCWDqpD65ZpJk { width:8.2493125rem;height:3.68696875rem;top:12.073150634766rem;left:5.6239346265793rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJLv7sHNKrRmSouvO1ChcgEInPip1AVO { width:13.1875rem;height:1.3rem;top:17.82421875rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1hcpfvyAVGkPQcf7Vi8n9BK10VzimqW { width:14.25rem;height:2.8rem;top:19.698669433594rem;left:2.8746448755264rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhdPVvieyeUaSXMJ9QWIvzhZ6TOqBreK { width:18.75rem;height:19.5625rem;top:25.510986328125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRK4pusAgkbAnpFIbCKdpiBg638os1No { width:14.25rem;height:2.8rem;top:40.573486328125rem;left:2.8746448755264rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4u73IiRy9qxCRUgRMruv9OJ4JUkNlCS { width:13.1875rem;height:1.3rem;top:38.63671875rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpDTCrp7BBfsEmxDabz9XycN7zHlElqI { width:9.0625rem;height:1.3rem;top:30.261169433594rem;left:5.4998220205307rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0o8PHWtO6aanNrM9mnJD6Vaodp7yMXN { width:3.1875rem;height:1.6875rem;top:6.6365356445312rem;left:8.4055398702619rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dhrzx1sz6wSHNbrz591wGVbTSXALT4Jw { width:3.1875rem;height:1.9375rem;top:27.761169433594rem;left:8.4055398702619rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kh5wW0JhrQKs5WDLV2DaIowJqTvPxw9V { width:10rem;height:3.75rem;top:32.854736328125rem;left:4.9999998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #qidTIFTEZ3KvGVpnoeKPmP6X8MIrmPwz { display:block; }#qidTIFTEZ3KvGVpnoeKPmP6X8MIrmPwz > .row .container { width:20rem;height:69.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Un0m4Whc4A2t5edDUKhliF1csBC8aQnK { width:20rem;height:1.9504625rem;top:1.4368896484375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsB8ppV5Bzi7102ZvATvkCOrGybAykSp { width:18.75rem;height:19.5625rem;top:4.44921875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xu3hFqTzogpXG6Tau7BC5utHOcanN3S5 { width:3.18714375rem;height:1.6867875rem;top:7.3188915252688rem;left:8.4055398702619rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDkJFKHrJUvwc4e8EWKGtfnwoxKJKXZr { width:9.0625rem;height:1.3rem;top:9.4489135742188rem;left:5.3748220205307rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #astbTJWXe7pXtw5DU4y3UKNhXBK427BQ { width:11.937125rem;height:4.0625rem;top:12.197265625rem;left:4.030539393425rem;display:block; }
 }@media only screen and (max-width: 763px) { #snbFBLx8qHPeeQT5wWW21ULDEfGpAqCN { width:13.1875rem;height:1.3rem;top:17.699096679688rem;left:3.4374998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEWSgLokKRCxSw7H1fMz1QaCgBKGhnsP { width:14.25rem;height:2.8rem;top:19.38623046875rem;left:2.8746448755264rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnLyz883NFMbl9hoThWcoUKuNdmdtsp0 { width:18.75rem;height:19.5625rem;top:46.9375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4kTraBx8H5VrR0oyyMobrSe4AXNBwKB { width:3.1875rem;height:1.6875rem;top:49.375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDqzPHuA3HTFTTdKLBulHeBbKJ4Uh0bK { width:9.0625rem;height:1.3rem;top:51.75rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhSI2z9kRTZUJaeVfdtX26fuETNnADUL { width:11.25rem;height:4.25rem;top:54.499389648438rem;left:4.311789393425rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyAPJC4oSsvBZheDKBrqTM6fIeTDHWEf { width:13.1875rem;height:1.3rem;top:60.3125rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGF2DJNwbAt1FMa65QvNTOCbcIkxuePi { width:14.25rem;height:2.8rem;top:62.25rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezbnRTW7UThn4ufsDKbo1h51lDpZzdfn { width:18.75rem;height:19.5rem;top:25.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLoi1bvTqll5Gyh1bSgLRrw9sQ4VEAyF { width:3.125rem;height:1.6534883219138rem;top:28.125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDD9rcMfyVbATUo6vZDcTiS5MZQZS1cb { width:9.0625rem;height:1.3rem;top:30.5rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykokcxhm4Ptdit96sMxpT1mIPbGaBmkN { width:12.5rem;height:2.1875rem;top:34.3125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRThzIdJsxNBIKfI2yJigWba5HCKDslm { width:13.125rem;height:1.3rem;top:39.0625rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #akTW1uVro6GOooJKZqyAwIzJtmJ9pOUi { width:14.1868125rem;height:2.8rem;top:41.375rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT { display:block; }#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6y14JLgnUWTGpWVqOQTv7PmaW9xlNGx { width:11rem;height:1.78125rem;top:17.25rem;left:5.8125rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORqfX3xl2cCqfK7LJ0FRqxcu20bLg8td { width:1.875rem;height:1.8125rem;top:17.125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xo3tTwICCUMbzAwNeiIerxp1oAwcm6Fn { width:8.4375rem;height:1.78125rem;top:14.1875rem;left:5.8125rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODufHkfVxva252MIbRM4H36mSDKMr6ol { width:1.875rem;height:1.875rem;top:14.0625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCAPOIHTG1QnvbW5X6wRTCgkhiNkWk4R { width:8.4375rem;height:1.78125rem;top:11.25rem;left:5.8125rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ak6KiZgRGzSEpcsswwK3I3rUb8O2qxfK { width:1.875rem;height:1.875rem;top:11.0625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxMbXGFepem4a2EbEQL9axuBSAPOorWt { width:13.6870625rem;height:3.125rem;top:22.122367858887rem;left:3.1553822159767rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Stm3hmPNUR0gSGg15iOP5gUMVTckUCV2 { width:14.6875rem;height:5.625rem;top:2.7468757629394rem;left:2.65625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }