.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#3a2c3b;background-image:url("https://images.assets-landingi.com/uc/df45ce9f-23fc-4ee6-b705-121ce6d29062/LANDtlo.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#3a2c3b;background-image:url("https://images.assets-landingi.com/uc/0cf8945c-bee7-4e86-a059-01e1dd2180e8/paski.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:57.5rem;width:75rem;overflow:visible;position:relative;display:block; }#kqpe7EPOyRKBrlecIWbfOTQLqAiUoAMO { 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:8.125rem;width:9.9375rem;top:2.5rem;left:2.5rem;overflow:hidden;display:block; }
#spewCc68Cvg7L7Sq9JJ5ZOg7CkhebIbg { color:#ffffff;display:block;width:24.874321rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:29.12398147583rem;left:31.559953689575rem;height:20.5551875rem;font-style:normal;display:block; }
#sz4C82BElqz73big9eiKyk0pbLml01li { position:absolute;display:block;z-index:15004;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:57.5rem;width:46.436821rem;top:0rem;left:4.4369907379151rem;overflow:hidden;display:block; }
#rbS3t6Tdqmfc7N4QHGbn6eCsCHFEGbSo { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:13.5rem;top:2.5rem;left:58.125rem;overflow:hidden;display:block; }
#CRZ7Tbdf8596SWd5s6221lGcQGu9AtX2 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:11.25rem;width:13.5rem;top:15.937500953674rem;left:58.125003814698rem;overflow:hidden;display:block; }
#NhvWJQXIoaoTfFU9EQ0LqHB8IU5NNnuq { 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:11.25rem;width:13.5rem;top:29.625rem;left:58.125rem;overflow:hidden;display:block; }
#Qvd6f1TEmpfNftmis3PPfiC9UxV9lTbO { 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:11.25rem;width:13.4375rem;top:43rem;left:58.125rem;overflow:hidden;display:block; }
#BxTeIWxpRE1hgLBa9bTx7fzR1ppo3146 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:10.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:43.350376129151rem;left:60.874998092651rem;display:block; }
#x5huOJFTNQGZwvXWu3POIiKgSZNQTzvC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#drGMEnMuLIa9KeT48NI4DlAhAyCtgxr6 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:10.5rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:29.970449447632rem;left:60.874662399292rem;display:block; }
#KLRxAXt7OA0O7I4w4MuoqwbXIqDJSNIc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zeBTctZRr8LRfHR0i8CDWNvIS879nSPZ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:10.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:16.283288955689rem;left:60.874662399292rem;display:block; }
#RiO6R3TOATiH4vHWvLTJeuPcei4XAnvf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yyJxThUtOCiHSxqA6WbJxUytkbv80k1u { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:10.5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:2.8440897464752rem;left:60.874662399292rem;display:block; }
#mZma8Hv5Pb5tgaRF40WhSKEz4T5Gd53d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sN12EhHABWBMPRMpbD0RBcAZHBru9iBI { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:48.0625rem;left:6.9375rem;height:1.4130435rem;display:none; }
#db34uoBVgwKxuubRfPouVlBAePlmUNUx { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:46.4375rem;left:2.5rem;display:none; }
#aTVJa0Dl2JN9HVUGhtkXz6PU8tD4JthL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:46.4375rem;left:2.5rem;display:none; }
#OAaTDD8lkg0cbMflizBKmACm7JZXOfzp { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:47.5625rem;left:6.625rem;height:1.4130435rem;display:none; }
#EeP2y8qTJ5KpSBaUiiNHzJuEVtrJ4LQm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3a2c3b;background-image:url("https://images.assets-landingi.com/uc/1d4a36ea-1b62-40c3-9a1c-85f76a64b974/LANDtlobez25901pkt.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EeP2y8qTJ5KpSBaUiiNHzJuEVtrJ4LQm.adaptive-delivery-prevent-bg, #EeP2y8qTJ5KpSBaUiiNHzJuEVtrJ4LQm.lazyload, #EeP2y8qTJ5KpSBaUiiNHzJuEVtrJ4LQm.lazyloading { background-image: none; }#EeP2y8qTJ5KpSBaUiiNHzJuEVtrJ4LQm > .row .container { background-color: transparent; background-image: none; }#EeP2y8qTJ5KpSBaUiiNHzJuEVtrJ4LQm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EeP2y8qTJ5KpSBaUiiNHzJuEVtrJ4LQm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EeP2y8qTJ5KpSBaUiiNHzJuEVtrJ4LQm > .row .container > .video-iframe-container { display: none; }#EeP2y8qTJ5KpSBaUiiNHzJuEVtrJ4LQm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EeP2y8qTJ5KpSBaUiiNHzJuEVtrJ4LQm > .row > .video-iframe-container { display: none; }#EeP2y8qTJ5KpSBaUiiNHzJuEVtrJ4LQm > .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); }#EeP2y8qTJ5KpSBaUiiNHzJuEVtrJ4LQm > .row .container { border-width: 0; border-radius: 0; }#EeP2y8qTJ5KpSBaUiiNHzJuEVtrJ4LQm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EeP2y8qTJ5KpSBaUiiNHzJuEVtrJ4LQm > .row .container { font-size:0.875rem;font-family:arial;height:161.875rem;width:75rem;position:relative;display:block; }#LFbOWiEv2mP1iDcFfNkxmQeJZmrFB5Pt { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:0.3251953125rem;left:0rem;overflow:hidden;display:block; }
#b73fEJnTtl6JxnivTqgTvNAwBGTBkiS0 { color:#ffffff;display:block;width:26.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.2622261047362rem;left:10.099354743957rem;height:2.625rem;font-style:normal;display:block; }
#bUTDpvNF4ELipouC6D66wRCE2h44HvNJ { color:#ffffff;display:block;width:23rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.248046875rem;left:10.099609375rem;height:2.11230625rem;display:block; }
#plsOM4N6wD5gEQQCLRaWzbv5Wr3T8bTq { color:#ffffff;display:block;width:23.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.2622261047362rem;left:47.624831199646rem;height:2.625rem;font-style:normal;display:block; }
#AQMouCf6KN5UoLfFf0vovRos2cKJ97sb { color:#ffffff;display:block;width:26.875rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:2.2494888305664rem;left:47.624831199646rem;height:3.875rem;display:block; }
#HKOlddHgEKaVs9ev0GOP9DWlwWg7xepk { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:0.25rem;left:37.5rem;overflow:hidden;display:block; }
#CaCrA3aRUl5x7HqwRn9ILf9SfynprlAa { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:11.8125rem;left:0rem;overflow:hidden;display:block; }
#vfR4XMKPAm3rQnQQcoAft3dpkbvLmxRG { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:18.75rem;left:10.125rem;height:2.625rem;font-style:normal;display:block; }
#KcFowqfgJhENL6h7gV8mLVnXWwXHi7MI { color:#ffffff;display:block;width:23rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:13.75rem;left:10.125rem;height:4.25rem;display:block; }
#L2xuFHgAqTUpv1OULCTrxkN7UKl31PLp { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:30.6875rem;left:10.125rem;height:2.61230625rem;font-style:normal;display:block; }
#sFkploa2nvAK5beZisC8HM0ZTsBB7CoN { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:23.75rem;left:0rem;overflow:hidden;display:block; }
#fJGLAXE2Z1IHoPlPEGaAbcU8MM5BuV74 { color:#ffffff;display:block;width:23rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:25.6875rem;left:10.125rem;height:2.11230625rem;display:block; }
#exIiVwcd5hl6vkTaCT1On9HE9T8ffsQP { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:18.6875rem;left:47.625rem;height:3.92480625rem;font-style:normal;display:block; }
#mxsW7LJvTULEOvxnhwFZ0WhaRFelN4x4 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:11.72367477417rem;left:37.5rem;overflow:hidden;display:block; }
#P6RilPI4gHRtrPxSRamN7EKlQDi3eMI1 { color:#ffffff;display:block;width:23rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:13.6875rem;left:47.625rem;height:1.94970625rem;display:block; }
#lEkheWnsirgHv6uhT3MMDwVmnK58sJzg { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:30.6875rem;left:47.625rem;height:3.92480625rem;font-style:normal;display:block; }
#G7MJldxQrMssTSqSeMlZzv2nFXTV1HPB { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:23.6875rem;left:37.5rem;overflow:hidden;display:block; }
#TlkOBpmZOfa5TinKG11eLsl2sm7u8PHt { color:#ffffff;display:block;width:27rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15011;line-height:1.2;letter-spacing:0;top:25.670009613037rem;left:47.624835968017rem;height:1.94970625rem;display:block; }
#HfTAMoMNKmUOgJnuEMFrVfocvomfXq8e { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:54.5rem;left:10.125rem;height:3.92480625rem;font-style:normal;display:block; }
#D72xPSvvx1EbqPKWzQG9aDOfTTnbX9n1 { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:54.5rem;left:47.625rem;height:3.92480625rem;font-style:normal;display:block; }
#EJX5KJWKQxRXlqNuLURmep4JbWmAbgtb { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:47.5rem;left:37.5rem;overflow:hidden;display:block; }
#qaoFXguIeNTM5PHZWf43liLrTtiAuT4w { color:#ffffff;display:block;width:27.125rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15023;line-height:1.2;letter-spacing:0;top:49.499828338623rem;left:47.624835968017rem;height:3.8994125rem;display:block; }
#HV4n8tQ2dC0GLFTIQAPFI9UMVznXTdAl { color:#ffffff;display:block;width:23rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:49.5rem;left:10.125rem;height:4.2246125rem;display:block; }
#tENFTO1STxJSbyodG2eJZymyq8hhuPHF { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:47.5625rem;left:0rem;overflow:hidden;display:block; }
#wTw3xOTFnn6ymZ4cDc20XIn0qTsRQX8A { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:35.625rem;left:0rem;overflow:hidden;display:block; }
#sfTlk5cksqH4t5IaaGb4CJw14goldCCV { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:42.5rem;left:47.625rem;height:3.92480625rem;font-style:normal;display:block; }
#Dq3wgVthOyDEkbnHPETqfAUAfZfi387U { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:35.5rem;left:37.5rem;overflow:hidden;display:block; }
#VKnx7tqXlMTomcCcMVFuZB73c4CFDeCL { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:42.5625rem;left:10.125rem;height:2.625rem;font-style:normal;display:block; }
#nHDB64HmmNTZQ6iynxmXQttEkOgx2SBW { color:#ffffff;display:block;width:25.3125rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:37.561992645264rem;left:10.124830245972rem;height:4.25rem;display:block; }
#eIRarltVmL1nrtdAZMuNv6VXLlIThbxM { color:#ffffff;display:block;width:26.75rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15020;line-height:1.2;letter-spacing:0;top:37.499996185302rem;left:47.624835968017rem;height:1.94970625rem;display:block; }
#JcpIFvklIzn5imBZcLvCWII2lxhA61MS { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:66.375rem;left:47.625rem;height:3.92480625rem;font-style:normal;display:block; }
#gJke0HdHM0BoUcwETBiC2HsEoZWnSb4v { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:59.375rem;left:37.5rem;overflow:hidden;display:block; }
#M9DKTV2thvAZDgnq0P3zJsraNX21ptIm { color:#ffffff;display:block;width:25.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:66.375rem;left:10.125rem;height:2.625rem;font-style:normal;display:block; }
#PqG2tLT3ld5qh4AWtqr8M3aoOQg7Du4X { color:#ffffff;display:block;width:23rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:61.375rem;left:10.125rem;height:2.11230625rem;display:block; }
#n1gtnkVuKCVLWeIFpZON9I2JRJ8KyTEL { color:#ffffff;display:block;width:27.125rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15029;line-height:1.2;letter-spacing:0;top:61.375rem;left:47.625rem;height:1.94970625rem;display:block; }
#ag03fLbeTIDiTfZqPEeCRwTxsCMLEv9C { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:59.4375rem;left:0rem;overflow:hidden;display:block; }
#VzFpMG144zhnnSzvmntq30nPshA1yipd { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:78.25rem;left:47.625rem;height:3.92480625rem;font-style:normal;display:block; }
#VknvRPk7m5X2HGB5inl1rzzG4TP81keB { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:71.25rem;left:37.5rem;overflow:hidden;display:block; }
#Xn3JcKBToUNeQExAHqKdznkLp2xR0QxO { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;box-shadow: none;height:9.4375rem;width:9.9375rem;top:71.213481903075rem;left:0rem;overflow:hidden;display:block; }
#EP6Pc4Qhyctsk1zrF6eeJFhsbLXrH5bW { color:#ffffff;display:block;width:25.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:78.25rem;left:10.125rem;height:3.92480625rem;font-style:normal;display:block; }
#pPK3XhaGyhhdJkN9PW5y69nBkro5TzCV { color:#ffffff;display:block;width:23rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:73.25rem;left:10.125rem;height:2.11230625rem;display:block; }
#cBDHnkNJmedqT8fkcylRNyFdNW74USQK { color:#ffffff;display:block;width:27.125rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15036;line-height:1.2;letter-spacing:0;top:73.25rem;left:47.625rem;height:3.875rem;display:block; }
#glbkWWGJXrRAGQCxNtFFLxhVa1E3sXhg { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:90.0625rem;left:47.625rem;height:3.92480625rem;font-style:normal;display:block; }
#a42a9fpenhKktoLQcAFoDx2ixnqxDqes { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:83.0625rem;left:37.5rem;overflow:hidden;display:block; }
#X5OIKhZVQfgCKMPsdRSG8DJf7TmM8UT4 { color:#ffffff;display:block;width:27.125rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15032;line-height:1.2;letter-spacing:0;top:85.0625rem;left:47.625rem;height:1.94970625rem;display:block; }
#WH2colqXFuHwmHTK06TRyfmrOq6WX3l8 { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:90.0625rem;left:10.125rem;height:3.92480625rem;font-style:normal;display:block; }
#BSyfDTTQQdtsxvh0r2HAtdnTQvwhJUVw { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:83.0625rem;left:0rem;overflow:hidden;display:block; }
#FIlg1TTsPbqdJ63P1aXbvULITVMOTutT { color:#ffffff;display:block;width:27.125rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15035;line-height:1.2;letter-spacing:0;top:85.0625rem;left:10.125rem;height:1.94970625rem;display:block; }
#EnQdzINBTO3mirukxFDR9GCSIUtsyrRd { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:101.875rem;left:47.625rem;height:3.92480625rem;font-style:normal;display:block; }
#gtw7ueG7lktZVhUwW32pQTDwyynBD3XL { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:94.875rem;left:37.5rem;overflow:hidden;display:block; }
#Ji7ZMCOR7Z29FivIA9UXMfTVGQO2xJHB { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:101.875rem;left:10.125rem;height:3.92480625rem;font-style:normal;display:block; }
#DUWaU4USyTPzS60kIo3tqBmw68qCJsgq { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:94.875rem;left:0rem;overflow:hidden;display:block; }
#bfyqe7SGbee4dolCMh2i9tAhqx7qMqvU { color:#ffffff;display:block;width:24.9371605rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15039;line-height:1.2;letter-spacing:0;top:96.765453338625rem;left:47.624834060669rem;height:3.8994125rem;display:block; }
#vTirrEaXMpIO4y1gABCc0SXyyPmm5xP8 { color:#ffffff;display:block;width:27.125rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15042;line-height:1.2;letter-spacing:0;top:96.875rem;left:10.125rem;height:1.94970625rem;display:block; }
#weE1qe9I2oIitqLmSF6BA3iwxC5iHHDl { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:113.625rem;left:47.625rem;height:3.92480625rem;font-style:normal;display:block; }
#omp3al7hE6MOrDiKhViP08ukuGT3TSaO { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:106.625rem;left:37.5rem;overflow:hidden;display:block; }
#OR6N5qcBptmyAEr7x2rHqw21H1S7XCzA { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:113.625rem;left:10.125rem;height:3.92480625rem;font-style:normal;display:block; }
#peMozrQGAS5ilD3DTXw8DbX0LFQ2k6ZL { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:106.625rem;left:0rem;overflow:hidden;display:block; }
#EsdgmTSxlg97d9lT5iMdU7tDB8TMTA3J { color:#ffffff;display:block;width:27.4371605rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15046;line-height:1.2;letter-spacing:0;top:108.51392745972rem;left:47.562845230103rem;height:3.8994125rem;display:block; }
#L0Zf3if1li7BLD2lmfbm1Q3mP9V2Tn7k { color:#ffffff;display:block;width:27.125rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15049;line-height:1.2;letter-spacing:0;top:108.625rem;left:10.125rem;height:1.94970625rem;display:block; }
#wCE28wdCL4tlw1B8FVDnImksJKtSM1eW { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:118.4375rem;left:0rem;overflow:hidden;display:block; }
#LQNJF65HB9iR76NfHL8TUWQCpVLEN7AM { color:#ffffff;display:block;width:22.3125rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15048;line-height:1.2;letter-spacing:0;top:120.4375rem;left:10.125rem;height:3.875rem;display:block; }
#Dbew10tH8TxtxPZxefMpOPoZWkVroCVU { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:125.4375rem;left:10.125rem;height:3.92480625rem;font-style:normal;display:block; }
#oKcvBQgSx1VTuP8AAUPOJgPeuZpNQ46P { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:118.4375rem;left:37.5rem;overflow:hidden;display:block; }
#Ig0XTErbEVEzmIyIZWDMCXS4Abs0WyJ6 { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:125.43732833862rem;left:47.624834060669rem;height:3.92480625rem;font-style:normal;display:block; }
#SpIr2o0RHPfauonP0LFbB7i2Ml2QeZnu { color:#ffffff;display:block;width:24.9375rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15045;line-height:1.2;letter-spacing:0;top:120.4375rem;left:47.625rem;height:1.94970625rem;display:block; }
#fAvFQifUTDzTLNdokpiZI1SIiqBrOtNl { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:137.375rem;left:10.125rem;height:3.92480625rem;font-style:normal;display:block; }
#Iz5nietFPeo6ovNeeTGVuNp66J9glrs4 { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:130.375rem;left:37.5rem;overflow:hidden;display:block; }
#J1cpBr89TK9OWNF1vb2AQ80lf9rbVCpR { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:137.375rem;left:47.625rem;height:3.92480625rem;font-style:normal;display:block; }
#kbTRheW9S28vccPTEvFVsXoo74chxWzs { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:130.375rem;left:0rem;overflow:hidden;display:block; }
#g4r2cLlio3KznXJVKrTt3xmnICgLTZe9 { color:#ffffff;display:block;width:25.8125rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15055;line-height:1.2;letter-spacing:0;top:132.37432479858rem;left:10.124830245972rem;height:1.94970625rem;display:block; }
#TDAeZ8m8MvPTZLO4khTOaJLDACTvtAK4 { color:#ffffff;display:block;width:24.9375rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15052;line-height:1.2;letter-spacing:0;top:132.375rem;left:47.625rem;height:1.94970625rem;display:block; }
#xRyBt3JXXPmpqHbdByRMKxaVTsXCVpUp { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:149.25rem;left:10.125rem;height:3.92480625rem;font-style:normal;display:block; }
#qGs6QvvXsMomGA3mxFRt6BOAiyJS00VH { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:142.25rem;left:0rem;overflow:hidden;display:block; }
#N4pC5sq8HN6yqdVabyQJX4sTbVzii2ow { color:#ffffff;display:block;width:22.3125rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15062;line-height:1.2;letter-spacing:0;top:144.25rem;left:10.125rem;height:3.875rem;display:block; }
#O4ReRzghXM9su1DvA9SmQpMx7W549mno { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9371605rem;width:4.9371605rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:154.99066162109rem;left:34.624662399292rem; }
#O4ReRzghXM9su1DvA9SmQpMx7W549mno > img { max-width: 100%;max-height:100%; width:4.9371605rem; height:4.9371605rem; }#XXQhPwoIfoQmKO4a1OdcxODalr5AD741 { position:relative;display:none; }#XXQhPwoIfoQmKO4a1OdcxODalr5AD741 { border-width: 0; border-radius: 0; }#XXQhPwoIfoQmKO4a1OdcxODalr5AD741 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XXQhPwoIfoQmKO4a1OdcxODalr5AD741 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Amdk6iTcnpzVnI29bHoKzddd6RpPJnzi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:46.4375rem;left:2.5rem;display:none; }
#CDcNMSs7zeRxUhGcDntf9o5M9oil9Olu { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:47.5625rem;left:6.625rem;height:1.4130435rem;display:none; }
#vcGPVr3owCXXbPJLz3s8hdCeRFKbewLN { 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:15.3125rem;width:18.75rem;display:none; }
#U7wtl4XzzLTNb3h2vfWhMA8qunTNuLfF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3a2c3b;background-image:url("https://images.assets-landingi.com/uc/1d4a36ea-1b62-40c3-9a1c-85f76a64b974/LANDtlobez25901pkt.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#U7wtl4XzzLTNb3h2vfWhMA8qunTNuLfF.adaptive-delivery-prevent-bg, #U7wtl4XzzLTNb3h2vfWhMA8qunTNuLfF.lazyload, #U7wtl4XzzLTNb3h2vfWhMA8qunTNuLfF.lazyloading { background-image: none; }#U7wtl4XzzLTNb3h2vfWhMA8qunTNuLfF > .row .container { border-width: 0; border-radius: 0; }#U7wtl4XzzLTNb3h2vfWhMA8qunTNuLfF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U7wtl4XzzLTNb3h2vfWhMA8qunTNuLfF > .row .container { font-size:0.875rem;font-family:arial;height:161.875rem;width:75rem;position:relative;display:none; }#ORbQHpu0y7K4piJtKntR3LWGcaBWqCAc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:0.3251953125rem;left:0rem;overflow:hidden;display:block; }
#ZOVyhehERl5E4zTrryzN0Fhio4a6fZtP { color:#ffffff;display:block;width:26.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.2622261047362rem;left:10.099354743957rem;height:0;font-style:normal;display:block; }
#iQFVg8x5BoNQkOwGJIltlwdTTzeKsSqo { color:#ffffff;display:block;width:23rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.248046875rem;left:10.099609375rem;height:2.0652175rem;display:block; }
#SMdzA6svAMd88TWXKEJJVag9vf8m9gJm { color:#ffffff;display:block;width:23.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.2622261047362rem;left:47.624831199646rem;height:0;font-style:normal;display:block; }
#t5kHKzvuT1omQ5i87Dqhv3tt5LRAKpl9 { color:#ffffff;display:block;width:26.875rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:2.2494888305664rem;left:47.624831199646rem;height:0;display:block; }
#RPhwpMs8bOzzULp1oVTRtk50ddCBkBd0 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:0.25rem;left:37.5rem;overflow:hidden;display:block; }
#spN4cvescIOpTRmsvTb6CsBE5qtEqOPg { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:11.8125rem;left:0rem;overflow:hidden;display:block; }
#u5wW0rk8Bdubu5k68Myo22yEn7FiieR9 { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:18.75rem;left:10.125rem;height:0;font-style:normal;display:block; }
#DofrgMb8X1TTbUMgmNWFTfW1CgGoIiZS { color:#ffffff;display:block;width:23rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:13.75rem;left:10.125rem;height:0;display:block; }
#XlhUGNbIk1TfOhPI7TQOJ9dkMunpUTxW { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:30.6875rem;left:10.125rem;height:1.25rem;font-style:normal;display:block; }
#eJIGHRkml50OBxvHZGlGw6Kuv6q17viG { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:23.75rem;left:0rem;overflow:hidden;display:block; }
#tTWkhgWoUcqw5HKzBf6ayTDrfW4HIPJo { color:#ffffff;display:block;width:23rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:25.6875rem;left:10.125rem;height:2.0652175rem;display:block; }
#ov5d5eG3UX7RbsF9ireV2XZN6yzrK9wX { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:18.6875rem;left:47.625rem;height:1.25rem;font-style:normal;display:block; }
#IQOWAN7EaNGPMlVbCKm2xFXpds6i4Zv3 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:11.72367477417rem;left:37.5rem;overflow:hidden;display:block; }
#t2dkL3yKdtoHyuFvrRGmUBDaz1rtDrWy { color:#ffffff;display:block;width:23rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:13.6875rem;left:47.625rem;height:1.902174rem;display:block; }
#HMkBLnf29JUJ2VefghSaUedIf2c9b34V { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:30.6875rem;left:47.625rem;height:1.25rem;font-style:normal;display:block; }
#eyD3mUN4ev0Z7OMPbiyJvvF2yBFkaFEx { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:23.6875rem;left:37.5rem;overflow:hidden;display:block; }
#MUQ2Nqqu2k6t60W5IABsBHFVsTxwTUn9 { color:#ffffff;display:block;width:27rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15011;line-height:1.2;letter-spacing:0;top:25.670009613037rem;left:47.624835968017rem;height:1.902174rem;display:block; }
#SXA21xSvS9HfzTwishB70W0bD5hrzaEr { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:54.5rem;left:10.125rem;height:1.25rem;font-style:normal;display:block; }
#kmdyzI1ToHWdh5fxlgs5seVXsHVayJui { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:54.5rem;left:47.625rem;height:1.25rem;font-style:normal;display:block; }
#LUcqclxIJZsqw0xz9EB6ltTTqKGD0uM3 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:47.5rem;left:37.5rem;overflow:hidden;display:block; }
#JKeRUfnhLvhx3IQg842DBculJTvJ4UEk { color:#ffffff;display:block;width:27.125rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15023;line-height:1.2;letter-spacing:0;top:49.499828338623rem;left:47.624835968017rem;height:3.804348rem;display:block; }
#hV7EOHVfplg7RVGlPR8lqAgsVUhk4su0 { color:#ffffff;display:block;width:23rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:49.5rem;left:10.125rem;height:4.130435rem;display:block; }
#Sz6vJOigNI8hwE1evJmbR4OVNTzIO62X { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:47.5625rem;left:0rem;overflow:hidden;display:block; }
#RMwoPmTX1kKoGOMkBf8mx99ht0FvMGIt { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:35.625rem;left:0rem;overflow:hidden;display:block; }
#M6optiaxuJotUlRzZyxQagid0JOg637u { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:42.5rem;left:47.625rem;height:1.25rem;font-style:normal;display:block; }
#Flx6teqQCssFuibK4eHbLO0TpkPTugLA { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:35.5rem;left:37.5rem;overflow:hidden;display:block; }
#bmPnQqQWpwgELJQA6Qtb862NaTGGvBnu { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:42.5625rem;left:10.125rem;height:0;font-style:normal;display:block; }
#U1Tbxg4H41dDom747qEOiacELyl3gAVn { color:#ffffff;display:block;width:25.3125rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:37.561992645264rem;left:10.124830245972rem;height:0;display:block; }
#WyxRXLuIfbJllG5NIy9lOe2TKOfADbCh { color:#ffffff;display:block;width:26.75rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15020;line-height:1.2;letter-spacing:0;top:37.499996185302rem;left:47.624835968017rem;height:1.902174rem;display:block; }
#y8ulWOUpCDTbZmg6WT1xUrAeTHrpdOfR { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:66.375rem;left:47.625rem;height:1.25rem;font-style:normal;display:block; }
#LP6vE5rocWtD8kuUvO5TRTUMqGTT4UgS { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:59.375rem;left:37.5rem;overflow:hidden;display:block; }
#p88diAkbiTNQq0MnM2eqoD3P8RIUEoXs { color:#ffffff;display:block;width:25.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:66.375rem;left:10.125rem;height:0;font-style:normal;display:block; }
#x5sa4LxcTmUb3ooG0P5fg9nHoEIOZ72a { color:#ffffff;display:block;width:23rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:61.375rem;left:10.125rem;height:2.0652175rem;display:block; }
#tSdHlGDdw4XUNdxyVESVy5Xo9639aOXW { color:#ffffff;display:block;width:27.125rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15029;line-height:1.2;letter-spacing:0;top:61.375rem;left:47.625rem;height:1.902174rem;display:block; }
#LKDclyCcrHlrdkosbsFF1vTyKX1P6RdD { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:59.4375rem;left:0rem;overflow:hidden;display:block; }
#y6h67aL9KGmKR7weKbHtw6217XcAvqDW { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:78.25rem;left:47.625rem;height:1.25rem;font-style:normal;display:block; }
#UAuqGJQLZKyT2ElbXzu7UTSI1UspRild { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:71.25rem;left:37.5rem;overflow:hidden;display:block; }
#Q0bBEf4eCM8qHFHRbuRV4Tg6asqQFXr1 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;box-shadow: none;height:9.4375rem;width:9.9375rem;top:71.213481903075rem;left:0rem;overflow:hidden;display:block; }
#OAbbQi1eTm2radIRSL8EAIkRq5SAauWb { color:#ffffff;display:block;width:25.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:78.25rem;left:10.125rem;height:1.25rem;font-style:normal;display:block; }
#imE2laOAQ9DvEOTbur7JhkBlM3Pzbe7U { color:#ffffff;display:block;width:23rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:73.25rem;left:10.125rem;height:2.0652175rem;display:block; }
#l5Kwlx0ZcizIWnOXUgP8eRUHTi8eDCbf { color:#ffffff;display:block;width:27.125rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15036;line-height:1.2;letter-spacing:0;top:73.25rem;left:47.625rem;height:0;display:block; }
#sftz31nBsqvycuqZmCwtXFVH6atwrkNp { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:90.0625rem;left:47.625rem;height:1.25rem;font-style:normal;display:block; }
#PcLQu9fsiWs0bVPTQws4IAqPAfXVVPEn { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:83.0625rem;left:37.5rem;overflow:hidden;display:block; }
#HTv1bccxo29tKZPOrnrZKkJUNGEWxlHT { color:#ffffff;display:block;width:27.125rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15032;line-height:1.2;letter-spacing:0;top:85.0625rem;left:47.625rem;height:1.902174rem;display:block; }
#k8Vw1cmhnsVbwaI5nquhETt29vrbFm2b { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:90.0625rem;left:10.125rem;height:1.25rem;font-style:normal;display:block; }
#LTOHxUfCsDb7str1SpGzByeiAdo5B620 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:83.0625rem;left:0rem;overflow:hidden;display:block; }
#uAh72qnLbTGcEDeZhLa3TTHgWT0Q8Hvm { color:#ffffff;display:block;width:27.125rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15035;line-height:1.2;letter-spacing:0;top:85.0625rem;left:10.125rem;height:1.902174rem;display:block; }
#JSPdMrl1DiWPP4qbGuzrtRbH88zCtwUG { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:101.875rem;left:47.625rem;height:1.25rem;font-style:normal;display:block; }
#TGqoL121XZ7eQz7xHydJB9bUCxrSo8bD { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:94.875rem;left:37.5rem;overflow:hidden;display:block; }
#rRoKV6ocOI3CDF0Gw1QI9mI4BAuzOPmR { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:101.875rem;left:10.125rem;height:1.25rem;font-style:normal;display:block; }
#RniCRKrnsNxHVMbnCHuyBnc3LIdf4fNT { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:94.875rem;left:0rem;overflow:hidden;display:block; }
#Pyoh1xK6aXoJ9GZDPRa6EXWMd7CR0G5F { color:#ffffff;display:block;width:24.9371605rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15039;line-height:1.2;letter-spacing:0;top:96.765453338625rem;left:47.624834060669rem;height:3.804348rem;display:block; }
#hvCLg0K0kwBITRfWLnV9K3hOm2svpJCQ { color:#ffffff;display:block;width:27.125rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15042;line-height:1.2;letter-spacing:0;top:96.875rem;left:10.125rem;height:1.902174rem;display:block; }
#GoG0m7g6GQS9WZ3f4Aoudgh53BT6WG3K { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:113.625rem;left:47.625rem;height:1.25rem;font-style:normal;display:block; }
#nFxh6AgoM1mohi0omf3TuHnRAoy4iA05 { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:106.625rem;left:37.5rem;overflow:hidden;display:block; }
#K37lagQyxgn7kfiG7ZGLLcRKAeo5mR12 { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:113.625rem;left:10.125rem;height:1.25rem;font-style:normal;display:block; }
#ysKrED4TxQMKy1PhxMJyVM6uFKgrxvEg { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:106.625rem;left:0rem;overflow:hidden;display:block; }
#DGSB7yT5P1i6PqJad2HrGDOzezP5qtAM { color:#ffffff;display:block;width:27.4371605rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15046;line-height:1.2;letter-spacing:0;top:108.51392745972rem;left:47.562845230103rem;height:3.804348rem;display:block; }
#tikynnD61EEVWOxfXVrIQHHV0L8L85Ze { color:#ffffff;display:block;width:27.125rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15049;line-height:1.2;letter-spacing:0;top:108.625rem;left:10.125rem;height:1.902174rem;display:block; }
#Ab30KGa88fWEMsoLouw7sIV6l2QGcqs5 { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:118.4375rem;left:0rem;overflow:hidden;display:block; }
#BZSPP4mJ3Kk08cE0UOFPAaHCROmCNbdf { color:#ffffff;display:block;width:22.3125rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15048;line-height:1.2;letter-spacing:0;top:120.4375rem;left:10.125rem;height:0;display:block; }
#dPKlUSWhcFcqOB6sdBHyyybbkHOsqJkD { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:125.4375rem;left:10.125rem;height:1.25rem;font-style:normal;display:block; }
#ThyL6M6BNwRX5IF5e9BWWMBbkB2XMGUN { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:118.4375rem;left:37.5rem;overflow:hidden;display:block; }
#OqTgApr895oHMD1p42osvsQFvBQGBtee { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:125.43732833862rem;left:47.624834060669rem;height:1.25rem;font-style:normal;display:block; }
#DaXJ07icd1OK27nkMeKIMmozCJ6at3Rf { color:#ffffff;display:block;width:24.9375rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15045;line-height:1.2;letter-spacing:0;top:120.4375rem;left:47.625rem;height:1.902174rem;display:block; }
#w4PbaTBxwcHuTemopwK98gL1Sf4txogJ { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:137.375rem;left:10.125rem;height:1.25rem;font-style:normal;display:block; }
#FeWwLXo0cDtp8KnEURE6dLazVNIUpNeT { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:130.375rem;left:37.5rem;overflow:hidden;display:block; }
#Z1Kb3n7I72BtfrIuTxRTIT9brNyJm1By { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:137.375rem;left:47.625rem;height:1.25rem;font-style:normal;display:block; }
#ulTzT8LFezyFwqFDM6N2TAhqzOxH4dJk { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:130.375rem;left:0rem;overflow:hidden;display:block; }
#pQO0TdiEBJu7rA5xO4Tu2f2kUmOQwHzt { color:#ffffff;display:block;width:25.8125rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15055;line-height:1.2;letter-spacing:0;top:132.37432479858rem;left:10.124830245972rem;height:1.902174rem;display:block; }
#Sh6GrIdmnmSAy9NRRhpEXHLp33Rz6sfD { color:#ffffff;display:block;width:24.9375rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15052;line-height:1.2;letter-spacing:0;top:132.375rem;left:47.625rem;height:1.902174rem;display:block; }
#JfNm2G2cQsKiqaekJbB6tvKaX0PU2ZTm { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:149.25rem;left:10.125rem;height:1.25rem;font-style:normal;display:block; }
#GEOuxClTkuvyQvBc4MT4FzZU7ETd8AuF { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:142.25rem;left:0rem;overflow:hidden;display:block; }
#sZlmmb7v0X2dVFF48yrOaMF5zJHrLcvX { color:#ffffff;display:block;width:22.3125rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15062;line-height:1.2;letter-spacing:0;top:144.25rem;left:10.125rem;height:0;display:block; }
#paDkyggNDlExXi2fb62TPtXMy1FTQRWl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#paDkyggNDlExXi2fb62TPtXMy1FTQRWl > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kqpe7EPOyRKBrlecIWbfOTQLqAiUoAMO { width:9.9375rem;height:8.125rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #spewCc68Cvg7L7Sq9JJ5ZOg7CkhebIbg { width:24.8125rem;height:20.5rem;top:29.0625rem;left:17.9345703125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sz4C82BElqz73big9eiKyk0pbLml01li { width:46.375rem;height:57.423450670751rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbS3t6Tdqmfc7N4QHGbn6eCsCHFEGbSo { width:13.5rem;height:11.25rem;top:2.5rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRZ7Tbdf8596SWd5s6221lGcQGu9AtX2 { width:13.5rem;height:11.25rem;top:15.9375rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhvWJQXIoaoTfFU9EQ0LqHB8IU5NNnuq { width:13.5rem;height:11.25rem;top:29.625rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qvd6f1TEmpfNftmis3PPfiC9UxV9lTbO { width:13.4375rem;height:11.25rem;top:43rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxTeIWxpRE1hgLBa9bTx7fzR1ppo3146 { width:10.5rem;height:10.5rem;top:43.3125rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5huOJFTNQGZwvXWu3POIiKgSZNQTzvC { display:block; }
 }@media only screen and (max-width: 763px) { #drGMEnMuLIa9KeT48NI4DlAhAyCtgxr6 { width:10.5rem;height:10.5rem;top:29.9375rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLRxAXt7OA0O7I4w4MuoqwbXIqDJSNIc { display:block; }
 }@media only screen and (max-width: 763px) { #zeBTctZRr8LRfHR0i8CDWNvIS879nSPZ { width:10.5rem;height:10.5rem;top:16.25rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiO6R3TOATiH4vHWvLTJeuPcei4XAnvf { display:block; }
 }@media only screen and (max-width: 763px) { #yyJxThUtOCiHSxqA6WbJxUytkbv80k1u { width:10.5rem;height:10.5rem;top:2.8125rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZma8Hv5Pb5tgaRF40WhSKEz4T5Gd53d { display:block; }
 }@media only screen and (max-width: 763px) { #sN12EhHABWBMPRMpbD0RBcAZHBru9iBI { width:12.5rem;height:1.375rem;top:48.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #db34uoBVgwKxuubRfPouVlBAePlmUNUx { width:3.75rem;height:3.75rem;top:46.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTVJa0Dl2JN9HVUGhtkXz6PU8tD4JthL { width:3.125rem;height:3.125rem;top:46.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAaTDD8lkg0cbMflizBKmACm7JZXOfzp { width:12.5rem;height:1.375rem;top:47.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeP2y8qTJ5KpSBaUiiNHzJuEVtrJ4LQm { display:block; }#EeP2y8qTJ5KpSBaUiiNHzJuEVtrJ4LQm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LFbOWiEv2mP1iDcFfNkxmQeJZmrFB5Pt { width:9.375rem;height:9.375rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b73fEJnTtl6JxnivTqgTvNAwBGTBkiS0 { width:26.5625rem;height:2.5rem;top:7.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUTDpvNF4ELipouC6D66wRCE2h44HvNJ { width:23rem;height:2.0625rem;top:2.1875rem;left:0.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #plsOM4N6wD5gEQQCLRaWzbv5Wr3T8bTq { width:23.25rem;height:2.5rem;top:7.25rem;left:24.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQMouCf6KN5UoLfFf0vovRos2cKJ97sb { width:26.875rem;height:3.75rem;top:2.1875rem;left:20.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKOlddHgEKaVs9ev0GOP9DWlwWg7xepk { width:9.375rem;height:9.375rem;top:0.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaCrA3aRUl5x7HqwRn9ILf9SfynprlAa { width:9.375rem;height:9.375rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfR4XMKPAm3rQnQQcoAft3dpkbvLmxRG { width:21.125rem;height:2.5rem;top:18.6875rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcFowqfgJhENL6h7gV8mLVnXWwXHi7MI { width:22.9375rem;height:4.125rem;top:13.6875rem;left:0.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2xuFHgAqTUpv1OULCTrxkN7UKl31PLp { width:21.125rem;height:2.5rem;top:30.625rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFkploa2nvAK5beZisC8HM0ZTsBB7CoN { width:9.375rem;height:9.375rem;top:23.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJGLAXE2Z1IHoPlPEGaAbcU8MM5BuV74 { width:22.9375rem;height:2.0625rem;top:25.625rem;left:0.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #exIiVwcd5hl6vkTaCT1On9HE9T8ffsQP { width:21.125rem;height:2.5rem;top:18.625rem;left:26.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxsW7LJvTULEOvxnhwFZ0WhaRFelN4x4 { width:9.375rem;height:9.375rem;top:11.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6RilPI4gHRtrPxSRamN7EKlQDi3eMI1 { width:22.9375rem;height:1.875rem;top:13.625rem;left:24.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEkheWnsirgHv6uhT3MMDwVmnK58sJzg { width:21.125rem;height:2.5rem;top:30.625rem;left:26.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7MJldxQrMssTSqSeMlZzv2nFXTV1HPB { width:9.375rem;height:9.375rem;top:23.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlkOBpmZOfa5TinKG11eLsl2sm7u8PHt { width:26.9375rem;height:1.875rem;top:25.625rem;left:20.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfTAMoMNKmUOgJnuEMFrVfocvomfXq8e { width:21.125rem;height:2.5rem;top:54.4375rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D72xPSvvx1EbqPKWzQG9aDOfTTnbX9n1 { width:21.125rem;height:2.5rem;top:54.4375rem;left:26.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJX5KJWKQxRXlqNuLURmep4JbWmAbgtb { width:9.375rem;height:9.375rem;top:47.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaoFXguIeNTM5PHZWf43liLrTtiAuT4w { width:27.125rem;height:3.8125rem;top:49.4375rem;left:20.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HV4n8tQ2dC0GLFTIQAPFI9UMVznXTdAl { width:22.9375rem;height:4.125rem;top:49.4375rem;left:0.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tENFTO1STxJSbyodG2eJZymyq8hhuPHF { width:9.375rem;height:9.375rem;top:47.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTw3xOTFnn6ymZ4cDc20XIn0qTsRQX8A { width:9.375rem;height:9.375rem;top:35.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfTlk5cksqH4t5IaaGb4CJw14goldCCV { width:21.125rem;height:2.5rem;top:42.4375rem;left:26.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dq3wgVthOyDEkbnHPETqfAUAfZfi387U { width:9.375rem;height:9.375rem;top:35.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKnx7tqXlMTomcCcMVFuZB73c4CFDeCL { width:21.125rem;height:2.5rem;top:42.5rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHDB64HmmNTZQ6iynxmXQttEkOgx2SBW { width:25.3125rem;height:4.125rem;top:37.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIRarltVmL1nrtdAZMuNv6VXLlIThbxM { width:26.75rem;height:1.875rem;top:37.4375rem;left:21rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcpIFvklIzn5imBZcLvCWII2lxhA61MS { width:21.125rem;height:2.5rem;top:66.375rem;left:26.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJke0HdHM0BoUcwETBiC2HsEoZWnSb4v { width:9.375rem;height:9.375rem;top:59.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9DKTV2thvAZDgnq0P3zJsraNX21ptIm { width:25.9375rem;height:2.5rem;top:66.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqG2tLT3ld5qh4AWtqr8M3aoOQg7Du4X { width:22.9375rem;height:2.0625rem;top:61.375rem;left:0.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1gtnkVuKCVLWeIFpZON9I2JRJ8KyTEL { width:27.0625rem;height:1.875rem;top:61.375rem;left:20.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ag03fLbeTIDiTfZqPEeCRwTxsCMLEv9C { width:9.375rem;height:9.375rem;top:59.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzFpMG144zhnnSzvmntq30nPshA1yipd { width:21.125rem;height:2.5rem;top:78.1875rem;left:26.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VknvRPk7m5X2HGB5inl1rzzG4TP81keB { width:9.375rem;height:9.375rem;top:71.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xn3JcKBToUNeQExAHqKdznkLp2xR0QxO { width:9.9375rem;height:9.4373131618563rem;top:71.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EP6Pc4Qhyctsk1zrF6eeJFhsbLXrH5bW { width:25.9375rem;height:2.5rem;top:78.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPK3XhaGyhhdJkN9PW5y69nBkro5TzCV { width:22.9375rem;height:2.0625rem;top:73.25rem;left:0.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBDHnkNJmedqT8fkcylRNyFdNW74USQK { width:27.0625rem;height:3.75rem;top:73.1875rem;left:20.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #glbkWWGJXrRAGQCxNtFFLxhVa1E3sXhg { width:21.125rem;height:2.5rem;top:90rem;left:26.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a42a9fpenhKktoLQcAFoDx2ixnqxDqes { width:9.375rem;height:9.375rem;top:83.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5OIKhZVQfgCKMPsdRSG8DJf7TmM8UT4 { width:27.0625rem;height:1.875rem;top:85rem;left:20.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH2colqXFuHwmHTK06TRyfmrOq6WX3l8 { width:21.125rem;height:2.5rem;top:90.0625rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSyfDTTQQdtsxvh0r2HAtdnTQvwhJUVw { width:9.375rem;height:9.375rem;top:83.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIlg1TTsPbqdJ63P1aXbvULITVMOTutT { width:27.0625rem;height:1.875rem;top:85.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnQdzINBTO3mirukxFDR9GCSIUtsyrRd { width:21.125rem;height:2.5rem;top:101.875rem;left:26.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtw7ueG7lktZVhUwW32pQTDwyynBD3XL { width:9.375rem;height:9.375rem;top:94.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ji7ZMCOR7Z29FivIA9UXMfTVGQO2xJHB { width:21.125rem;height:2.5rem;top:101.875rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUWaU4USyTPzS60kIo3tqBmw68qCJsgq { width:9.375rem;height:9.375rem;top:94.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfyqe7SGbee4dolCMh2i9tAhqx7qMqvU { width:24.875rem;height:3.75rem;top:96.75rem;left:22.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTirrEaXMpIO4y1gABCc0SXyyPmm5xP8 { width:27.0625rem;height:1.875rem;top:96.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #weE1qe9I2oIitqLmSF6BA3iwxC5iHHDl { width:21.125rem;height:2.5rem;top:113.5625rem;left:26.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #omp3al7hE6MOrDiKhViP08ukuGT3TSaO { width:9.375rem;height:9.375rem;top:106.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OR6N5qcBptmyAEr7x2rHqw21H1S7XCzA { width:21.125rem;height:2.5rem;top:113.625rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #peMozrQGAS5ilD3DTXw8DbX0LFQ2k6ZL { width:9.375rem;height:9.375rem;top:106.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsdgmTSxlg97d9lT5iMdU7tDB8TMTA3J { width:27.375rem;height:3.75rem;top:108.5rem;left:20.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0Zf3if1li7BLD2lmfbm1Q3mP9V2Tn7k { width:27.0625rem;height:1.875rem;top:108.625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCE28wdCL4tlw1B8FVDnImksJKtSM1eW { width:9.375rem;height:9.375rem;top:118.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQNJF65HB9iR76NfHL8TUWQCpVLEN7AM { width:22.25rem;height:3.75rem;top:120.4375rem;left:1.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dbew10tH8TxtxPZxefMpOPoZWkVroCVU { width:21.125rem;height:2.5rem;top:125.4375rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKcvBQgSx1VTuP8AAUPOJgPeuZpNQ46P { width:9.375rem;height:9.375rem;top:118.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ig0XTErbEVEzmIyIZWDMCXS4Abs0WyJ6 { width:24.25rem;height:2.5rem;top:125.375rem;left:23.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpIr2o0RHPfauonP0LFbB7i2Ml2QeZnu { width:24.875rem;height:1.875rem;top:120.375rem;left:22.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAvFQifUTDzTLNdokpiZI1SIiqBrOtNl { width:21.125rem;height:2.5rem;top:137.3125rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iz5nietFPeo6ovNeeTGVuNp66J9glrs4 { width:9.375rem;height:9.375rem;top:130.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1cpBr89TK9OWNF1vb2AQ80lf9rbVCpR { width:21.125rem;height:2.5rem;top:137.3125rem;left:26.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbTRheW9S28vccPTEvFVsXoo74chxWzs { width:9.375rem;height:9.375rem;top:130.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4r2cLlio3KznXJVKrTt3xmnICgLTZe9 { width:25.8125rem;height:1.875rem;top:132.3125rem;left:1.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDAeZ8m8MvPTZLO4khTOaJLDACTvtAK4 { width:24.875rem;height:1.875rem;top:132.3125rem;left:22.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRyBt3JXXPmpqHbdByRMKxaVTsXCVpUp { width:21.125rem;height:2.5rem;top:149.1875rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGs6QvvXsMomGA3mxFRt6BOAiyJS00VH { width:9.375rem;height:9.375rem;top:142.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4pC5sq8HN6yqdVabyQJX4sTbVzii2ow { width:22.25rem;height:3.75rem;top:144.1875rem;left:1.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4ReRzghXM9su1DvA9SmQpMx7W549mno { width:4.875rem;height:4.875rem;top:154.9375rem;left:19rem;display:block; }
#O4ReRzghXM9su1DvA9SmQpMx7W549mno > img { max-width: 100%;max-height:100%; width:4.875rem; height:4.875rem; } }@media only screen and (max-width: 763px) { #XXQhPwoIfoQmKO4a1OdcxODalr5AD741 { display:none; }#XXQhPwoIfoQmKO4a1OdcxODalr5AD741 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Amdk6iTcnpzVnI29bHoKzddd6RpPJnzi { width:3.125rem;height:3.125rem;top:46.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CDcNMSs7zeRxUhGcDntf9o5M9oil9Olu { width:12.5rem;height:1.375rem;top:47.5625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vcGPVr3owCXXbPJLz3s8hdCeRFKbewLN { width:18.75rem;height:15.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #U7wtl4XzzLTNb3h2vfWhMA8qunTNuLfF { display:none; }#U7wtl4XzzLTNb3h2vfWhMA8qunTNuLfF > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ORbQHpu0y7K4piJtKntR3LWGcaBWqCAc { width:9.375rem;height:9.375rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOVyhehERl5E4zTrryzN0Fhio4a6fZtP { width:19.8125rem;height:3.75rem;top:8.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQFVg8x5BoNQkOwGJIltlwdTTzeKsSqo { width:12.9375rem;height:3.4375rem;top:1.9375rem;left:0.18817967176438rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMdzA6svAMd88TWXKEJJVag9vf8m9gJm { width:20rem;height:2.5rem;top:23.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5kHKzvuT1omQ5i87Dqhv3tt5LRAKpl9 { width:11.875rem;height:5rem;top:17.375rem;left:1.2505099177361rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPhwpMs8bOzzULp1oVTRtk50ddCBkBd0 { width:9.375rem;height:9.375rem;top:0.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #spN4cvescIOpTRmsvTb6CsBE5qtEqOPg { width:9.375rem;height:9.375rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5wW0rk8Bdubu5k68Myo22yEn7FiieR9 { width:19.875rem;height:2.5rem;top:37.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DofrgMb8X1TTbUMgmNWFTfW1CgGoIiZS { width:12.5rem;height:6.6875rem;top:30.625rem;left:0.68750065565106rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlhUGNbIk1TfOhPI7TQOJ9dkMunpUTxW { width:21.125rem;height:2.5rem;top:30.625rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJIGHRkml50OBxvHZGlGw6Kuv6q17viG { width:9.375rem;height:9.375rem;top:23.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTWkhgWoUcqw5HKzBf6ayTDrfW4HIPJo { width:12.0625rem;height:5rem;top:45.5625rem;left:1.1251704096794rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ov5d5eG3UX7RbsF9ireV2XZN6yzrK9wX { width:21.125rem;height:2.5rem;top:18.625rem;left:26.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQOWAN7EaNGPMlVbCKm2xFXpds6i4Zv3 { width:9.375rem;height:9.375rem;top:11.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2dkL3yKdtoHyuFvrRGmUBDaz1rtDrWy { width:22.9375rem;height:1.875rem;top:13.625rem;left:24.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMkBLnf29JUJ2VefghSaUedIf2c9b34V { width:21.125rem;height:2.5rem;top:30.625rem;left:26.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyD3mUN4ev0Z7OMPbiyJvvF2yBFkaFEx { width:9.375rem;height:9.375rem;top:23.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUQ2Nqqu2k6t60W5IABsBHFVsTxwTUn9 { width:12.0625rem;height:5rem;top:209.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXA21xSvS9HfzTwishB70W0bD5hrzaEr { width:20rem;height:3.75rem;top:79.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmdyzI1ToHWdh5fxlgs5seVXsHVayJui { width:21.125rem;height:2.5rem;top:54.4375rem;left:26.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUcqclxIJZsqw0xz9EB6ltTTqKGD0uM3 { width:9.375rem;height:9.375rem;top:47.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKeRUfnhLvhx3IQg842DBculJTvJ4UEk { width:11.9375rem;height:6.6875rem;top:236rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hV7EOHVfplg7RVGlPR8lqAgsVUhk4su0 { width:11.875rem;height:6.5rem;top:72.25rem;left:1.1880099177361rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sz6vJOigNI8hwE1evJmbR4OVNTzIO62X { width:9.375rem;height:9.375rem;top:47.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMwoPmTX1kKoGOMkBf8mx99ht0FvMGIt { width:9.375rem;height:9.375rem;top:35.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6optiaxuJotUlRzZyxQagid0JOg637u { width:21.125rem;height:2.5rem;top:42.4375rem;left:26.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Flx6teqQCssFuibK4eHbLO0TpkPTugLA { width:9.375rem;height:9.375rem;top:35.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmPnQqQWpwgELJQA6Qtb862NaTGGvBnu { width:21.125rem;height:2.5rem;top:42.5rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1Tbxg4H41dDom747qEOiacELyl3gAVn { width:25.3125rem;height:4.125rem;top:37.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyxRXLuIfbJllG5NIy9lOe2TKOfADbCh { width:26.75rem;height:1.875rem;top:37.4375rem;left:21rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8ulWOUpCDTbZmg6WT1xUrAeTHrpdOfR { width:21.125rem;height:2.5rem;top:66.375rem;left:26.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LP6vE5rocWtD8kuUvO5TRTUMqGTT4UgS { width:9.375rem;height:9.375rem;top:59.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p88diAkbiTNQq0MnM2eqoD3P8RIUEoXs { width:25.9375rem;height:2.5rem;top:66.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5sa4LxcTmUb3ooG0P5fg9nHoEIOZ72a { width:11.9375rem;height:3.25rem;top:85.4375rem;left:0.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSdHlGDdw4XUNdxyVESVy5Xo9639aOXW { width:11.9375rem;height:5rem;top:250.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKDclyCcrHlrdkosbsFF1vTyKX1P6RdD { width:9.375rem;height:9.375rem;top:59.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6h67aL9KGmKR7weKbHtw6217XcAvqDW { width:21.125rem;height:2.5rem;top:78.1875rem;left:26.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAuqGJQLZKyT2ElbXzu7UTSI1UspRild { width:9.375rem;height:9.375rem;top:71.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0bBEf4eCM8qHFHRbuRV4Tg6asqQFXr1 { width:9.9375rem;height:9.4373131618563rem;top:71.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAbbQi1eTm2radIRSL8EAIkRq5SAauWb { width:20rem;height:5rem;top:104.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #imE2laOAQ9DvEOTbur7JhkBlM3Pzbe7U { width:22.9375rem;height:2.0625rem;top:73.25rem;left:0.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5Kwlx0ZcizIWnOXUgP8eRUHTi8eDCbf { width:11.875rem;height:6.6875rem;top:263.625rem;left:1.2496601939201rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sftz31nBsqvycuqZmCwtXFVH6atwrkNp { width:21.125rem;height:2.5rem;top:90rem;left:26.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcLQu9fsiWs0bVPTQws4IAqPAfXVVPEn { width:9.375rem;height:9.375rem;top:83.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTv1bccxo29tKZPOrnrZKkJUNGEWxlHT { width:27.0625rem;height:1.875rem;top:85rem;left:20.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8Vw1cmhnsVbwaI5nquhETt29vrbFm2b { width:21.125rem;height:2.5rem;top:90.0625rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTOHxUfCsDb7str1SpGzByeiAdo5B620 { width:9.375rem;height:9.375rem;top:83.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAh72qnLbTGcEDeZhLa3TTHgWT0Q8Hvm { width:27.0625rem;height:1.875rem;top:85.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSPdMrl1DiWPP4qbGuzrtRbH88zCtwUG { width:20rem;height:3.75rem;top:298.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGqoL121XZ7eQz7xHydJB9bUCxrSo8bD { width:9.375rem;height:9.375rem;top:94.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRoKV6ocOI3CDF0Gw1QI9mI4BAuzOPmR { width:21.125rem;height:2.5rem;top:101.875rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RniCRKrnsNxHVMbnCHuyBnc3LIdf4fNT { width:9.375rem;height:9.375rem;top:94.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pyoh1xK6aXoJ9GZDPRa6EXWMd7CR0G5F { width:11.875rem;height:6.5rem;top:291.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvCLg0K0kwBITRfWLnV9K3hOm2svpJCQ { width:27.0625rem;height:1.875rem;top:96.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoG0m7g6GQS9WZ3f4Aoudgh53BT6WG3K { width:20rem;height:3.75rem;top:311.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFxh6AgoM1mohi0omf3TuHnRAoy4iA05 { width:9.375rem;height:9.375rem;top:106.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K37lagQyxgn7kfiG7ZGLLcRKAeo5mR12 { width:21.125rem;height:2.5rem;top:113.625rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysKrED4TxQMKy1PhxMJyVM6uFKgrxvEg { width:9.375rem;height:9.375rem;top:106.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGSB7yT5P1i6PqJad2HrGDOzezP5qtAM { width:11.9375rem;height:6.5rem;top:304.875rem;left:1.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tikynnD61EEVWOxfXVrIQHHV0L8L85Ze { width:27.0625rem;height:1.875rem;top:108.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ab30KGa88fWEMsoLouw7sIV6l2QGcqs5 { width:9.375rem;height:9.375rem;top:118.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZSPP4mJ3Kk08cE0UOFPAaHCROmCNbdf { width:11.875rem;height:5rem;top:154.375rem;left:1.2496601939201rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPKlUSWhcFcqOB6sdBHyyybbkHOsqJkD { width:21.125rem;height:2.5rem;top:125.4375rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThyL6M6BNwRX5IF5e9BWWMBbkB2XMGUN { width:9.375rem;height:9.375rem;top:118.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqTgApr895oHMD1p42osvsQFvBQGBtee { width:20rem;height:5rem;top:325.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaXJ07icd1OK27nkMeKIMmozCJ6at3Rf { width:11.875rem;height:3.25rem;top:320.1875rem;left:1.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4PbaTBxwcHuTemopwK98gL1Sf4txogJ { width:21.125rem;height:2.5rem;top:137.3125rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeWwLXo0cDtp8KnEURE6dLazVNIUpNeT { width:9.375rem;height:9.375rem;top:130.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1Kb3n7I72BtfrIuTxRTIT9brNyJm1By { width:21.125rem;height:2.5rem;top:137.3125rem;left:26.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulTzT8LFezyFwqFDM6N2TAhqzOxH4dJk { width:9.375rem;height:9.375rem;top:130.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQO0TdiEBJu7rA5xO4Tu2f2kUmOQwHzt { width:25.8125rem;height:1.875rem;top:132.3125rem;left:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sh6GrIdmnmSAy9NRRhpEXHLp33Rz6sfD { width:24.875rem;height:1.875rem;top:132.3125rem;left:22.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfNm2G2cQsKiqaekJbB6tvKaX0PU2ZTm { width:21.125rem;height:2.5rem;top:149.1875rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEOuxClTkuvyQvBc4MT4FzZU7ETd8AuF { width:9.375rem;height:9.375rem;top:142.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZlmmb7v0X2dVFF48yrOaMF5zJHrLcvX { width:11.9375rem;height:5rem;top:181.875rem;left:1.1876704096794rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #paDkyggNDlExXi2fb62TPtXMy1FTQRWl { width:3.125rem;height:3.125rem;display:none; }
#paDkyggNDlExXi2fb62TPtXMy1FTQRWl > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:128.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kqpe7EPOyRKBrlecIWbfOTQLqAiUoAMO { width:9.9375rem;height:8.125rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #spewCc68Cvg7L7Sq9JJ5ZOg7CkhebIbg { width:20rem;height:23.2324375rem;top:30.820314288139rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sz4C82BElqz73big9eiKyk0pbLml01li { width:16.125rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbS3t6Tdqmfc7N4QHGbn6eCsCHFEGbSo { width:13.5rem;height:11.25rem;top:59.896402225639rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRZ7Tbdf8596SWd5s6221lGcQGu9AtX2 { width:13.5rem;height:11.25rem;top:72.396402225638rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhvWJQXIoaoTfFU9EQ0LqHB8IU5NNnuq { width:13.5rem;height:11.25rem;top:84.958392975637rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qvd6f1TEmpfNftmis3PPfiC9UxV9lTbO { width:13.3125rem;height:11.125rem;top:97.458392975637rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxTeIWxpRE1hgLBa9bTx7fzR1ppo3146 { width:10.9375rem;height:10.9375rem;top:97.5594481209rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5huOJFTNQGZwvXWu3POIiKgSZNQTzvC { display:block; }
 }@media only screen and (max-width: 763px) { #drGMEnMuLIa9KeT48NI4DlAhAyCtgxr6 { width:10.9375rem;height:10.9375rem;top:85.137571213556rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLRxAXt7OA0O7I4w4MuoqwbXIqDJSNIc { display:block; }
 }@media only screen and (max-width: 763px) { #zeBTctZRr8LRfHR0i8CDWNvIS879nSPZ { width:10.9375rem;height:10.9375rem;top:72.591713771963rem;left:5.1868209838867rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiO6R3TOATiH4vHWvLTJeuPcei4XAnvf { display:block; }
 }@media only screen and (max-width: 763px) { #yyJxThUtOCiHSxqA6WbJxUytkbv80k1u { width:10.9375rem;height:10.9375rem;top:60.060294971611rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZma8Hv5Pb5tgaRF40WhSKEz4T5Gd53d { display:block; }
 }@media only screen and (max-width: 763px) { #sN12EhHABWBMPRMpbD0RBcAZHBru9iBI { width:12.5rem;height:1.4130435rem;top:121.83339297564rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #db34uoBVgwKxuubRfPouVlBAePlmUNUx { display:flex;width:3.75rem;height:3.75rem;top:116.83339297564rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #aTVJa0Dl2JN9HVUGhtkXz6PU8tD4JthL { display:flex;width:3.125rem;height:3.125rem;top:109.83339297564rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #OAaTDD8lkg0cbMflizBKmACm7JZXOfzp { width:12.5rem;height:1.4130435rem;top:114.20839297564rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeP2y8qTJ5KpSBaUiiNHzJuEVtrJ4LQm { display:none; }#EeP2y8qTJ5KpSBaUiiNHzJuEVtrJ4LQm > .row .container { width:20rem;height:503.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LFbOWiEv2mP1iDcFfNkxmQeJZmrFB5Pt { width:9.375rem;height:9.375rem;top:1.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b73fEJnTtl6JxnivTqgTvNAwBGTBkiS0 { width:20rem;height:3.75rem;top:17.255435rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUTDpvNF4ELipouC6D66wRCE2h44HvNJ { width:20rem;height:4.130435rem;top:11.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #plsOM4N6wD5gEQQCLRaWzbv5Wr3T8bTq { width:20rem;height:2.5rem;top:40.489131rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQMouCf6KN5UoLfFf0vovRos2cKJ97sb { width:20rem;height:0;top:31.630435rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKOlddHgEKaVs9ev0GOP9DWlwWg7xepk { width:6.5rem;height:6.5rem;top:21.005435rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaCrA3aRUl5x7HqwRn9ILf9SfynprlAa { width:9.375rem;height:9.375rem;top:44.239135742188rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfR4XMKPAm3rQnQQcoAft3dpkbvLmxRG { width:20rem;height:2.5rem;top:64.375005742187rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcFowqfgJhENL6h7gV8mLVnXWwXHi7MI { width:20rem;height:8.26087rem;top:54.864135742188rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2xuFHgAqTUpv1OULCTrxkN7UKl31PLp { width:20rem;height:2.5rem;top:84.130440742188rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFkploa2nvAK5beZisC8HM0ZTsBB7CoN { width:9.375rem;height:9.375rem;top:68.125005742187rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJGLAXE2Z1IHoPlPEGaAbcU8MM5BuV74 { width:20rem;height:4.130435rem;top:78.750005742187rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #exIiVwcd5hl6vkTaCT1On9HE9T8ffsQP { width:20rem;height:2.5rem;top:292.42612899219rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxsW7LJvTULEOvxnhwFZ0WhaRFelN4x4 { width:9.375rem;height:9.375rem;top:278.64895499219rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6RilPI4gHRtrPxSRamN7EKlQDi3eMI1 { width:20rem;height:1.902174rem;top:289.27395499219rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEkheWnsirgHv6uhT3MMDwVmnK58sJzg { width:20rem;height:2.5rem;top:311.85547699219rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7MJldxQrMssTSqSeMlZzv2nFXTV1HPB { width:9.375rem;height:9.375rem;top:296.17612899219rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlkOBpmZOfa5TinKG11eLsl2sm7u8PHt { width:20rem;height:3.804348rem;top:306.80112899219rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfTAMoMNKmUOgJnuEMFrVfocvomfXq8e { width:20rem;height:2.5rem;top:127.77174574219rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D72xPSvvx1EbqPKWzQG9aDOfTTnbX9n1 { width:20rem;height:2.5rem;top:352.61634699219rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJX5KJWKQxRXlqNuLURmep4JbWmAbgtb { width:9.375rem;height:9.375rem;top:335.03482499219rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaoFXguIeNTM5PHZWf43liLrTtiAuT4w { width:20rem;height:5.706522rem;top:345.65982499219rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HV4n8tQ2dC0GLFTIQAPFI9UMVznXTdAl { width:20rem;height:6.1956525rem;top:120.32609324219rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tENFTO1STxJSbyodG2eJZymyq8hhuPHF { width:9.375rem;height:9.375rem;top:109.70109324219rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTw3xOTFnn6ymZ4cDc20XIn0qTsRQX8A { width:9.375rem;height:9.375rem;top:87.880440742188rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfTlk5cksqH4t5IaaGb4CJw14goldCCV { width:20rem;height:2.5rem;top:331.28482499219rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dq3wgVthOyDEkbnHPETqfAUAfZfi387U { width:9.375rem;height:9.375rem;top:315.60547699219rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKnx7tqXlMTomcCcMVFuZB73c4CFDeCL { width:20rem;height:2.5rem;top:105.95109324219rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHDB64HmmNTZQ6iynxmXQttEkOgx2SBW { width:20rem;height:6.1956525rem;top:98.505440742188rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIRarltVmL1nrtdAZMuNv6VXLlIThbxM { width:20rem;height:3.804348rem;top:326.23047699219rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcpIFvklIzn5imBZcLvCWII2lxhA61MS { width:20rem;height:2.5rem;top:372.04569499219rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJke0HdHM0BoUcwETBiC2HsEoZWnSb4v { width:9.375rem;height:9.375rem;top:356.36634699219rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9DKTV2thvAZDgnq0P3zJsraNX21ptIm { width:20rem;height:1.25rem;top:145.46196324219rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqG2tLT3ld5qh4AWtqr8M3aoOQg7Du4X { width:20rem;height:2.0652175rem;top:142.14674574219rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1gtnkVuKCVLWeIFpZON9I2JRJ8KyTEL { width:20rem;height:3.804348rem;top:366.99134699219rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ag03fLbeTIDiTfZqPEeCRwTxsCMLEv9C { width:9.375rem;height:9.375rem;top:131.52174574219rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzFpMG144zhnnSzvmntq30nPshA1yipd { width:20rem;height:2.5rem;top:391.47504299219rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VknvRPk7m5X2HGB5inl1rzzG4TP81keB { width:9.375rem;height:9.375rem;top:375.79569499219rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xn3JcKBToUNeQExAHqKdznkLp2xR0QxO { width:9.9375rem;height:9.4373131618563rem;top:147.96196324219rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EP6Pc4Qhyctsk1zrF6eeJFhsbLXrH5bW { width:20rem;height:2.5rem;top:164.02938899219rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPK3XhaGyhhdJkN9PW5y69nBkro5TzCV { width:20rem;height:4.130435rem;top:158.64895399219rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBDHnkNJmedqT8fkcylRNyFdNW74USQK { width:20rem;height:3.804348rem;top:386.42069499219rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #glbkWWGJXrRAGQCxNtFFLxhVa1E3sXhg { width:20rem;height:2.5rem;top:409.00221699219rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a42a9fpenhKktoLQcAFoDx2ixnqxDqes { width:9.375rem;height:9.375rem;top:395.22504299219rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5OIKhZVQfgCKMPsdRSG8DJf7TmM8UT4 { width:20rem;height:1.902174rem;top:405.85004299219rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH2colqXFuHwmHTK06TRyfmrOq6WX3l8 { width:20rem;height:2.5rem;top:183.45873699219rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSyfDTTQQdtsxvh0r2HAtdnTQvwhJUVw { width:9.375rem;height:9.375rem;top:167.77938899219rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIlg1TTsPbqdJ63P1aXbvULITVMOTutT { width:20rem;height:3.804348rem;top:178.40438899219rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnQdzINBTO3mirukxFDR9GCSIUtsyrRd { width:20rem;height:2.5rem;top:430.33373899219rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtw7ueG7lktZVhUwW32pQTDwyynBD3XL { width:9.375rem;height:9.375rem;top:412.75221699219rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ji7ZMCOR7Z29FivIA9UXMfTVGQO2xJHB { width:20rem;height:2.5rem;top:200.98591099219rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUWaU4USyTPzS60kIo3tqBmw68qCJsgq { width:9.375rem;height:9.375rem;top:187.20873699219rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfyqe7SGbee4dolCMh2i9tAhqx7qMqvU { width:20rem;height:5.706522rem;top:423.37721699219rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTirrEaXMpIO4y1gABCc0SXyyPmm5xP8 { width:20rem;height:1.902174rem;top:197.83373699219rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #weE1qe9I2oIitqLmSF6BA3iwxC5iHHDl { width:20rem;height:2.5rem;top:457.37178299219rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #omp3al7hE6MOrDiKhViP08ukuGT3TSaO { width:9.375rem;height:9.375rem;top:434.08373899219rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OR6N5qcBptmyAEr7x2rHqw21H1S7XCzA { width:20rem;height:2.5rem;top:218.51308499219rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #peMozrQGAS5ilD3DTXw8DbX0LFQ2k6ZL { width:9.375rem;height:9.375rem;top:204.73591099219rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsdgmTSxlg97d9lT5iMdU7tDB8TMTA3J { width:20rem;height:11.413044rem;top:444.70873899219rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0Zf3if1li7BLD2lmfbm1Q3mP9V2Tn7k { width:20rem;height:1.902174rem;top:215.36091099219rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCE28wdCL4tlw1B8FVDnImksJKtSM1eW { width:9.375rem;height:9.375rem;top:222.26308499219rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQNJF65HB9iR76NfHL8TUWQCpVLEN7AM { width:20rem;height:3.804348rem;top:232.88808499219rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dbew10tH8TxtxPZxefMpOPoZWkVroCVU { width:20rem;height:2.5rem;top:237.94243299219rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKcvBQgSx1VTuP8AAUPOJgPeuZpNQ46P { width:9.375rem;height:9.375rem;top:461.12178299219rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ig0XTErbEVEzmIyIZWDMCXS4Abs0WyJ6 { width:20rem;height:3.75rem;top:474.89895699219rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpIr2o0RHPfauonP0LFbB7i2Ml2QeZnu { width:20rem;height:1.902174rem;top:471.74678299219rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAvFQifUTDzTLNdokpiZI1SIiqBrOtNl { width:20rem;height:2.5rem;top:257.37178099219rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iz5nietFPeo6ovNeeTGVuNp66J9glrs4 { width:9.375rem;height:9.375rem;top:479.89895699219rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1cpBr89TK9OWNF1vb2AQ80lf9rbVCpR { width:20rem;height:2.5rem;top:493.67613099219rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbTRheW9S28vccPTEvFVsXoo74chxWzs { width:9.375rem;height:9.375rem;top:241.69243299219rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4r2cLlio3KznXJVKrTt3xmnICgLTZe9 { width:20rem;height:3.804348rem;top:252.31743299219rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDAeZ8m8MvPTZLO4khTOaJLDACTvtAK4 { width:20rem;height:3.804348rem;top:490.52395699219rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRyBt3JXXPmpqHbdByRMKxaVTsXCVpUp { width:20rem;height:2.5rem;top:274.89895499219rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGs6QvvXsMomGA3mxFRt6BOAiyJS00VH { width:9.375rem;height:9.375rem;top:261.12178099219rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4pC5sq8HN6yqdVabyQJX4sTbVzii2ow { width:20rem;height:1.902174rem;top:271.74678099219rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4ReRzghXM9su1DvA9SmQpMx7W549mno { display:flex;width:4.875rem;height:4.875rem;top:497.42616271973rem;left:7.5625rem;display:none; }
#O4ReRzghXM9su1DvA9SmQpMx7W549mno > img { max-width: 100%;max-height:100%; width:4.875rem; height:4.875rem; } }@media only screen and (max-width: 763px) { #XXQhPwoIfoQmKO4a1OdcxODalr5AD741 { background-color:#3a2c3b;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; }#XXQhPwoIfoQmKO4a1OdcxODalr5AD741 > .row .container { background-color: transparent; background-image: none; }#XXQhPwoIfoQmKO4a1OdcxODalr5AD741::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXQhPwoIfoQmKO4a1OdcxODalr5AD741 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXQhPwoIfoQmKO4a1OdcxODalr5AD741 > .row .container > .video-iframe-container { display: none; }#XXQhPwoIfoQmKO4a1OdcxODalr5AD741 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXQhPwoIfoQmKO4a1OdcxODalr5AD741 > .row > .video-iframe-container { display: none; }#XXQhPwoIfoQmKO4a1OdcxODalr5AD741 > .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); }#XXQhPwoIfoQmKO4a1OdcxODalr5AD741 > .row .container { border-width: 0; border-radius: 0; }#XXQhPwoIfoQmKO4a1OdcxODalr5AD741 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XXQhPwoIfoQmKO4a1OdcxODalr5AD741 > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Amdk6iTcnpzVnI29bHoKzddd6RpPJnzi { display:flex;width:2.75rem;height:2.75rem;top:1.3125rem;left:15.1875rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #CDcNMSs7zeRxUhGcDntf9o5M9oil9Olu { width:6.5625rem;height:1.25rem;top:4.0625rem;left:13.4375rem;font-size:1rem;z-index:15026;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #vcGPVr3owCXXbPJLz3s8hdCeRFKbewLN { top:0.529052734375rem;left:7.8439204096794rem;width:4.3121605rem;height:3.3746605rem;z-index:15027;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #U7wtl4XzzLTNb3h2vfWhMA8qunTNuLfF { background-color:#3a2c3b;background-image:url("https://images.assets-landingi.com/uc/24ee27bd-b32c-4b9a-bdb0-4a50ebc5a717/LANDtlo3205550.svg");background-position:top 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; }#U7wtl4XzzLTNb3h2vfWhMA8qunTNuLfF.adaptive-delivery-prevent-bg, #U7wtl4XzzLTNb3h2vfWhMA8qunTNuLfF.lazyload, #U7wtl4XzzLTNb3h2vfWhMA8qunTNuLfF.lazyloading { background-image: none; }#U7wtl4XzzLTNb3h2vfWhMA8qunTNuLfF > .row .container { background-color: transparent; background-image: none; }#U7wtl4XzzLTNb3h2vfWhMA8qunTNuLfF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7wtl4XzzLTNb3h2vfWhMA8qunTNuLfF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7wtl4XzzLTNb3h2vfWhMA8qunTNuLfF > .row .container > .video-iframe-container { display: none; }#U7wtl4XzzLTNb3h2vfWhMA8qunTNuLfF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7wtl4XzzLTNb3h2vfWhMA8qunTNuLfF > .row > .video-iframe-container { display: none; }#U7wtl4XzzLTNb3h2vfWhMA8qunTNuLfF > .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); }#U7wtl4XzzLTNb3h2vfWhMA8qunTNuLfF > .row .container { border-width: 0; border-radius: 0; }#U7wtl4XzzLTNb3h2vfWhMA8qunTNuLfF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U7wtl4XzzLTNb3h2vfWhMA8qunTNuLfF > .row .container { width:20rem;height:349.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ORbQHpu0y7K4piJtKntR3LWGcaBWqCAc { width:7.5rem;height:7.5rem;top:1.2772216796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOVyhehERl5E4zTrryzN0Fhio4a6fZtP { width:19.874321rem;height:3.875rem;top:8.7469482421875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQFVg8x5BoNQkOwGJIltlwdTTzeKsSqo { width:12.061821rem;height:3.2998rem;top:3.3967895507812rem;left:7.9381796717644rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SMdzA6svAMd88TWXKEJJVag9vf8m9gJm { width:20rem;height:2.625rem;top:23.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5kHKzvuT1omQ5i87Dqhv3tt5LRAKpl9 { width:11.93699075rem;height:4.94970625rem;top:17.730834960938rem;left:8.0630099177363rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPhwpMs8bOzzULp1oVTRtk50ddCBkBd0 { width:7.5rem;height:7.5rem;top:16.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #spN4cvescIOpTRmsvTb6CsBE5qtEqOPg { width:7.5rem;height:7.5rem;top:30.033996582031rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5wW0rk8Bdubu5k68Myo22yEn7FiieR9 { width:19.9371605rem;height:2.625rem;top:37.5rem;left:0.06199049949646rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DofrgMb8X1TTbUMgmNWFTfW1CgGoIiZS { width:11.99983025rem;height:6.59960625rem;top:30.562561035156rem;left:8.0001704096794rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XlhUGNbIk1TfOhPI7TQOJ9dkMunpUTxW { width:20rem;height:2.61230625rem;top:51.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJIGHRkml50OBxvHZGlGw6Kuv6q17viG { width:7.5rem;height:7.5rem;top:43.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTWkhgWoUcqw5HKzBf6ayTDrfW4HIPJo { width:12.1246605rem;height:4.94970625rem;top:44.868591308594rem;left:7.8753401637075rem;font-size:1.375rem;font-family:lato;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ov5d5eG3UX7RbsF9ireV2XZN6yzrK9wX { width:20rem;height:3.92480625rem;top:201.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQOWAN7EaNGPMlVbCKm2xFXpds6i4Zv3 { width:7.5rem;height:7.5rem;top:194.26904296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2dkL3yKdtoHyuFvrRGmUBDaz1rtDrWy { width:12.0625rem;height:1.6499rem;top:197.125rem;left:7.81216019392rem;font-size:1.375rem;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #HMkBLnf29JUJ2VefghSaUedIf2c9b34V { width:20rem;height:3.92480625rem;top:215.65759277344rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyD3mUN4ev0Z7OMPbiyJvvF2yBFkaFEx { width:7.5rem;height:7.5rem;top:208.08422851562rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUQ2Nqqu2k6t60W5IABsBHFVsTxwTUn9 { width:12.1246605rem;height:3.2998rem;top:210.28259277344rem;left:7.8753401637075rem;font-size:1.375rem;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #SXA21xSvS9HfzTwishB70W0bD5hrzaEr { width:20rem;height:3.92480625rem;top:76.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmdyzI1ToHWdh5fxlgs5seVXsHVayJui { width:20rem;height:3.92480625rem;top:243.12506103516rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUcqclxIJZsqw0xz9EB6ltTTqKGD0uM3 { width:7.5rem;height:7.5rem;top:235.56256103516rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKeRUfnhLvhx3IQg842DBculJTvJ4UEk { width:11.99983025rem;height:6.59960625rem;top:236.11419677734rem;left:8.0001704096794rem;font-size:1.375rem;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #hV7EOHVfplg7RVGlPR8lqAgsVUhk4su0 { width:11.875rem;height:6.599625rem;top:69.8125rem;left:8rem;font-size:1.375rem;font-family:lato;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Sz6vJOigNI8hwE1evJmbR4OVNTzIO62X { width:7.5rem;height:7.5rem;top:69.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMwoPmTX1kKoGOMkBf8mx99ht0FvMGIt { width:7.5rem;height:7.5rem;top:55.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6optiaxuJotUlRzZyxQagid0JOg637u { width:20rem;height:3.92480625rem;top:229.36419677734rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Flx6teqQCssFuibK4eHbLO0TpkPTugLA { width:7.5rem;height:7.5rem;top:221.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmPnQqQWpwgELJQA6Qtb862NaTGGvBnu { width:20rem;height:2.625rem;top:63.314208984375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1Tbxg4H41dDom747qEOiacELyl3gAVn { width:11.68733025rem;height:4.9375rem;top:57.128173828125rem;left:8.3126704096794rem;font-size:1.375rem;font-family:lato;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WyxRXLuIfbJllG5NIy9lOe2TKOfADbCh { width:12.125rem;height:4.94970625rem;top:223.0625rem;left:7.875rem;font-size:1.375rem;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #y8ulWOUpCDTbZmg6WT1xUrAeTHrpdOfR { width:20rem;height:3.92480625rem;top:256.87506103516rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LP6vE5rocWtD8kuUvO5TRTUMqGTT4UgS { width:7.5rem;height:7.5rem;top:249.37506103516rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p88diAkbiTNQq0MnM2eqoD3P8RIUEoXs { width:20rem;height:2.625rem;top:90.654418945312rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5sa4LxcTmUb3ooG0P5fg9nHoEIOZ72a { width:12.0625rem;height:3.2998rem;top:85.219604492188rem;left:7.9373309016225rem;font-size:1.375rem;font-family:lato;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tSdHlGDdw4XUNdxyVESVy5Xo9639aOXW { width:12rem;height:4.94970625rem;top:250.68756103516rem;left:7.875rem;font-size:1.375rem;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #LKDclyCcrHlrdkosbsFF1vTyKX1P6RdD { width:7.5rem;height:7.5rem;top:83.124694824219rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6h67aL9KGmKR7weKbHtw6217XcAvqDW { width:20rem;height:3.92480625rem;top:270.62506103516rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAuqGJQLZKyT2ElbXzu7UTSI1UspRild { width:7.5rem;height:7.5rem;top:263.12506103516rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0bBEf4eCM8qHFHRbuRV4Tg6asqQFXr1 { width:7.9375rem;height:7.5rem;top:96.798095703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAbbQi1eTm2radIRSL8EAIkRq5SAauWb { width:20rem;height:5.17480625rem;top:104.24627685547rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #imE2laOAQ9DvEOTbur7JhkBlM3Pzbe7U { width:11.75rem;height:3.29980625rem;top:98.936340332031rem;left:8.1869904398919rem;font-size:1.375rem;font-family:lato;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #l5Kwlx0ZcizIWnOXUgP8eRUHTi8eDCbf { width:11.8125rem;height:4.9375rem;top:264.43756103516rem;left:7.8753401637075rem;font-size:1.375rem;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #sftz31nBsqvycuqZmCwtXFVH6atwrkNp { width:20rem;height:3.92480625rem;top:284.37506103516rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcLQu9fsiWs0bVPTQws4IAqPAfXVVPEn { width:7.5rem;height:7.5rem;top:276.81256103516rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTv1bccxo29tKZPOrnrZKkJUNGEWxlHT { width:11.9375rem;height:1.6499rem;top:279.75274658203rem;left:7.9375rem;font-size:1.375rem;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #k8Vw1cmhnsVbwaI5nquhETt29vrbFm2b { width:20rem;height:3.92480625rem;top:119.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTOHxUfCsDb7str1SpGzByeiAdo5B620 { width:7.5rem;height:7.5rem;top:111.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAh72qnLbTGcEDeZhLa3TTHgWT0Q8Hvm { width:11.875rem;height:3.29980625rem;top:114rem;left:7.99966019392rem;font-size:1.375rem;font-family:lato;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JSPdMrl1DiWPP4qbGuzrtRbH88zCtwUG { width:20rem;height:3.92480625rem;top:298.12780761719rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGqoL121XZ7eQz7xHydJB9bUCxrSo8bD { width:7.5rem;height:7.5rem;top:290.63317871094rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRoKV6ocOI3CDF0Gw1QI9mI4BAuzOPmR { width:20rem;height:3.92480625rem;top:133.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RniCRKrnsNxHVMbnCHuyBnc3LIdf4fNT { width:7.5rem;height:7.5rem;top:125.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pyoh1xK6aXoJ9GZDPRa6EXWMd7CR0G5F { width:11.9375rem;height:6.599625rem;top:291.13592529297rem;left:7.9371606707575rem;font-size:1.375rem;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #hvCLg0K0kwBITRfWLnV9K3hOm2svpJCQ { width:11.99983025rem;height:1.6499rem;top:128.45648193359rem;left:7.8751704096794rem;font-size:1.375rem;font-family:lato;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GoG0m7g6GQS9WZ3f4Aoudgh53BT6WG3K { width:20rem;height:3.92480625rem;top:311.86688232422rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFxh6AgoM1mohi0omf3TuHnRAoy4iA05 { width:7.5rem;height:7.5rem;top:304.37506103516rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K37lagQyxgn7kfiG7ZGLLcRKAeo5mR12 { width:20rem;height:3.92480625rem;top:146.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysKrED4TxQMKy1PhxMJyVM6uFKgrxvEg { width:7.5rem;height:7.5rem;top:139.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGSB7yT5P1i6PqJad2HrGDOzezP5qtAM { width:12rem;height:6.5996125rem;top:304.87506103516rem;left:7.875rem;font-size:1.375rem;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #tikynnD61EEVWOxfXVrIQHHV0L8L85Ze { width:11.9375rem;height:3.29980625rem;top:141.44024658203rem;left:7.9375rem;font-size:1.375rem;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #Ab30KGa88fWEMsoLouw7sIV6l2QGcqs5 { width:7.5rem;height:7.5rem;top:153.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZSPP4mJ3Kk08cE0UOFPAaHCROmCNbdf { width:11.93699075rem;height:4.9375rem;top:154.375rem;left:8.06216019392rem;font-size:1.375rem;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #dPKlUSWhcFcqOB6sdBHyyybbkHOsqJkD { width:20rem;height:3.92480625rem;top:160.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThyL6M6BNwRX5IF5e9BWWMBbkB2XMGUN { width:7.5rem;height:7.5rem;top:318.12506103516rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqTgApr895oHMD1p42osvsQFvBQGBtee { width:20rem;height:5.17480625rem;top:325.62506103516rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaXJ07icd1OK27nkMeKIMmozCJ6at3Rf { width:11.875rem;height:3.29980625rem;top:320.23376464844rem;left:7.875rem;font-size:1.375rem;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #w4PbaTBxwcHuTemopwK98gL1Sf4txogJ { width:20rem;height:3.92480625rem;top:174.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeWwLXo0cDtp8KnEURE6dLazVNIUpNeT { width:7.5rem;height:7.5rem;top:333.13861083984rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1Kb3n7I72BtfrIuTxRTIT9brNyJm1By { width:20rem;height:3.92480625rem;top:340.62506103516rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulTzT8LFezyFwqFDM6N2TAhqzOxH4dJk { width:7.5rem;height:7.5rem;top:166.79077148438rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQO0TdiEBJu7rA5xO4Tu2f2kUmOQwHzt { width:12.1246605rem;height:3.29980625rem;top:168.96197509766rem;left:7.8753401637075rem;font-size:1.375rem;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #Sh6GrIdmnmSAy9NRRhpEXHLp33Rz6sfD { width:11.9375rem;height:3.29980625rem;top:335.25006103516rem;left:7.9375rem;font-size:1.375rem;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #JfNm2G2cQsKiqaekJbB6tvKaX0PU2ZTm { width:20rem;height:3.92480625rem;top:188.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEOuxClTkuvyQvBc4MT4FzZU7ETd8AuF { width:7.5rem;height:7.5rem;top:180.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZlmmb7v0X2dVFF48yrOaMF5zJHrLcvX { width:11.99983025rem;height:4.94970625rem;top:181.9375rem;left:7.9376704096794rem;font-size:1.375rem;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #paDkyggNDlExXi2fb62TPtXMy1FTQRWl { display:flex;top:345.1240234375rem;left:8.4375006556513rem;width:3.125rem;height:3.125rem;z-index:15063; }
#paDkyggNDlExXi2fb62TPtXMy1FTQRWl > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }