.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:214,243,224;--color-primary-1:133,218,163;--color-primary-2:51,193,102;--color-primary-3:0,177,64;--color-primary-4:0,154,62;--color-secondary-0:227,230,232;--color-secondary-1:161,171,178;--color-secondary-2:67,86,100;--color-secondary-3:34,43,50;--color-secondary-4:10,13,15;--color-tertiary-0:255,255,255;--color-tertiary-1:173,173,173;--color-tertiary-2:118,119,119;--color-tertiary-3:84,85,85;--color-tertiary-4:85,85,84;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { background-color: transparent; background-image: none; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container > .video-iframe-container { display: none; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row > .video-iframe-container { display: none; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { border-width: 0; border-radius: 0; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:60rem;position:relative;display:block; }#Jeek2RQbhIDRHcisqE4icqMFO2bJXRth { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:13.499375rem;top:2.1875rem;left:10.935329437256rem;overflow:hidden;display:block; }
#XT32ndlJwir4D4AvaTT0Sh4cTGMtoVIS { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0950625rem;height:2.79730625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.351345539093rem;left:29.287109375rem;display:block; }
#LOIATihfAUwi0PVBTmZzqiTwBeAhEm99 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx { background-color:#cccdcf;background-image:url("https://images.assets-landingi.com/uc/baa31ce6-5c22-4fe8-a673-5b0dbacba08e/headminiprevail.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx.adaptive-delivery-prevent-bg, #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx.lazyload, #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx.lazyloading { background-image: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { background-color: transparent; background-image: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container > .video-iframe-container { display: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row > .video-iframe-container { display: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { border-width: 0; border-radius: 0; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { font-size:0.875rem;font-family:arial;height:40.375rem;width:60rem;overflow:visible;position:relative;display:block; }#zmkzGmfs4bhx1tK1vgeTeOsRIxkIBGQE { color:rgba(var(--color-tertiary-3),1);display:block;width:25.374375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:19.186199188233rem;left:4.560546875rem;height:18.5601rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#J3gnV5l8th6WP7ZA1JxZ7pXx6hVElIQl { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:23.9375rem;left:7rem;display:none; }
#aKNLXwe4DeCUzkVWsiX0loy24I9TVIhT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bnrzJFmeMFnJEs6VpUdbBvmV2dGBTR7g { color:rgba(var(--color-tertiary-3),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:7.0625rem;left:5.9375rem;height:20.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#TOrDHPqs9G1TeiTd3TWKBXLGhnBEambd { color:rgba(var(--color-tertiary-3),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:7.0625rem;left:5.9375rem;height:20.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#GZIhwPaDVBWXcWdAkz00WnElvoekc8AQ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:24.375rem;top:12.061632156372rem;left:4.560546875rem;overflow:hidden;display:block; }
#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV { background-color:rgba(var(--color-tertiary-3),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container { background-color: transparent; background-image: none; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container > .video-iframe-container { display: none; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row > .video-iframe-container { display: none; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container { border-width: 0; border-radius: 0; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container { font-size:0.875rem;font-family:arial;height:42.9375rem;width:60rem;overflow:visible;position:relative;display:block; }#LIrtlDf5HpxKrmdQG69GFPg567LfiMR8 { color:rgba(var(--color-tertiary-0),1);display:block;width:46.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:4.25rem;left:6.78125rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d68BnHx1zCrDQ3TfbxFtfa5G5tdJ6cMh { color:rgba(var(--color-tertiary-0),1);display:block;width:41.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:7.921875rem;left:9.0625rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#d81Rxd5WXRbd6g6Sy5DsdBTBFG3VUegR { color:rgba(var(--color-tertiary-0),1);display:block;width:46.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:10.879993438721rem;left:8.4060325622556rem;height:26.3813125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#d81Rxd5WXRbd6g6Sy5DsdBTBFG3VUegR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#d81Rxd5WXRbd6g6Sy5DsdBTBFG3VUegR li:before{  }
#mLd0ErI1PNmGc7GVQvLZXIvenyk43EbM { color:rgba(var(--color-tertiary-0),1);display:block;width:37.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:13.625rem;left:11.09375rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#mBNIbG8owQiQxifDeodiTsddgIVIaXHD { color:rgba(var(--color-tertiary-0),1);display:block;width:37.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:13.880859375rem;left:11.09375rem;height:4.798825rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#mTDArzvTK8wBAHMRrQX4ZtsTmkapskcp { color:rgba(var(--color-tertiary-0),1);display:block;width:39.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:23.0625rem;left:11.09375rem;height:4.798825rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz { background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row .container { background-color: transparent; background-image: none; }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row .container > .video-iframe-container { display: none; }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row > .video-iframe-container { display: none; }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row .container { border-width: 0; border-radius: 0; }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row .container { font-size:0.875rem;font-family:arial;height:52.75rem;width:60rem;overflow:visible;position:relative;display:block; }#DDWpHLM7PEVuCrAN2xSkxT7J5p7w02w0 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:9.390625rem;left:7.0625rem;height:7.03125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#sVENAhyZcuciOAuCRLlcynVQqnpaQq97 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:19rem;left:7.0625rem;display:none; }
#Pn8basDIsuzA2Ot0nDrHGGdbMThk6Um3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q4RVsIQ0XGo89qfvVSKICFR1TvfHoPrg { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.5625rem;width:56.875rem;top:10.9375rem;left:1.5625rem;overflow:hidden;display:block; }
#isL38Jgber9Uw0XS0OhtTGMFEpHJvCaq { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.5625rem;width:57.6875rem;top:2.4375rem;left:0rem;overflow:hidden;display:none; }
#KEEZccSJIxNRP5Pr8QT1ZtE7k448vkq6 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.625rem;width:24.375rem;display:none; }
#zPkaladCRzZGhMludvi86t0R4xtwVcbV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:45rem;width:29.4375rem;display:none; }
#JU023pmveUAAVorDuZFVTeai6TJoSmTB { color:rgba(var(--color-tertiary-3),1);display:block;width:53.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:4rem;left:3.4375rem;height:5.06185rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#za9ArBhGiDmD8a6FO7uuoH50TrnNKuf1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:71.375rem;width:52.9375rem;display:none; }
#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container { background-color: transparent; background-image: none; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container > .video-iframe-container { display: none; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row > .video-iframe-container { display: none; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container { border-width: 0; border-radius: 0; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container { font-size:0.875rem;font-family:arial;height:55.625rem;width:60rem;overflow:visible;position:relative;display:block; }#liq6nQf0DCELOAXPD0JdA4yrDyV3Uitm { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.625rem;width:24.0625rem;top:7.59375rem;left:4.6875rem;overflow:hidden;display:block; }
#zpdsdpvvV1T9FtzRKcSPuhZKovDOQt2b { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.4375rem;width:24.0625rem;top:7.59375rem;left:31.25rem;overflow:hidden;display:block; }
#oNPGZKW2sk6qogH9oBeuvRfhwviOo1Nm { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.6875rem;width:40.375rem;top:41.125rem;left:10.75rem;overflow:hidden;display:block; }
#nzU2qmfk0JLEHs8dw1Aea4fB2EJlmRTJ { color:rgba(var(--color-tertiary-3),1);display:block;width:46.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:3.625rem;left:6.96875rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xtNIqp8iTiio6MbzqoLKyQ1Oi34eQKPt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xtNIqp8iTiio6MbzqoLKyQ1Oi34eQKPt > .row .container { background-color: transparent; background-image: none; }#xtNIqp8iTiio6MbzqoLKyQ1Oi34eQKPt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtNIqp8iTiio6MbzqoLKyQ1Oi34eQKPt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtNIqp8iTiio6MbzqoLKyQ1Oi34eQKPt > .row .container > .video-iframe-container { display: none; }#xtNIqp8iTiio6MbzqoLKyQ1Oi34eQKPt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtNIqp8iTiio6MbzqoLKyQ1Oi34eQKPt > .row > .video-iframe-container { display: none; }#xtNIqp8iTiio6MbzqoLKyQ1Oi34eQKPt > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtNIqp8iTiio6MbzqoLKyQ1Oi34eQKPt > .row .container { border-width: 0; border-radius: 0; }#xtNIqp8iTiio6MbzqoLKyQ1Oi34eQKPt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xtNIqp8iTiio6MbzqoLKyQ1Oi34eQKPt > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:60rem;position:relative;display:block; }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row .container { background-color: transparent; background-image: none; }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row .container > .video-iframe-container { display: none; }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row > .video-iframe-container { display: none; }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row .container { border-width: 0; border-radius: 0; }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:60rem;position:relative;display:block; }#S2p91EgJcEXZvPbyyXbbloLDSo4okVuR { color:rgba(var(--color-tertiary-0),1);display:block;width:46.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:17.5625rem;left:6.53125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zzSAHf6NZIVSmbRJSZp7s5xgGCkLvBkD { color:rgba(var(--color-tertiary-0),1);display:block;width:45.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:26.0625rem;left:6.6875rem;height:7.82225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#zzSAHf6NZIVSmbRJSZp7s5xgGCkLvBkD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zzSAHf6NZIVSmbRJSZp7s5xgGCkLvBkD li:before{  }
#ew8LsxoFz6GuFBwGR0vWvSwVhP9iWDLU { color:rgba(var(--color-tertiary-0),1);display:block;width:45.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:12.130859375rem;left:6.75rem;height:7.82325rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row .container { background-color: transparent; background-image: none; }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row .container > .video-iframe-container { display: none; }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row > .video-iframe-container { display: none; }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row .container { border-width: 0; border-radius: 0; }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row .container { font-size:0.875rem;font-family:arial;height:25.6875rem;width:60rem;position:relative;display:block; }#Xldb3veA4RLoK1nMONhc5tHrU2toFOKC { color:rgba(var(--color-tertiary-0),1);display:block;width:46.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:3.75rem;left:6.625rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#v05TAkV2QT6r6yJXcZpRSiucKfqvdEML { color:rgba(var(--color-tertiary-0),1);display:block;width:45.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:11.943359375rem;left:6.78125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#v05TAkV2QT6r6yJXcZpRSiucKfqvdEML li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#v05TAkV2QT6r6yJXcZpRSiucKfqvdEML li:before{  }
#LhRNPW1WiHsiqsTEnkxImpOw5IhKyOdP { color:rgba(var(--color-tertiary-0),1);display:block;width:45.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:11.943359375rem;left:6.78125rem;height:10.222625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN > .row .container { background-color: transparent; background-image: none; }#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN > .row .container > .video-iframe-container { display: none; }#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN > .row > .video-iframe-container { display: none; }#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN > .row .container { border-width: 0; border-radius: 0; }#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN > .row .container { font-size:0.875rem;font-family:arial;height:20.0625rem;width:60rem;position:relative;display:block; }#yaCuHArLbBLpvn39LXEptubF4opwdnRs { color:rgba(var(--color-tertiary-3),1);display:block;width:46.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:3rem;left:7.25rem;height:5.9982625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BQeXsD8Jyeoe1O45lFe5ibQwLFDda5RE { color:rgba(var(--color-tertiary-3),1);display:block;width:45.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:11.630859375rem;left:7.40625rem;height:5.110675rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#BQeXsD8Jyeoe1O45lFe5ibQwLFDda5RE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BQeXsD8Jyeoe1O45lFe5ibQwLFDda5RE li:before{  }
#STomCT2ZM2gu3PJ9ks8KRnRZkewBh5rz { color:rgba(var(--color-tertiary-3),1);display:block;width:45.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:11.630859375rem;left:7.40625rem;height:5.111325rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo > .row .container { background-color: transparent; background-image: none; }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo > .row .container > .video-iframe-container { display: none; }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo > .row > .video-iframe-container { display: none; }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo > .row .container { border-width: 0; border-radius: 0; }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo > .row .container { font-size:0.875rem;font-family:arial;height:20.8125rem;width:60rem;position:relative;display:block; }#nzWJWCPRApmeKZ88H7eHD2p4LA7Li5gu { color:rgba(var(--color-tertiary-0),1);display:block;width:26.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:4.0625rem;left:16.53125rem;height:5.9982625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NRnbsbQ92T2eCPIy7t68yBMxQLJmtvHd { background-color:rgba(var(--color-tertiary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:12.0849609375rem;left:18.125rem;display:block; }
#rxkmJXdiwclx3zpTGqOtW0tNGrriTh7V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZOTN29HOx4kMC5LTNlGZ0QuQIIncmdC8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZOTN29HOx4kMC5LTNlGZ0QuQIIncmdC8 > .row .container { background-color: transparent; background-image: none; }#ZOTN29HOx4kMC5LTNlGZ0QuQIIncmdC8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOTN29HOx4kMC5LTNlGZ0QuQIIncmdC8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOTN29HOx4kMC5LTNlGZ0QuQIIncmdC8 > .row .container > .video-iframe-container { display: none; }#ZOTN29HOx4kMC5LTNlGZ0QuQIIncmdC8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOTN29HOx4kMC5LTNlGZ0QuQIIncmdC8 > .row > .video-iframe-container { display: none; }#ZOTN29HOx4kMC5LTNlGZ0QuQIIncmdC8 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOTN29HOx4kMC5LTNlGZ0QuQIIncmdC8 > .row .container { border-width: 0; border-radius: 0; }#ZOTN29HOx4kMC5LTNlGZ0QuQIIncmdC8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZOTN29HOx4kMC5LTNlGZ0QuQIIncmdC8 > .row .container { font-size:0.875rem;font-family:arial;height:14.25rem;width:60rem;position:relative;display:block; }#OQvy4sMMRurTw4ZRbfiLewPcZxBHdUuO { color:rgba(var(--color-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.9487875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#bm6SmKE6zghUEQxxD03ZeHHelPNmqi2y { color:rgba(var(--color-primary-2),1);display:block;width:24.4993125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1747035980224rem;left:17.749467849731rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xN2FXvAVLhSzUFIaKwoczyfLlx63VLNi { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.796875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:8.62109375rem;left:15.498439788818rem;display:block; }
#UwplETTmA3PVozSVGvDa9PvaJzuHcGVl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IalAXg1AJUdAXpPUrlCRThO3R8AbtE34 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.796875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:8.62109375rem;left:25.75rem;display:block; }
#fDSM8mwghXVn7P6ZoCRBTssGOkD094NU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZmgMDbeuKFlhCXTxdGscA4r6yxW5R66u { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.796875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:8.62109375rem;left:35.936717987061rem;display:block; }
#uybX8vH3PGIn2L560Wo5UWAwoP2JyVTL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OqwPOClqa4Btor0z120LZPA1UnRxkssX { 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; }#OqwPOClqa4Btor0z120LZPA1UnRxkssX > .row .container { background-color: transparent; background-image: none; }#OqwPOClqa4Btor0z120LZPA1UnRxkssX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OqwPOClqa4Btor0z120LZPA1UnRxkssX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OqwPOClqa4Btor0z120LZPA1UnRxkssX > .row .container > .video-iframe-container { display: none; }#OqwPOClqa4Btor0z120LZPA1UnRxkssX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OqwPOClqa4Btor0z120LZPA1UnRxkssX > .row > .video-iframe-container { display: none; }#OqwPOClqa4Btor0z120LZPA1UnRxkssX > .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); }#OqwPOClqa4Btor0z120LZPA1UnRxkssX > .row .container { border-width: 0; border-radius: 0; }#OqwPOClqa4Btor0z120LZPA1UnRxkssX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OqwPOClqa4Btor0z120LZPA1UnRxkssX > .row .container { font-size:0.875rem;font-family:arial;height:193.0625rem;width:60rem;position:relative;display:block; }#Uten5F7IgfJFoM8Q69R0muTQdwiZBzvL { 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; }
#uETg8RgbikgOhCEITbLeu4uxCm9zFaI4 { 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; }
#GS3okdZuXF6JTkvPLx8ZP2CTu7d1iORP { 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; }
#sPHA3O2mxHwy91xhr0phTRbnJM70cPxQ { 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; }
#FCkt6Z1LAlqcQQurKAF2UElGHzPQmqMk { 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; }
#IT50ybDINTzJ1OOgfJtzIP1lFTdOr3vz { 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; }
#Mxz96Q8kaRmyGcKJUkd2qTJR0V7v9qsh { 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; }
#m9Bzh3G2sblfUD87VmKnTM3uBUQTInJt { 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; }
#PPryPMxTF6IiW9rc8o0VTEd292eXNK6W { 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; }
#QxZETElwp3sv6oNhU4ZkapQ9ZBzFOOoi { 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; }
#JCL1TNhItaJX38soIQSA0Ng6LpK2PvFv { 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; }
#ryf5HLyZ4dCFhzKkNLncUpDZtTeVyTuK { 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; }
#dZwDIDzJBHFP4xEPd7tBv2IvDeQiGJvR { 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; }
#XrFTnRZMHamQv3CZkEWZTon7SAcnr7NA { 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.3125rem;left:0.625rem;display:block; }
#Bal4UrohHXZAmSRnmdfKNeWCFFEvcPOr { 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.75rem;left:2.8125rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JTG6MStoR6w6Vns92NqtJ05wOzFtXLKK { 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; }
#rcT73TifplnNeAru4cUlJZpFthNbJrm3 { 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.75rem;left:3.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SFcSsMCSvLDSrt8BNT5otsK4gtTbwIHA { 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:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NJzJpuXAo7tX3uBiVxbwaMWxJakZNi0U { 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:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lXqNqqgXLAiJke6BkvKbKL2gN6LV9fr2 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:12.25rem;top:33.18593788147rem;left:23.625rem;overflow:hidden;display:block; }
#O5GTaihL1m8zxpEsH9ePx2zXIMs9iQTX { 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.75rem;left:8.375rem;overflow:hidden;display:block; }
#JTOyWPBNWmXAp7TKaeNqRKwQAEryrdpw { 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; }
#sN9XeszJqOQVQKJ1Ky8Hi38QI0DrcnWl { 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:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SOT0Wt5LSOWmgoV7nB6SJOVvwKHoyqSg { 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.4375rem;left:5.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RxU1i5cFFJD7TUlDAuaFm3iIOnGvvW3R { 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; }
#qhl4A3QiimUOeR19sIsgtzrNfD3C8IgP { 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; }
#o0vuRQ02xFzqZ7Q2PtZqhVyTZqPkehys { 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; }
#LLPOfrobTDMAzmmrRfXf7r3B0cThIche { 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; }
#Q7X9th7ARHfUMv3w0inUnsMP83M7bTL0 { 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; }
#yhUNkCBWqC6JM7mfpTDi7QanOlNVKqsS { 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; }
#a1D0Dot7SaBC0RlLycpTZ91k4LvICwfk { 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:90rem;left:8.375rem;overflow:hidden;display:block; }
#MC2Pl7Dp8asezgWSOcJyRCmRoFneRhP4 { 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:40.5625rem;display:block; }
#ATRuGITuC7wGWTlfXQ95U1LpWgg2nS4W { 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.125rem;left:22.8125rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TDr218m7kC0pLnxhyZ3knNvmJRxgeXuh { 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.125rem;left:23.0625rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bymK1l0B0wavJS5v85cG9TccWCHOby29 { 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.375rem;left:40.625rem;display:block; }
#MkPrrNEevfmRng9okQfUTOwk2EUSQgO9 { 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:103.1875rem;left:42.875rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TwVCRvVKwghwWdCC7nf4v2aU7PuQpeKW { 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:101.25rem;left:43.375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uDs6OJMIHFDhTWUivF7TgW6SqhksFJwX { 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.5625rem;left:40.625rem;display:block; }
#ahAkRqb2kog31fI07ITxP3opr7iuFwVm { 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.75rem;left:42.875rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LJ5T0NnKpOPcNULgiiqqnsSS1boglOLC { 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.5rem;left:45.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KBA2O00unMZgtq9DBfDTrVwfaZo3EQMB { 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.5rem;left:25.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CTOOOe8bbpk7IR1NRbHzL9Tnf5Zw1Xdu { 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:72rem;left:45.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hggIMUQQ08VT1JsdNlA649bt0KBoGwlL { 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.5625rem;left:48.3125rem;overflow:hidden;display:block; }
#PCuigBs4JDmzmyU6IEiUtQdzMEyVbTQA { 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.9375rem;left:28.375rem;overflow:hidden;display:block; }
#HVc0ZKDmgP5v1r5OunPhp5HaugayGL2F { 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.1875rem;left:27.75rem;overflow:hidden;display:block; }
#zqvq8GUn13gWxO9X6RJNqyn4uBIQEe9e { 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.3125rem;left:20.5625rem;display:block; }
#PSyaXx8SuaciWxlpe9VubBftFFGQSDQW { 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:109rem;left:40.625rem;display:block; }
#o7oyUT3atsLbopS1S7rGpDupeBtUCUkN { 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.625rem;left:42.875rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kZx5Ltutv9RnrIBZ6T3Rr3JILQTCcr7U { 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.375rem;left:43.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fDNFhLNXkS82HxeT5BMvFT6oTl0WnMD1 { 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:114.0625rem;left:45.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w9Iu2k5TOTZ2pspdDUsolVx4S4bPVhEG { 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.9375rem;left:48.375rem;overflow:hidden;display:block; }
#JDEZ30Mh0Ala89T0nFvEHq631hU54dnW { 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; }
#iVcqDwEmzlkkOvzgVy323Gapxo0gC1VV { 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:109rem;left:0.625rem;display:block; }
#GCmvFHiN3q5NyftlMpy5xtt9vT1KSlVt { 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.875rem;left:5.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cG7B3iT2zAlkiqeTCzowuclNnpFmGeEp { 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.3125rem;left:8.4375rem;overflow:hidden;display:block; }
#O0M0TkLWqtO4aG4XTSVOm7srEpZyluNM { color:rgba(var(--color-secondary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15268;line-height:1.3;letter-spacing:0;top:122.3125rem;left:1rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nvykkMkT7fk5FK0CK07nQpX6DgokMTH9 { color:rgba(var(--color-secondary-4),1);display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15248;line-height:1.4;letter-spacing:0;top:125.25rem;left:0.75rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SwK1hhcedCDmauZWbDSeNlwbgPpeKTPw { 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.125rem;left:46.3125rem;overflow:hidden;display:block; }
#QGyefbzqTE9nFR0x6OMeBL8pdVT1bVbk { 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.75rem;left:20.625rem;display:block; }
#T31oQNbh2cQT7sTuq0n2X8Gu67Iou7QM { 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.125rem;left:25.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J9x6htB0TmaiFrUx4pqx8dOhEC7oQmfq { 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.125rem;left:23.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ATEVUsv3Iz0I32TTDJi9TadieALkmahJ { 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.5625rem;left:28.375rem;overflow:hidden;display:block; }
#nKbiaXDS0VW4s4K99OZJVJl4G8O0Oakm { 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.375rem;left:22.875rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TBl3N06ykzsieX4UNhXaIUeFIBmiMq3I { 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.75rem;left:40.6875rem;display:block; }
#CSQnxVRlDK3zOobwGHW0hzrHfxMTNaTL { 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.125rem;left:45.5625rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZzN4UExNO6uOUM6D6ObbXElUoiSOdBE5 { 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.125rem;left:43.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ymn4TJTAX5crK9kUbEuLQsSCuVwTwDdi { 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.6875rem;left:48.4375rem;overflow:hidden;display:block; }
#Mim0heRRyrfX2emhokm0mWecqwfDsSZR { 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.375rem;left:42.9375rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oxc5vAsM3uKV3CrcyiIbDySsDMJgKv4E { 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; }
#VD0ROA1Q89h9TBElxUQqUcCUnv7DZDvk { 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.8125rem;left:5.875rem;overflow:hidden;display:block; }
#GEzIAzRgszQ5p0OELQwNOBtqxS1yLRxa { 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.8125rem;left:45.3125rem;overflow:hidden;display:block; }
#JheyaPGdtCOdPwypukx7aZdgBTTBoScQ { 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.625rem;left:47.9375rem;overflow:hidden;display:block; }
#xSdLA8b4D3g2kNWoau3XxmRTtRX8f3TL { 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.125rem;left:27.5625rem;overflow:hidden;display:block; }
#wQVvF5KRNKgkNhe3vFyKBVW1ZlMqFhNB { 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; }
#qeouDhH7TaHTyO8FdRUxCJ7TTwhW81LO { 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; }
#S5zx33uZh9y0UySGfVCUFJZA0CT9I9rx { 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:48.310157775879rem;overflow:hidden;display:block; }
#M1KDDRv4MBlaeKX2FmTtec3b4oOBUiUE { 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.99765586853rem;left:45.404689788818rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gt2fJ69aG53GdATr43tvibAgaQ5vr0pk { 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:43.060939788818rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZMGXmmsZ5dSTOEPLUkpP2PmaTkpMdDlk { color:rgba(var(--color-secondary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15251;line-height:1.4;letter-spacing:0;top:63.059375762937rem;left:40.5rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nsvb7n9bxgclOWZ9gNdmOqFxsaIfCzwT { 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.52890586853rem;left:47.685939788818rem;overflow:hidden;display:block; }
#fiIBL3cdms4QC8Wpp2BgiW2A5uG6TLQq { 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:109rem;left:20.625rem;display:block; }
#gQg6OFB0qTW01CDTdH6v4wf1vf6zuzDr { 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.3125rem;left:28.4375rem;overflow:hidden;display:block; }
#IZ9THkuZzoJwwPJuoNCv5BfLtZOGZm0w { 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.875rem;left:25.5625rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K3tmOD36LWxvoIc7h9U01tvGClkcAe9K { 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.0625rem;left:28.375rem;overflow:hidden;display:block; }
#RA8QbtvDcdzdStLGF04EAA77Zn1WDScn { 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.3125rem;left:23.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HNBD9MXcgGmeWVhTQuXJwDO2JCMFc91P { 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.5625rem;left:8.375rem;overflow:hidden;display:block; }
#rb1TNh7FNCfIQXtATC3S8fVo55qB3cxm { 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.125rem;left:5.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iUD6we10QuGw9zzTQnSR0ytgr7hdDusu { 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.75rem;left:0.625rem;display:block; }
#LGFMzKP5WM6FM4LDzBwUDfopSOKF4mAh { 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.9375rem;left:8.375rem;overflow:hidden;display:block; }
#ECiuWrI5JJ4FeG6ShZtGTJDAiH7UFaPD { 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.5rem;left:1.0625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TcQ4S9DcEs7s643BW7GvK0bvHlNhKmo7 { 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.8125rem;left:8.5rem;overflow:hidden;display:block; }
#f9J9u9HSTWQWuwkTBZW8tazU8135OTOk { 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.375rem;left:5.5625rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vazG2Uz1hQZWgAPEBn87P7eFKhtsLhuk { 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.375rem;left:8.4375rem;overflow:hidden;display:block; }
#CqJ2RJK3SOAhSR5h5sQiwlfmUUOO7pUi { 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.875rem;left:3.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rc0tIiLqlD6LciLfnzmkndz63thldL9O { 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.125rem;left:2.9375rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kUTC2T7fCN5Rz3ZIAKMZTslTL3UGD2vX { 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.75rem;left:28.4375rem;overflow:hidden;display:block; }
#HnEoQ2r6PQUxm6gCEZ7nDL3gxv8XRgDF { 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.3125rem;left:25.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fVJVChTSexHTtfhc0PSxpgpFzG5eT7si { 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.3125rem;left:26rem;overflow:hidden;display:block; }
#PXeGf8U15Tv8T3bQTgt3xqTmzyQgzUp5 { 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.8125rem;left:23.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qr0PgZm7qL0EDlDuTv3m7VeV95Fx0WOG { 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.5rem;left:22.9375rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XTEk1VmZWoN97VpTaZaIGot3PqNH4cPb { 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.5rem;left:0.6875rem;display:block; }
#tcXhsfZv8ZEZ9bcQIAu9d5t044uKTOJO { 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.5rem;left:20.6875rem;display:block; }
#GaOTouVGeZQ3PDI00yMANoz7oCVUym6h { 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:20.5625rem;display:block; }
#egsvTcHkaceAd9cTiRgQdoLtbpGDFM1f { 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:28.3125rem;overflow:hidden;display:block; }
#C24Tbn14WQbfiKShFOoZgtW2CroAmKOm { 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:25.375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OsWPKPnuw6DgQLsWDeMnEBVFMsrA11ho { 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.496874809265rem;left:26.780469894409rem;overflow:hidden;display:block; }
#ifwiyOqmss0u8dJWNsc4SaNSHf6sPK3v { 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:23.0625rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MinaAOXtPUBODE48oFdT4o2os6V3zNVG { color:rgba(var(--color-secondary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15257;line-height:1.4;letter-spacing:0;top:63.059375762937rem;left:20.5rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zvmBXnI9GERh4DpVIaCLq87piVSxV6w9 { 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.8125rem;left:8.375rem;overflow:hidden;display:block; }
#VkKEzmdtAhq3V75pExTCX65WDPedpG5D { 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:51.0625rem;left:5.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fprO00Al7igIgKQoGTJufgTmADosNLSC { 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.5rem;left:3.125rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w58h3QAJVSVpwKknCfXaQT4Glm8CAzTZ { color:rgba(var(--color-secondary-4),1);display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15257;line-height:1.4;letter-spacing:0;top:63.0625rem;left:0.625rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#feOnugGeSbFxITHd553qyT0b0ghNPpx4 { 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:67.5625rem;left:0.625rem;display:block; }
#yDVsJbiw64xaVETfmh70gaXKbfnDlFht { 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:69.5rem;left:8.375rem;overflow:hidden;display:block; }
#bys3iMblLVGtG6JWLSbOiMr36S8rLKdC { 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:71.75rem;left:5.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hMBfydyqMsVJZLCfz0T27yC1eF3RQg60 { 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:76.375rem;left:3.75rem;overflow:hidden;display:block; }
#FGKeNs3rX4C3k1fPofFq6ng1MyWah0nP { 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:80.1875rem;left:3.125rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h8w3xUthDtZmCEZmo99l0LZai3CM7BTD { 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:83.0625rem;left:2.875rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LX3ML6Dfe8MPCctuVKTnVLkhefPNSEPi { 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.5rem;left:48.375rem;overflow:hidden;display:block; }
#t9kIDi5iDI9PiZ2pKDsN2HaTAPCuB4sw { 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:28.3125rem;overflow:hidden;display:block; }
#Xpyf2WZlZo38uegrhlPZrGpvR0tLZslS { 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:25.375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vKtzoJyaZH4feQFDVgyQwHvLLz6be1eW { position:absolute;display:block;z-index:15230;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.99921875rem;width:12.2484375rem;top:75.34375rem;left:23.875782012939rem;overflow:hidden;display:block; }
#HX76F3wOLCmwmylPxrM24wdexKdQqBEN { color:rgba(var(--color-secondary-4),1);display:block;width:14.2489375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15268;line-height:1.4;letter-spacing:0;top:82.9375rem;left:22.375rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UTCG7S9uurb2vOGiIC5WLlBp7JPbF9Lk { 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:20.625rem;display:block; }
#sPlOLERJSmNeq69tdNWZVy7Pb97QFLlr { 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; }
#c2MhbrBgb6DP2Q8QX6evPa2yGTPXf0C6 { 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; }
#H7WNxT92kPpZGFdcZl2OZHbSNDbygPCf { 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; }
#iDeJhWmErUc1X8hehVnVszTiDgSp5QEo { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:11.9375rem;top:54.87265586853rem;left:4.1414070129394rem;overflow:hidden;display:block; }
#d26qcOXrGeozHxisps5o1EF8rCf6ca3g { 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:46.875rem;left:0.625rem;display:block; }
#DBC80DkWV9E0VxNZgmJ661mgcTa2T4qG { color:rgba(var(--color-secondary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15278;line-height:1.3;letter-spacing:0;top:81rem;left:22.875rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DHhoWBClXvlqfLLueqkI6TuRp37BTQKn { 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.6875rem;left:48.375rem;overflow:hidden;display:block; }
#A7MoikciK3L8oBgPKBoX30q1mJ0FnZFl { 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; }
#QXcr94fAU4kKASAdSk1zZlurPQBNpZ2m { 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.5625rem;left:40.625rem;display:block; }
#UK7sGNb3rX3zsKKTDefS4D14uB18di95 { 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.8125rem;left:48.375rem;overflow:hidden;display:block; }
#Wq7eyhPxttO8N9gr6T0Vf9gypT2TmlCZ { 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.375rem;left:45.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rtGNbng9h3OSlMOKt4FiTsaFRMF4Vo35 { 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.4375rem;left:47.0625rem;overflow:hidden;display:block; }
#rn0NdW8siPp75W0TUAN8X3EaPNAlCFTO { 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.875rem;left:43.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IqgMR3dIWLFXh2viN11e72oh59qqTxnr { 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.5625rem;left:40.5625rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dapuSqtqJ5gSqW8IOhw8eNQzAxAMKc4B { 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.3125rem;left:0.6875rem;display:block; }
#RI9ehJB2XZH1rabEo9PqOLu2tURxmtqW { 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.5625rem;left:8.4375rem;overflow:hidden;display:block; }
#V8ipXfn3xxU968SJ2MKNNvcL1Tq0Ef7V { 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.125rem;left:5.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kWDArG7tfioBG4MNaZ7R8OwqTmrXvTPx { 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.875rem;left:5.03125rem;overflow:hidden;display:block; }
#lz38C026AWNN7EMKTJePy5XuTWJoKc5F { 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.625rem;left:0.6875rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aEkvr8Ww6v74rDbRVL7UQFfvVfVvs59h { 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.3125rem;left:0.625rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uLD7tPQJEeUhSpP2fJ59CvEwBEIG57Hn { 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.3125rem;left:20.6875rem;display:block; }
#bbPFwRc5x3W9EU33kFRCce8WIocNvpT4 { 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.5625rem;left:28.4375rem;overflow:hidden;display:block; }
#a3rmPU8t0at503L5uFwNcyRIT3DN2hfA { 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.125rem;left:25.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yPndFiGAUmeqrfHLprpSvzFBkyfiTPlw { 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.15546798706rem;left:25.90625rem;overflow:hidden;display:block; }
#z9P2AaZ9BvAoz7uZOP1vpHJa2miBdqaF { 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.625rem;left:20.75rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yC1JzZJc5l4ERheq0S4VqOvqOZvZ9ocz { 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.3125rem;left:20.625rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wL6V2oecsou8BwyTB0C4QrXDZWec6hKC { position:absolute;display:block;z-index:15030;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:26.1875rem;left:40.625rem;display:block; }
#yGLehtWNGUfAQTA2x9Pits4icH5BmhnT { position:absolute;display:block;z-index:15292;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:2.0625rem;width:3.125rem;top:27.9375rem;left:48.375rem;overflow:hidden;display:block; }
#N6ilZfzXbgGU2JWTQ31UJDLW9ZvkbNfm { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15227;line-height:1.3;letter-spacing:0;top:30.5625rem;left:45.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kTxcR336NP7aXJ4oyAfQN0x1PV132u9K { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:14.6875rem;top:33.904693603516rem;left:42.374217987061rem;overflow:hidden;display:block; }
#qsTkGQKDZA426wMx1g0ZJwROcJbq1y63 { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15249;line-height:1.3;letter-spacing:0;top:39.5625rem;left:43.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H7n5bG1CCQhA2KbGeIwsb3NJVv1NIku4 { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15229;line-height:1.4;letter-spacing:0;top:41.6875rem;left:42.875rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hy9HsHFWO50yDZwdRF0Sv82B4bEUag5O { 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; }#Hy9HsHFWO50yDZwdRF0Sv82B4bEUag5O > .row .container { background-color: transparent; background-image: none; }#Hy9HsHFWO50yDZwdRF0Sv82B4bEUag5O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hy9HsHFWO50yDZwdRF0Sv82B4bEUag5O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hy9HsHFWO50yDZwdRF0Sv82B4bEUag5O > .row .container > .video-iframe-container { display: none; }#Hy9HsHFWO50yDZwdRF0Sv82B4bEUag5O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hy9HsHFWO50yDZwdRF0Sv82B4bEUag5O > .row > .video-iframe-container { display: none; }#Hy9HsHFWO50yDZwdRF0Sv82B4bEUag5O > .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); }#Hy9HsHFWO50yDZwdRF0Sv82B4bEUag5O > .row .container { border-width: 0; border-radius: 0; }#Hy9HsHFWO50yDZwdRF0Sv82B4bEUag5O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hy9HsHFWO50yDZwdRF0Sv82B4bEUag5O > .row .container { font-size:0.875rem;font-family:arial;height:27.125rem;width:60rem;position:relative;display:block; }#nGWQvc4VJEuXL0t3ac2EZMixfBhbZbpO { 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:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZQWu4c5RIexpRytlJWaVqdRNo4zBNcvt { 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; }
#rfR5XenmSHWRGbIeCxiuyEncldIvQ5e1 { 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; }
#zThVJzlH1Bn3eienxQJFWQ57EZUamWkX { 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; }
#oMh7ay3xds77E8Zv9IbxPVaTMeKRT6qa { position:absolute;display:block;z-index:15232;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:3.1875rem;top:7rem;left:8.375rem;overflow:hidden;display:block; }
#RyPcO4wm94bIRfJKZn4clbn3M0fKfTTT { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15203;line-height:1.3;letter-spacing:0;top:8.9375rem;left:5.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CxLFdEmlkpXAA4M8ppKqI9qLWU3CopN3 { position:absolute;display:block;z-index:15222;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.81171875rem;width:8.49925rem;top:11.5625rem;left:5.5rem;overflow:hidden;display:block; }
#CTkA1pxz2UOW5kuCe7d2BAmfFK6oXXqA { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15225;line-height:1.3;letter-spacing:0;top:17.9375rem;left:3.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FpOZwqZwcbudidVutXWQ9XqNRPinWrzx { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15205;line-height:1.4;letter-spacing:0;top:20.1875rem;left:2.875rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GItS5029OQhQoS4U4Ma22au35BfrJvut { 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:7rem;left:48.375rem;overflow:hidden;display:block; }
#wSwyJcMfu0FlW6NKm8Xd71m65FVaPedW { 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.5rem;left:45.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HrZccgefkM9TvaJLeadn1DD9Kb4VMuWQ { 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.3125rem;left:44.9375rem;overflow:hidden;display:block; }
#rGVmvLvC7b47xIdauE6gJzLlAieoTIpX { 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:17.9375rem;left:43.40625rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XyRAZtTovru326arxRrBL70fwOIyBOu9 { 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:15211;line-height:1.4;letter-spacing:0;top:20.1875rem;left:40.5rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tgD1cJKx9eMJ5TGiEG63yzBfmTR9kPME { position:absolute;display:block;z-index:15202;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:3.1875rem;top:7rem;left:28.375rem;overflow:hidden;display:block; }
#w0CuTKytBxgaMqJaWTnqu641iEmldzWo { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15326;line-height:1.3;letter-spacing:0;top:9.5625rem;left:25.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XCCFc1xiCxp0axZT0iAv4Nu9QbB0INvu { position:absolute;display:block;z-index:15384;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:10.0625rem;top:12.155469894409rem;left:24.96875rem;overflow:hidden;display:block; }
#eQ01NbZqvSJl24nbbxtQxCsAnSheDWTg { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15348;line-height:1.3;letter-spacing:0;top:17.9375rem;left:23.40625rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FZRrlOMOwEtzETTDeE7BgiBez2rVITo3 { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15328;line-height:1.4;letter-spacing:0;top:20.4375rem;left:22.875rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ITtec706OR5qvw5syIwZO0Dm9KBcqACt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ITtec706OR5qvw5syIwZO0Dm9KBcqACt > .row .container { background-color: transparent; background-image: none; }#ITtec706OR5qvw5syIwZO0Dm9KBcqACt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITtec706OR5qvw5syIwZO0Dm9KBcqACt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITtec706OR5qvw5syIwZO0Dm9KBcqACt > .row .container > .video-iframe-container { display: none; }#ITtec706OR5qvw5syIwZO0Dm9KBcqACt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITtec706OR5qvw5syIwZO0Dm9KBcqACt > .row > .video-iframe-container { display: none; }#ITtec706OR5qvw5syIwZO0Dm9KBcqACt > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITtec706OR5qvw5syIwZO0Dm9KBcqACt > .row .container { border-width: 0; border-radius: 0; }#ITtec706OR5qvw5syIwZO0Dm9KBcqACt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ITtec706OR5qvw5syIwZO0Dm9KBcqACt > .row .container { font-size:0.875rem;font-family:arial;height:27.125rem;width:60rem;position:relative;display:block; }#m0ell3CGf3x3Q2eEvsyQcd2dWyEUKMkm { color:rgba(var(--color-primary-2),1);display:block;width:24.4993125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15186;line-height:1.3;letter-spacing:0;top:1.3101561069489rem;left:17.749217987061rem;height:2.35625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HxZNxvPMXmK0TZ0etTmm5eEpyOIABNhD { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5623125rem;width:18.75rem;top:5rem;left:0.625rem;display:block; }
#ByXmLaAISE3gZtr00gW3VxNrt7auqout { position:absolute;display:block;z-index:15232;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.68671875rem;width:3.18671875rem;top:7.0625rem;left:8.40625rem;overflow:hidden;display:block; }
#vfP7HTo4XlXdERpBhZFxKqlK6SVum745 { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15203;line-height:1.3;letter-spacing:0;top:9.0625rem;left:5.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mXaPLBKJq9iw6a0tahSQothFxF8oGlbQ { position:absolute;display:block;z-index:15222;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.31196875rem;width:12.3118125rem;top:11.842968463898rem;left:3.8421878814698rem;overflow:hidden;display:block; }
#zTbpRLIxXzGDkAdTJXs9urC29x5eWJS6 { color:rgba(var(--color-secondary-4),1);display:block;width:13.187125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15225;line-height:1.3;letter-spacing:0;top:18.374999523163rem;left:3.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PAdLO5IQZNWPqGOSQ2X9c7MO5A39U3kv { color:rgba(var(--color-secondary-4),1);display:block;width:14.2498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15205;line-height:1.4;letter-spacing:0;top:20.624999523163rem;left:2.875rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UFVLyc17TswUlT87LeS04dyaBBE11rV5 { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5623125rem;width:18.75rem;top:5rem;left:40.625rem;display:block; }
#PFqOgyvVIOLK3dO5t76gBJ33lSPTyZMz { position:absolute;display:block;z-index:15233;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6867875rem;width:3.18714375rem;top:7rem;left:48.375rem;overflow:hidden;display:block; }
#UM1g3HDIiMwxEiCs6O9QGVk2GnTvaUnf { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15209;line-height:1.3;letter-spacing:0;top:9.125rem;left:45.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kWTyAkakatPv0ToEZmIcVaaBZbpJTg29 { position:absolute;display:block;z-index:15234;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.249825rem;width:11.25rem;top:11.875000476837rem;left:44.375rem;overflow:hidden;display:block; }
#Vg4wT6M0XoI8kbL3fSvThxkC81TdHVcx { color:rgba(var(--color-secondary-4),1);display:block;width:13.187125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15231;line-height:1.3;letter-spacing:0;top:18.374999523163rem;left:43.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gGAlBoPRHM5T3nZc5Wpe6a807zIPkGub { color:rgba(var(--color-secondary-4),1);display:block;width:14.2498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15211;line-height:1.4;letter-spacing:0;top:20.624999523163rem;left:42.875rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zcmhTX9skT7LF2EmyWiT0vgpTUIvGdqw { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5623125rem;width:18.75rem;top:5.0625rem;left:20.625rem;display:block; }
#XuwXkcyPXWWQJ836z1r3MTLpKqvZAuBB { position:absolute;display:block;z-index:15238;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6867875rem;width:3.18714375rem;top:7.125rem;left:28.375rem;overflow:hidden;display:block; }
#Uhf5UOHCaPbSrEJAgUilBSAA4rVCGLpi { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15209;line-height:1.3;letter-spacing:0;top:9.125rem;left:25.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wW7sLfv1FcihKXTgsJFRLQS1n2AAItHC { position:absolute;display:block;z-index:15228;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:12.5rem;top:13.062500476837rem;left:23.75rem;overflow:hidden;display:block; }
#sRIwulhMmI7XRp5CQdZxlV7TIHfDSpsR { color:rgba(var(--color-secondary-4),1);display:block;width:13.187125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15231;line-height:1.3;letter-spacing:0;top:18.499999523163rem;left:23.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RE3vS8OMT44nNNPkdPe85PwNaWzrknWV { color:rgba(var(--color-secondary-4),1);display:block;width:14.2498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15211;line-height:1.4;letter-spacing:0;top:20.749999523163rem;left:22.875rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MT5ENd80XJT7XuLvuykV3phteXbCJnhO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#MT5ENd80XJT7XuLvuykV3phteXbCJnhO > .row .container { background-color: transparent; background-image: none; }#MT5ENd80XJT7XuLvuykV3phteXbCJnhO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MT5ENd80XJT7XuLvuykV3phteXbCJnhO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MT5ENd80XJT7XuLvuykV3phteXbCJnhO > .row .container > .video-iframe-container { display: none; }#MT5ENd80XJT7XuLvuykV3phteXbCJnhO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MT5ENd80XJT7XuLvuykV3phteXbCJnhO > .row > .video-iframe-container { display: none; }#MT5ENd80XJT7XuLvuykV3phteXbCJnhO > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MT5ENd80XJT7XuLvuykV3phteXbCJnhO > .row .container { border-width: 0; border-radius: 0; }#MT5ENd80XJT7XuLvuykV3phteXbCJnhO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MT5ENd80XJT7XuLvuykV3phteXbCJnhO > .row .container { font-size:0.875rem;font-family:arial;height:12.3125rem;width:60rem;position:relative;display:block; }#HEVW5e2LDHFlnx9gR6DwhMBnZcETagBA { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:5.25rem;left:39.8125rem;overflow:hidden;display:block; }
#RZcvrbpeQNpGMTElVahlRzvaoCKpO3Sc { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.875rem;top:8.3125rem;left:39.875rem;overflow:hidden;display:block; }
#FttTX16WU6bOnXnSViTpPtRbraZ6Q0gh { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:5.3125rem;left:42.625rem;height:1.875rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#brwMVVt2w8TgHTURrvx7UMZndblf8VJm { color:rgba(var(--color-tertiary-0),1);display:block;width:10.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:8.25rem;left:42.5625rem;height:1.875rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Vcwx4nwDTtNlCqddNCUgL3fmus0Xpan5 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:13.625rem;top:6.8120689392087rem;left:5.3671875rem;overflow:hidden;display:block; }
#a2uDKaqHqGs4BfGEXbSikbLguKM0bKlp { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:2.1875rem;left:39.8125rem;overflow:hidden;display:block; }
#S9P5O9F900zJ3gncdzVVvVDEOCdNps9z { color:rgba(var(--color-tertiary-0),1);display:block;width:9.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:2.375rem;left:42.625rem;height:1.875rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wE2dDk5uPZzSx7AVTBqppVBCs8TRg2Pz { color:rgba(var(--color-tertiary-3),1);display:block;width:24.436875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:4.0690116882324rem;left:5.1796875rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Rha6Ozw8XRavByi7cP4nZHQVuCM05sxv { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1873125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:2.2009544372559rem;left:5.2421875rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma { display:block; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jeek2RQbhIDRHcisqE4icqMFO2bJXRth { top:2.1875rem;left:4.8103294372559rem;width:13.4375rem;height:3.1106764202046rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT32ndlJwir4D4AvaTT0Sh4cTGMtoVIS { width:14.0625rem;height:2.75rem;top:2.3125rem;left:23.162109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOIATihfAUwi0PVBTmZzqiTwBeAhEm99 { display:block; }
 }@media only screen and (max-width: 763px) { #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx { display:block; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zmkzGmfs4bhx1tK1vgeTeOsRIxkIBGQE { width:25.3125rem;height:18.5rem;top:19.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3gnV5l8th6WP7ZA1JxZ7pXx6hVElIQl { width:14.125rem;height:3.4375rem;top:23.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKNLXwe4DeCUzkVWsiX0loy24I9TVIhT { display:block; }
 }@media only screen and (max-width: 763px) { #bnrzJFmeMFnJEs6VpUdbBvmV2dGBTR7g { width:20rem;height:9.1875rem;top:0.875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TOrDHPqs9G1TeiTd3TWKBXLGhnBEambd { width:20rem;height:5.25rem;top:25.0625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GZIhwPaDVBWXcWdAkz00WnElvoekc8AQ { top:12rem;left:0rem;width:24.375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uILQcEakq0CPfpoK8gHXUcrto3IE5MNV { display:block; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LIrtlDf5HpxKrmdQG69GFPg567LfiMR8 { width:46.0625rem;height:3rem;top:4.25rem;left:0.65625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #d68BnHx1zCrDQ3TfbxFtfa5G5tdJ6cMh { width:41.875rem;height:3rem;top:7.875rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d81Rxd5WXRbd6g6Sy5DsdBTBFG3VUegR { width:46.4375rem;height:26.375rem;top:10.875rem;left:1.3125rem;font-size:1.375rem;display:block; }#d81Rxd5WXRbd6g6Sy5DsdBTBFG3VUegR li:before{  }
 }@media only screen and (max-width: 763px) { #mLd0ErI1PNmGc7GVQvLZXIvenyk43EbM { width:37.8125rem;height:1.5625rem;top:13.625rem;left:4.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBNIbG8owQiQxifDeodiTsddgIVIaXHD { width:15.1875rem;height:4.9375rem;top:9.8125rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mTDArzvTK8wBAHMRrQX4ZtsTmkapskcp { width:14.3125rem;height:3.1875rem;top:17.125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz { display:block; }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DDWpHLM7PEVuCrAN2xSkxT7J5p7w02w0 { width:21.75rem;height:7rem;top:9.375rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVENAhyZcuciOAuCRLlcynVQqnpaQq97 { width:14.125rem;height:3.4375rem;top:19rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pn8basDIsuzA2Ot0nDrHGGdbMThk6Um3 { display:block; }
 }@media only screen and (max-width: 763px) { #Q4RVsIQ0XGo89qfvVSKICFR1TvfHoPrg { top:10.9375rem;left:0rem;width:47.75rem;height:33.21510989011rem;display:block; }
 }@media only screen and (max-width: 763px) { #isL38Jgber9Uw0XS0OhtTGMFEpHJvCaq { top:2.4375rem;left:0rem;width:47.75rem;height:32.747291440953rem;display:none; }
 }@media only screen and (max-width: 763px) { #KEEZccSJIxNRP5Pr8QT1ZtE7k448vkq6 { width:24.375rem;height:20.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zPkaladCRzZGhMludvi86t0R4xtwVcbV { width:29.4375rem;height:45rem;display:none; }
 }@media only screen and (max-width: 763px) { #JU023pmveUAAVorDuZFVTeai6TJoSmTB { width:47.75rem;height:5.0625rem;top:3.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #za9ArBhGiDmD8a6FO7uuoH50TrnNKuf1 { width:42.125rem;height:56.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk { display:block; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #liq6nQf0DCELOAXPD0JdA4yrDyV3Uitm { top:7.5625rem;left:0rem;width:24.0625rem;height:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpdsdpvvV1T9FtzRKcSPuhZKovDOQt2b { top:7.5625rem;left:23.6875rem;width:24.0625rem;height:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNPGZKW2sk6qogH9oBeuvRfhwviOo1Nm { top:41.125rem;left:4.625rem;width:40.375rem;height:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzU2qmfk0JLEHs8dw1Aea4fB2EJlmRTJ { width:46.0625rem;height:;top:3.625rem;left:0.84375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtNIqp8iTiio6MbzqoLKyQ1Oi34eQKPt { display:none; }#xtNIqp8iTiio6MbzqoLKyQ1Oi34eQKPt > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #e7vCuQyThLrF8TEctBOW2qPT4QxWoKql { display:block; }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S2p91EgJcEXZvPbyyXbbloLDSo4okVuR { width:46rem;height:;top:17.5rem;left:0.40603256225586rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzSAHf6NZIVSmbRJSZp7s5xgGCkLvBkD { width:45.75rem;height:7.8125rem;top:26.0625rem;left:0.5625rem;font-size:1.5rem;display:block; }#zzSAHf6NZIVSmbRJSZp7s5xgGCkLvBkD li:before{  }
 }@media only screen and (max-width: 763px) { #ew8LsxoFz6GuFBwGR0vWvSwVhP9iWDLU { width:20rem;height:10.75rem;top:9.625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mob17w6k2TBaIHL4iGwN5aCax0W8UpaF { display:block; }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xldb3veA4RLoK1nMONhc5tHrU2toFOKC { width:46rem;height:;top:3.75rem;left:0.49934768676758rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #v05TAkV2QT6r6yJXcZpRSiucKfqvdEML { width:45.6875rem;height:;top:11.9375rem;left:0.656005859375rem;font-size:1.5rem;display:block; }#v05TAkV2QT6r6yJXcZpRSiucKfqvdEML li:before{  }
 }@media only screen and (max-width: 763px) { #LhRNPW1WiHsiqsTEnkxImpOw5IhKyOdP { width:17.5625rem;height:10.75rem;top:10.6875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN { display:block; }#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yaCuHArLbBLpvn39LXEptubF4opwdnRs { width:46rem;height:;top:2.9375rem;left:1.1243476867676rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQeXsD8Jyeoe1O45lFe5ibQwLFDda5RE { width:45.75rem;height:5.0625rem;top:11.625rem;left:1.28125rem;font-size:1.5rem;display:block; }#BQeXsD8Jyeoe1O45lFe5ibQwLFDda5RE li:before{  }
 }@media only screen and (max-width: 763px) { #STomCT2ZM2gu3PJ9ks8KRnRZkewBh5rz { width:12.25rem;height:5.375rem;top:10.3125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo { display:block; }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nzWJWCPRApmeKZ88H7eHD2p4LA7Li5gu { width:26.6875rem;height:;top:4.0625rem;left:10.40625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRnbsbQ92T2eCPIy7t68yBMxQLJmtvHd { width:24rem;height:3.4375rem;top:12.0625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxkmJXdiwclx3zpTGqOtW0tNGrriTh7V { display:block; }
 }@media only screen and (max-width: 763px) { #ZOTN29HOx4kMC5LTNlGZ0QuQIIncmdC8 { display:block; }#ZOTN29HOx4kMC5LTNlGZ0QuQIIncmdC8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OQvy4sMMRurTw4ZRbfiLewPcZxBHdUuO { top:5.3125rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm6SmKE6zghUEQxxD03ZeHHelPNmqi2y { top:2.125rem;left:0rem;width:24.4375rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xN2FXvAVLhSzUFIaKwoczyfLlx63VLNi { width:8.75rem;height:2.75rem;top:8.5625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwplETTmA3PVozSVGvDa9PvaJzuHcGVl { display:block; }
 }@media only screen and (max-width: 763px) { #IalAXg1AJUdAXpPUrlCRThO3R8AbtE34 { width:8.75rem;height:2.75rem;top:8.5625rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDSM8mwghXVn7P6ZoCRBTssGOkD094NU { display:block; }
 }@media only screen and (max-width: 763px) { #ZmgMDbeuKFlhCXTxdGscA4r6yxW5R66u { width:8.75rem;height:2.75rem;top:8.5625rem;left:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #uybX8vH3PGIn2L560Wo5UWAwoP2JyVTL { display:block; }
 }@media only screen and (max-width: 763px) { #OqwPOClqa4Btor0z120LZPA1UnRxkssX { display:block; }#OqwPOClqa4Btor0z120LZPA1UnRxkssX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uten5F7IgfJFoM8Q69R0muTQdwiZBzvL { width:18.75rem;height:19.5625rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uETg8RgbikgOhCEITbLeu4uxCm9zFaI4 { top:1.875rem;left:0rem;width:24.4375rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GS3okdZuXF6JTkvPLx8ZP2CTu7d1iORP { top:9.625rem;left:3.40625rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPHA3O2mxHwy91xhr0phTRbnJM70cPxQ { top:7.0625rem;left:6.3429698944094rem;width:3.1875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCkt6Z1LAlqcQQurKAF2UElGHzPQmqMk { width:18.75rem;height:19.5625rem;top:5.5625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT50ybDINTzJ1OOgfJtzIP1lFTdOr3vz { top:7.0625rem;left:22.249217987061rem;width:3.1875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mxz96Q8kaRmyGcKJUkd2qTJR0V7v9qsh { top:9.625rem;left:19.311717987061rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9Bzh3G2sblfUD87VmKnTM3uBUQTInJt { top:18.9375rem;left:17.25rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPryPMxTF6IiW9rc8o0VTEd292eXNK6W { top:21.1875rem;left:16.6875rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxZETElwp3sv6oNhU4ZkapQ9ZBzFOOoi { width:18.75rem;height:19.5625rem;top:5.5625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCL1TNhItaJX38soIQSA0Ng6LpK2PvFv { top:9.625rem;left:35.186717987061rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryf5HLyZ4dCFhzKkNLncUpDZtTeVyTuK { top:18.9375rem;left:33.125rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZwDIDzJBHFP4xEPd7tBv2IvDeQiGJvR { top:21.1875rem;left:32.5625rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrFTnRZMHamQv3CZkEWZTon7SAcnr7NA { width:18.75rem;height:19.5625rem;top:88.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bal4UrohHXZAmSRnmdfKNeWCFFEvcPOr { top:103.75rem;left:0.75rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTG6MStoR6w6Vns92NqtJ05wOzFtXLKK { width:18.75rem;height:19.5625rem;top:26.1875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcT73TifplnNeAru4cUlJZpFthNbJrm3 { top:101.75rem;left:1.375rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFcSsMCSvLDSrt8BNT5otsK4gtTbwIHA { top:41.625rem;left:16.686717987061rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJzJpuXAo7tX3uBiVxbwaMWxJakZNi0U { top:39.5625rem;left:17.25rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXqNqqgXLAiJke6BkvKbKL2gN6LV9fr2 { width:12.25rem;height:4rem;top:33.125rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5GTaihL1m8zxpEsH9ePx2zXIMs9iQTX { width:3.25rem;height:3.25rem;top:95.75rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTOyWPBNWmXAp7TKaeNqRKwQAEryrdpw { width:18.75rem;height:19.5625rem;top:26.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sN9XeszJqOQVQKJ1Ky8Hi38QI0DrcnWl { top:30.5625rem;left:19.25rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOT0Wt5LSOWmgoV7nB6SJOVvwKHoyqSg { top:92.4375rem;left:3.4375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxU1i5cFFJD7TUlDAuaFm3iIOnGvvW3R { top:41.75rem;left:0.8125rem;width:14.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhl4A3QiimUOeR19sIsgtzrNfD3C8IgP { top:38.8125rem;left:0rem;width:18.5rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0vuRQ02xFzqZ7Q2PtZqhVyTZqPkehys { top:30.375rem;left:3.4375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLPOfrobTDMAzmmrRfXf7r3B0cThIche { top:12.375rem;left:19.375rem;width:8.875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7X9th7ARHfUMv3w0inUnsMP83M7bTL0 { top:7.125rem;left:38.092971801757rem;width:3.1875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhUNkCBWqC6JM7mfpTDi7QanOlNVKqsS { top:12.875rem;left:36.90625rem;width:5.5625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1D0Dot7SaBC0RlLycpTZ91k4LvICwfk { top:90rem;left:6.3125rem;width:3.1875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MC2Pl7Dp8asezgWSOcJyRCmRoFneRhP4 { width:18.75rem;height:19.5625rem;top:46.8125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATRuGITuC7wGWTlfXQ95U1LpWgg2nS4W { top:103.125rem;left:16.625rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDr218m7kC0pLnxhyZ3knNvmJRxgeXuh { top:101.125rem;left:16.875rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bymK1l0B0wavJS5v85cG9TccWCHOby29 { width:18.75rem;height:19.5625rem;top:88.375rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkPrrNEevfmRng9okQfUTOwk2EUSQgO9 { top:103.1875rem;left:32.5625rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwVCRvVKwghwWdCC7nf4v2aU7PuQpeKW { top:101.25rem;left:33.0625rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDs6OJMIHFDhTWUivF7TgW6SqhksFJwX { width:18.75rem;height:19.5625rem;top:67.5625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahAkRqb2kog31fI07ITxP3opr7iuFwVm { top:81.75rem;left:32.5625rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJ5T0NnKpOPcNULgiiqqnsSS1boglOLC { top:92.5rem;left:35.1875rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBA2O00unMZgtq9DBfDTrVwfaZo3EQMB { top:92.5rem;left:19.25rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTOOOe8bbpk7IR1NRbHzL9Tnf5Zw1Xdu { top:72rem;left:35.125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hggIMUQQ08VT1JsdNlA649bt0KBoGwlL { top:69.5625rem;left:38rem;width:3.1875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCuigBs4JDmzmyU6IEiUtQdzMEyVbTQA { top:89.9375rem;left:22.1875rem;width:3.1875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVc0ZKDmgP5v1r5OunPhp5HaugayGL2F { top:95.1875rem;left:21.5625rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqvq8GUn13gWxO9X6RJNqyn4uBIQEe9e { width:18.75rem;height:19.5625rem;top:88.3125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSyaXx8SuaciWxlpe9VubBftFFGQSDQW { width:18.75rem;height:19.5625rem;top:109rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7oyUT3atsLbopS1S7rGpDupeBtUCUkN { top:124.625rem;left:32.5625rem;width:14.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZx5Ltutv9RnrIBZ6T3Rr3JILQTCcr7U { top:122.375rem;left:33.125rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDNFhLNXkS82HxeT5BMvFT6oTl0WnMD1 { top:114.0625rem;left:35.125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9Iu2k5TOTZ2pspdDUsolVx4S4bPVhEG { top:89.9375rem;left:38.0625rem;width:3.1875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDEZ30Mh0Ala89T0nFvEHq631hU54dnW { top:18.375rem;left:0rem;width:18.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVcqDwEmzlkkOvzgVy323Gapxo0gC1VV { width:18.75rem;height:19.5625rem;top:109rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCmvFHiN3q5NyftlMpy5xtt9vT1KSlVt { top:113.875rem;left:3.4375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cG7B3iT2zAlkiqeTCzowuclNnpFmGeEp { top:111.3125rem;left:6.375rem;width:3.1875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0M0TkLWqtO4aG4XTSVOm7srEpZyluNM { top:122.3125rem;left:0rem;width:17.6875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvykkMkT7fk5FK0CK07nQpX6DgokMTH9 { top:125.25rem;left:0rem;width:18.4375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwK1hhcedCDmauZWbDSeNlwbgPpeKTPw { top:117.125rem;left:36rem;width:7.3125rem;height:3.2220106599824rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGyefbzqTE9nFR0x6OMeBL8pdVT1bVbk { width:18.75rem;height:19.5625rem;top:129.75rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #T31oQNbh2cQT7sTuq0n2X8Gu67Iou7QM { top:134.125rem;left:19.3125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9x6htB0TmaiFrUx4pqx8dOhEC7oQmfq { top:143.125rem;left:17.25rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATEVUsv3Iz0I32TTDJi9TadieALkmahJ { top:131.5625rem;left:22.1875rem;width:3.125rem;height:2.0217884285364rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKbiaXDS0VW4s4K99OZJVJl4G8O0Oakm { top:145.375rem;left:16.6875rem;width:14.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBl3N06ykzsieX4UNhXaIUeFIBmiMq3I { width:18.75rem;height:19.5625rem;top:129.75rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSQnxVRlDK3zOobwGHW0hzrHfxMTNaTL { top:134.125rem;left:35.25rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzN4UExNO6uOUM6D6ObbXElUoiSOdBE5 { top:143.125rem;left:33.1875rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymn4TJTAX5crK9kUbEuLQsSCuVwTwDdi { top:131.6875rem;left:38.125rem;width:3.125rem;height:2.0217884285364rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mim0heRRyrfX2emhokm0mWecqwfDsSZR { top:145.375rem;left:32.625rem;width:14.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxc5vAsM3uKV3CrcyiIbDySsDMJgKv4E { top:27.9375rem;left:22.1875rem;width:3.125rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VD0ROA1Q89h9TBElxUQqUcCUnv7DZDvk { width:8.25rem;height:3.7225042301184rem;top:116.8125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEzIAzRgszQ5p0OELQwNOBtqxS1yLRxa { width:9.25rem;height:3.4147045399629rem;top:95.8125rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #JheyaPGdtCOdPwypukx7aZdgBTTBoScQ { width:4.3125rem;height:3.75rem;top:137.625rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSdLA8b4D3g2kNWoau3XxmRTtRX8f3TL { width:4.875rem;height:4.875rem;top:137.125rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQVvF5KRNKgkNhe3vFyKBVW1ZlMqFhNB { top:27.8125rem;left:6.3125rem;width:3.125rem;height:1.9604988967884rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeouDhH7TaHTyO8FdRUxCJ7TTwhW81LO { width:3.8125rem;height:3.8125rem;top:33.1875rem;left:5.9984378814697rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5zx33uZh9y0UySGfVCUFJZA0CT9I9rx { top:48.6875rem;left:37.997657775879rem;width:3.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1KDDRv4MBlaeKX2FmTtec3b4oOBUiUE { top:50.9375rem;left:35.092189788818rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gt2fJ69aG53GdATr43tvibAgaQ5vr0pk { top:59.4375rem;left:32.748439788818rem;width:13.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMGXmmsZ5dSTOEPLUkpP2PmaTkpMdDlk { top:63rem;left:28.875rem;width:18.875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nsvb7n9bxgclOWZ9gNdmOqFxsaIfCzwT { top:54.5rem;left:37.373439788818rem;width:4.25rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiIBL3cdms4QC8Wpp2BgiW2A5uG6TLQq { width:18.75rem;height:19.5625rem;top:109rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQg6OFB0qTW01CDTdH6v4wf1vf6zuzDr { top:111.3125rem;left:22.25rem;width:3.1875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZ9THkuZzoJwwPJuoNCv5BfLtZOGZm0w { top:113.875rem;left:19.375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3tmOD36LWxvoIc7h9U01tvGClkcAe9K { width:3.1875rem;height:3.1875rem;top:117.0625rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RA8QbtvDcdzdStLGF04EAA77Zn1WDScn { top:122.3125rem;left:17.25rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNBD9MXcgGmeWVhTQuXJwDO2JCMFc91P { top:131.5625rem;left:6.3125rem;width:3.125rem;height:2.0217884285364rem;display:block; }
 }@media only screen and (max-width: 763px) { #rb1TNh7FNCfIQXtATC3S8fVo55qB3cxm { top:134.125rem;left:3.4375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUD6we10QuGw9zzTQnSR0ytgr7hdDusu { width:18.75rem;height:19.5625rem;top:129.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGFMzKP5WM6FM4LDzBwUDfopSOKF4mAh { width:3.25rem;height:3.25rem;top:137.9375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECiuWrI5JJ4FeG6ShZtGTJDAiH7UFaPD { top:142.5rem;left:0rem;width:17.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcQ4S9DcEs7s643BW7GvK0bvHlNhKmo7 { top:152.8125rem;left:6.4375rem;width:3.1875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9J9u9HSTWQWuwkTBZW8tazU8135OTOk { top:155.375rem;left:3.5rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vazG2Uz1hQZWgAPEBn87P7eFKhtsLhuk { width:3.25rem;height:3.25rem;top:158.375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqJ2RJK3SOAhSR5h5sQiwlfmUUOO7pUi { top:163.875rem;left:1.4375rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc0tIiLqlD6LciLfnzmkndz63thldL9O { top:166.125rem;left:0.875rem;width:14.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUTC2T7fCN5Rz3ZIAKMZTslTL3UGD2vX { top:152.75rem;left:22.25rem;width:3.1875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnEoQ2r6PQUxm6gCEZ7nDL3gxv8XRgDF { top:155.3125rem;left:19.3125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVJVChTSexHTtfhc0PSxpgpFzG5eT7si { top:158.3125rem;left:19.8125rem;width:8.125rem;height:3.24609375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXeGf8U15Tv8T3bQTgt3xqTmzyQgzUp5 { top:163.8125rem;left:17.3125rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qr0PgZm7qL0EDlDuTv3m7VeV95Fx0WOG { top:165.5rem;left:16.75rem;width:14.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTEk1VmZWoN97VpTaZaIGot3PqNH4cPb { width:18.75rem;height:19.5rem;top:150.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcXhsfZv8ZEZ9bcQIAu9d5t044uKTOJO { width:18.75rem;height:19.5rem;top:150.5rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaOTouVGeZQ3PDI00yMANoz7oCVUym6h { width:18.75rem;height:19.5rem;top:46.8125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #egsvTcHkaceAd9cTiRgQdoLtbpGDFM1f { top:48.75rem;left:22.125rem;width:3.3125rem;height:2.1469907407407rem;display:block; }
 }@media only screen and (max-width: 763px) { #C24Tbn14WQbfiKShFOoZgtW2CroAmKOm { top:51rem;left:19.1875rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsWPKPnuw6DgQLsWDeMnEBVFMsrA11ho { top:54.4375rem;left:20.592969894409rem;width:6.25rem;height:2.9079878302373rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifwiyOqmss0u8dJWNsc4SaNSHf6sPK3v { top:59.4375rem;left:16.875rem;width:13.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MinaAOXtPUBODE48oFdT4o2os6V3zNVG { top:63rem;left:15.25rem;width:18.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvmBXnI9GERh4DpVIaCLq87piVSxV6w9 { top:48.8125rem;left:6.3125rem;width:3.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkKEzmdtAhq3V75pExTCX65WDPedpG5D { top:51.0625rem;left:3.375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fprO00Al7igIgKQoGTJufgTmADosNLSC { top:59.5rem;left:1.0625rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w58h3QAJVSVpwKknCfXaQT4Glm8CAzTZ { top:63.0625rem;left:0rem;width:18.625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #feOnugGeSbFxITHd553qyT0b0ghNPpx4 { width:18.75rem;height:19.5625rem;top:67.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDVsJbiw64xaVETfmh70gaXKbfnDlFht { top:69.5rem;left:6.3125rem;width:3.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bys3iMblLVGtG6JWLSbOiMr36S8rLKdC { top:71.75rem;left:3.375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMBfydyqMsVJZLCfz0T27yC1eF3RQg60 { top:76.375rem;left:1.6875rem;width:12.8125rem;height:1.8660067576752rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGKeNs3rX4C3k1fPofFq6ng1MyWah0nP { top:80.1875rem;left:1.0625rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8w3xUthDtZmCEZmo99l0LZai3CM7BTD { top:83.0625rem;left:0.8125rem;width:14.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LX3ML6Dfe8MPCctuVKTnVLkhefPNSEPi { top:111.5rem;left:38.0625rem;width:3.125rem;height:2.0222842079451rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9kIDi5iDI9PiZ2pKDsN2HaTAPCuB4sw { top:69.5625rem;left:22.125rem;width:3.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xpyf2WZlZo38uegrhlPZrGpvR0tLZslS { top:71.8125rem;left:19.1875rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKtzoJyaZH4feQFDVgyQwHvLLz6be1eW { top:75.3125rem;left:17.688282012939rem;width:12.1875rem;height:3.9793221393035rem;display:block; }
 }@media only screen and (max-width: 763px) { #HX76F3wOLCmwmylPxrM24wdexKdQqBEN { top:82.9375rem;left:16.1875rem;width:14.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTCG7S9uurb2vOGiIC5WLlBp7JPbF9Lk { width:18.75rem;height:19.5625rem;top:67.5625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPlOLERJSmNeq69tdNWZVy7Pb97QFLlr { top:89.25rem;left:3.53125rem;width:9.0625rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #c2MhbrBgb6DP2Q8QX6evPa2yGTPXf0C6 { width:18.75rem;height:19.5rem;top:68.5625rem;left:13rem;display:none; }
 }@media only screen and (max-width: 763px) { #H7WNxT92kPpZGFdcZl2OZHbSNDbygPCf { top:201.25rem;left:1.4984019994736rem;width:13.75rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iDeJhWmErUc1X8hehVnVszTiDgSp5QEo { width:11.9375rem;height:2.1875rem;top:54.8125rem;left:2.0789070129394rem;display:block; }
 }@media only screen and (max-width: 763px) { #d26qcOXrGeozHxisps5o1EF8rCf6ca3g { width:18.75rem;height:19.5rem;top:46.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBC80DkWV9E0VxNZgmJ661mgcTa2T4qG { top:81rem;left:16.6875rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHhoWBClXvlqfLLueqkI6TuRp37BTQKn { width:3.1875rem;height:3.1875rem;top:75.6875rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7MoikciK3L8oBgPKBoX30q1mJ0FnZFl { width:3.8125rem;height:3.8125rem;top:12.625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXcr94fAU4kKASAdSk1zZlurPQBNpZ2m { width:18.75rem;height:19.5rem;top:150.5625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UK7sGNb3rX3zsKKTDefS4D14uB18di95 { top:152.8125rem;left:38.0625rem;width:3.0625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wq7eyhPxttO8N9gr6T0Vf9gypT2TmlCZ { top:155.375rem;left:35.125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtGNbng9h3OSlMOKt4FiTsaFRMF4Vo35 { top:157.4375rem;left:36.75rem;width:5.875rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rn0NdW8siPp75W0TUAN8X3EaPNAlCFTO { top:163.875rem;left:33.125rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqgMR3dIWLFXh2viN11e72oh59qqTxnr { top:165.5625rem;left:28.75rem;width:18.875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dapuSqtqJ5gSqW8IOhw8eNQzAxAMKc4B { width:18.75rem;height:19.5rem;top:171.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RI9ehJB2XZH1rabEo9PqOLu2tURxmtqW { top:173.5625rem;left:6.375rem;width:3.0625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8ipXfn3xxU968SJ2MKNNvcL1Tq0Ef7V { top:176.125rem;left:3.4375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWDArG7tfioBG4MNaZ7R8OwqTmrXvTPx { top:178.875rem;left:2.96875rem;width:10.0625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lz38C026AWNN7EMKTJePy5XuTWJoKc5F { top:184.625rem;left:0rem;width:18.6875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEkvr8Ww6v74rDbRVL7UQFfvVfVvs59h { top:186.3125rem;left:0rem;width:18.875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLD7tPQJEeUhSpP2fJ59CvEwBEIG57Hn { width:18.75rem;height:19.5rem;top:171.3125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbPFwRc5x3W9EU33kFRCce8WIocNvpT4 { top:173.5625rem;left:22.25rem;width:3.0625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3rmPU8t0at503L5uFwNcyRIT3DN2hfA { top:176.125rem;left:19.3125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPndFiGAUmeqrfHLprpSvzFBkyfiTPlw { top:179.125rem;left:19.71875rem;width:8.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9P2AaZ9BvAoz7uZOP1vpHJa2miBdqaF { top:184.625rem;left:13.0625rem;width:18.6875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yC1JzZJc5l4ERheq0S4VqOvqOZvZ9ocz { top:186.3125rem;left:12.875rem;width:18.875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wL6V2oecsou8BwyTB0C4QrXDZWec6hKC { width:18.75rem;height:19.5625rem;top:26.1875rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGLehtWNGUfAQTA2x9Pits4icH5BmhnT { top:27.9375rem;left:38.0625rem;width:3.125rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6ilZfzXbgGU2JWTQ31UJDLW9ZvkbNfm { top:30.5625rem;left:35.125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTxcR336NP7aXJ4oyAfQN0x1PV132u9K { width:14.6875rem;height:3.4375rem;top:33.875rem;left:32.061717987061rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsTkGQKDZA426wMx1g0ZJwROcJbq1y63 { top:39.5625rem;left:33.125rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7n5bG1CCQhA2KbGeIwsb3NJVv1NIku4 { top:41.6875rem;left:32.5625rem;width:14.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hy9HsHFWO50yDZwdRF0Sv82B4bEUag5O { display:block; }#Hy9HsHFWO50yDZwdRF0Sv82B4bEUag5O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nGWQvc4VJEuXL0t3ac2EZMixfBhbZbpO { top:1.25rem;left:0rem;width:24.4375rem;height:;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQWu4c5RIexpRytlJWaVqdRNo4zBNcvt { width:18.75rem;height:19.5rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfR5XenmSHWRGbIeCxiuyEncldIvQ5e1 { width:18.75rem;height:19.5rem;top:5rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zThVJzlH1Bn3eienxQJFWQ57EZUamWkX { width:18.75rem;height:19.5rem;top:5.0625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMh7ay3xds77E8Zv9IbxPVaTMeKRT6qa { top:7rem;left:6.3125rem;width:3.1875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyPcO4wm94bIRfJKZn4clbn3M0fKfTTT { top:8.9375rem;left:3.4375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxLFdEmlkpXAA4M8ppKqI9qLWU3CopN3 { top:11.5625rem;left:3.4375rem;width:8.4375rem;height:3.7840252908345rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTkA1pxz2UOW5kuCe7d2BAmfFK6oXXqA { top:17.9375rem;left:1.375rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpOZwqZwcbudidVutXWQ9XqNRPinWrzx { top:20.1875rem;left:0.8125rem;width:14.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GItS5029OQhQoS4U4Ma22au35BfrJvut { top:7rem;left:38.0625rem;width:3.1875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSwyJcMfu0FlW6NKm8Xd71m65FVaPedW { top:9.5rem;left:35.125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrZccgefkM9TvaJLeadn1DD9Kb4VMuWQ { top:12.3125rem;left:34.625rem;width:10rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGVmvLvC7b47xIdauE6gJzLlAieoTIpX { top:17.9375rem;left:33.09375rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyRAZtTovru326arxRrBL70fwOIyBOu9 { top:20.1875rem;left:28.875rem;width:18.875rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgD1cJKx9eMJ5TGiEG63yzBfmTR9kPME { top:7rem;left:22.1875rem;width:3.1875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0CuTKytBxgaMqJaWTnqu641iEmldzWo { top:9.5625rem;left:19.3125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCCFc1xiCxp0axZT0iAv4Nu9QbB0INvu { top:12.125rem;left:18.78125rem;width:10.0625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQ01NbZqvSJl24nbbxtQxCsAnSheDWTg { top:17.9375rem;left:17.21875rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZRrlOMOwEtzETTDeE7BgiBez2rVITo3 { top:20.4375rem;left:16.6875rem;width:14.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITtec706OR5qvw5syIwZO0Dm9KBcqACt { display:block; }#ITtec706OR5qvw5syIwZO0Dm9KBcqACt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m0ell3CGf3x3Q2eEvsyQcd2dWyEUKMkm { top:1.25rem;left:0rem;width:24.4375rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxZNxvPMXmK0TZ0etTmm5eEpyOIABNhD { width:18.75rem;height:19.5rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByXmLaAISE3gZtr00gW3VxNrt7auqout { top:7.0625rem;left:6.34375rem;width:3.125rem;height:1.6540512380485rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfP7HTo4XlXdERpBhZFxKqlK6SVum745 { top:9.0625rem;left:3.4375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXaPLBKJq9iw6a0tahSQothFxF8oGlbQ { top:11.8125rem;left:1.7796878814698rem;width:12.25rem;height:4.2900931782647rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTbpRLIxXzGDkAdTJXs9urC29x5eWJS6 { top:18.3125rem;left:1.375rem;width:13.125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAdLO5IQZNWPqGOSQ2X9c7MO5A39U3kv { top:20.5625rem;left:0.8125rem;width:14.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFVLyc17TswUlT87LeS04dyaBBE11rV5 { width:18.75rem;height:19.5rem;top:5rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFqOgyvVIOLK3dO5t76gBJ33lSPTyZMz { top:7rem;left:38.0625rem;width:3.125rem;height:1.6540512380485rem;display:block; }
 }@media only screen and (max-width: 763px) { #UM1g3HDIiMwxEiCs6O9QGVk2GnTvaUnf { top:9.125rem;left:35.1875rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWTyAkakatPv0ToEZmIcVaaBZbpJTg29 { top:11.875rem;left:34.0625rem;width:11.25rem;height:4.24921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vg4wT6M0XoI8kbL3fSvThxkC81TdHVcx { top:18.3125rem;left:33.125rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGAlBoPRHM5T3nZc5Wpe6a807zIPkGub { top:20.5625rem;left:32.5625rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcmhTX9skT7LF2EmyWiT0vgpTUIvGdqw { width:18.75rem;height:19.5rem;top:5.0625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuwXkcyPXWWQJ836z1r3MTLpKqvZAuBB { top:7.125rem;left:22.1875rem;width:3.125rem;height:1.6540512380485rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uhf5UOHCaPbSrEJAgUilBSAA4rVCGLpi { top:9.125rem;left:19.3125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wW7sLfv1FcihKXTgsJFRLQS1n2AAItHC { top:13.0625rem;left:17.5625rem;width:12.5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRIwulhMmI7XRp5CQdZxlV7TIHfDSpsR { top:18.4375rem;left:17.25rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RE3vS8OMT44nNNPkdPe85PwNaWzrknWV { top:20.6875rem;left:16.6875rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT5ENd80XJT7XuLvuykV3phteXbCJnhO { display:block; }#MT5ENd80XJT7XuLvuykV3phteXbCJnhO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HEVW5e2LDHFlnx9gR6DwhMBnZcETagBA { top:5.25rem;left:33.6875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZcvrbpeQNpGMTElVahlRzvaoCKpO3Sc { top:8.3125rem;left:33.75rem;width:1.875rem;height:1.81206875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FttTX16WU6bOnXnSViTpPtRbraZ6Q0gh { width:8.4375rem;height:1.875rem;top:5.3125rem;left:36.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #brwMVVt2w8TgHTURrvx7UMZndblf8VJm { width:10.75rem;height:1.875rem;top:8.25rem;left:36.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vcwx4nwDTtNlCqddNCUgL3fmus0Xpan5 { top:6.75rem;left:0rem;width:13.625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2uDKaqHqGs4BfGEXbSikbLguKM0bKlp { top:2.1875rem;left:33.6875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9P5O9F900zJ3gncdzVVvVDEOCdNps9z { width:9.6875rem;height:1.875rem;top:2.375rem;left:36.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE2dDk5uPZzSx7AVTBqppVBCs8TRg2Pz { width:24.375rem;height:1.875rem;top:4.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rha6Ozw8XRavByi7cP4nZHQVuCM05sxv { width:19.125rem;height:1.875rem;top:2.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jeek2RQbhIDRHcisqE4icqMFO2bJXRth { width:13.25rem;height:3.0625rem;top:1.75rem;left:3.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XT32ndlJwir4D4AvaTT0Sh4cTGMtoVIS { width:14.0625rem;height:2.75rem;top:6.0612142578125rem;left:2.9375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOIATihfAUwi0PVBTmZzqiTwBeAhEm99 { display:block; }
 }@media only screen and (max-width: 763px) { #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx { background-color:#cccdcf;background-image:url("https://images.assets-landingi.com/uc/70956ba4-3206-4e0d-8fdf-1a6a5df2b45c/newMP.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx.adaptive-delivery-prevent-bg, #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx.lazyload, #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx.lazyloading { background-image: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { background-color: transparent; background-image: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container > .video-iframe-container { display: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row > .video-iframe-container { display: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { border-width: 0; border-radius: 0; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zmkzGmfs4bhx1tK1vgeTeOsRIxkIBGQE { width:19.436875rem;height:14.43034375rem;top:17.438152313233rem;left:0.27994793653488rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #J3gnV5l8th6WP7ZA1JxZ7pXx6hVElIQl { width:14.125rem;height:3.4375rem;top:38.1875rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aKNLXwe4DeCUzkVWsiX0loy24I9TVIhT { display:block; }
 }@media only screen and (max-width: 763px) { #bnrzJFmeMFnJEs6VpUdbBvmV2dGBTR7g { width:20rem;height:9.1875rem;top:2.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #TOrDHPqs9G1TeiTd3TWKBXLGhnBEambd { width:20rem;height:5.25rem;top:10.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #GZIhwPaDVBWXcWdAkz00WnElvoekc8AQ { width:18.186875rem;height:3.99956875rem;top:12.122396469116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uILQcEakq0CPfpoK8gHXUcrto3IE5MNV { background-color:#435664;background-image:none;display:block; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container { background-color: transparent; background-image: none; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container > .video-iframe-container { display: none; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row > .video-iframe-container { display: none; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LIrtlDf5HpxKrmdQG69GFPg567LfiMR8 { width:16.1875rem;height:4.1232625rem;top:3.3125rem;left:1.90625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d68BnHx1zCrDQ3TfbxFtfa5G5tdJ6cMh { width:20rem;height:4.5rem;top:7.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #d81Rxd5WXRbd6g6Sy5DsdBTBFG3VUegR { width:17.25rem;height:4.798825rem;top:11.0625rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }#d81Rxd5WXRbd6g6Sy5DsdBTBFG3VUegR li:before{  }
 }@media only screen and (max-width: 763px) { #mLd0ErI1PNmGc7GVQvLZXIvenyk43EbM { width:13.5625rem;height:3.19921875rem;top:13.9375rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mBNIbG8owQiQxifDeodiTsddgIVIaXHD { width:15.1875rem;height:4.80143125rem;top:9.818359375rem;left:2.40625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15009;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #mTDArzvTK8wBAHMRrQX4ZtsTmkapskcp { width:14.3125rem;height:3.20095625rem;top:17.150390625rem;left:2.84375rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15010;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row .container { background-color: transparent; background-image: none; }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row .container > .video-iframe-container { display: none; }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row > .video-iframe-container { display: none; }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row .container { border-width: 0; border-radius: 0; }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row .container { width:20rem;height:93.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DDWpHLM7PEVuCrAN2xSkxT7J5p7w02w0 { width:14.0625rem;height:7.5rem;top:19.9375rem;left:2.96875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sVENAhyZcuciOAuCRLlcynVQqnpaQq97 { width:14.125rem;height:3.4375rem;top:28.9375rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pn8basDIsuzA2Ot0nDrHGGdbMThk6Um3 { display:block; }
 }@media only screen and (max-width: 763px) { #Q4RVsIQ0XGo89qfvVSKICFR1TvfHoPrg { width:19.6875rem;height:13.6875rem;top:14.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #isL38Jgber9Uw0XS0OhtTGMFEpHJvCaq { width:19.9375rem;height:13.4375rem;top:4.5397012578616rem;left:0rem;z-index:15010;border-top:0.0625rem solid #5d92ff;border-left:0;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;display:none; }
 }@media only screen and (max-width: 763px) { #KEEZccSJIxNRP5Pr8QT1ZtE7k448vkq6 { top:16.5615234375rem;left:0rem;width:20rem;height:16.875rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zPkaladCRzZGhMludvi86t0R4xtwVcbV { top:62.25rem;left:0rem;width:19.9375rem;height:30.5rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JU023pmveUAAVorDuZFVTeai6TJoSmTB { width:16.9375rem;height:13.505875rem;top:2.4365234375rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #za9ArBhGiDmD8a6FO7uuoH50TrnNKuf1 { top:34.160601265822rem;left:0rem;width:20rem;height:27.125rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk { background-color:#ffffff;background-image:none;display:block; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container { background-color: transparent; background-image: none; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container > .video-iframe-container { display: none; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row > .video-iframe-container { display: none; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container { width:20rem;height:60.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #liq6nQf0DCELOAXPD0JdA4yrDyV3Uitm { width:20rem;height:27.75rem;top:5.1640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpdsdpvvV1T9FtzRKcSPuhZKovDOQt2b { width:20rem;height:26.9609375rem;top:32.8515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNPGZKW2sk6qogH9oBeuvRfhwviOo1Nm { width:20rem;height:16.191950464396rem;top:56.0234375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nzU2qmfk0JLEHs8dw1Aea4fB2EJlmRTJ { width:20rem;height:2.0625rem;top:2.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtNIqp8iTiio6MbzqoLKyQ1Oi34eQKPt { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/54bdcb85-33d8-4490-b04b-4b72fab11a39/dentist3bg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xtNIqp8iTiio6MbzqoLKyQ1Oi34eQKPt.adaptive-delivery-prevent-bg, #xtNIqp8iTiio6MbzqoLKyQ1Oi34eQKPt.lazyload, #xtNIqp8iTiio6MbzqoLKyQ1Oi34eQKPt.lazyloading { background-image: none; }#xtNIqp8iTiio6MbzqoLKyQ1Oi34eQKPt > .row .container { background-color: transparent; background-image: none; }#xtNIqp8iTiio6MbzqoLKyQ1Oi34eQKPt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtNIqp8iTiio6MbzqoLKyQ1Oi34eQKPt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtNIqp8iTiio6MbzqoLKyQ1Oi34eQKPt > .row .container > .video-iframe-container { display: none; }#xtNIqp8iTiio6MbzqoLKyQ1Oi34eQKPt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtNIqp8iTiio6MbzqoLKyQ1Oi34eQKPt > .row > .video-iframe-container { display: none; }#xtNIqp8iTiio6MbzqoLKyQ1Oi34eQKPt > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtNIqp8iTiio6MbzqoLKyQ1Oi34eQKPt > .row .container { border-width: 0; border-radius: 0; }#xtNIqp8iTiio6MbzqoLKyQ1Oi34eQKPt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xtNIqp8iTiio6MbzqoLKyQ1Oi34eQKPt > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e7vCuQyThLrF8TEctBOW2qPT4QxWoKql { display:block; }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S2p91EgJcEXZvPbyyXbbloLDSo4okVuR { width:17.0625rem;height:6.18489375rem;top:2.125rem;left:1.46875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzSAHf6NZIVSmbRJSZp7s5xgGCkLvBkD { width:20rem;height:auto;top:26.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }#zzSAHf6NZIVSmbRJSZp7s5xgGCkLvBkD li:before{  }
 }@media only screen and (max-width: 763px) { #ew8LsxoFz6GuFBwGR0vWvSwVhP9iWDLU { width:17.5rem;height:10.8007875rem;top:10rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15010;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #mob17w6k2TBaIHL4iGwN5aCax0W8UpaF { display:block; }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xldb3veA4RLoK1nMONhc5tHrU2toFOKC { width:17.1875rem;height:6.18489375rem;top:2.375rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v05TAkV2QT6r6yJXcZpRSiucKfqvdEML { width:20rem;height:7.0234375rem;top:14.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }#v05TAkV2QT6r6yJXcZpRSiucKfqvdEML li:before{  }
 }@media only screen and (max-width: 763px) { #LhRNPW1WiHsiqsTEnkxImpOw5IhKyOdP { width:17.5625rem;height:10.8007875rem;top:10.8125rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15011;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN { display:block; }#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yaCuHArLbBLpvn39LXEptubF4opwdnRs { width:15rem;height:6.18489375rem;top:2.375rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQeXsD8Jyeoe1O45lFe5ibQwLFDda5RE { width:20rem;height:3.51171875rem;top:19.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }#BQeXsD8Jyeoe1O45lFe5ibQwLFDda5RE li:before{  }
 }@media only screen and (max-width: 763px) { #STomCT2ZM2gu3PJ9ks8KRnRZkewBh5rz { width:12.3125rem;height:5.40039375rem;top:10.375rem;left:3.84375rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15012;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo { display:block; }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nzWJWCPRApmeKZ88H7eHD2p4LA7Li5gu { width:20rem;height:4.1232625rem;top:4.0622825622559rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRnbsbQ92T2eCPIy7t68yBMxQLJmtvHd { width:14.1875rem;height:3.8125rem;top:11.124782562256rem;left:2.6875000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxkmJXdiwclx3zpTGqOtW0tNGrriTh7V { display:block; }
 }@media only screen and (max-width: 763px) { #ZOTN29HOx4kMC5LTNlGZ0QuQIIncmdC8 { display:block; }#ZOTN29HOx4kMC5LTNlGZ0QuQIIncmdC8 > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OQvy4sMMRurTw4ZRbfiLewPcZxBHdUuO { width:13.9373125rem;height:2.92535rem;top:4.390625rem;left:3.0295141339302rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bm6SmKE6zghUEQxxD03ZeHHelPNmqi2y { width:20rem;height:2.59874375rem;top:1.79296875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xN2FXvAVLhSzUFIaKwoczyfLlx63VLNi { width:8.75rem;height:2.75rem;top:8.5615265625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwplETTmA3PVozSVGvDa9PvaJzuHcGVl { display:block; }
 }@media only screen and (max-width: 763px) { #IalAXg1AJUdAXpPUrlCRThO3R8AbtE34 { width:8.75rem;height:2.75rem;top:12.373435974121rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDSM8mwghXVn7P6ZoCRBTssGOkD094NU { display:block; }
 }@media only screen and (max-width: 763px) { #ZmgMDbeuKFlhCXTxdGscA4r6yxW5R66u { width:8.75rem;height:2.75rem;top:16.373435974121rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uybX8vH3PGIn2L560Wo5UWAwoP2JyVTL { display:block; }
 }@media only screen and (max-width: 763px) { #OqwPOClqa4Btor0z120LZPA1UnRxkssX { display:block; }#OqwPOClqa4Btor0z120LZPA1UnRxkssX > .row .container { width:20rem;height:545.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uten5F7IgfJFoM8Q69R0muTQdwiZBzvL { width:18.75rem;height:17rem;top:4.7496452331543rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uETg8RgbikgOhCEITbLeu4uxCm9zFaI4 { width:20rem;height:1.9487875rem;top:1.6867904663086rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GS3okdZuXF6JTkvPLx8ZP2CTu7d1iORP { width:9.0625rem;height:1.3rem;top:9.1875rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPHA3O2mxHwy91xhr0phTRbnJM70cPxQ { width:3.1875rem;height:2.0625rem;top:6.4375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCkt6Z1LAlqcQQurKAF2UElGHzPQmqMk { width:18.75rem;height:19.5625rem;top:22.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT50ybDINTzJ1OOgfJtzIP1lFTdOr3vz { width:3.1875rem;height:2.0625rem;top:25.0625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mxz96Q8kaRmyGcKJUkd2qTJR0V7v9qsh { width:9.0625rem;height:1.3rem;top:27.625rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9Bzh3G2sblfUD87VmKnTM3uBUQTInJt { width:13.1875rem;height:1.3rem;top:36rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPryPMxTF6IiW9rc8o0VTEd292eXNK6W { width:14.25rem;height:2.8rem;top:38.25rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxZETElwp3sv6oNhU4ZkapQ9ZBzFOOoi { width:18.75rem;height:19.5623125rem;top:63.874643325806rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCL1TNhItaJX38soIQSA0Ng6LpK2PvFv { width:9.0625rem;height:1.3rem;top:68.50390434265rem;left:5.7812498807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryf5HLyZ4dCFhzKkNLncUpDZtTeVyTuK { width:13.187125rem;height:1.3rem;top:75.561788558963rem;left:3.7180398702621rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZwDIDzJBHFP4xEPd7tBv2IvDeQiGJvR { width:14.2498125rem;height:2.8rem;top:79.122669219969rem;left:3.1871448755264rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrFTnRZMHamQv3CZkEWZTon7SAcnr7NA { width:18.75rem;height:19.5625rem;top:250.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bal4UrohHXZAmSRnmdfKNeWCFFEvcPOr { width:14.25rem;height:2.8rem;top:266.4375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTG6MStoR6w6Vns92NqtJ05wOzFtXLKK { width:18.75rem;height:19.5623125rem;top:84.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcT73TifplnNeAru4cUlJZpFthNbJrm3 { width:13.1875rem;height:1.3rem;top:264.1875rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFcSsMCSvLDSrt8BNT5otsK4gtTbwIHA { width:14.25rem;height:2.8rem;top:99.5rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJzJpuXAo7tX3uBiVxbwaMWxJakZNi0U { width:13.187125rem;height:1.3rem;top:97.25rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXqNqqgXLAiJke6BkvKbKL2gN6LV9fr2 { width:13.4375rem;height:4.375rem;top:91.3750038147rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5GTaihL1m8zxpEsH9ePx2zXIMs9iQTX { width:3.2492875rem;height:3.2492875rem;top:258.9375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTOyWPBNWmXAp7TKaeNqRKwQAEryrdpw { width:18.75rem;height:19.5623125rem;top:43.3125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sN9XeszJqOQVQKJ1Ky8Hi38QI0DrcnWl { width:9.0625rem;height:1.3rem;top:71.5rem;left:6.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOT0Wt5LSOWmgoV7nB6SJOVvwKHoyqSg { width:9.0625rem;height:1.3rem;top:255.625rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxU1i5cFFJD7TUlDAuaFm3iIOnGvvW3R { width:18.75rem;height:2.8rem;top:58.124996185302rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhl4A3QiimUOeR19sIsgtzrNfD3C8IgP { width:18.8125rem;height:1.3rem;top:55.934375762939rem;left:0.78046894073488rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0vuRQ02xFzqZ7Q2PtZqhVyTZqPkehys { width:9.0625rem;height:1.3rem;top:47.9375rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLPOfrobTDMAzmmrRfXf7r3B0cThIche { width:8.8743125rem;height:4.375rem;top:30.217505455017rem;left:5.561967253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7X9th7ARHfUMv3w0inUnsMP83M7bTL0 { width:3.18625625rem;height:1.9984rem;top:45.187320709229rem;left:8.4055398702619rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhUNkCBWqC6JM7mfpTDi7QanOlNVKqsS { width:5.56196875rem;height:3.37446875rem;top:70.841440200806rem;left:7.5301841497419rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1D0Dot7SaBC0RlLycpTZ91k4LvICwfk { width:3.1875rem;height:1.75rem;top:253.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MC2Pl7Dp8asezgWSOcJyRCmRoFneRhP4 { width:18.75rem;height:19.5625rem;top:271.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATRuGITuC7wGWTlfXQ95U1LpWgg2nS4W { width:14.25rem;height:2.8rem;top:287.5rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDr218m7kC0pLnxhyZ3knNvmJRxgeXuh { width:13.75rem;height:1.3rem;top:285.25rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bymK1l0B0wavJS5v85cG9TccWCHOby29 { width:18.75rem;height:19.5614375rem;top:293.12498855591rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkPrrNEevfmRng9okQfUTOwk2EUSQgO9 { width:14.2498125rem;height:2.8rem;top:308.625rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwVCRvVKwghwWdCC7nf4v2aU7PuQpeKW { width:13.187125rem;height:1.3rem;top:306.5rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDs6OJMIHFDhTWUivF7TgW6SqhksFJwX { width:18.75rem;height:19.5623125rem;top:229.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahAkRqb2kog31fI07ITxP3opr7iuFwVm { width:14.2489375rem;height:2.8rem;top:243.9375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJ5T0NnKpOPcNULgiiqqnsSS1boglOLC { width:9.0625rem;height:1.3rem;top:298.0625rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBA2O00unMZgtq9DBfDTrVwfaZo3EQMB { width:9.0625rem;height:1.3rem;top:276.3125rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTOOOe8bbpk7IR1NRbHzL9Tnf5Zw1Xdu { width:9.0625rem;height:1.3rem;top:235.125rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hggIMUQQ08VT1JsdNlA649bt0KBoGwlL { width:3.18625625rem;height:1.749825rem;top:232.8125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCuigBs4JDmzmyU6IEiUtQdzMEyVbTQA { width:3.1875rem;height:2.0625rem;top:273.75rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVc0ZKDmgP5v1r5OunPhp5HaugayGL2F { width:4.31196875rem;height:4.31196875rem;top:279.5rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqvq8GUn13gWxO9X6RJNqyn4uBIQEe9e { width:18.75rem;height:19.5625rem;top:293.12345027924rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSyaXx8SuaciWxlpe9VubBftFFGQSDQW { width:18.75rem;height:19.5623125rem;top:356rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7oyUT3atsLbopS1S7rGpDupeBtUCUkN { width:14.25rem;height:2.8rem;top:371.3125rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZx5Ltutv9RnrIBZ6T3Rr3JILQTCcr7U { width:13.1875rem;height:1.3rem;top:369.0625rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDNFhLNXkS82HxeT5BMvFT6oTl0WnMD1 { width:9.0625rem;height:1.3rem;top:360.0625rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9Iu2k5TOTZ2pspdDUsolVx4S4bPVhEG { width:3.1875rem;height:2.0625rem;top:295.5rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDEZ30Mh0Ala89T0nFvEHq631hU54dnW { width:18.875rem;height:1.3rem;top:17.125000953674rem;left:0.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVcqDwEmzlkkOvzgVy323Gapxo0gC1VV { width:18.75rem;height:19.5625rem;top:314.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCmvFHiN3q5NyftlMpy5xtt9vT1KSlVt { width:9.0625rem;height:1.3rem;top:319.25rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cG7B3iT2zAlkiqeTCzowuclNnpFmGeEp { width:3.1875rem;height:2.0625rem;top:316.6875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0M0TkLWqtO4aG4XTSVOm7srEpZyluNM { width:13.187125rem;height:1.3rem;top:328.1875rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvykkMkT7fk5FK0CK07nQpX6DgokMTH9 { width:14.2498125rem;height:1.4rem;top:330.5rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwK1hhcedCDmauZWbDSeNlwbgPpeKTPw { width:7.3748125rem;height:3.2492875rem;top:363.375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGyefbzqTE9nFR0x6OMeBL8pdVT1bVbk { width:18.75rem;height:19.5623125rem;top:419.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T31oQNbh2cQT7sTuq0n2X8Gu67Iou7QM { width:9.0625rem;height:1.3rem;top:424.5rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9x6htB0TmaiFrUx4pqx8dOhEC7oQmfq { width:13.1875rem;height:1.3rem;top:432.5rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATEVUsv3Iz0I32TTDJi9TadieALkmahJ { width:3.18625625rem;height:2.062325rem;top:421.9375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKbiaXDS0VW4s4K99OZJVJl4G8O0Oakm { width:14.25rem;height:2.8rem;top:434.75rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBl3N06ykzsieX4UNhXaIUeFIBmiMq3I { width:18.75rem;height:19.5625rem;top:377.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSQnxVRlDK3zOobwGHW0hzrHfxMTNaTL { width:9.0625rem;height:1.3rem;top:381.6875rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzN4UExNO6uOUM6D6ObbXElUoiSOdBE5 { width:13.1875rem;height:1.3rem;top:390.5rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymn4TJTAX5crK9kUbEuLQsSCuVwTwDdi { width:3.18714375rem;height:2.062325rem;top:357.5rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mim0heRRyrfX2emhokm0mWecqwfDsSZR { width:14.25rem;height:2.8rem;top:392.75rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxc5vAsM3uKV3CrcyiIbDySsDMJgKv4E { width:3rem;height:2rem;top:86.562505722044rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VD0ROA1Q89h9TBElxUQqUcCUnv7DZDvk { width:7.7494375rem;height:3.49964375rem;top:322.75rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEzIAzRgszQ5p0OELQwNOBtqxS1yLRxa { width:9.6235625rem;height:3.5609rem;top:300.9375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JheyaPGdtCOdPwypukx7aZdgBTTBoScQ { width:4.3125rem;height:3.75rem;top:385rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSdLA8b4D3g2kNWoau3XxmRTtRX8f3TL { width:4.25rem;height:4.25rem;top:426.875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQVvF5KRNKgkNhe3vFyKBVW1ZlMqFhNB { width:3.125rem;height:1.9593375rem;top:65.9081993103rem;left:8.5617898702619rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeouDhH7TaHTyO8FdRUxCJ7TTwhW81LO { width:3.81214375rem;height:3.81214375rem;top:51.186076164246rem;left:8.0930398702619rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5zx33uZh9y0UySGfVCUFJZA0CT9I9rx { width:3.37446875rem;height:2.1875rem;top:169.8125rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1KDDRv4MBlaeKX2FmTtec3b4oOBUiUE { width:9.0625rem;height:1.3rem;top:171.9375rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gt2fJ69aG53GdATr43tvibAgaQ5vr0pk { width:13.75rem;height:1.3rem;top:179.5625rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMGXmmsZ5dSTOEPLUkpP2PmaTkpMdDlk { width:14.1868125rem;height:1.4rem;top:182.0625rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nsvb7n9bxgclOWZ9gNdmOqFxsaIfCzwT { width:4.249825rem;height:2.87464375rem;top:174.8125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiIBL3cdms4QC8Wpp2BgiW2A5uG6TLQq { width:18.75rem;height:19.5rem;top:335.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQg6OFB0qTW01CDTdH6v4wf1vf6zuzDr { width:3.125rem;height:2.0221132557953rem;top:337.125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZ9THkuZzoJwwPJuoNCv5BfLtZOGZm0w { width:9.0625rem;height:1.3rem;top:339.6875rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3tmOD36LWxvoIc7h9U01tvGClkcAe9K { width:3.1875rem;height:3.1875rem;top:343rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RA8QbtvDcdzdStLGF04EAA77Zn1WDScn { width:13.125rem;height:1.3rem;top:348.4375rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNBD9MXcgGmeWVhTQuXJwDO2JCMFc91P { width:3.125rem;height:2.0221132557953rem;top:400.1875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rb1TNh7FNCfIQXtATC3S8fVo55qB3cxm { width:9.0625rem;height:1.3rem;top:402.75rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUD6we10QuGw9zzTQnSR0ytgr7hdDusu { width:18.75rem;height:19.4993125rem;top:398.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGFMzKP5WM6FM4LDzBwUDfopSOKF4mAh { width:3.1875rem;height:3.1875rem;top:406.5rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECiuWrI5JJ4FeG6ShZtGTJDAiH7UFaPD { width:17.8125rem;height:1.21875rem;top:410.8125rem;left:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcQ4S9DcEs7s643BW7GvK0bvHlNhKmo7 { width:3.125rem;height:2.0221132557953rem;top:442.5625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9J9u9HSTWQWuwkTBZW8tazU8135OTOk { width:9.0625rem;height:1.3rem;top:445.125rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vazG2Uz1hQZWgAPEBn87P7eFKhtsLhuk { width:3.18714375rem;height:3.18714375rem;top:448rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqJ2RJK3SOAhSR5h5sQiwlfmUUOO7pUi { width:13.125rem;height:1.3rem;top:453.4375rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc0tIiLqlD6LciLfnzmkndz63thldL9O { width:14.1868125rem;height:2.8rem;top:455.6875rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUTC2T7fCN5Rz3ZIAKMZTslTL3UGD2vX { width:3.125rem;height:2.0221132557953rem;top:463rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnEoQ2r6PQUxm6gCEZ7nDL3gxv8XRgDF { width:9.0625rem;height:1.3rem;top:465.5625rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVJVChTSexHTtfhc0PSxpgpFzG5eT7si { width:8.125rem;height:3.246625rem;top:468.6875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXeGf8U15Tv8T3bQTgt3xqTmzyQgzUp5 { width:13.125rem;height:1.3rem;top:474.6875rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qr0PgZm7qL0EDlDuTv3m7VeV95Fx0WOG { width:14.1868125rem;height:2.8rem;top:476.9375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTEk1VmZWoN97VpTaZaIGot3PqNH4cPb { width:18.75rem;height:19.4993125rem;top:440.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcXhsfZv8ZEZ9bcQIAu9d5t044uKTOJO { width:18.75rem;height:19.5rem;top:461.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaOTouVGeZQ3PDI00yMANoz7oCVUym6h { width:18.75rem;height:19.5rem;top:147rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #egsvTcHkaceAd9cTiRgQdoLtbpGDFM1f { width:3.3125rem;height:2.1473287461915rem;top:148.9375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C24Tbn14WQbfiKShFOoZgtW2CroAmKOm { width:9.0625rem;height:1.3rem;top:151.1875rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsWPKPnuw6DgQLsWDeMnEBVFMsrA11ho { width:6.25rem;height:2.9074074074074rem;top:154.6875rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifwiyOqmss0u8dJWNsc4SaNSHf6sPK3v { width:13.75rem;height:1.3rem;top:159.625rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MinaAOXtPUBODE48oFdT4o2os6V3zNVG { width:14.1868125rem;height:1.4rem;top:161.8125rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvmBXnI9GERh4DpVIaCLq87piVSxV6w9 { width:3.312325rem;height:2.1466625rem;top:128.8125038147rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkKEzmdtAhq3V75pExTCX65WDPedpG5D { width:18.875rem;height:1.3rem;top:131.0000038147rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fprO00Al7igIgKQoGTJufgTmADosNLSC { width:13.75rem;height:1.3rem;top:139.25rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w58h3QAJVSVpwKknCfXaQT4Glm8CAzTZ { width:14.1868125rem;height:1.4rem;top:142.0625rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #feOnugGeSbFxITHd553qyT0b0ghNPpx4 { width:18.75rem;height:19.4993125rem;top:188.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDVsJbiw64xaVETfmh70gaXKbfnDlFht { width:3.312325rem;height:2.1466625rem;top:211.6875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bys3iMblLVGtG6JWLSbOiMr36S8rLKdC { width:9.0625rem;height:1.3rem;top:214.375rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMBfydyqMsVJZLCfz0T27yC1eF3RQg60 { width:12.8125rem;height:1.8652375rem;top:197.25rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGKeNs3rX4C3k1fPofFq6ng1MyWah0nP { width:13.75rem;height:1.3rem;top:201.0625rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8w3xUthDtZmCEZmo99l0LZai3CM7BTD { width:14.1868125rem;height:1.4rem;top:204.1875rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LX3ML6Dfe8MPCctuVKTnVLkhefPNSEPi { width:3.125rem;height:2.022375rem;top:379.125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9kIDi5iDI9PiZ2pKDsN2HaTAPCuB4sw { width:3.312325rem;height:2.1466625rem;top:190.6875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xpyf2WZlZo38uegrhlPZrGpvR0tLZslS { width:9.0625rem;height:1.3rem;top:193.3125rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKtzoJyaZH4feQFDVgyQwHvLLz6be1eW { width:11.1239375rem;height:3.624825rem;top:217.0625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HX76F3wOLCmwmylPxrM24wdexKdQqBEN { width:14.1868125rem;height:1.4rem;top:225.125rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTCG7S9uurb2vOGiIC5WLlBp7JPbF9Lk { width:18.75rem;height:19.5rem;top:209.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPlOLERJSmNeq69tdNWZVy7Pb97QFLlr { width:9.0625rem;height:1.3rem;top:88.937505722044rem;left:5.46875rem;font-size:1rem;z-index:15210;display:block; }
 }@media only screen and (max-width: 763px) { #c2MhbrBgb6DP2Q8QX6evPa2yGTPXf0C6 { width:18.75rem;height:19.4993125rem;top:167.6875rem;left:0.625rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #H7WNxT92kPpZGFdcZl2OZHbSNDbygPCf { width:13.75rem;height:1.3rem;top:223rem;left:3.0625rem;font-size:1rem;z-index:15284;display:block; }
 }@media only screen and (max-width: 763px) { #iDeJhWmErUc1X8hehVnVszTiDgSp5QEo { width:11.625rem;height:2.125rem;top:134.31172180176rem;left:4.1875rem;z-index:15310;display:block; }
 }@media only screen and (max-width: 763px) { #d26qcOXrGeozHxisps5o1EF8rCf6ca3g { width:18.75rem;height:19.5rem;top:126.18672180176rem;left:0.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #DBC80DkWV9E0VxNZgmJ661mgcTa2T4qG { 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) { #DHhoWBClXvlqfLLueqkI6TuRp37BTQKn { width:3.18714375rem;height:3.18714375rem;top:238.5625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7MoikciK3L8oBgPKBoX30q1mJ0FnZFl { width:3.8125rem;height:3.8125rem;top:12.092968940735rem;left:8.09375rem;z-index:15311;display:block; }
 }@media only screen and (max-width: 763px) { #QXcr94fAU4kKASAdSk1zZlurPQBNpZ2m { width:18.75rem;height:19.5rem;top:482.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UK7sGNb3rX3zsKKTDefS4D14uB18di95 { width:3.0625rem;height:2rem;top:484.3125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wq7eyhPxttO8N9gr6T0Vf9gypT2TmlCZ { width:18.75rem;height:1.3rem;top:486.875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtGNbng9h3OSlMOKt4FiTsaFRMF4Vo35 { width:5.6875rem;height:4.875rem;top:489.375rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rn0NdW8siPp75W0TUAN8X3EaPNAlCFTO { width:18.625rem;height:1.3rem;top:495.375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqgMR3dIWLFXh2viN11e72oh59qqTxnr { width:18.6875rem;height:2.8rem;top:497.0625rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dapuSqtqJ5gSqW8IOhw8eNQzAxAMKc4B { width:18.75rem;height:19.5rem;top:502.9375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RI9ehJB2XZH1rabEo9PqOLu2tURxmtqW { width:3.0625rem;height:2rem;top:505rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8ipXfn3xxU968SJ2MKNNvcL1Tq0Ef7V { width:9.0625rem;height:1.3rem;top:507.5625rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWDArG7tfioBG4MNaZ7R8OwqTmrXvTPx { width:9.0625rem;height:3.375rem;top:511rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lz38C026AWNN7EMKTJePy5XuTWJoKc5F { width:13.1875rem;height:1.3rem;top:516rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEkvr8Ww6v74rDbRVL7UQFfvVfVvs59h { width:18.875rem;height:2.8rem;top:517.75rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLD7tPQJEeUhSpP2fJ59CvEwBEIG57Hn { width:18.75rem;height:19.5rem;top:523.81251335144rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbPFwRc5x3W9EU33kFRCce8WIocNvpT4 { width:3.0625rem;height:2rem;top:526.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3rmPU8t0at503L5uFwNcyRIT3DN2hfA { width:9.0625rem;height:1.3rem;top:529.3125rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPndFiGAUmeqrfHLprpSvzFBkyfiTPlw { width:8.5rem;height:3.25rem;top:531.68751335144rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9P2AaZ9BvAoz7uZOP1vpHJa2miBdqaF { width:13.1875rem;height:1.3rem;top:536.75rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yC1JzZJc5l4ERheq0S4VqOvqOZvZ9ocz { width:18.875rem;height:2.8rem;top:538.5625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wL6V2oecsou8BwyTB0C4QrXDZWec6hKC { width:18.75rem;height:19.5625rem;top:105.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGLehtWNGUfAQTA2x9Pits4icH5BmhnT { width:3.125rem;height:2.0625rem;top:107.5625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6ilZfzXbgGU2JWTQ31UJDLW9ZvkbNfm { width:9.0625rem;height:1.3rem;top:110.1875rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTxcR336NP7aXJ4oyAfQN0x1PV132u9K { width:14.6875rem;height:3.4375rem;top:113.06250762939rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsTkGQKDZA426wMx1g0ZJwROcJbq1y63 { width:13.1875rem;height:1.3rem;top:118.75rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7n5bG1CCQhA2KbGeIwsb3NJVv1NIku4 { width:14.25rem;height:2.8rem;top:120.875rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hy9HsHFWO50yDZwdRF0Sv82B4bEUag5O { display:block; }#Hy9HsHFWO50yDZwdRF0Sv82B4bEUag5O > .row .container { width:20rem;height:67.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nGWQvc4VJEuXL0t3ac2EZMixfBhbZbpO { width:20rem;height:1.9487875rem;top:1.4368896484375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQWu4c5RIexpRytlJWaVqdRNo4zBNcvt { width:18.75rem;height:19.5625rem;top:4.44921875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfR5XenmSHWRGbIeCxiuyEncldIvQ5e1 { width:18.75rem;height:19.5625rem;top:25.375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zThVJzlH1Bn3eienxQJFWQ57EZUamWkX { width:18.75rem;height:19.5rem;top:46.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMh7ay3xds77E8Zv9IbxPVaTMeKRT6qa { width:3.1875rem;height:1.6875rem;top:6.6365356445312rem;left:8.4055398702619rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyPcO4wm94bIRfJKZn4clbn3M0fKfTTT { width:9.0625rem;height:1.3rem;top:9.0113525390625rem;left:5.3123220205307rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxLFdEmlkpXAA4M8ppKqI9qLWU3CopN3 { width:8.2493125rem;height:3.68696875rem;top:12.073150634766rem;left:5.6239346265793rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTkA1pxz2UOW5kuCe7d2BAmfFK6oXXqA { width:13.1875rem;height:1.3rem;top:17.82421875rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpOZwqZwcbudidVutXWQ9XqNRPinWrzx { width:14.25rem;height:2.8rem;top:19.698669433594rem;left:2.8746448755264rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GItS5029OQhQoS4U4Ma22au35BfrJvut { width:3.1875rem;height:1.9375rem;top:48.4375rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSwyJcMfu0FlW6NKm8Xd71m65FVaPedW { width:9.0625rem;height:1.3rem;top:50.9375rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrZccgefkM9TvaJLeadn1DD9Kb4VMuWQ { width:10rem;height:3.75rem;top:53.5625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGVmvLvC7b47xIdauE6gJzLlAieoTIpX { width:13.1875rem;height:1.3rem;top:59.3125rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyRAZtTovru326arxRrBL70fwOIyBOu9 { width:14.25rem;height:2.8rem;top:61.25rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgD1cJKx9eMJ5TGiEG63yzBfmTR9kPME { width:3.1875rem;height:2.0625rem;top:27.6875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0CuTKytBxgaMqJaWTnqu641iEmldzWo { width:18.6875rem;height:1.3rem;top:30.0625rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCCFc1xiCxp0axZT0iAv4Nu9QbB0INvu { width:8.5rem;height:3.5625rem;top:32.9375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQ01NbZqvSJl24nbbxtQxCsAnSheDWTg { width:18.75rem;height:1.3rem;top:38.1875rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZRrlOMOwEtzETTDeE7BgiBez2rVITo3 { width:18.75rem;height:2.8rem;top:40.5625rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITtec706OR5qvw5syIwZO0Dm9KBcqACt { display:block; }#ITtec706OR5qvw5syIwZO0Dm9KBcqACt > .row .container { width:20rem;height:69.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m0ell3CGf3x3Q2eEvsyQcd2dWyEUKMkm { width:20rem;height:1.9487875rem;top:1.4368896484375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxZNxvPMXmK0TZ0etTmm5eEpyOIABNhD { width:18.75rem;height:19.5625rem;top:4.44921875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByXmLaAISE3gZtr00gW3VxNrt7auqout { width:3.18714375rem;height:1.6867875rem;top:7.3188915252688rem;left:8.4055398702619rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfP7HTo4XlXdERpBhZFxKqlK6SVum745 { width:9.0625rem;height:1.3rem;top:9.4489135742188rem;left:5.3748220205307rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXaPLBKJq9iw6a0tahSQothFxF8oGlbQ { width:11.937125rem;height:4.0625rem;top:12.197265625rem;left:4.030539393425rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTbpRLIxXzGDkAdTJXs9urC29x5eWJS6 { width:13.1875rem;height:1.3rem;top:17.699096679688rem;left:3.4374998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAdLO5IQZNWPqGOSQ2X9c7MO5A39U3kv { width:14.25rem;height:2.8rem;top:19.38623046875rem;left:2.8746448755264rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFVLyc17TswUlT87LeS04dyaBBE11rV5 { width:18.75rem;height:19.5625rem;top:46.9375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFqOgyvVIOLK3dO5t76gBJ33lSPTyZMz { width:3.1875rem;height:1.6875rem;top:49.375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UM1g3HDIiMwxEiCs6O9QGVk2GnTvaUnf { width:9.0625rem;height:1.3rem;top:51.75rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWTyAkakatPv0ToEZmIcVaaBZbpJTg29 { width:11.25rem;height:4.25rem;top:54.499389648438rem;left:4.311789393425rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vg4wT6M0XoI8kbL3fSvThxkC81TdHVcx { width:13.1875rem;height:1.3rem;top:60.3125rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGAlBoPRHM5T3nZc5Wpe6a807zIPkGub { width:14.25rem;height:2.8rem;top:62.25rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcmhTX9skT7LF2EmyWiT0vgpTUIvGdqw { width:18.75rem;height:19.5rem;top:25.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuwXkcyPXWWQJ836z1r3MTLpKqvZAuBB { width:3.125rem;height:1.6534883219138rem;top:28.125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uhf5UOHCaPbSrEJAgUilBSAA4rVCGLpi { width:9.0625rem;height:1.3rem;top:30.5rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wW7sLfv1FcihKXTgsJFRLQS1n2AAItHC { width:12.5rem;height:2.1875rem;top:34.3125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRIwulhMmI7XRp5CQdZxlV7TIHfDSpsR { width:13.125rem;height:1.3rem;top:39.0625rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RE3vS8OMT44nNNPkdPe85PwNaWzrknWV { width:14.1868125rem;height:2.8rem;top:41.375rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT5ENd80XJT7XuLvuykV3phteXbCJnhO { position:relative;z-index:auto;display:block; }#MT5ENd80XJT7XuLvuykV3phteXbCJnhO > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HEVW5e2LDHFlnx9gR6DwhMBnZcETagBA { width:1.875rem;height:1.875rem;top:17.499351501465rem;left:3.3745663762093rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZcvrbpeQNpGMTElVahlRzvaoCKpO3Sc { width:1.875rem;height:1.81098125rem;top:20.623481750488rem;left:3.3745663762093rem;display:block; }
 }@media only screen and (max-width: 763px) { #FttTX16WU6bOnXnSViTpPtRbraZ6Q0gh { width:8.4375rem;height:1.875rem;top:17.59375rem;left:5.7812502980232rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #brwMVVt2w8TgHTURrvx7UMZndblf8VJm { width:13.499375rem;height:1.875rem;top:20.590930938721rem;left:5.8745663762093rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vcwx4nwDTtNlCqddNCUgL3fmus0Xpan5 { width:13.2498125rem;height:3.06206875rem;top:25.184463500976rem;left:3.6870663762093rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2uDKaqHqGs4BfGEXbSikbLguKM0bKlp { width:1.875rem;height:1.875rem;top:14.560981750488rem;left:3.3745663762093rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9P5O9F900zJ3gncdzVVvVDEOCdNps9z { width:9.6875rem;height:1.875rem;top:14.560981750488rem;left:5.7812502980232rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE2dDk5uPZzSx7AVTBqppVBCs8TRg2Pz { width:17rem;height:4.31206875rem;top:8.011474609375rem;left:1.4995661377907rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rha6Ozw8XRavByi7cP4nZHQVuCM05sxv { width:14.0625rem;height:4.4987rem;top:2.5rem;left:2.96875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }