.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/05dce948-631d-4e87-877d-f31bf8f1b1ef/Screenshot20250919at132035.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#XEmcSWilwC3Q0ZeA8boUS7xKQ9vWTCzV::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(37,35,35,0.27); }#XEmcSWilwC3Q0ZeA8boUS7xKQ9vWTCzV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(37,35,35,0.27); }#XEmcSWilwC3Q0ZeA8boUS7xKQ9vWTCzV > .row > .video-iframe-container { display: none; }#XEmcSWilwC3Q0ZeA8boUS7xKQ9vWTCzV > .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); }#pGr4XDCso9LsbM8wICB6L3fsfda1O2Pv { background-color:rgba(231,232,226,0.26);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;position:relative;z-index:auto;display:block; }#pGr4XDCso9LsbM8wICB6L3fsfda1O2Pv > .row .container { background-color: transparent; background-image: none; }#pGr4XDCso9LsbM8wICB6L3fsfda1O2Pv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGr4XDCso9LsbM8wICB6L3fsfda1O2Pv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGr4XDCso9LsbM8wICB6L3fsfda1O2Pv > .row .container > .video-iframe-container { display: none; }#pGr4XDCso9LsbM8wICB6L3fsfda1O2Pv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGr4XDCso9LsbM8wICB6L3fsfda1O2Pv > .row > .video-iframe-container { display: none; }#pGr4XDCso9LsbM8wICB6L3fsfda1O2Pv > .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); }#pGr4XDCso9LsbM8wICB6L3fsfda1O2Pv > .row .container { border-width: 0; border-radius: 0; }#pGr4XDCso9LsbM8wICB6L3fsfda1O2Pv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pGr4XDCso9LsbM8wICB6L3fsfda1O2Pv > .row .container { width:60rem;height:4.5rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#I808uXONk2n09BqmxJd1HgKZSICaxRZO { color:rgba(33,33,33,0.83);display:block;width:18.75rem;position:absolute;font-family:"brown sugar";font-size:1.4375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.375rem;left:4.875rem;height:1.86903125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rGxp7L384XIzzP1nkdcBN7hdB78bb5RL { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(33,33,33,0.83);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.486328125rem;left:36.625rem;display:block; }
#IQ5ZJxfQ4rUKitcmk3pScDQBUwoK23lF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HJcS7buSHdJEicnMpxfe1Ed1RDhE9sne { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(33,33,33,0.83);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.5rem;left:48.375rem;display:block; }
#GBUFkvEwGsfVqXAMX9TihnoasRUNG2B1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fCvdxtZZhpBdC0E6IGlpVEPwqnL87r1g { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(33,33,33,0.83);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.4677734375rem;left:54.5rem;display:block; }
#mVkUIa8MecCLmvd5TxJzoJ2BWbNaJ4tV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cl48mE2RMTsiNL2BULVKbFxPdRb3Eb1Z { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(33,33,33,0.83);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.375rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.5rem;left:42.125rem;display:block; }
#GIOOZZ1caMMi4yZzkLfugy6L8kgC9T3v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Quz7qQ2NR9OEWNxWpTC0pxSJTRRd3zrH { 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:4.5rem;width:4.5rem;top:0rem;left:0.1005859375rem;overflow:hidden;display:block; }
#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container { background-color: transparent; background-image: none; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container > .video-iframe-container { display: none; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row > .video-iframe-container { display: none; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .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); }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container { border-width: 0; border-radius: 0; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container { width:60rem;height:46.625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#UEfdAhhmRRD45Im14WRBrdyEyQGLVbBF { color:#decaba;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:29.625rem;left:0rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#M6LKiDTpNrGQnzikHc4BfV6AdnnkCcfq { color:#e7e8e2;display:block;width:47.25rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:40.999572753906rem;left:6.3747825622556rem;height:1.69921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kp7DwBBrDmd0wXIJxkAT5TI4h9Qrq6TD { color:#ffffff;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:37.687393188476rem;left:0rem;height:2.59928125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rrc1Fa1KxcCVPhtnzwEFo6ZkTrWIr6ss { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:22rem;left:61.4375rem;overflow:hidden;display:none; }
#wR3tpvIsclqTXr6sVSSkz6qQz30qsrcv { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#wR3tpvIsclqTXr6sVSSkz6qQz30qsrcv > .row .container { border-width: 0; border-radius: 0; }#wR3tpvIsclqTXr6sVSSkz6qQz30qsrcv > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wR3tpvIsclqTXr6sVSSkz6qQz30qsrcv > .row .container { width:60rem;height:46.625rem;font-size:0.875rem;font-family:arial;position:relative;display:none; }#r6CoHLRPUBftTFSnr6fdqG5mTZKc0AoB { color:#ffffff;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:38.625rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JZzz5yveao1lW4X2SJ6XBV8Lr4bTfhIy { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:22rem;left:61.4375rem;overflow:hidden;display:none; }
#gq4cptCoFTlGT6IBqH6xz4HSDBnN0M2H { color:#ffffff;display:block;width:47.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:26.5rem;left:6.375rem;height:1.99978125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD > .row .container { background-color: transparent; background-image: none; }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD > .row .container > .video-iframe-container { display: none; }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD > .row > .video-iframe-container { display: none; }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD > .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); }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD > .row .container { border-width: 0; border-radius: 0; }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD > .row .container { width:60rem;height:1.3125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container { background-color: transparent; background-image: none; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container > .video-iframe-container { display: none; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row > .video-iframe-container { display: none; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .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); }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container { border-width: 0; border-radius: 0; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container { width:60rem;height:45.5625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#ikKrI7e1t7uEQwEIeWVhh1pWsAEzrLV2 { color:#a2a19f;display:block;width:31.6875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:2.3125rem;left:0.8125rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N6Npmt3LSkG55QsgGUDoAUXSDUVauTVE { color:rgba(0,0,0,0.83);display:block;width:31.6875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.4375rem;left:0.8125rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pJh1FkWlZUwsxw65MSsfwZSd7Im1yDXp { color:rgba(0,0,0,0.83);display:block;width:31.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15004;line-height:1.7;letter-spacing:0;top:10.25rem;left:0.8125rem;height:3.399525rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P7Q1Jm4C08FbpRbORxiLdKbPk5eSDaXV { color:rgba(0,0,0,0.83);display:block;width:31.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:14.90478515625rem;left:0.8125rem;height:27.19621875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZBP9buADzlKdtCaxkLzWuSBi3Wyx1I2s { position:absolute;display:block;z-index:15013;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:34.1875rem;width:23.0625rem;top:7.849609375rem;left:34.9453125rem;overflow:hidden;display:block; }
#uG1O6y7sG5ScGE7yhQciLq1hkW5w5TZc { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:21.3125rem;left:33.4375rem;overflow:hidden;display:block; }
#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 { background-color:#e7e8e2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row .container { background-color: transparent; background-image: none; }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row .container > .video-iframe-container { display: none; }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row > .video-iframe-container { display: none; }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .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); }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row .container { border-width: 0; border-radius: 0; }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row .container { width:60rem;height:9.75rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#k7KKaV7xTlguFc2WKydMV7AmSTl8qg5D { color:#a2a19f;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gT7OWzm2kKTs7yBQhtzTv4CafsrV9U0n { color:rgba(0,0,0,0.83);display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.25rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CrS97XNbHL1TXIwpH3iJpPzLGRxNF7mR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#CrS97XNbHL1TXIwpH3iJpPzLGRxNF7mR > .row .container { border-width: 0; border-radius: 0; }#CrS97XNbHL1TXIwpH3iJpPzLGRxNF7mR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CrS97XNbHL1TXIwpH3iJpPzLGRxNF7mR > .row .container { font-size:0.875rem;font-family:arial;height:38.0625rem;width:60rem;position:relative;display:none; }#GcLCbN4AyvsT7vFSm4C31m6hrSUaioeN { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.75rem;width:19.1875rem;top:2.28125rem;left:20.40625rem;overflow:hidden;display:block; }
#dxUaVeTzOWNGyALAhadB9HlF5N37k9vg { position:absolute;display:block;z-index:15013;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:33.75rem;width:19.25rem;top:2.21875rem;left:0.375rem;overflow:hidden;display:block; }
#OtLAmJqRCvpUAAvTktxxCF3G6Ci3T8D0 { position:absolute;display:block;z-index:15013;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:33.5625rem;width:19.125rem;top:2.28125rem;left:40.4375rem;overflow:hidden;display:block; }
#F6s15OhTF0UJ8WAXgH8qMBQ63QEbuxxr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7e8e2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#F6s15OhTF0UJ8WAXgH8qMBQ63QEbuxxr > .row .container { background-color: transparent; background-image: none; }#F6s15OhTF0UJ8WAXgH8qMBQ63QEbuxxr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6s15OhTF0UJ8WAXgH8qMBQ63QEbuxxr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6s15OhTF0UJ8WAXgH8qMBQ63QEbuxxr > .row .container > .video-iframe-container { display: none; }#F6s15OhTF0UJ8WAXgH8qMBQ63QEbuxxr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6s15OhTF0UJ8WAXgH8qMBQ63QEbuxxr > .row > .video-iframe-container { display: none; }#F6s15OhTF0UJ8WAXgH8qMBQ63QEbuxxr > .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); }#F6s15OhTF0UJ8WAXgH8qMBQ63QEbuxxr > .row .container { border-width: 0; border-radius: 0; }#F6s15OhTF0UJ8WAXgH8qMBQ63QEbuxxr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F6s15OhTF0UJ8WAXgH8qMBQ63QEbuxxr > .row .container { font-size:0.875rem;font-family:arial;height:40.125rem;width:60rem;position:relative;display:block; }#B2MolxbRd4DI3D7NfTRTkm1EOW67XtBv { color:#f3f1f1;display:block;width:3.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:7.9375rem;left:2rem;height:1.40014375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#mNlH4gZevL5mM2dghxShSPJOUZ4gx9zQ { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/887a8142-820d-47e2-8988-ff04c7db87c9/Serveis.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.4375rem;width:19rem;top:2.0625rem;left:0.34375rem;display:block; }#mNlH4gZevL5mM2dghxShSPJOUZ4gx9zQ.adaptive-delivery-prevent-bg, #mNlH4gZevL5mM2dghxShSPJOUZ4gx9zQ.lazyload, #mNlH4gZevL5mM2dghxShSPJOUZ4gx9zQ.lazyloading { background-image: none; }
#ZPNdZdIqcetR38rCPVAW5Viav8ITWL8e { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15.6875rem;top:9.3125rem;left:2rem;display:block; }
#u1TF7SGZRIAgxsS4hIp83T1Pp11CiBxd { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:5.9375rem;top:2.0625rem;left:6.875rem;overflow:hidden;display:block; }
#z7M7qiwv9ciZM7VRh71VIXUCsfvUCT8q { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15.6875rem;top:16.0625rem;left:2rem;display:block; }
#XctvHyvWPzmCTkT8zQkDa9QGvELgfS0L { color:#ffffff;display:block;width:4.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:14.6875rem;left:2rem;height:1.40014375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#mc6uX3zBtmWG4hu7KiFn5nJqQ6CfaMkP { color:#ffffff;display:block;width:7.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:20.9375rem;left:2rem;height:1.40014375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#J2g8HgeJR72nX8DZArUeUBRUXUxwzDau { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15.6875rem;top:22.3125rem;left:2rem;display:block; }
#HIHwbTgGLXXPS9a3l9tEewhovH2t1DU2 { color:#ffffff;display:block;width:6.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:23.375rem;left:2rem;height:1.19995rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#xN7hHFWT00PhPfz3O7lbgJnpxnHWK9Le { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:24.57421875rem;left:2rem;height:1.19995rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#WyMPJdfr6zc4SQe9URIz4BOo3pNfTw7e { color:#ffffff;display:block;width:7.25rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:25.7734375rem;left:2rem;height:1.19995rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#us3LPe0urfIkhqZWAGsh9rORoGOFw3Iw { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:26.97265625rem;left:2rem;height:1.19995rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#aRMLVs2lbTN3VrGNNWT9xbqoJuxdZL5E { color:#ffffff;display:block;width:9.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:28.171875rem;left:2rem;height:1.19995rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#aGDSJhrr7HTtKTHO4xE4u8Hgb4s1Pl5o { color:#ffffff;display:block;width:10.25rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:29.37109375rem;left:2rem;height:1.19995rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#Shknr8WnT8HbQIGa1c50kM9rDuuvTt9S { color:#ffffff;display:block;width:5.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:30.8828125rem;left:1.9375rem;height:1.40014375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#sKzf6mJiqMdU2dv4RXt9A4cDonZigXJL { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15.6875rem;top:32.2822265625rem;left:2rem;display:block; }
#QiGEv1b6N8Ar9ed2RBXkzg5Pk3T18358 { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:32.9375rem;left:2rem;height:1.19995rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#U5T9hWAqWDfB106iib14aJONE5UUmxWt { color:#ffffff;display:block;width:5.1875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:34.125rem;left:2rem;height:1.19995rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#SucLCPrI7N4hZXNw5nChFAPAZrhoZ1vG { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:35.3125rem;left:2rem;height:1.19995rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#gOBUJ0b1T6IFN79rTueFTfC27dTQg4TR { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:16.9375rem;left:2rem;height:1.19995rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#ecC1nLncE63vccf2aQX4aaiTvqUCnfka { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:18.125rem;left:2rem;height:1.19995rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#gkaOX8JJswnRRweGP7QhnZZVmTMN2Fp2 { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:19.3125rem;left:2rem;height:1.19995rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#JUOTOAWovmSlCtsohhMXtqHhKHLohF9s { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:9.6875rem;left:2rem;height:1.19995rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#UVoDBs8gOtrZDTqRg30kTilI949dAmtn { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:10.875rem;left:2rem;height:1.19995rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#pMNqu9WrG2sIsI2UxtT9gyDN9nXr7rQh { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:12.0625rem;left:2rem;height:1.19995rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#TBUPgmeWkc6ZuPpxWBo8w8IANa2zpzzD { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:13.3125rem;left:2rem;height:1.19995rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#oAsmHUn23v3CfgLzudbBQ81oDpyOScdp { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:9.6875rem;left:13.25rem;height:1.19995rem;text-align:right;text-align-last:right;font-style:italic;display:block; }
#fIbXBWmpADc72Hpz4eN6HJAQIfwz2ntu { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:10.875rem;left:13.25rem;height:1.19995rem;text-align:right;text-align-last:right;font-style:italic;display:block; }
#AAIgi4yHI21CGiqb6oHK8EedLNU27zLC { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:12.0625rem;left:13.25rem;height:1.19995rem;text-align:right;text-align-last:right;font-style:italic;display:block; }
#AnSOdNdfqGOt89A43ZpsgT1pkUElhxvR { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:13.3125rem;left:13.25rem;height:1.19995rem;text-align:right;text-align-last:right;font-style:italic;display:block; }
#iaqtXgiU9QkUUMplbNWEdtBsSUWeU9Ac { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:19.25rem;left:13.25rem;height:1.19995rem;text-align:right;text-align-last:right;font-style:italic;display:block; }
#ZTwXHhGOkIOATM0qNTR4HD4n4u1OE4n8 { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:18.0625rem;left:13.25rem;height:1.19995rem;text-align:right;text-align-last:right;font-style:italic;display:block; }
#t3wboIpv7uRxqUCvwOCrKcN83FIzycnE { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:16.875rem;left:13.25rem;height:1.19995rem;text-align:right;text-align-last:right;font-style:italic;display:block; }
#X2J2MUEyc3qZpkvkzRrLivTAC6X3NsXT { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:23.5625rem;left:13.25rem;height:1.19995rem;text-align:right;text-align-last:right;font-style:italic;display:block; }
#JQmoTzpLkSnRtM9yPwhCuFJTmXyvEQ1N { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:24.75rem;left:13.25rem;height:1.19995rem;text-align:right;text-align-last:right;font-style:italic;display:block; }
#g033y6aZ5km5KVUUzZXdiR7cmWXqDbBh { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:25.9375rem;left:13.25rem;height:1.19995rem;text-align:right;text-align-last:right;font-style:italic;display:block; }
#B5igQ6opXzX7bhXM3kdNT0Cs0EPaZqJt { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:27.1875rem;left:13.25rem;height:1.19995rem;text-align:right;text-align-last:right;font-style:italic;display:block; }
#b4HP507aSqUd8TGsvCw13XkCH48w3Bxk { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:29.4375rem;left:13.25rem;height:1.19995rem;text-align:right;text-align-last:right;font-style:italic;display:block; }
#rZpCpTtHHikbgf11wPau1gHST5qLnmbN { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:28.1875rem;left:13.25rem;height:1.19995rem;text-align:right;text-align-last:right;font-style:italic;display:block; }
#l1Cm0IcoLxyShGME28ft2WNpLf1XbSvC { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:35.375rem;left:13.25rem;height:1.19995rem;text-align:right;text-align-last:right;font-style:italic;display:block; }
#o3UbEIqmu4K8dC037T85ACB5AuyVMOiX { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:34.1875rem;left:13.25rem;height:1.19995rem;text-align:right;text-align-last:right;font-style:italic;display:block; }
#Vgdy4ZUoJViEqSFzFufQdwqPtlksgObI { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:33rem;left:13.25rem;height:1.19995rem;text-align:right;text-align-last:right;font-style:italic;display:block; }
#hZmLviKWZOQnsrPeDHvigMcRWE3FClF8 { color:#f3f1f1;display:block;width:13.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15125;line-height:1.6;letter-spacing:0;top:7.99967956543rem;left:22.187501907349rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#VdcgSMZZT0oz63upp17kThxJ3lOqqwgF { position:absolute;display:block;z-index:15127;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15.6875rem;top:9.375rem;left:22.1875rem;display:block; }
#y2r8hU1pqn4BGpEzB1GXqFuZ8R3oVdZy { position:absolute;display:block;z-index:15124;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:5.9375rem;top:2.0625rem;left:27.0625rem;overflow:hidden;display:block; }
#HqrbH9Hu8f1pHr9uxHfhWVIWBnkpTClc { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15136;line-height:1.6;letter-spacing:0;top:9.75rem;left:22.1875rem;height:1.19954375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#Hx0BTXvvGVwTDGtFLBTIVuBdg17SAp15 { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15137;line-height:1.6;letter-spacing:0;top:10.9375rem;left:22.1875rem;height:1.19995rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#NlUDQorh93yythM3FMSJI2wkgT2wrNpi { color:#ffffff;display:block;width:12.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15138;line-height:1.6;letter-spacing:0;top:12.125rem;left:22.1875rem;height:1.19995rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#EhiM7n153QfvcmRbuMw0HrcpK2UhhEXJ { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15139;line-height:1.6;letter-spacing:0;top:13.375rem;left:22.1875rem;height:1.19995rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#VBCadganOH3DlpdBqWdbysgJqTxbiKxN { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15141;line-height:1.6;letter-spacing:0;top:14.5625rem;left:22.1875rem;height:1.19995rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#TXEmWQDOQLVGw5q9SfvkJ3H2k4czHc4k { color:#ffffff;display:block;width:5.5625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15142;line-height:1.6;letter-spacing:0;top:15.75rem;left:22.1875rem;height:1.19995rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#FolGol9lumZGA4ArnyA4DxU0Ly30kHt1 { color:#ffffff;display:block;width:5.6875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15143;line-height:1.6;letter-spacing:0;top:16.9375rem;left:22.1875rem;height:1.19995rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#t3qKZFE8ipceWFsf1GLpBZvHDgklnDlC { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15140;line-height:1.6;letter-spacing:0;top:9.75rem;left:33.4375rem;height:1.19995rem;text-align:right;text-align-last:right;font-style:italic;display:block; }
#cBTxRR33MiLs4r0Zy2nSBBTFRcLlZ8hP { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15141;line-height:1.6;letter-spacing:0;top:10.9375rem;left:33.4375rem;height:1.19995rem;text-align:right;text-align-last:right;font-style:italic;display:block; }
#wHbECb2zwWcvrCRDmJgtTpiVdJXqC7mb { color:#ffffff;display:block;width:3.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15142;line-height:1.6;letter-spacing:0;top:12.125rem;left:34.8125rem;height:1.19995rem;text-align:right;text-align-last:right;font-style:italic;display:block; }
#c5qQWmrZuONtG6Evig1hLyLDfMRs1wtx { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15143;line-height:1.6;letter-spacing:0;top:13.375rem;left:33.4375rem;height:1.19995rem;text-align:right;text-align-last:right;font-style:italic;display:block; }
#NnXJrJ7xiZLAIyXSxVHgGFndeHA3B1ip { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15145;line-height:1.6;letter-spacing:0;top:16.875rem;left:33.4375rem;height:1.19995rem;text-align:right;text-align-last:right;font-style:italic;display:block; }
#mQJ09quTQIQ5M40sTgwoZ69cHGkl9qk6 { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15144;line-height:1.6;letter-spacing:0;top:15.6875rem;left:33.4375rem;height:1.19995rem;text-align:right;text-align-last:right;font-style:italic;display:block; }
#dPHKX0sOlwhEcPKOtRZetPTCuqoKvFdU { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15143;line-height:1.6;letter-spacing:0;top:14.5rem;left:33.4375rem;height:1.19995rem;text-align:right;text-align-last:right;font-style:italic;display:block; }
#BNgvBm8AC8LbT4WQJPUmhNMZLIzTiupD { color:#ffffff;display:block;width:7.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15127;line-height:1.6;letter-spacing:0;top:20.312283754349rem;left:22.1875rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#BDzwLLQTMvxDVEXLsIIitBUW5owmPGCa { color:#ffffff;display:block;width:9.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15136;line-height:1.6;letter-spacing:0;top:32.5625rem;left:22.125rem;height:1.19995rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#riOIFq5NziBmMsBvSrq5PrnQl8ZfpQ37 { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15148;line-height:1.6;letter-spacing:0;top:32.5625rem;left:33.375rem;height:1.19995rem;text-align:right;text-align-last:right;font-style:italic;display:block; }
#Raw8xxBe7yRw2VeBJm2vO9LiqBJTc3Sl { color:#ffffff;display:block;width:10.25rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15137;line-height:1.6;letter-spacing:0;top:33.6875rem;left:22.125rem;height:1.19995rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#LJ6OSbB4diFOhpCyMtxQc3fcITIHMzKC { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15149;line-height:1.6;letter-spacing:0;top:33.75rem;left:33.375rem;height:1.19995rem;text-align:right;text-align-last:right;font-style:italic;display:block; }
#AQxcrIJPTM9HbJIfEteeHsF2b4AAtvZC { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15128;line-height:1.6;letter-spacing:0;top:28.1875rem;left:22.125rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#PXGlgHtUTnlIkFVtE1HpqQDDpDT32Gr4 { position:absolute;display:block;z-index:15130;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15.6875rem;top:29.625rem;left:22.1875rem;display:block; }
#O6toLxMSrDnLuu6FPvQxVS6pWQInZM83 { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15138;line-height:1.6;letter-spacing:0;top:30.25rem;left:22.1875rem;height:1.19995rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#eh9a87SNeQOiT5hV1bqipcdCpaZG1kVW { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15146;line-height:1.6;letter-spacing:0;top:30.3125rem;left:33.4375rem;height:1.19995rem;text-align:right;text-align-last:right;font-style:italic;display:block; }
#w09CQFaPTSFAMlkkqntXiKSGDDQuDW5m { color:#ffffff;display:block;width:5.1875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15139;line-height:1.6;letter-spacing:0;top:31.4375rem;left:22.1875rem;height:1.19995rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#JVEFCiXdIRWPCVNaaZOm3HBVhD0x1KL4 { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15147;line-height:1.6;letter-spacing:0;top:31.5rem;left:33.4375rem;height:1.19995rem;text-align:right;text-align-last:right;font-style:italic;display:block; }
#csaW7C4b7MI6kgBXvh51ixnmxmHq3tzm { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15146;line-height:1.6;letter-spacing:0;top:20.500001192093rem;left:33.4375rem;height:1.19954375rem;text-align:right;text-align-last:right;font-style:italic;display:block; }
#ocNmZLKW3sFzLqPeGxNMxpOHrkM0aIXq { color:#ffffff;display:block;width:7.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15128;line-height:1.6;letter-spacing:0;top:22.062501192093rem;left:22.1875rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#EWhXb81ZZesQJFoE1637vZDVdaP3sTPZ { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15147;line-height:1.6;letter-spacing:0;top:22.187283754349rem;left:33.4375rem;height:1.19954375rem;text-align:right;text-align-last:right;font-style:italic;display:block; }
#g22pARO4Ll9VKvxHEA6sho7Jf8fg1TvF { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15129;line-height:1.6;letter-spacing:0;top:23.625001192093rem;left:22.1875rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#WMRkNeCK7XDGypl4fG1dUTfTtdbT2hHK { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15148;line-height:1.6;letter-spacing:0;top:23.749783754349rem;left:33.4375rem;height:1.19954375rem;text-align:right;text-align-last:right;font-style:italic;display:block; }
#Popir6vNugRP6JnKMtEB3QEh4GRNBfSf { position:absolute;display:block;z-index:15131;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15.6875rem;top:19.812066316604rem;left:22.124565124512rem;display:block; }
#SEzMpHr7KhN304BTmhOVKPk7TcFnbbux { color:#ffffff;display:block;width:8.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15133;line-height:1.6;letter-spacing:0;top:25.124566316604rem;left:22.1875rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#rek0sOfLTh5ORlLvsUXk21ow5bsSkyx7 { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15152;line-height:1.6;letter-spacing:0;top:25.312283754349rem;left:33.4375rem;height:1.19954375rem;text-align:right;text-align-last:right;font-style:italic;display:block; }
#wiJBGkWbiEMTEbJTfRN0XEebPXIZ6olT { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a388aa60-a783-4fef-9d40-87d279494cf4/Serveis2.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.4375rem;width:19rem;top:2.0625rem;left:20.5rem;display:block; }#wiJBGkWbiEMTEbJTfRN0XEebPXIZ6olT.adaptive-delivery-prevent-bg, #wiJBGkWbiEMTEbJTfRN0XEebPXIZ6olT.lazyload, #wiJBGkWbiEMTEbJTfRN0XEebPXIZ6olT.lazyloading { background-image: none; }
#OG5iNzJ3gu8GuGSZUsWL641VgKrEFBpG { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15187;line-height:1.6;letter-spacing:0;top:30.25rem;left:53.375rem;height:1.19995rem;text-align:right;text-align-last:right;font-style:italic;display:block; }
#cTOq06H7A4q2Xs4QnI8zRJ3UCTgm9s6d { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15186;line-height:1.6;letter-spacing:0;top:29.0625rem;left:53.375rem;height:1.19995rem;text-align:right;text-align-last:right;font-style:italic;display:block; }
#SSOhT51RiwT4fn8iGtcapRC52Qxw6EgX { color:#ffffff;display:block;width:9.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15174;line-height:1.6;letter-spacing:0;top:29.0625rem;left:42.125rem;height:1.19995rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#EwURrzwB8AXDEwzcWhB5HAKaXfBGkbvx { color:#ffffff;display:block;width:10.25rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15175;line-height:1.6;letter-spacing:0;top:30.1875rem;left:42.125rem;height:1.19995rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#fRIqPyBXHoOxiTRhA5X4taTTNNz2Tmwq { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15184;line-height:1.6;letter-spacing:0;top:26.6875rem;left:53.4375rem;height:1.19995rem;text-align:right;text-align-last:right;font-style:italic;display:block; }
#zryF3VCrGVcT7r4PizXs8Jva6RR1m3SP { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15185;line-height:1.6;letter-spacing:0;top:27.875rem;left:53.4375rem;height:1.19995rem;text-align:right;text-align-last:right;font-style:italic;display:block; }
#XxQnmK6SLysaPVJ4C7e0zq3O5FJSGHN7 { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15166;line-height:1.6;letter-spacing:0;top:24.5625rem;left:42.125rem;height:1.40014375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#eQXxtkVCf1lT2lsy0s3TVG6VXb1TqXUe { position:absolute;display:block;z-index:15168;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15.6875rem;top:26rem;left:42.1875rem;display:block; }
#TnZb65SchasXHAPCrv8wi0rSyHD8M0BH { color:#ffffff;display:block;width:5.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15176;line-height:1.6;letter-spacing:0;top:26.625rem;left:42.1875rem;height:1.19995rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#hDPfU9kQThpS3t6SqL1MZu7yisdklTVt { color:#ffffff;display:block;width:6.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15177;line-height:1.6;letter-spacing:0;top:27.8125rem;left:42.1875rem;height:1.19995rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#IBx5NlgR2ASuCc6B5vlTi3l5Ow4wpt2w { color:#ffffff;display:block;width:7.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15166;line-height:1.6;letter-spacing:0;top:21.1875rem;left:42.0625rem;height:1.40014375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#Rincwg5NLAmFDqyV7iGTFdV2L76KDa7q { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15185;line-height:1.6;letter-spacing:0;top:21.3125rem;left:53.3125rem;height:1.19954375rem;text-align:right;text-align-last:right;font-style:italic;display:block; }
#p8JRTeCRvIFuPIdLbDTymgK8fNTwb67R { color:#ffffff;display:block;width:12.875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15165;line-height:1.6;letter-spacing:0;top:19rem;left:42.0625rem;height:1.19995rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#xXi9r4EUaFAe00xAEbeVhvDcO1EiUeab { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15184;line-height:1.6;letter-spacing:0;top:18.994140625rem;left:53.3125rem;height:1.19995rem;text-align:right;text-align-last:right;font-style:italic;display:block; }
#int6yLx8Amddvz2ID71PzcLoPqrkJRLV { position:absolute;display:block;z-index:15169;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15.6875rem;top:14.875rem;left:42.125rem;display:block; }
#U9HSaUWemwB5rTbGtQqPKSxP1F20lob7 { color:#ffffff;display:block;width:11.3125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15181;line-height:1.6;letter-spacing:0;top:17.75rem;left:42.0625rem;height:1.19995rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#OWCy8SKfpStX6ZplVMDvo2xxRWigFR30 { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15183;line-height:1.6;letter-spacing:0;top:17.75rem;left:53.3125rem;height:1.19995rem;text-align:right;text-align-last:right;font-style:italic;display:block; }
#XRhnMsfarl2HvofrF9ZLVQoKboab1EhI { color:#ffffff;display:block;width:6.9375rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15180;line-height:1.6;letter-spacing:0;top:16.5625rem;left:42.0625rem;height:1.19995rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#inG0W8fgybgUWLIaxVRlWFqTdwnfqPsg { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15182;line-height:1.6;letter-spacing:0;top:16.5rem;left:53.3125rem;height:1.19995rem;text-align:right;text-align-last:right;font-style:italic;display:block; }
#XxnKnJNQB15BUEbZ6SOZhLieKHT6NRHo { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15179;line-height:1.6;letter-spacing:0;top:15.375rem;left:42.0625rem;height:1.19995rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#SoK0avc7zqz8ewCcSXdtTT6NEfJy6cv2 { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15181;line-height:1.6;letter-spacing:0;top:15.3125rem;left:53.3125rem;height:1.19995rem;text-align:right;text-align-last:right;font-style:italic;display:block; }
#efMEHIxEFWBQU0fiz7wd88RMdTTPwADB { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15175;line-height:1.6;letter-spacing:0;top:11.25rem;left:42.0625rem;height:1.19995rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#Wo1WK6xZLuN3Cvs7heTfUipryoJyEm0N { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15179;line-height:1.6;letter-spacing:0;top:11.25rem;left:53.3125rem;height:1.19995rem;text-align:right;text-align-last:right;font-style:italic;display:block; }
#pnFEuORRldGB9dPAtyvnyzW0KyTzbx7u { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15174;line-height:1.6;letter-spacing:0;top:9.9375rem;left:42.0625rem;height:1.19995rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#BPf4JryuHsyzrEw6E5frrBVHTdbzBirf { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15178;line-height:1.6;letter-spacing:0;top:9.9375rem;left:53.3125rem;height:1.19954375rem;text-align:right;text-align-last:right;font-style:italic;display:block; }
#GcZx1Wr4xzb1RphGZr7VB5AcgXofWOST { color:#f3f1f1;display:block;width:11.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15163;line-height:1.6;letter-spacing:0;top:8rem;left:42.0625rem;height:1.40014375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#g6PTSGGF7ssRklZ9e8tBsg0tMtOVhFvC { position:absolute;display:block;z-index:15165;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15.6875rem;top:9.375rem;left:42.0625rem;display:block; }
#O4XPdNzVt9NqOvuaroQiUfTFWZ4bSE6Q { position:absolute;display:block;z-index:15162;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:5.9375rem;top:2.0625rem;left:46.9375rem;overflow:hidden;display:block; }
#AyJlSegVvoMFFyZsqUTpyIEr2G6nsw7U { color:#f3f1f1;display:block;width:11.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15164;line-height:1.6;letter-spacing:0;top:13.3505859375rem;left:42rem;height:1.40014375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#HXXA4ooTQKINm5RsyHIzbfkGPM1nDerU { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/964d733a-5517-432d-a2c9-039a96a38e8c/Serveis1.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.4375rem;width:19rem;top:2.125rem;left:40.53125rem;display:block; }#HXXA4ooTQKINm5RsyHIzbfkGPM1nDerU.adaptive-delivery-prevent-bg, #HXXA4ooTQKINm5RsyHIzbfkGPM1nDerU.lazyload, #HXXA4ooTQKINm5RsyHIzbfkGPM1nDerU.lazyloading { background-image: none; }
#Ms7AJWoKOh1GVNL0sTLE59GLLTk94cH3 { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15191;line-height:1.6;letter-spacing:0;top:32.6875rem;left:53.375rem;height:1.19995rem;text-align:right;text-align-last:right;font-style:italic;display:block; }
#iVCRT9AW2kOk5HBsIzbZTO5INtXZCWuE { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15190;line-height:1.6;letter-spacing:0;top:31.4375rem;left:53.375rem;height:1.19995rem;text-align:right;text-align-last:right;font-style:italic;display:block; }
#kynlkDBOtRm6zLOcOqZSR4UWTs4L874l { color:#ffffff;display:block;width:10.25rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15179;line-height:1.6;letter-spacing:0;top:32.625rem;left:42.125rem;height:1.19995rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#wDuVOIlBgo6lhXNTttDATZiGJERuGedJ { color:#ffffff;display:block;width:9.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15178;line-height:1.6;letter-spacing:0;top:31.4375rem;left:42.125rem;height:1.19995rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#MylTDuR1f1ygAMOvJLyQlbipClAFTRFZ { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#MylTDuR1f1ygAMOvJLyQlbipClAFTRFZ > .row .container { background-color: transparent; background-image: none; }#MylTDuR1f1ygAMOvJLyQlbipClAFTRFZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MylTDuR1f1ygAMOvJLyQlbipClAFTRFZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MylTDuR1f1ygAMOvJLyQlbipClAFTRFZ > .row .container > .video-iframe-container { display: none; }#MylTDuR1f1ygAMOvJLyQlbipClAFTRFZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MylTDuR1f1ygAMOvJLyQlbipClAFTRFZ > .row > .video-iframe-container { display: none; }#MylTDuR1f1ygAMOvJLyQlbipClAFTRFZ > .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); }#MylTDuR1f1ygAMOvJLyQlbipClAFTRFZ > .row .container { border-width: 0; border-radius: 0; }#MylTDuR1f1ygAMOvJLyQlbipClAFTRFZ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#MylTDuR1f1ygAMOvJLyQlbipClAFTRFZ > .row .container { width:60rem;height:0.6875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#IUrbnAE3UFQOTzGABosfDfW796ZqfOZ5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#252323;background-image:url("https://images.assets-landingi.com/bCdBVnTd/bg02_022.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#IUrbnAE3UFQOTzGABosfDfW796ZqfOZ5.adaptive-delivery-prevent-bg, #IUrbnAE3UFQOTzGABosfDfW796ZqfOZ5.lazyload, #IUrbnAE3UFQOTzGABosfDfW796ZqfOZ5.lazyloading { background-image: none; }#IUrbnAE3UFQOTzGABosfDfW796ZqfOZ5 > .row .container { background-color: transparent; background-image: none; }#IUrbnAE3UFQOTzGABosfDfW796ZqfOZ5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUrbnAE3UFQOTzGABosfDfW796ZqfOZ5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUrbnAE3UFQOTzGABosfDfW796ZqfOZ5 > .row .container > .video-iframe-container { display: none; }#IUrbnAE3UFQOTzGABosfDfW796ZqfOZ5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUrbnAE3UFQOTzGABosfDfW796ZqfOZ5 > .row > .video-iframe-container { display: none; }#IUrbnAE3UFQOTzGABosfDfW796ZqfOZ5 > .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); }#IUrbnAE3UFQOTzGABosfDfW796ZqfOZ5 > .row .container { border-width: 0; border-radius: 0; }#IUrbnAE3UFQOTzGABosfDfW796ZqfOZ5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IUrbnAE3UFQOTzGABosfDfW796ZqfOZ5 > .row .container { font-size:0.875rem;font-family:arial;height:25.4375rem;width:60rem;position:relative;display:block; }#w7WnvX1cHaSg39fI1JRaiwWih6sVIJyI { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:15.5625rem;left:2.375rem;height:1.80013125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XUMGG3OHqMqTZIS5eSEEubpvX6UuGaDX { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:10rem;left:2.375rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uFQPpFm7IDt0cFHSpNMkCdcwIkKZ11d3 { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:15.5625rem;left:22.375rem;height:1.80013125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nyaJveyW996AnEQDrXiTLvlfHNgAuw71 { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:10rem;left:22.375rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LDivCFl0GfTWEzCTNkdXsLJeXKH9ht9G { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:15.5625rem;left:42.375rem;height:1.80013125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ph9SOaEkddrDmFa2TwV1ZVm65fvEm3G9 { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:10rem;left:42.375rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ae7xN2Aq3wfP9rxSyBRT04PwNTo3Iufy { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:7.9375rem;left:8.9375rem; }
#gcoyIkMLGwpBJFvoxSIDTd5cPM4ttAV6 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:7.9375rem;left:28.9375rem; }
#dqfI6wm0thZNBCFdwTPXC2IM2xcIrIyz { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:7.9375rem;left:48.9375rem; }
#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .row .container { background-color: transparent; background-image: none; }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .row .container > .video-iframe-container { display: none; }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .row > .video-iframe-container { display: none; }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .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); }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .row .container { border-width: 0; border-radius: 0; }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .row .container { width:60rem;height:56.0625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#TFOpXhs2PcD2eonPhK4vUM1GB1AoxBxg { color:#a2a19f;display:block;width:34.9375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:4.125rem;left:23.4375rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TkmGQMFNAqdnJIboBChEl43TAMF7UvgV { color:rgba(0,0,0,0.83);display:block;width:34.9375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.5625rem;left:23.4375rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UGJ8wqiO5a6wBFA7rmkHfNt6I4W0Bc6w { color:rgba(0,0,0,0.83);display:block;width:34.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15004;line-height:1.7;letter-spacing:0;top:12.5625rem;left:23.4375rem;height:3.399525rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#l0Lbo906kXmmtTkbfACkTMvVZwGfMaK3 { color:rgba(0,0,0,0.83);display:block;width:35.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:18.00146484375rem;left:23.45849609375rem;height:10.19856875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fmg5I9MG91e0X6Q5S58dGzZASuOfP4pg { position:absolute;display:block;z-index:15015;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.25rem;width:19.3125rem;top:4.0625rem;left:0rem;overflow:hidden;display:block; }
#JKDqwSzDy0KGspvzIrsHOM3kTxVGFM77 { position:absolute;display:block;z-index:15016;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:31.5625rem;width:19.3125rem;top:20.375rem;left:0rem;overflow:hidden;display:block; }
#ms2zTkGT0VgHX5UnO1Ocdsi4XwOsRuPu { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.625rem;width:37rem;top:31.25rem;left:22.89599609375rem;display:block; }
#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk { background-color:#e7e8e2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .row .container { background-color: transparent; background-image: none; }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .row .container > .video-iframe-container { display: none; }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .row > .video-iframe-container { display: none; }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .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); }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .row .container { border-width: 0; border-radius: 0; }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .row .container { width:60rem;height:9.875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#orMZBEu8DVI2Q6TzIlD5lXhZHt11v6eT { color:#a2a19f;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gHzQacmttVcbmCiJfIdWfThkczX1P2kd { color:#2e1b16;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.1875rem;left:0rem;height:3.24978125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gUJPA2hPhJ4weO43yfTdUzMfbPNPOoun { background-color:#e7e8e2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#gUJPA2hPhJ4weO43yfTdUzMfbPNPOoun > .row .container { background-color: transparent; background-image: none; }#gUJPA2hPhJ4weO43yfTdUzMfbPNPOoun::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUJPA2hPhJ4weO43yfTdUzMfbPNPOoun > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUJPA2hPhJ4weO43yfTdUzMfbPNPOoun > .row .container > .video-iframe-container { display: none; }#gUJPA2hPhJ4weO43yfTdUzMfbPNPOoun > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUJPA2hPhJ4weO43yfTdUzMfbPNPOoun > .row > .video-iframe-container { display: none; }#gUJPA2hPhJ4weO43yfTdUzMfbPNPOoun > .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); }#gUJPA2hPhJ4weO43yfTdUzMfbPNPOoun > .row .container { border-width: 0; border-radius: 0; }#gUJPA2hPhJ4weO43yfTdUzMfbPNPOoun > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#gUJPA2hPhJ4weO43yfTdUzMfbPNPOoun > .row .container { width:60rem;height:25.625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#z4d41HKtxqqDBdxI8vXJ9QsTJQg7eVQX { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;top:1.78125rem;left:10.65625rem;display:block; }
#oA7pty0ES4sSq3qV1T2FXpUgqXng85CL { background-color:#e7e8e2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#oA7pty0ES4sSq3qV1T2FXpUgqXng85CL > .row .container { background-color: transparent; background-image: none; }#oA7pty0ES4sSq3qV1T2FXpUgqXng85CL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oA7pty0ES4sSq3qV1T2FXpUgqXng85CL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oA7pty0ES4sSq3qV1T2FXpUgqXng85CL > .row .container > .video-iframe-container { display: none; }#oA7pty0ES4sSq3qV1T2FXpUgqXng85CL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oA7pty0ES4sSq3qV1T2FXpUgqXng85CL > .row > .video-iframe-container { display: none; }#oA7pty0ES4sSq3qV1T2FXpUgqXng85CL > .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); }#oA7pty0ES4sSq3qV1T2FXpUgqXng85CL > .row .container { border-width: 0; border-radius: 0; }#oA7pty0ES4sSq3qV1T2FXpUgqXng85CL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#oA7pty0ES4sSq3qV1T2FXpUgqXng85CL > .row .container { width:60rem;height:3.3125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a2a19f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo > .row .container { background-color: transparent; background-image: none; }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo > .row .container > .video-iframe-container { display: none; }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo > .row > .video-iframe-container { display: none; }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo > .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); }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo > .row .container { border-width: 0; border-radius: 0; }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:60rem;position:relative;display:block; }#KI8uqHHuBmOolbqUHJWTsPqp8lUmUWpe { background-color:#a2a19f;background-image:none;z-index:;position:relative;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;display:block; }#KI8uqHHuBmOolbqUHJWTsPqp8lUmUWpe > .row .container { background-color: transparent; background-image: none; }#KI8uqHHuBmOolbqUHJWTsPqp8lUmUWpe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KI8uqHHuBmOolbqUHJWTsPqp8lUmUWpe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KI8uqHHuBmOolbqUHJWTsPqp8lUmUWpe > .row .container > .video-iframe-container { display: none; }#KI8uqHHuBmOolbqUHJWTsPqp8lUmUWpe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KI8uqHHuBmOolbqUHJWTsPqp8lUmUWpe > .row > .video-iframe-container { display: none; }#KI8uqHHuBmOolbqUHJWTsPqp8lUmUWpe > .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); }#KI8uqHHuBmOolbqUHJWTsPqp8lUmUWpe > .row .container { border-width: 0; border-radius: 0; }#KI8uqHHuBmOolbqUHJWTsPqp8lUmUWpe > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KI8uqHHuBmOolbqUHJWTsPqp8lUmUWpe > .row .container { font-size:0.875rem;font-family:arial;height:17.9375rem;width:60rem;position:relative;display:block; }#yvMhhtQImK66mcqGv5u1CTlX4iRtipPi { display:block;width:13.25rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.2;top:11.455078125rem;left:2.3125rem;background-color:transparent;background-image:none;height:1.64930625rem;text-align:left;text-align-last:left;color:#f9f9f9;display:block; }
#bitQTFkKKu9zwedakfkSSEtZsI1n5m3Z { background-color:#ccd4db;background-image:none;height:12.5rem;width:0.0625rem;position:absolute;display:block;z-index:15006;top:3.25rem;left:29.6875rem;display:block; }
#qUwdKkce2nog3cx0zxa2KQdTyQlH6sVV { color:#e7e8e2;display:block;width:18rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:3.25rem;left:2.3125rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QI4V89zJ1GO1yWD4mvpvDnpIreXlT4Wg { color:#ffffff;display:block;width:25.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:7.16845703125rem;left:2.3125rem;height:3.6002625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#H38AFIuQt331SP8k8TBOCStWw7506cG4 { display:block;width:22.0625rem;position:absolute;font-family:"brown sugar";font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.2;top:11.45458984375rem;left:33.84375rem;background-color:transparent;background-image:none;height:1.80013125rem;text-align:center;text-align-last:center;color:#f9f9f9;display:block; }
#DDAXVP3VB50zt27wzfac1wk4oaqW2bJa { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:7.5625rem;top:3.9375rem;left:41.09375rem;overflow:hidden;display:block; }
#rZ98vgLzfpXFJFHNDMMUTzU46UUyRcnT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rZ98vgLzfpXFJFHNDMMUTzU46UUyRcnT > .row .container { background-color: transparent; background-image: none; }#rZ98vgLzfpXFJFHNDMMUTzU46UUyRcnT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZ98vgLzfpXFJFHNDMMUTzU46UUyRcnT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZ98vgLzfpXFJFHNDMMUTzU46UUyRcnT > .row .container > .video-iframe-container { display: none; }#rZ98vgLzfpXFJFHNDMMUTzU46UUyRcnT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZ98vgLzfpXFJFHNDMMUTzU46UUyRcnT > .row > .video-iframe-container { display: none; }#rZ98vgLzfpXFJFHNDMMUTzU46UUyRcnT > .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); }#rZ98vgLzfpXFJFHNDMMUTzU46UUyRcnT > .row .container { border-width: 0; border-radius: 0; }#rZ98vgLzfpXFJFHNDMMUTzU46UUyRcnT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rZ98vgLzfpXFJFHNDMMUTzU46UUyRcnT > .row .container { font-size:0.875rem;font-family:arial;height:19.8125rem;width:60rem;position:relative;display:block; }#qTufdDxVnA0y1A9EdGa1WzXGpznhhceC { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:2.6875rem;left:3.4375rem;height:2.25036875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SDPeczSGg2AdArlmu65SsnDgJ7hd0iSq { position:absolute;display:block;z-index:15017;background-color:#a2a19f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15rem;top:5.875rem;left:2.1875rem;display:block; }
#gEpLhXCGAO6TBnGSiBg8C6ro1IqPwbzd { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.8;letter-spacing:0;top:7.79345703125rem;left:2.8125rem;height:3.599175rem;text-align:center;text-align-last:center;display:block; }
#fCb7NMb5rWWQzle9oCXkzXofLGH4xkTl { position:absolute;display:block;z-index:15018;background-color:#a2a19f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:2.5rem;top:12.25rem;left:8.4375rem;display:block; }
#mfgD5TeGovQr5pLLD1iFwefGocaKweoh { position:absolute;display:block;z-index:15013;background-color:#e7e8e2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.8125rem;width:19.25rem;top:0rem;left:0rem;display:block; }
#NwlEkvZrg3Jed916UdL3e10QIwnfBQaN { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.8;letter-spacing:0;top:12.875rem;left:2.8125rem;height:3.599175rem;text-align:center;text-align-last:center;display:block; }
#T56CQyz7V68STIPpXEWHaeOBAFglE5fd { position:absolute;display:block;z-index:15022;height:18.625rem;width:38.1875rem;top:0.53125rem;left:20.1875rem;display:block; }
#nfLteHafOmkfXRRre0rXJ2RtuXUyxZUA { position:absolute;display:block;z-index:15022;height:18.625rem;width:38.1875rem;top:0.53125rem;left:20.1875rem;display:none; }
#Rrq3IUfpU3IaCM0HTvd19dm9WqNHFXtp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a2a19f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#Rrq3IUfpU3IaCM0HTvd19dm9WqNHFXtp > .row .container { background-color: transparent; background-image: none; }#Rrq3IUfpU3IaCM0HTvd19dm9WqNHFXtp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rrq3IUfpU3IaCM0HTvd19dm9WqNHFXtp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rrq3IUfpU3IaCM0HTvd19dm9WqNHFXtp > .row .container > .video-iframe-container { display: none; }#Rrq3IUfpU3IaCM0HTvd19dm9WqNHFXtp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rrq3IUfpU3IaCM0HTvd19dm9WqNHFXtp > .row > .video-iframe-container { display: none; }#Rrq3IUfpU3IaCM0HTvd19dm9WqNHFXtp > .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); }#Rrq3IUfpU3IaCM0HTvd19dm9WqNHFXtp > .row .container { border-width: 0; border-radius: 0; }#Rrq3IUfpU3IaCM0HTvd19dm9WqNHFXtp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rrq3IUfpU3IaCM0HTvd19dm9WqNHFXtp > .row .container { font-size:0.875rem;font-family:arial;height:17.5625rem;width:60rem;position:relative;display:block; }#ToSRZPKn9gw2L4AQNxmuxlndtU1w1fR4 { color:#ffffff;display:block;width:30.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:6.6248912811281rem;left:15.906034469604rem;height:1.49956875rem;text-align:center;text-align-last:center;display:block; }
#VoJMsbKASTIrppIHa2ql2A65VcXNKsqi { color:#ffffff;display:block;width:23.0620625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:13.937173843384rem;left:19.686414718628rem;height:1.3997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c0crW8D06doGKJTlznrvEim8iTi82vcU { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:10.375rem;left:28.5rem; }
#c0crW8D06doGKJTlznrvEim8iTi82vcU > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#huGU2nCMXAlTINxpEuc7ElTlqrMOOd33 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:10.25rem;left:31.5rem; }
#huGU2nCMXAlTINxpEuc7ElTlqrMOOd33 > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; }#tv5X6HNeZyhsdgs9GTeUGFTN6MuUePXL { color:rgba(255,255,255,0.83);display:block;width:17.1875rem;position:absolute;font-family:"brown sugar";font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6263027191162rem;left:22.624784469604rem;height:1.86903125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pGr4XDCso9LsbM8wICB6L3fsfda1O2Pv { display:block; }#pGr4XDCso9LsbM8wICB6L3fsfda1O2Pv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I808uXONk2n09BqmxJd1HgKZSICaxRZO { width:18.75rem;height:1.875rem;top:1.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGxp7L384XIzzP1nkdcBN7hdB78bb5RL { width:4.375rem;height:3.4375rem;top:0.4375rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQ5ZJxfQ4rUKitcmk3pScDQBUwoK23lF { display:block; }
 }@media only screen and (max-width: 763px) { #HJcS7buSHdJEicnMpxfe1Ed1RDhE9sne { width:5rem;height:3.4375rem;top:0.5rem;left:42.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBUFkvEwGsfVqXAMX9TihnoasRUNG2B1 { display:block; }
 }@media only screen and (max-width: 763px) { #fCvdxtZZhpBdC0E6IGlpVEPwqnL87r1g { width:5.625rem;height:3.4375rem;top:0.4375rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVkUIa8MecCLmvd5TxJzoJ2BWbNaJ4tV { display:block; }
 }@media only screen and (max-width: 763px) { #cl48mE2RMTsiNL2BULVKbFxPdRb3Eb1Z { width:4.375rem;height:3.4375rem;top:0.5rem;left:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIOOZZ1caMMi4yZzkLfugy6L8kgC9T3v { display:block; }
 }@media only screen and (max-width: 763px) { #Quz7qQ2NR9OEWNxWpTC0pxSJTRRd3zrH { width:4.5rem;height:4.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 { display:block; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UEfdAhhmRRD45Im14WRBrdyEyQGLVbBF { width:47.75rem;height:1.625rem;top:29.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6LKiDTpNrGQnzikHc4BfV6AdnnkCcfq { width:47.1875rem;height:1.6875rem;top:40.9375rem;left:0.24978256225586rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kp7DwBBrDmd0wXIJxkAT5TI4h9Qrq6TD { width:47.75rem;height:2.5625rem;top:37.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rrc1Fa1KxcCVPhtnzwEFo6ZkTrWIr6ss { width:4.5rem;height:4.5rem;top:22.625rem;left:43.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wR3tpvIsclqTXr6sVSSkz6qQz30qsrcv { display:none; }#wR3tpvIsclqTXr6sVSSkz6qQz30qsrcv > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #r6CoHLRPUBftTFSnr6fdqG5mTZKc0AoB { width:20rem;height:3.5625rem;top:27.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZzz5yveao1lW4X2SJ6XBV8Lr4bTfhIy { width:4.5rem;height:4.5rem;top:22.625rem;left:43.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gq4cptCoFTlGT6IBqH6xz4HSDBnN0M2H { width:16.75rem;height:2.75rem;top:31.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD { display:block; }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 { display:block; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container { width:47.75rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ikKrI7e1t7uEQwEIeWVhh1pWsAEzrLV2 { width:23.1875rem;height:1.625rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6Npmt3LSkG55QsgGUDoAUXSDUVauTVE { width:23.125rem;height:3.375rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJh1FkWlZUwsxw65MSsfwZSd7Im1yDXp { width:23.125rem;height:6.375rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7Q1Jm4C08FbpRbORxiLdKbPk5eSDaXV { width:23.125rem;height:18.75rem;top:22.375rem;left:0rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ZBP9buADzlKdtCaxkLzWuSBi3Wyx1I2s { width:6.6875rem;height:9.9375rem;top:0.0625rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG1O6y7sG5ScGE7yhQciLq1hkW5w5TZc { width:4.5rem;height:4.5rem;top:21.3125rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 { display:block; }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k7KKaV7xTlguFc2WKydMV7AmSTl8qg5D { width:47.75rem;height:1.75rem;top:3.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT7OWzm2kKTs7yBQhtzTv4CafsrV9U0n { width:47.75rem;height:3.25rem;top:5.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrS97XNbHL1TXIwpH3iJpPzLGRxNF7mR { display:block; }#CrS97XNbHL1TXIwpH3iJpPzLGRxNF7mR > .row .container { width:47.75rem;height:23.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GcLCbN4AyvsT7vFSm4C31m6hrSUaioeN { width:13.3125rem;height:23.4375rem;top:0.0625rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxUaVeTzOWNGyALAhadB9HlF5N37k9vg { width:6.4375rem;height:11.3125rem;top:0.03125rem;left:0.7705078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtLAmJqRCvpUAAvTktxxCF3G6Ci3T8D0 { width:13.3125rem;height:23.4375rem;top:0.0625rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6s15OhTF0UJ8WAXgH8qMBQ63QEbuxxr { display:block; }#F6s15OhTF0UJ8WAXgH8qMBQ63QEbuxxr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B2MolxbRd4DI3D7NfTRTkm1EOW67XtBv { width:3.5rem;height:1.375rem;top:7.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNlH4gZevL5mM2dghxShSPJOUZ4gx9zQ { width:19rem;height:35.4375rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPNdZdIqcetR38rCPVAW5Viav8ITWL8e { width:15.6875rem;height:0.0625rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1TF7SGZRIAgxsS4hIp83T1Pp11CiBxd { width:5.9375rem;height:5.9375rem;top:2.0625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7M7qiwv9ciZM7VRh71VIXUCsfvUCT8q { width:15.6875rem;height:0.0625rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XctvHyvWPzmCTkT8zQkDa9QGvELgfS0L { width:4.75rem;height:1.375rem;top:14.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc6uX3zBtmWG4hu7KiFn5nJqQ6CfaMkP { width:7.875rem;height:1.375rem;top:20.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2g8HgeJR72nX8DZArUeUBRUXUxwzDau { width:15.6875rem;height:0.0625rem;top:22.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIHwbTgGLXXPS9a3l9tEewhovH2t1DU2 { width:6.625rem;height:1.1875rem;top:23.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xN7hHFWT00PhPfz3O7lbgJnpxnHWK9Le { width:6.6875rem;height:1.1875rem;top:24.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyMPJdfr6zc4SQe9URIz4BOo3pNfTw7e { width:7.25rem;height:1.1875rem;top:25.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #us3LPe0urfIkhqZWAGsh9rORoGOFw3Iw { width:7.125rem;height:1.1875rem;top:26.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRMLVs2lbTN3VrGNNWT9xbqoJuxdZL5E { width:9.625rem;height:2.375rem;top:28.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGDSJhrr7HTtKTHO4xE4u8Hgb4s1Pl5o { width:10.25rem;height:1.1875rem;top:29.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Shknr8WnT8HbQIGa1c50kM9rDuuvTt9S { width:5.9375rem;height:1.375rem;top:30.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKzf6mJiqMdU2dv4RXt9A4cDonZigXJL { width:15.6875rem;height:0.0625rem;top:32.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiGEv1b6N8Ar9ed2RBXkzg5Pk3T18358 { width:4.5rem;height:1.1875rem;top:32.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5T9hWAqWDfB106iib14aJONE5UUmxWt { width:5.1875rem;height:1.1875rem;top:34.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SucLCPrI7N4hZXNw5nChFAPAZrhoZ1vG { width:4.5rem;height:1.1875rem;top:35.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOBUJ0b1T6IFN79rTueFTfC27dTQg4TR { width:4.5rem;height:1.1875rem;top:16.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecC1nLncE63vccf2aQX4aaiTvqUCnfka { width:4.5rem;height:1.1875rem;top:18.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkaOX8JJswnRRweGP7QhnZZVmTMN2Fp2 { width:4.5rem;height:1.1875rem;top:19.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUOTOAWovmSlCtsohhMXtqHhKHLohF9s { width:4.5rem;height:1.1875rem;top:9.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVoDBs8gOtrZDTqRg30kTilI949dAmtn { width:4.5rem;height:1.1875rem;top:10.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMNqu9WrG2sIsI2UxtT9gyDN9nXr7rQh { width:4.5rem;height:1.1875rem;top:12.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBUPgmeWkc6ZuPpxWBo8w8IANa2zpzzD { width:4.5rem;height:1.1875rem;top:13.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAsmHUn23v3CfgLzudbBQ81oDpyOScdp { width:4.5rem;height:1.1875rem;top:9.6875rem;left:7.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIbXBWmpADc72Hpz4eN6HJAQIfwz2ntu { width:4.5rem;height:1.1875rem;top:10.875rem;left:7.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAIgi4yHI21CGiqb6oHK8EedLNU27zLC { width:4.5rem;height:1.1875rem;top:12.0625rem;left:7.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnSOdNdfqGOt89A43ZpsgT1pkUElhxvR { width:4.5rem;height:1.1875rem;top:13.3125rem;left:7.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaqtXgiU9QkUUMplbNWEdtBsSUWeU9Ac { width:4.5rem;height:1.1875rem;top:19.25rem;left:7.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTwXHhGOkIOATM0qNTR4HD4n4u1OE4n8 { width:4.5rem;height:1.1875rem;top:18.0625rem;left:7.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3wboIpv7uRxqUCvwOCrKcN83FIzycnE { width:4.5rem;height:1.1875rem;top:16.875rem;left:7.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2J2MUEyc3qZpkvkzRrLivTAC6X3NsXT { width:4.5rem;height:1.1875rem;top:23.5625rem;left:7.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQmoTzpLkSnRtM9yPwhCuFJTmXyvEQ1N { width:4.5rem;height:1.1875rem;top:24.75rem;left:7.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g033y6aZ5km5KVUUzZXdiR7cmWXqDbBh { width:4.5rem;height:1.1875rem;top:25.9375rem;left:7.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5igQ6opXzX7bhXM3kdNT0Cs0EPaZqJt { width:4.5rem;height:1.1875rem;top:27.1875rem;left:7.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4HP507aSqUd8TGsvCw13XkCH48w3Bxk { width:4.5rem;height:1.1875rem;top:29.4375rem;left:7.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZpCpTtHHikbgf11wPau1gHST5qLnmbN { width:4.5rem;height:1.1875rem;top:28.1875rem;left:7.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1Cm0IcoLxyShGME28ft2WNpLf1XbSvC { width:4.5rem;height:1.1875rem;top:35.375rem;left:7.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3UbEIqmu4K8dC037T85ACB5AuyVMOiX { width:4.5rem;height:1.1875rem;top:34.1875rem;left:7.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vgdy4ZUoJViEqSFzFufQdwqPtlksgObI { width:4.5rem;height:1.1875rem;top:33rem;left:7.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZmLviKWZOQnsrPeDHvigMcRWE3FClF8 { width:13.375rem;height:1.375rem;top:7.9375rem;left:16.062501907349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdcgSMZZT0oz63upp17kThxJ3lOqqwgF { width:15.6875rem;height:0.0625rem;top:9.375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2r8hU1pqn4BGpEzB1GXqFuZ8R3oVdZy { width:5.9375rem;height:5.9375rem;top:2.0625rem;left:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqrbH9Hu8f1pHr9uxHfhWVIWBnkpTClc { width:10.625rem;height:1.1875rem;top:9.75rem;left:16.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hx0BTXvvGVwTDGtFLBTIVuBdg17SAp15 { width:10.625rem;height:1.1875rem;top:10.9375rem;left:16.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlUDQorh93yythM3FMSJI2wkgT2wrNpi { width:12.125rem;height:1.1875rem;top:12.125rem;left:16.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhiM7n153QfvcmRbuMw0HrcpK2UhhEXJ { width:4.5rem;height:1.1875rem;top:13.375rem;left:16.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBCadganOH3DlpdBqWdbysgJqTxbiKxN { width:4.5rem;height:1.1875rem;top:14.5625rem;left:16.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXEmWQDOQLVGw5q9SfvkJ3H2k4czHc4k { width:5.5625rem;height:1.1875rem;top:15.75rem;left:16.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FolGol9lumZGA4ArnyA4DxU0Ly30kHt1 { width:5.6875rem;height:1.1875rem;top:16.9375rem;left:16.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3qKZFE8ipceWFsf1GLpBZvHDgklnDlC { width:4.5rem;height:1.1875rem;top:9.75rem;left:27.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBTxRR33MiLs4r0Zy2nSBBTFRcLlZ8hP { width:4.5rem;height:1.1875rem;top:10.9375rem;left:27.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHbECb2zwWcvrCRDmJgtTpiVdJXqC7mb { width:3.125rem;height:1.1875rem;top:12.125rem;left:28.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5qQWmrZuONtG6Evig1hLyLDfMRs1wtx { width:4.5rem;height:1.1875rem;top:13.375rem;left:27.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnXJrJ7xiZLAIyXSxVHgGFndeHA3B1ip { width:4.5rem;height:1.1875rem;top:16.875rem;left:27.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQJ09quTQIQ5M40sTgwoZ69cHGkl9qk6 { width:4.5rem;height:1.1875rem;top:15.6875rem;left:27.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPHKX0sOlwhEcPKOtRZetPTCuqoKvFdU { width:4.5rem;height:1.1875rem;top:14.5rem;left:27.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNgvBm8AC8LbT4WQJPUmhNMZLIzTiupD { width:7.875rem;height:1.375rem;top:20.25rem;left:16.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDzwLLQTMvxDVEXLsIIitBUW5owmPGCa { width:9.625rem;height:1.1875rem;top:32.5625rem;left:16rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #riOIFq5NziBmMsBvSrq5PrnQl8ZfpQ37 { width:4.5rem;height:1.1875rem;top:32.5625rem;left:27.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Raw8xxBe7yRw2VeBJm2vO9LiqBJTc3Sl { width:10.25rem;height:1.1875rem;top:33.6875rem;left:16rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJ6OSbB4diFOhpCyMtxQc3fcITIHMzKC { width:4.5rem;height:1.1875rem;top:33.75rem;left:27.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQxcrIJPTM9HbJIfEteeHsF2b4AAtvZC { width:7.4375rem;height:1.375rem;top:28.1875rem;left:16rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXGlgHtUTnlIkFVtE1HpqQDDpDT32Gr4 { width:15.6875rem;height:0.0625rem;top:29.625rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6toLxMSrDnLuu6FPvQxVS6pWQInZM83 { width:4.5rem;height:1.1875rem;top:30.25rem;left:16.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eh9a87SNeQOiT5hV1bqipcdCpaZG1kVW { width:4.5rem;height:1.1875rem;top:30.3125rem;left:27.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w09CQFaPTSFAMlkkqntXiKSGDDQuDW5m { width:5.1875rem;height:1.1875rem;top:31.4375rem;left:16.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVEFCiXdIRWPCVNaaZOm3HBVhD0x1KL4 { width:4.5rem;height:1.1875rem;top:31.5rem;left:27.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #csaW7C4b7MI6kgBXvh51ixnmxmHq3tzm { width:4.5rem;height:1.1875rem;top:20.5rem;left:27.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocNmZLKW3sFzLqPeGxNMxpOHrkM0aIXq { width:7.875rem;height:1.375rem;top:22.0625rem;left:16.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWhXb81ZZesQJFoE1637vZDVdaP3sTPZ { width:4.5rem;height:1.1875rem;top:22.125rem;left:27.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g22pARO4Ll9VKvxHEA6sho7Jf8fg1TvF { width:9.125rem;height:1.375rem;top:23.625rem;left:16.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMRkNeCK7XDGypl4fG1dUTfTtdbT2hHK { width:4.5rem;height:1.1875rem;top:23.6875rem;left:27.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Popir6vNugRP6JnKMtEB3QEh4GRNBfSf { width:15.6875rem;height:0.0625rem;top:19.75rem;left:15.999565124512rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEzMpHr7KhN304BTmhOVKPk7TcFnbbux { width:8.25rem;height:1.375rem;top:25.0625rem;left:16.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rek0sOfLTh5ORlLvsUXk21ow5bsSkyx7 { width:4.5rem;height:1.1875rem;top:25.25rem;left:27.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiJBGkWbiEMTEbJTfRN0XEebPXIZ6olT { width:19rem;height:35.4375rem;top:2.0625rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OG5iNzJ3gu8GuGSZUsWL641VgKrEFBpG { width:4.5rem;height:1.1875rem;top:30.25rem;left:43.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTOq06H7A4q2Xs4QnI8zRJ3UCTgm9s6d { width:4.5rem;height:1.1875rem;top:29.0625rem;left:43.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSOhT51RiwT4fn8iGtcapRC52Qxw6EgX { width:9.625rem;height:1.1875rem;top:29.0625rem;left:36rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwURrzwB8AXDEwzcWhB5HAKaXfBGkbvx { width:10.25rem;height:1.1875rem;top:30.1875rem;left:36rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRIqPyBXHoOxiTRhA5X4taTTNNz2Tmwq { width:4.5rem;height:1.1875rem;top:26.6875rem;left:43.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zryF3VCrGVcT7r4PizXs8Jva6RR1m3SP { width:4.5rem;height:1.1875rem;top:27.875rem;left:43.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxQnmK6SLysaPVJ4C7e0zq3O5FJSGHN7 { width:7.4375rem;height:1.375rem;top:24.5625rem;left:36rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQXxtkVCf1lT2lsy0s3TVG6VXb1TqXUe { width:15.6875rem;height:0.0625rem;top:26rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnZb65SchasXHAPCrv8wi0rSyHD8M0BH { width:5.5rem;height:1.1875rem;top:26.625rem;left:36.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDPfU9kQThpS3t6SqL1MZu7yisdklTVt { width:6.5rem;height:1.1875rem;top:27.8125rem;left:36.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBx5NlgR2ASuCc6B5vlTi3l5Ow4wpt2w { width:7.875rem;height:1.375rem;top:21.1875rem;left:35.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rincwg5NLAmFDqyV7iGTFdV2L76KDa7q { width:4.4375rem;height:1.1875rem;top:21.25rem;left:43.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8JRTeCRvIFuPIdLbDTymgK8fNTwb67R { width:12.875rem;height:1.1875rem;top:19rem;left:34.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXi9r4EUaFAe00xAEbeVhvDcO1EiUeab { width:4.5rem;height:1.1875rem;top:18.9375rem;left:43.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #int6yLx8Amddvz2ID71PzcLoPqrkJRLV { width:15.6875rem;height:0.0625rem;top:14.875rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9HSaUWemwB5rTbGtQqPKSxP1F20lob7 { width:11.3125rem;height:1.1875rem;top:17.75rem;left:35.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWCy8SKfpStX6ZplVMDvo2xxRWigFR30 { width:4.5rem;height:1.1875rem;top:17.75rem;left:43.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRhnMsfarl2HvofrF9ZLVQoKboab1EhI { width:6.9375rem;height:1.1875rem;top:16.5625rem;left:35.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #inG0W8fgybgUWLIaxVRlWFqTdwnfqPsg { width:4.5rem;height:1.1875rem;top:16.5rem;left:43.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxnKnJNQB15BUEbZ6SOZhLieKHT6NRHo { width:4.5rem;height:1.1875rem;top:15.375rem;left:35.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoK0avc7zqz8ewCcSXdtTT6NEfJy6cv2 { width:4.5rem;height:1.1875rem;top:15.3125rem;left:43.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #efMEHIxEFWBQU0fiz7wd88RMdTTPwADB { width:10.625rem;height:1.1875rem;top:11.25rem;left:35.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wo1WK6xZLuN3Cvs7heTfUipryoJyEm0N { width:4.5rem;height:1.1875rem;top:11.25rem;left:43.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnFEuORRldGB9dPAtyvnyzW0KyTzbx7u { width:10.625rem;height:1.1875rem;top:9.9375rem;left:35.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPf4JryuHsyzrEw6E5frrBVHTdbzBirf { width:4.4375rem;height:1.1875rem;top:9.875rem;left:43.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcZx1Wr4xzb1RphGZr7VB5AcgXofWOST { width:11.625rem;height:1.375rem;top:8rem;left:35.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6PTSGGF7ssRklZ9e8tBsg0tMtOVhFvC { width:15.6875rem;height:0.0625rem;top:9.375rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4XPdNzVt9NqOvuaroQiUfTFWZ4bSE6Q { width:5.9375rem;height:5.9375rem;top:2.0625rem;left:40.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyJlSegVvoMFFyZsqUTpyIEr2G6nsw7U { width:11.625rem;height:1.375rem;top:13.3125rem;left:35.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXXA4ooTQKINm5RsyHIzbfkGPM1nDerU { width:19rem;height:35.4375rem;top:2.125rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ms7AJWoKOh1GVNL0sTLE59GLLTk94cH3 { width:4.5rem;height:1.1875rem;top:32.6875rem;left:43.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVCRT9AW2kOk5HBsIzbZTO5INtXZCWuE { width:4.5rem;height:1.1875rem;top:31.4375rem;left:43.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kynlkDBOtRm6zLOcOqZSR4UWTs4L874l { width:10.25rem;height:1.1875rem;top:32.625rem;left:36rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDuVOIlBgo6lhXNTttDATZiGJERuGedJ { width:9.625rem;height:1.1875rem;top:31.4375rem;left:36rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MylTDuR1f1ygAMOvJLyQlbipClAFTRFZ { display:block; }#MylTDuR1f1ygAMOvJLyQlbipClAFTRFZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IUrbnAE3UFQOTzGABosfDfW796ZqfOZ5 { display:block; }#IUrbnAE3UFQOTzGABosfDfW796ZqfOZ5 > .row .container { width:47.75rem;height:22.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w7WnvX1cHaSg39fI1JRaiwWih6sVIJyI { width:15.3125rem;height:1.75rem;top:14.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUMGG3OHqMqTZIS5eSEEubpvX6UuGaDX { width:15.3125rem;height:5rem;top:9rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFQPpFm7IDt0cFHSpNMkCdcwIkKZ11d3 { width:15.3125rem;height:1.75rem;top:14.5625rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyaJveyW996AnEQDrXiTLvlfHNgAuw71 { width:15.3125rem;height:5rem;top:9rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDivCFl0GfTWEzCTNkdXsLJeXKH9ht9G { width:15.3125rem;height:1.75rem;top:14.5625rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph9SOaEkddrDmFa2TwV1ZVm65fvEm3G9 { width:15.3125rem;height:5rem;top:9rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ae7xN2Aq3wfP9rxSyBRT04PwNTo3Iufy { width:2.125rem;height:2.125rem;top:7.9375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcoyIkMLGwpBJFvoxSIDTd5cPM4ttAV6 { width:2.125rem;height:2.125rem;top:7.9375rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqfI6wm0thZNBCFdwTPXC2IM2xcIrIyz { width:2.125rem;height:2.125rem;top:7.9375rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 { display:block; }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .row .container { width:47.75rem;height:57.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFOpXhs2PcD2eonPhK4vUM1GB1AoxBxg { width:30.625rem;height:1.625rem;top:4.9375rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkmGQMFNAqdnJIboBChEl43TAMF7UvgV { width:30.625rem;height:3.375rem;top:7.1875rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGJ8wqiO5a6wBFA7rmkHfNt6I4W0Bc6w { width:30.625rem;height:4.25rem;top:13rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0Lbo906kXmmtTkbfACkTMvVZwGfMaK3 { width:30.625rem;height:11.25rem;top:19.8125rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmg5I9MG91e0X6Q5S58dGzZASuOfP4pg { width:14.375rem;height:11.3125rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKDqwSzDy0KGspvzIrsHOM3kTxVGFM77 { width:14.375rem;height:23.4375rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ms2zTkGT0VgHX5UnO1Ocdsi4XwOsRuPu { width:37rem;height:20.625rem;top:31.25rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk { display:block; }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #orMZBEu8DVI2Q6TzIlD5lXhZHt11v6eT { width:47.75rem;height:1.75rem;top:2.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHzQacmttVcbmCiJfIdWfThkczX1P2kd { width:47.75rem;height:3.1875rem;top:5.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUJPA2hPhJ4weO43yfTdUzMfbPNPOoun { display:block; }#gUJPA2hPhJ4weO43yfTdUzMfbPNPOoun > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4d41HKtxqqDBdxI8vXJ9QsTJQg7eVQX { width:38.75rem;height:21.75rem;top:1.75rem;left:4.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oA7pty0ES4sSq3qV1T2FXpUgqXng85CL { display:block; }#oA7pty0ES4sSq3qV1T2FXpUgqXng85CL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo { display:block; }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo > .row .container { width:47.75rem;height:39.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KI8uqHHuBmOolbqUHJWTsPqp8lUmUWpe { display:block; }#KI8uqHHuBmOolbqUHJWTsPqp8lUmUWpe { background-color: transparent; background-image: none; }#KI8uqHHuBmOolbqUHJWTsPqp8lUmUWpe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KI8uqHHuBmOolbqUHJWTsPqp8lUmUWpe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KI8uqHHuBmOolbqUHJWTsPqp8lUmUWpe > .row .container > .video-iframe-container { display: none; }#KI8uqHHuBmOolbqUHJWTsPqp8lUmUWpe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KI8uqHHuBmOolbqUHJWTsPqp8lUmUWpe > .row > .video-iframe-container { display: none; }#KI8uqHHuBmOolbqUHJWTsPqp8lUmUWpe > .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); }#KI8uqHHuBmOolbqUHJWTsPqp8lUmUWpe > .row .container { width:47.5rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yvMhhtQImK66mcqGv5u1CTlX4iRtipPi { top:5.875rem;left:4.1875rem;width:12.5rem;height:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bitQTFkKKu9zwedakfkSSEtZsI1n5m3Z { left:25.25rem;top:0.625rem;background-color:#ccd4db;background-image:none;width:0.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUwdKkce2nog3cx0zxa2KQdTyQlH6sVV { width:19.75rem;height:4.6875rem;top:10.5rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QI4V89zJ1GO1yWD4mvpvDnpIreXlT4Wg { width:16.875rem;height:7rem;top:21.9375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H38AFIuQt331SP8k8TBOCStWw7506cG4 { top:5.875rem;left:4.1875rem;width:12.5rem;height:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDAXVP3VB50zt27wzfac1wk4oaqW2bJa { width:7.5625rem;height:7.5625rem;top:3.9375rem;left:34.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZ98vgLzfpXFJFHNDMMUTzU46UUyRcnT { display:block; }#rZ98vgLzfpXFJFHNDMMUTzU46UUyRcnT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTufdDxVnA0y1A9EdGa1WzXGpznhhceC { width:12.5rem;height:2.25rem;top:2.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDPeczSGg2AdArlmu65SsnDgJ7hd0iSq { width:15rem;height:0.0625rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEpLhXCGAO6TBnGSiBg8C6ro1IqPwbzd { width:13.75rem;height:3.5625rem;top:7.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCb7NMb5rWWQzle9oCXkzXofLGH4xkTl { width:2.5rem;height:0.0625rem;top:12.25rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfgD5TeGovQr5pLLD1iFwefGocaKweoh { width:19.25rem;height:19.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwlEkvZrg3Jed916UdL3e10QIwnfBQaN { width:13.75rem;height:3.5625rem;top:12.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T56CQyz7V68STIPpXEWHaeOBAFglE5fd { width:38.1875rem;height:18.625rem;top:0.5rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfLteHafOmkfXRRre0rXJ2RtuXUyxZUA { width:38.1875rem;height:18.625rem;top:0.5rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rrq3IUfpU3IaCM0HTvd19dm9WqNHFXtp { display:block; }#Rrq3IUfpU3IaCM0HTvd19dm9WqNHFXtp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ToSRZPKn9gw2L4AQNxmuxlndtU1w1fR4 { top:6.5625rem;left:9.7810344696044rem;width:30.625rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoJMsbKASTIrppIHa2ql2A65VcXNKsqi { top:13.875rem;left:13.561414718628rem;width:23rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0crW8D06doGKJTlznrvEim8iTi82vcU { top:10.375rem;left:22.375rem;width:2rem;height:2rem;display:block; }
#c0crW8D06doGKJTlznrvEim8iTi82vcU > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #huGU2nCMXAlTINxpEuc7ElTlqrMOOd33 { top:10.25rem;left:25.375rem;width:2.375rem;height:2.375rem;display:block; }
#huGU2nCMXAlTINxpEuc7ElTlqrMOOd33 > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #tv5X6HNeZyhsdgs9GTeUGFTN6MuUePXL { width:17.1875rem;height:1.8125rem;top:3.625rem;left:16.499784469604rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;display:block; }
#XEmcSWilwC3Q0ZeA8boUS7xKQ9vWTCzV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEmcSWilwC3Q0ZeA8boUS7xKQ9vWTCzV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEmcSWilwC3Q0ZeA8boUS7xKQ9vWTCzV > .row > .video-iframe-container { display: none; }#XEmcSWilwC3Q0ZeA8boUS7xKQ9vWTCzV > .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); } }@media only screen and (max-width: 763px) { #pGr4XDCso9LsbM8wICB6L3fsfda1O2Pv { position:relative;z-index:auto;background-color:rgba(231,232,226,0.6);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; }#pGr4XDCso9LsbM8wICB6L3fsfda1O2Pv > .row .container { background-color: transparent; background-image: none; }#pGr4XDCso9LsbM8wICB6L3fsfda1O2Pv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGr4XDCso9LsbM8wICB6L3fsfda1O2Pv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGr4XDCso9LsbM8wICB6L3fsfda1O2Pv > .row .container > .video-iframe-container { display: none; }#pGr4XDCso9LsbM8wICB6L3fsfda1O2Pv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGr4XDCso9LsbM8wICB6L3fsfda1O2Pv > .row > .video-iframe-container { display: none; }#pGr4XDCso9LsbM8wICB6L3fsfda1O2Pv > .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); }#pGr4XDCso9LsbM8wICB6L3fsfda1O2Pv > .row .container { border-width: 0; border-radius: 0; }#pGr4XDCso9LsbM8wICB6L3fsfda1O2Pv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pGr4XDCso9LsbM8wICB6L3fsfda1O2Pv > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I808uXONk2n09BqmxJd1HgKZSICaxRZO { width:18.5625rem;height:1.625rem;top:3.21875rem;left:0.71875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGxp7L384XIzzP1nkdcBN7hdB78bb5RL { width:3.5625rem;height:3.4375rem;top:4.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQ5ZJxfQ4rUKitcmk3pScDQBUwoK23lF { display:block; }
 }@media only screen and (max-width: 763px) { #HJcS7buSHdJEicnMpxfe1Ed1RDhE9sne { width:5rem;height:3.4375rem;top:4.625rem;left:8.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBUFkvEwGsfVqXAMX9TihnoasRUNG2B1 { display:block; }
 }@media only screen and (max-width: 763px) { #fCvdxtZZhpBdC0E6IGlpVEPwqnL87r1g { width:5.625rem;height:2.5rem;top:5.09375rem;left:13.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVkUIa8MecCLmvd5TxJzoJ2BWbNaJ4tV { display:block; }
 }@media only screen and (max-width: 763px) { #cl48mE2RMTsiNL2BULVKbFxPdRb3Eb1Z { width:4.375rem;height:3.4375rem;top:4.6245651245117rem;left:3.624783039093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIOOZZ1caMMi4yZzkLfugy6L8kgC9T3v { display:block; }
 }@media only screen and (max-width: 763px) { #Quz7qQ2NR9OEWNxWpTC0pxSJTRRd3zrH { width:3.4375rem;height:3.4375rem;top:0rem;left:8.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 { display:none; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container { width:20rem;height:28.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UEfdAhhmRRD45Im14WRBrdyEyQGLVbBF { width:20rem;height:1.29980625rem;top:24.875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M6LKiDTpNrGQnzikHc4BfV6AdnnkCcfq { width:20rem;height:4.5rem;top:16.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kp7DwBBrDmd0wXIJxkAT5TI4h9Qrq6TD { width:20rem;height:3.57421875rem;top:1.73095703125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rrc1Fa1KxcCVPhtnzwEFo6ZkTrWIr6ss { width:2.875rem;height:2.875rem;top:20.875rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wR3tpvIsclqTXr6sVSSkz6qQz30qsrcv { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/51de1824-725f-4dbf-ba2f-4c78840f59f1/Screenshot20250919at125829.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#wR3tpvIsclqTXr6sVSSkz6qQz30qsrcv.adaptive-delivery-prevent-bg, #wR3tpvIsclqTXr6sVSSkz6qQz30qsrcv.lazyload, #wR3tpvIsclqTXr6sVSSkz6qQz30qsrcv.lazyloading { background-image: none; }#wR3tpvIsclqTXr6sVSSkz6qQz30qsrcv > .row .container { background-color: transparent; background-image: none; }#wR3tpvIsclqTXr6sVSSkz6qQz30qsrcv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wR3tpvIsclqTXr6sVSSkz6qQz30qsrcv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wR3tpvIsclqTXr6sVSSkz6qQz30qsrcv > .row .container > .video-iframe-container { display: none; }#wR3tpvIsclqTXr6sVSSkz6qQz30qsrcv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wR3tpvIsclqTXr6sVSSkz6qQz30qsrcv > .row > .video-iframe-container { display: none; }#wR3tpvIsclqTXr6sVSSkz6qQz30qsrcv > .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); }#wR3tpvIsclqTXr6sVSSkz6qQz30qsrcv > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r6CoHLRPUBftTFSnr6fdqG5mTZKc0AoB { width:20rem;height:3.57421875rem;top:27.537109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZzz5yveao1lW4X2SJ6XBV8Lr4bTfhIy { width:2.875rem;height:2.875rem;top:12.67383125rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gq4cptCoFTlGT6IBqH6xz4HSDBnN0M2H { width:16.8120625rem;height:2.79948125rem;top:31.499783992768rem;left:1.5928821563721rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD { display:block; }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 { background-color:#ffffff;background-image:none;display:block; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container { background-color: transparent; background-image: none; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container > .video-iframe-container { display: none; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row > .video-iframe-container { display: none; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .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); }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container { width:20rem;height:65.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ikKrI7e1t7uEQwEIeWVhh1pWsAEzrLV2 { width:20rem;height:3.24978125rem;top:0.80078125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6Npmt3LSkG55QsgGUDoAUXSDUVauTVE { width:20rem;height:1.625rem;top:4.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJh1FkWlZUwsxw65MSsfwZSd7Im1yDXp { width:19.3125rem;height:3.67513125rem;top:7.5625rem;left:0.34375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #P7Q1Jm4C08FbpRbORxiLdKbPk5eSDaXV { width:20rem;height:21.66505625rem;top:12.3125rem;left:0rem;text-align:justify;text-align-last:initial;line-height:1.7;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBP9buADzlKdtCaxkLzWuSBi3Wyx1I2s { width:20rem;height:29.647rem;top:35.7275390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG1O6y7sG5ScGE7yhQciLq1hkW5w5TZc { width:4.5rem;height:4.5rem;top:66.3154296875rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 { display:block; }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k7KKaV7xTlguFc2WKydMV7AmSTl8qg5D { width:20rem;height:1.62489375rem;top:1.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT7OWzm2kKTs7yBQhtzTv4CafsrV9U0n { width:20rem;height:1.625rem;top:3.55078125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrS97XNbHL1TXIwpH3iJpPzLGRxNF7mR { background-color:#ffffff;background-image:none;display:block; }#CrS97XNbHL1TXIwpH3iJpPzLGRxNF7mR > .row .container { background-color: transparent; background-image: none; }#CrS97XNbHL1TXIwpH3iJpPzLGRxNF7mR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CrS97XNbHL1TXIwpH3iJpPzLGRxNF7mR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CrS97XNbHL1TXIwpH3iJpPzLGRxNF7mR > .row .container > .video-iframe-container { display: none; }#CrS97XNbHL1TXIwpH3iJpPzLGRxNF7mR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CrS97XNbHL1TXIwpH3iJpPzLGRxNF7mR > .row > .video-iframe-container { display: none; }#CrS97XNbHL1TXIwpH3iJpPzLGRxNF7mR > .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); }#CrS97XNbHL1TXIwpH3iJpPzLGRxNF7mR > .row .container { width:20rem;height:105.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GcLCbN4AyvsT7vFSm4C31m6hrSUaioeN { width:19rem;height:33.4375rem;top:35.875rem;left:0.46875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dxUaVeTzOWNGyALAhadB9HlF5N37k9vg { width:18.875rem;height:33.125rem;top:1.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtLAmJqRCvpUAAvTktxxCF3G6Ci3T8D0 { width:19.0625rem;height:33.4375rem;top:70.3125rem;left:0.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #F6s15OhTF0UJ8WAXgH8qMBQ63QEbuxxr { display:none; }#F6s15OhTF0UJ8WAXgH8qMBQ63QEbuxxr > .row .container { width:20rem;height:195.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #B2MolxbRd4DI3D7NfTRTkm1EOW67XtBv { width:15.75rem;height:1.5996125rem;top:25.1875rem;left:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mNlH4gZevL5mM2dghxShSPJOUZ4gx9zQ { width:19rem;height:27.625rem;top:10.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPNdZdIqcetR38rCPVAW5Viav8ITWL8e { width:3.25rem;height:0.0625rem;top:33.875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1TF7SGZRIAgxsS4hIp83T1Pp11CiBxd { width:5.9375rem;height:5.9375rem;top:39.125rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7M7qiwv9ciZM7VRh71VIXUCsfvUCT8q { width:15.6875rem;height:0.0625rem;top:63.375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XctvHyvWPzmCTkT8zQkDa9QGvELgfS0L { width:4.75rem;height:1.3999rem;top:62rem;left:2.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc6uX3zBtmWG4hu7KiFn5nJqQ6CfaMkP { width:7.875rem;height:1.3999rem;top:75.0625rem;left:2.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2g8HgeJR72nX8DZArUeUBRUXUxwzDau { width:15.6875rem;height:0.0625rem;top:76.4375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIHwbTgGLXXPS9a3l9tEewhovH2t1DU2 { width:6.625rem;height:0;top:77.5rem;left:2.125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xN7hHFWT00PhPfz3O7lbgJnpxnHWK9Le { width:6.6875rem;height:1.19970625rem;top:79.9375rem;left:6.625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyMPJdfr6zc4SQe9URIz4BOo3pNfTw7e { width:7.25rem;height:0;top:84.8125rem;left:6.375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #us3LPe0urfIkhqZWAGsh9rORoGOFw3Iw { width:7.125rem;height:1.19970625rem;top:89.6875rem;left:6.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRMLVs2lbTN3VrGNNWT9xbqoJuxdZL5E { width:9.625rem;height:1.19970625rem;top:94.5625rem;left:5.1875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGDSJhrr7HTtKTHO4xE4u8Hgb4s1Pl5o { width:10.25rem;height:1.19970625rem;top:105.2138671875rem;left:2.125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Shknr8WnT8HbQIGa1c50kM9rDuuvTt9S { width:5.9375rem;height:0;top:105.5rem;left:7rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKzf6mJiqMdU2dv4RXt9A4cDonZigXJL { width:15.6875rem;height:0.0625rem;top:108.125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiGEv1b6N8Ar9ed2RBXkzg5Pk3T18358 { width:4.5rem;height:1.19970625rem;top:108.7802734375rem;left:2.125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5T9hWAqWDfB106iib14aJONE5UUmxWt { width:5.1875rem;height:0;top:109.9677734375rem;left:2.125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SucLCPrI7N4hZXNw5nChFAPAZrhoZ1vG { width:4.5rem;height:0;top:114.8427734375rem;left:7.75rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOBUJ0b1T6IFN79rTueFTfC27dTQg4TR { width:4.5rem;height:0;top:64.25rem;left:2.125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecC1nLncE63vccf2aQX4aaiTvqUCnfka { width:4.5rem;height:0;top:69.125rem;left:7.75rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkaOX8JJswnRRweGP7QhnZZVmTMN2Fp2 { width:4.5rem;height:0;top:73.4375rem;left:2.125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUOTOAWovmSlCtsohhMXtqHhKHLohF9s { width:4.5rem;height:0;top:46.3125rem;left:7.75rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVoDBs8gOtrZDTqRg30kTilI949dAmtn { width:4.5rem;height:1.19970625rem;top:51.1875rem;left:7.75rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMNqu9WrG2sIsI2UxtT9gyDN9nXr7rQh { width:4.5rem;height:1.19970625rem;top:56.0625rem;left:7.75rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBUPgmeWkc6ZuPpxWBo8w8IANa2zpzzD { width:4.5rem;height:0;top:60.625rem;left:2.125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAsmHUn23v3CfgLzudbBQ81oDpyOScdp { width:4.5rem;height:0;top:48.75rem;left:7.75rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIbXBWmpADc72Hpz4eN6HJAQIfwz2ntu { width:4.5rem;height:0;top:53.625rem;left:7.75rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAIgi4yHI21CGiqb6oHK8EedLNU27zLC { width:4.5rem;height:0;top:58.5rem;left:7.75rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnSOdNdfqGOt89A43ZpsgT1pkUElhxvR { width:4.5rem;height:0;top:60.9375rem;left:7.75rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaqtXgiU9QkUUMplbNWEdtBsSUWeU9Ac { width:4.5rem;height:0;top:74rem;left:7.75rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTwXHhGOkIOATM0qNTR4HD4n4u1OE4n8 { width:4.5rem;height:0;top:71.5625rem;left:7.75rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3wboIpv7uRxqUCvwOCrKcN83FIzycnE { width:4.5rem;height:1.19970625rem;top:66.6875rem;left:7.75rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2J2MUEyc3qZpkvkzRrLivTAC6X3NsXT { width:4.5rem;height:0;top:82.375rem;left:7.75rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQmoTzpLkSnRtM9yPwhCuFJTmXyvEQ1N { width:4.5rem;height:0;top:87.25rem;left:7.75rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g033y6aZ5km5KVUUzZXdiR7cmWXqDbBh { width:4.5rem;height:1.19970625rem;top:92.125rem;left:7.75rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5igQ6opXzX7bhXM3kdNT0Cs0EPaZqJt { width:4.5rem;height:0;top:98.1875rem;left:7.75rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4HP507aSqUd8TGsvCw13XkCH48w3Bxk { width:4.5rem;height:1.19970625rem;top:103.0625rem;left:7.75rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZpCpTtHHikbgf11wPau1gHST5qLnmbN { width:4.5rem;height:1.19970625rem;top:100.625rem;left:7.75rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1Cm0IcoLxyShGME28ft2WNpLf1XbSvC { width:4.5rem;height:1.19970625rem;top:119.7177734375rem;left:7.75rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3UbEIqmu4K8dC037T85ACB5AuyVMOiX { width:4.5rem;height:1.19970625rem;top:117.2802734375rem;left:7.75rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vgdy4ZUoJViEqSFzFufQdwqPtlksgObI { width:4.5rem;height:0;top:112.4052734375rem;left:7.75rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZmLviKWZOQnsrPeDHvigMcRWE3FClF8 { width:11.625rem;height:1.3999rem;top:128.0927734375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdcgSMZZT0oz63upp17kThxJ3lOqqwgF { width:15.6875rem;height:0.0625rem;top:129.4677734375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2r8hU1pqn4BGpEzB1GXqFuZ8R3oVdZy { width:5.9375rem;height:5.9375rem;top:122.1552734375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqrbH9Hu8f1pHr9uxHfhWVIWBnkpTClc { width:10.625rem;height:1.19970625rem;top:129.8427734375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hx0BTXvvGVwTDGtFLBTIVuBdg17SAp15 { width:10.625rem;height:1.19970625rem;top:131.0302734375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlUDQorh93yythM3FMSJI2wkgT2wrNpi { width:12.125rem;height:1.19970625rem;top:132.2177734375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhiM7n153QfvcmRbuMw0HrcpK2UhhEXJ { width:4.5rem;height:1.19970625rem;top:133.4677734375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBCadganOH3DlpdBqWdbysgJqTxbiKxN { width:4.5rem;height:1.19970625rem;top:134.6552734375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXEmWQDOQLVGw5q9SfvkJ3H2k4czHc4k { width:5.5625rem;height:1.19970625rem;top:135.8427734375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FolGol9lumZGA4ArnyA4DxU0Ly30kHt1 { width:5.6875rem;height:0;top:137.0302734375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3qKZFE8ipceWFsf1GLpBZvHDgklnDlC { width:4.5rem;height:0;top:129.8427734375rem;left:13.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBTxRR33MiLs4r0Zy2nSBBTFRcLlZ8hP { width:4.5rem;height:0;top:131.0302734375rem;left:13.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHbECb2zwWcvrCRDmJgtTpiVdJXqC7mb { width:3.125rem;height:0;top:132.2177734375rem;left:14.8125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5qQWmrZuONtG6Evig1hLyLDfMRs1wtx { width:4.5rem;height:0;top:133.4677734375rem;left:13.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnXJrJ7xiZLAIyXSxVHgGFndeHA3B1ip { width:4.5rem;height:1.19970625rem;top:136.9677734375rem;left:13.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQJ09quTQIQ5M40sTgwoZ69cHGkl9qk6 { width:4.5rem;height:0;top:135.7802734375rem;left:13.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPHKX0sOlwhEcPKOtRZetPTCuqoKvFdU { width:4.5rem;height:0;top:134.5927734375rem;left:13.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNgvBm8AC8LbT4WQJPUmhNMZLIzTiupD { width:7.875rem;height:1.3999rem;top:139.2802734375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDzwLLQTMvxDVEXLsIIitBUW5owmPGCa { width:9.625rem;height:1.19970625rem;top:152.6552734375rem;left:2.125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #riOIFq5NziBmMsBvSrq5PrnQl8ZfpQ37 { width:4.5rem;height:0;top:152.6552734375rem;left:13.375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Raw8xxBe7yRw2VeBJm2vO9LiqBJTc3Sl { width:10.25rem;height:1.19970625rem;top:153.7802734375rem;left:2.125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJ6OSbB4diFOhpCyMtxQc3fcITIHMzKC { width:4.5rem;height:0;top:153.8427734375rem;left:13.375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQxcrIJPTM9HbJIfEteeHsF2b4AAtvZC { width:7.4375rem;height:1.3999rem;top:148.2802734375rem;left:2.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXGlgHtUTnlIkFVtE1HpqQDDpDT32Gr4 { width:15.6875rem;height:0.0625rem;top:149.7177734375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6toLxMSrDnLuu6FPvQxVS6pWQInZM83 { width:4.5rem;height:1.19970625rem;top:150.3427734375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eh9a87SNeQOiT5hV1bqipcdCpaZG1kVW { width:4.5rem;height:0;top:150.4052734375rem;left:13.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w09CQFaPTSFAMlkkqntXiKSGDDQuDW5m { width:5.1875rem;height:1.19970625rem;top:151.5302734375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVEFCiXdIRWPCVNaaZOm3HBVhD0x1KL4 { width:4.5rem;height:0;top:151.5927734375rem;left:13.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #csaW7C4b7MI6kgBXvh51ixnmxmHq3tzm { width:4.5rem;height:0;top:139.4677734375rem;left:13.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocNmZLKW3sFzLqPeGxNMxpOHrkM0aIXq { width:7.875rem;height:1.3999rem;top:141.0302734375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWhXb81ZZesQJFoE1637vZDVdaP3sTPZ { width:4.5rem;height:1.19970625rem;top:141.1552734375rem;left:13.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g22pARO4Ll9VKvxHEA6sho7Jf8fg1TvF { width:9.125rem;height:1.3999rem;top:142.5927734375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMRkNeCK7XDGypl4fG1dUTfTtdbT2hHK { width:4.5rem;height:0;top:142.7177734375rem;left:13.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Popir6vNugRP6JnKMtEB3QEh4GRNBfSf { width:15.6875rem;height:0.0625rem;top:138.7802734375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEzMpHr7KhN304BTmhOVKPk7TcFnbbux { width:8.25rem;height:1.3999rem;top:144.0927734375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rek0sOfLTh5ORlLvsUXk21ow5bsSkyx7 { width:4.5rem;height:0;top:144.2802734375rem;left:13.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiJBGkWbiEMTEbJTfRN0XEebPXIZ6olT { width:19rem;height:35.4375rem;top:122.1552734375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OG5iNzJ3gu8GuGSZUsWL641VgKrEFBpG { width:4.5rem;height:0;top:186.9677734375rem;left:13.34375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTOq06H7A4q2Xs4QnI8zRJ3UCTgm9s6d { width:4.5rem;height:0;top:185.7802734375rem;left:13.34375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSOhT51RiwT4fn8iGtcapRC52Qxw6EgX { width:9.625rem;height:1.19970625rem;top:185.7802734375rem;left:2.09375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwURrzwB8AXDEwzcWhB5HAKaXfBGkbvx { width:10.25rem;height:1.19970625rem;top:186.9052734375rem;left:2.09375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRIqPyBXHoOxiTRhA5X4taTTNNz2Tmwq { width:4.5rem;height:0;top:183.4052734375rem;left:13.40625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zryF3VCrGVcT7r4PizXs8Jva6RR1m3SP { width:4.5rem;height:0;top:184.5927734375rem;left:13.40625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxQnmK6SLysaPVJ4C7e0zq3O5FJSGHN7 { width:7.4375rem;height:1.3999rem;top:181.2802734375rem;left:2.09375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQXxtkVCf1lT2lsy0s3TVG6VXb1TqXUe { width:15.6875rem;height:0.0625rem;top:182.7177734375rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnZb65SchasXHAPCrv8wi0rSyHD8M0BH { width:5.5rem;height:1.19970625rem;top:183.3427734375rem;left:2.15625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDPfU9kQThpS3t6SqL1MZu7yisdklTVt { width:6.5rem;height:1.19970625rem;top:184.5302734375rem;left:2.15625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBx5NlgR2ASuCc6B5vlTi3l5Ow4wpt2w { width:7.875rem;height:1.3999rem;top:177.9052734375rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rincwg5NLAmFDqyV7iGTFdV2L76KDa7q { width:4.5rem;height:0;top:178.0302734375rem;left:13.28125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8JRTeCRvIFuPIdLbDTymgK8fNTwb67R { width:12.875rem;height:0;top:175.7177734375rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXi9r4EUaFAe00xAEbeVhvDcO1EiUeab { width:4.5rem;height:0;top:175.7119140625rem;left:13.28125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #int6yLx8Amddvz2ID71PzcLoPqrkJRLV { width:15.6875rem;height:0.0625rem;top:171.5927734375rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9HSaUWemwB5rTbGtQqPKSxP1F20lob7 { width:11.3125rem;height:1.19970625rem;top:174.4677734375rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWCy8SKfpStX6ZplVMDvo2xxRWigFR30 { width:4.5rem;height:0;top:174.4677734375rem;left:13.28125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRhnMsfarl2HvofrF9ZLVQoKboab1EhI { width:6.9375rem;height:1.19970625rem;top:173.2802734375rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #inG0W8fgybgUWLIaxVRlWFqTdwnfqPsg { width:4.5rem;height:0;top:173.2177734375rem;left:13.28125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxnKnJNQB15BUEbZ6SOZhLieKHT6NRHo { width:4.5rem;height:0;top:172.0927734375rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoK0avc7zqz8ewCcSXdtTT6NEfJy6cv2 { width:4.5rem;height:0;top:172.0302734375rem;left:13.28125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #efMEHIxEFWBQU0fiz7wd88RMdTTPwADB { width:10.625rem;height:1.19970625rem;top:167.9677734375rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wo1WK6xZLuN3Cvs7heTfUipryoJyEm0N { width:4.5rem;height:0;top:167.9677734375rem;left:13.28125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnFEuORRldGB9dPAtyvnyzW0KyTzbx7u { width:10.625rem;height:1.19970625rem;top:166.6552734375rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPf4JryuHsyzrEw6E5frrBVHTdbzBirf { width:4.5rem;height:0;top:166.6552734375rem;left:13.28125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcZx1Wr4xzb1RphGZr7VB5AcgXofWOST { width:11.625rem;height:1.3999rem;top:164.7177734375rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6PTSGGF7ssRklZ9e8tBsg0tMtOVhFvC { width:15.6875rem;height:0.0625rem;top:166.0927734375rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4XPdNzVt9NqOvuaroQiUfTFWZ4bSE6Q { width:5.9375rem;height:5.9375rem;top:158.7802734375rem;left:6.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyJlSegVvoMFFyZsqUTpyIEr2G6nsw7U { width:11.625rem;height:1.3999rem;top:170.068359375rem;left:1.96875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXXA4ooTQKINm5RsyHIzbfkGPM1nDerU { width:19rem;height:35.4375rem;top:158.8427734375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ms7AJWoKOh1GVNL0sTLE59GLLTk94cH3 { width:4.5rem;height:0;top:189.4052734375rem;left:13.34375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVCRT9AW2kOk5HBsIzbZTO5INtXZCWuE { width:4.5rem;height:0;top:188.1552734375rem;left:13.34375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kynlkDBOtRm6zLOcOqZSR4UWTs4L874l { width:10.25rem;height:1.19970625rem;top:189.3427734375rem;left:2.09375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDuVOIlBgo6lhXNTttDATZiGJERuGedJ { width:9.625rem;height:1.19970625rem;top:188.1552734375rem;left:2.09375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MylTDuR1f1ygAMOvJLyQlbipClAFTRFZ { display:block; }#MylTDuR1f1ygAMOvJLyQlbipClAFTRFZ > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IUrbnAE3UFQOTzGABosfDfW796ZqfOZ5 { background-color:rgba(37,35,35,0.98);background-image:url("https://images.assets-landingi.com/bCdBVnTd/bg02_022.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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; }#IUrbnAE3UFQOTzGABosfDfW796ZqfOZ5.adaptive-delivery-prevent-bg, #IUrbnAE3UFQOTzGABosfDfW796ZqfOZ5.lazyload, #IUrbnAE3UFQOTzGABosfDfW796ZqfOZ5.lazyloading { background-image: none; }#IUrbnAE3UFQOTzGABosfDfW796ZqfOZ5 > .row .container { background-color: transparent; background-image: none; }#IUrbnAE3UFQOTzGABosfDfW796ZqfOZ5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUrbnAE3UFQOTzGABosfDfW796ZqfOZ5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUrbnAE3UFQOTzGABosfDfW796ZqfOZ5 > .row .container > .video-iframe-container { display: none; }#IUrbnAE3UFQOTzGABosfDfW796ZqfOZ5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUrbnAE3UFQOTzGABosfDfW796ZqfOZ5 > .row > .video-iframe-container { display: none; }#IUrbnAE3UFQOTzGABosfDfW796ZqfOZ5 > .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); }#IUrbnAE3UFQOTzGABosfDfW796ZqfOZ5 > .row .container { border-width: 0; border-radius: 0; }#IUrbnAE3UFQOTzGABosfDfW796ZqfOZ5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IUrbnAE3UFQOTzGABosfDfW796ZqfOZ5 > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w7WnvX1cHaSg39fI1JRaiwWih6sVIJyI { width:15.3125rem;height:1.80013125rem;top:9.875rem;left:2.34375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XUMGG3OHqMqTZIS5eSEEubpvX6UuGaDX { width:14rem;height:4.5rem;top:5.375rem;left:3rem;text-align:center;text-align-last:center;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFQPpFm7IDt0cFHSpNMkCdcwIkKZ11d3 { width:15.3125rem;height:1.80013125rem;top:21.96875rem;left:2.34375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nyaJveyW996AnEQDrXiTLvlfHNgAuw71 { width:15.3125rem;height:4.5rem;top:17.46875rem;left:2.34375rem;text-align:center;text-align-last:center;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDivCFl0GfTWEzCTNkdXsLJeXKH9ht9G { width:15.3125rem;height:1.80013125rem;top:32.875rem;left:2.34375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ph9SOaEkddrDmFa2TwV1ZVm65fvEm3G9 { width:15.3125rem;height:4.5rem;top:28.375rem;left:2.34375rem;text-align:center;text-align-last:center;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ae7xN2Aq3wfP9rxSyBRT04PwNTo3Iufy { width:2.125rem;height:2.125rem;top:2.5625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcoyIkMLGwpBJFvoxSIDTd5cPM4ttAV6 { width:2.125rem;height:2.125rem;top:14.6875rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqfI6wm0thZNBCFdwTPXC2IM2xcIrIyz { width:2.125rem;height:2.125rem;top:26.25rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 { display:block; }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFOpXhs2PcD2eonPhK4vUM1GB1AoxBxg { width:20rem;height:1.625rem;top:1.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkmGQMFNAqdnJIboBChEl43TAMF7UvgV { width:20rem;height:1.625rem;top:4.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGJ8wqiO5a6wBFA7rmkHfNt6I4W0Bc6w { width:18.6875rem;height:4.900175rem;top:7.0625rem;left:0.65625rem;text-align:center;text-align-last:center;line-height:1.4;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0Lbo906kXmmtTkbfACkTMvVZwGfMaK3 { width:19.25rem;height:13.38864375rem;top:12.9375rem;left:0.375rem;text-align:center;text-align-last:center;line-height:1.7;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmg5I9MG91e0X6Q5S58dGzZASuOfP4pg { width:19.3125rem;height:15.25rem;top:39.8125rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKDqwSzDy0KGspvzIrsHOM3kTxVGFM77 { width:19.3125rem;height:31.5625rem;top:49.5rem;left:0.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ms2zTkGT0VgHX5UnO1Ocdsi4XwOsRuPu { height:11.213875rem;width:20rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk { display:block; }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #orMZBEu8DVI2Q6TzIlD5lXhZHt11v6eT { width:20rem;height:1.625rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHzQacmttVcbmCiJfIdWfThkczX1P2kd { width:20rem;height:1.94986875rem;top:4.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUJPA2hPhJ4weO43yfTdUzMfbPNPOoun { display:block; }#gUJPA2hPhJ4weO43yfTdUzMfbPNPOoun > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4d41HKtxqqDBdxI8vXJ9QsTJQg7eVQX { width:20rem;height:21.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oA7pty0ES4sSq3qV1T2FXpUgqXng85CL { display:block; }#oA7pty0ES4sSq3qV1T2FXpUgqXng85CL > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo { display:block; }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KI8uqHHuBmOolbqUHJWTsPqp8lUmUWpe { background-color:#a2a19f;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; }#KI8uqHHuBmOolbqUHJWTsPqp8lUmUWpe > .row .container { background-color: transparent; background-image: none; }#KI8uqHHuBmOolbqUHJWTsPqp8lUmUWpe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KI8uqHHuBmOolbqUHJWTsPqp8lUmUWpe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KI8uqHHuBmOolbqUHJWTsPqp8lUmUWpe > .row .container > .video-iframe-container { display: none; }#KI8uqHHuBmOolbqUHJWTsPqp8lUmUWpe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KI8uqHHuBmOolbqUHJWTsPqp8lUmUWpe > .row > .video-iframe-container { display: none; }#KI8uqHHuBmOolbqUHJWTsPqp8lUmUWpe > .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); }#KI8uqHHuBmOolbqUHJWTsPqp8lUmUWpe > .row .container { border-width: 0; border-radius: 0; }#KI8uqHHuBmOolbqUHJWTsPqp8lUmUWpe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KI8uqHHuBmOolbqUHJWTsPqp8lUmUWpe > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yvMhhtQImK66mcqGv5u1CTlX4iRtipPi { left:3.59375rem;background-color:transparent;background-image:none;top:13.755859375rem;width:12.8125rem;height:1.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bitQTFkKKu9zwedakfkSSEtZsI1n5m3Z { left:6.875rem;background-color:#ccd4db;background-image:none;top:5.1875rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUwdKkce2nog3cx0zxa2KQdTyQlH6sVV { width:19.75rem;height:2.4375rem;top:2rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QI4V89zJ1GO1yWD4mvpvDnpIreXlT4Wg { width:13.125rem;height:4.79818125rem;top:7.05615234375rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H38AFIuQt331SP8k8TBOCStWw7506cG4 { left:1.15625rem;background-color:transparent;background-image:none;top:24.08642578125rem;width:17.6875rem;height:1.349825rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDAXVP3VB50zt27wzfac1wk4oaqW2bJa { width:7.5625rem;height:7.5625rem;top:15.818359375rem;left:6.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZ98vgLzfpXFJFHNDMMUTzU46UUyRcnT { background-color:transparent;background-image:none;display:block; }#rZ98vgLzfpXFJFHNDMMUTzU46UUyRcnT > .row .container { background-color: transparent; background-image: none; }#rZ98vgLzfpXFJFHNDMMUTzU46UUyRcnT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZ98vgLzfpXFJFHNDMMUTzU46UUyRcnT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZ98vgLzfpXFJFHNDMMUTzU46UUyRcnT > .row .container > .video-iframe-container { display: none; }#rZ98vgLzfpXFJFHNDMMUTzU46UUyRcnT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZ98vgLzfpXFJFHNDMMUTzU46UUyRcnT > .row > .video-iframe-container { display: none; }#rZ98vgLzfpXFJFHNDMMUTzU46UUyRcnT > .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); }#rZ98vgLzfpXFJFHNDMMUTzU46UUyRcnT > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTufdDxVnA0y1A9EdGa1WzXGpznhhceC { width:12.5rem;height:1.5rem;top:1.375rem;left:3.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SDPeczSGg2AdArlmu65SsnDgJ7hd0iSq { width:15rem;height:0.0625rem;top:4.25rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEpLhXCGAO6TBnGSiBg8C6ro1IqPwbzd { width:13.75rem;height:3.5996125rem;top:5.0625rem;left:3.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fCb7NMb5rWWQzle9oCXkzXofLGH4xkTl { width:2.5rem;height:0.0625rem;top:9.375rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfgD5TeGovQr5pLLD1iFwefGocaKweoh { width:20rem;height:15.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwlEkvZrg3Jed916UdL3e10QIwnfBQaN { width:13.75rem;height:3.5996125rem;top:10.3125rem;left:3.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T56CQyz7V68STIPpXEWHaeOBAFglE5fd { width:20rem;height:18.625rem;top:16rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nfLteHafOmkfXRRre0rXJ2RtuXUyxZUA { width:20rem;height:18.625rem;top:15.8125rem;left:0rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #Rrq3IUfpU3IaCM0HTvd19dm9WqNHFXtp { position:relative;z-index:auto;background-color:#a2a19f;background-image:none;display:block; }#Rrq3IUfpU3IaCM0HTvd19dm9WqNHFXtp > .row .container { background-color: transparent; background-image: none; }#Rrq3IUfpU3IaCM0HTvd19dm9WqNHFXtp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rrq3IUfpU3IaCM0HTvd19dm9WqNHFXtp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rrq3IUfpU3IaCM0HTvd19dm9WqNHFXtp > .row .container > .video-iframe-container { display: none; }#Rrq3IUfpU3IaCM0HTvd19dm9WqNHFXtp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rrq3IUfpU3IaCM0HTvd19dm9WqNHFXtp > .row > .video-iframe-container { display: none; }#Rrq3IUfpU3IaCM0HTvd19dm9WqNHFXtp > .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); }#Rrq3IUfpU3IaCM0HTvd19dm9WqNHFXtp > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ToSRZPKn9gw2L4AQNxmuxlndtU1w1fR4 { width:12.5625rem;height:2.599825rem;top:4.5564575195312rem;left:3.718533039093rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoJMsbKASTIrppIHa2ql2A65VcXNKsqi { width:20rem;height:1.3997375rem;top:12.624877929688rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0crW8D06doGKJTlznrvEim8iTi82vcU { width:1.875rem;height:1.875rem;top:8.6873779296875rem;left:7.2498922348025rem;display:block; }
#c0crW8D06doGKJTlznrvEim8iTi82vcU > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #huGU2nCMXAlTINxpEuc7ElTlqrMOOd33 { width:2.43706875rem;height:2.43706875rem;top:8.4057083129881rem;left:9.9994583129881rem;display:block; }
#huGU2nCMXAlTINxpEuc7ElTlqrMOOd33 > img { max-width: 100%;max-height:100%; width:2.43706875rem; height:2.43706875rem; } }@media only screen and (max-width: 763px) { #tv5X6HNeZyhsdgs9GTeUGFTN6MuUePXL { width:17.1875rem;height:1.62489375rem;top:2.4371948242188rem;left:1.4371745586395rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.3;display:block; }
 }