.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UPMmU9UHFs44fHmMvxMJWTlB69r1HZnk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6d5a4e;background-image:url("https://images.assets-landingi.com/uc/aafd0e0c-8e7a-4f4c-820a-eb1c28dd5906/Projektbeznazwy27.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#UPMmU9UHFs44fHmMvxMJWTlB69r1HZnk.adaptive-delivery-prevent-bg, #UPMmU9UHFs44fHmMvxMJWTlB69r1HZnk.lazyload, #UPMmU9UHFs44fHmMvxMJWTlB69r1HZnk.lazyloading { background-image: none; }#UPMmU9UHFs44fHmMvxMJWTlB69r1HZnk > .row .container { background-color: transparent; background-image: none; }#UPMmU9UHFs44fHmMvxMJWTlB69r1HZnk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UPMmU9UHFs44fHmMvxMJWTlB69r1HZnk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UPMmU9UHFs44fHmMvxMJWTlB69r1HZnk > .row .container > .video-iframe-container { display: none; }#UPMmU9UHFs44fHmMvxMJWTlB69r1HZnk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UPMmU9UHFs44fHmMvxMJWTlB69r1HZnk > .row > .video-iframe-container { display: none; }#UPMmU9UHFs44fHmMvxMJWTlB69r1HZnk > .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); }#UPMmU9UHFs44fHmMvxMJWTlB69r1HZnk > .row .container { border-width: 0; border-radius: 0; }#UPMmU9UHFs44fHmMvxMJWTlB69r1HZnk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UPMmU9UHFs44fHmMvxMJWTlB69r1HZnk > .row .container { font-size:0.875rem;font-family:arial;height:59.875rem;width:75rem;position:relative;display:block; }#HOQvTSQASMde58DnPtr72qeBrPstNZvo { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:8.5625rem;top:1rem;left:33.25rem;overflow:hidden;display:block; }
#vWhSTKQ0P3Lqw6vMF1hRkeFqEA5pqwdC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:0.9375rem;left:0rem; }
#pompMAl3Pf4UrFVJyK0NRVbpItSQXCvA { background-color:#d3c7b2;background-image:none;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:#6d5a4e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"outfit 2";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.25rem;left:65.625rem;display:block; }
#Cor1Gifo0WmeeL0EXDKbun8uTl241rx7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q6ICSLC4bMRHRpI73AiguhhTCo4onSZe { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25rem;top:2.4375rem;left:5.75rem;display:block; }
#d7GexTIMB4gT2BynX7ox5e4uloOWayX9 { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;top:2.4375rem;left:43.5rem;display:block; }
#bV3GW5F5N5LpxrebfexEeFPSfcbg2NCZ { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"outfit 2";font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:19.875rem;left:32.1875rem;height:1.70605625rem;font-style:normal;display:block; }
#EvEhlewC85tsA7WE5i0T1ME2dMDoJ5vI { color:#dad3c2;display:block;width:12.5rem;position:absolute;font-family:"outfit 2";font-size:1.3125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:22.8125rem;left:32.1875rem;height:1.70605625rem;font-style:normal;display:block; }
#UANoieV3wEzZ2GJRwd47q5c4E1RvMX8y { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"outfit 2";font-size:1.3125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:25.75rem;left:32.1875rem;height:1.70605625rem;font-style:normal;display:block; }
#f4bH4vkZ7VPAn0xAJUWp1suZN1elQzg3 { color:#ffffff;display:block;width:12.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:27.625rem;left:3.4375rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nMkKiqyNeXt8QoAL3ECHLuUo9cima7Og { color:#ffffff;display:block;width:12.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:32.5rem;left:3.4375rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kchVncPQAn6TbN4GcsDZRTosGcuJV1PX { color:#ffffff;display:block;width:12.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:35.4375rem;left:3.4375rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JE749TBWVaCp5QFBnPIL6p9rzMZ0Hrqo { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:35.4375rem;left:0.8125rem; }
#qeByqitawSv3GwzzmdZdDQ0k1dGNRSTT { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:32.5rem;left:0.8125rem; }
#NIQqEugMrvtlXPO0G4unwTXePzni8pCT { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:27.875rem;left:0.8125rem; }
#OSIKzh03u4VT1cZ761zKD9hJ8DfLOdXQ { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"outfit 2";font-size:1.3125rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:40.3125rem;left:32.1875rem;height:1.70605625rem;font-style:normal;display:block; }
#VKF1cFCvSLw0vUB342OGz8GLbI0m24T7 { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:"outfit 2";font-size:1.3125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:37.4375rem;left:32.1875rem;height:1.70605625rem;font-style:normal;display:block; }
#gIFwEl7UOf1O6w3GShoyKTAV24UACGIH { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:"outfit 2";font-size:1.3125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:34.5625rem;left:32.1875rem;height:1.70605625rem;font-style:normal;display:block; }
#MxHQzfJUDfGJUJiCnvqsmvtZJ5TvMGGA { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"outfit 2";font-size:1.3125rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:31.625rem;left:32.1875rem;height:1.70605625rem;font-style:normal;display:block; }
#BhkWpTZEEbKN8f3onZZNgdH64Rat2LwC { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"outfit 2";font-size:1.3125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:28.625rem;left:32.1875rem;height:1.70605625rem;font-style:normal;display:block; }
#TSEOycTZIHvZ3c8DzZrhxS279I3uo7s6 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:23.5625rem;left:0.8125rem; }
#lJ5Odk0vs9TkgbvGiKLp1bkNnLvhDpkV { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:22.625rem;left:3.4375rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LJtCIuExq0MLZW2aDOwMBZx8Dm94BUKV { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:6.5625rem;left:68.4375rem;overflow:hidden;display:block; }
#LOIWCHnLy08wevJq1vuxIFsG1KaT55Ho { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:6.5625rem;left:71.5625rem;overflow:hidden;display:block; }
#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6d5a4e;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; }#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd > .row .container { background-color: transparent; background-image: none; }#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd > .row .container > .video-iframe-container { display: none; }#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd > .row > .video-iframe-container { display: none; }#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd > .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); }#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd > .row .container { border-width: 0; border-radius: 0; }#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:block; }#ZxlQraMgP9Un8PQyLC36uF0KyJdcpPwP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebd3cd;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; }#ZxlQraMgP9Un8PQyLC36uF0KyJdcpPwP > .row .container { border-width: 0; border-radius: 0; }#ZxlQraMgP9Un8PQyLC36uF0KyJdcpPwP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZxlQraMgP9Un8PQyLC36uF0KyJdcpPwP > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;position:relative;display:none; }#yDG875mLu0ha5Bs0ebfbv1Do0Zu1ncCk { color:#82001a;display:block;width:60.4375rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:0.78125rem;left:7.28125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U6Tbx2ikNitidUPsUvPbS9c6BUfPWbxy { background-color:transparent;background-image:none;border-top:0.125rem solid #82001a;border-left:0.125rem solid #82001a;border-right:0.125rem solid #82001a;border-bottom:0.125rem solid #82001a;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:#82001a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"outfit 2";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.1875rem;height:2.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:4.9375rem;left:23.90625rem;display:block; }
#I2dIQ6Lca1FrDCBTZvlmBT9nuAthQ14r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#6d5a4e;background-image:url("https://images.assets-landingi.com/uc/34a6216f-f685-493c-b446-8d99c24bf1ef/IMG_8377.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:53.5rem;width:75rem;overflow:visible;position:relative;display:block; }#RivbGDvr1JWssLa2TKDhMTh9Hikxxv0o { color:#ffffff;display:block;width:55.75rem;position:absolute;font-family:"outfit 2";font-size:3.75rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;text-shadow:0rem 0rem 5rem #6d5a4e;top:26.0625rem;left:9.625rem;height:4.5rem;text-align:center;text-align-last:center;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; }
#MS5wVw5AMTG14h8xTu83FNyc7Z8zNgm0 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:18.75rem;top:22.9375rem;left:28.125rem;overflow:hidden;display:block; }
#qI0kZXTMKdBZhIuEFLkQTxsNbdaKaBpo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#MNXlUIxukH8o7C1h0oiacOcWg9r11ay6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:1.0625rem;left:0rem;display:none; }
#PuPM9cQo9bpSS68FpuhJnes5E5qqVLFk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:0.9375rem;left:0rem;display:none; }
#pExJuXIL6f8PZvlGhxPgECrgTIeuRvDd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6d5a4e;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; }#pExJuXIL6f8PZvlGhxPgECrgTIeuRvDd > .row .container { background-color: transparent; background-image: none; }#pExJuXIL6f8PZvlGhxPgECrgTIeuRvDd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pExJuXIL6f8PZvlGhxPgECrgTIeuRvDd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pExJuXIL6f8PZvlGhxPgECrgTIeuRvDd > .row .container > .video-iframe-container { display: none; }#pExJuXIL6f8PZvlGhxPgECrgTIeuRvDd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pExJuXIL6f8PZvlGhxPgECrgTIeuRvDd > .row > .video-iframe-container { display: none; }#pExJuXIL6f8PZvlGhxPgECrgTIeuRvDd > .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); }#pExJuXIL6f8PZvlGhxPgECrgTIeuRvDd > .row .container { border-width: 0; border-radius: 0; }#pExJuXIL6f8PZvlGhxPgECrgTIeuRvDd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pExJuXIL6f8PZvlGhxPgECrgTIeuRvDd > .row .container { font-size:0.875rem;font-family:arial;height:122.75rem;width:75rem;position:relative;display:block; }#iQDir4LJVcWxuxq8XTiqxVOLlR0kdrks { color:#000000;display:block;width:41.75rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:14.3125rem;left:22rem;height:13.125rem;display:none; }
#zayD1y6PyRpB3ch9f2E7z6eET4xoDU5h { color:#000000;display:block;width:41.75rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:14.3125rem;left:22rem;height:13.125rem;display:none; }
#ZADQ6xSsPHmzW1b0lnXTTJn69pmmyhal { color:#ffffff;display:block;width:32.25rem;position:absolute;font-family:"outfit 2";font-size:2.1875rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:4.8125rem;left:0rem;height:2.625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#evgZ9ffNSBmQ9K3ZZRgIly3dzDWXSdXr { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:300;z-index:15002;line-height:2.2;letter-spacing:0;top:13.6875rem;left:23.5rem;height:13.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#agU3EA4TqdAZuv8xVq8vgcSCevhT91Fr { color:#ffffff;display:block;width:6.25rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:300;z-index:15001;line-height:2.2;letter-spacing:0;top:13.6875rem;left:16.3125rem;height:13.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZXcalFSw258h9dr34fPzivR8WaKM5AJW { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:300;z-index:15000;line-height:2.2;letter-spacing:0;top:13.6875rem;left:0rem;height:13.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#qT7Tyi8uhkkm1f6crLdbbE9sAd4u99Hc { color:#ffffff;display:block;width:13.5625rem;position:absolute;font-family:"outfit 2";font-size:1.5625rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:10.75rem;left:0rem;height:1.875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#C99yWA2WdsxrvWEKAcmn7LqDKPcdxWe2 { color:#ffffff;display:block;width:4.4375rem;position:absolute;font-family:"outfit 2";font-size:1.5625rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:10.75rem;left:17.25rem;height:1.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XlqU17QlJaLEXMg8H0U2exUIT9ZBztcE { color:#ffffff;display:block;width:4.4375rem;position:absolute;font-family:"outfit 2";font-size:1.5625rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:10.75rem;left:25.0625rem;height:1.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vBoHfpEJ9dhOELQWTGXfl40UDwxwsU7s { color:#000000;display:block;width:13.5625rem;position:absolute;font-family:"outfit 2";font-size:2rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:5.9140625rem;left:0rem;height:2.3994125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#cfHheloEsbICpFlK4rxnP1PzVykK3B95 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;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:12.5rem;width:12.5rem;display:none; }
#JBCHoQR7GhWTWQTIHkpOkM0IzxXa9vgs { color:#000000;display:block;width:11.3125rem;position:absolute;font-family:"outfit 2";font-size:1.5625rem;font-weight:normal;z-index:15011;line-height:1.2;letter-spacing:0;top:6.375rem;left:23.8125rem;height:1.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#JJH7CBHf8864RT0pQBl0PRbwLUW4zT7I { color:#000000;display:block;width:4.4375rem;position:absolute;font-family:"outfit 2";font-size:1.5625rem;font-weight:normal;z-index:15011;line-height:1.2;letter-spacing:0;top:6.375rem;left:35.9375rem;height:1.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#QE7H77eqx8KCw5F3qCky1vgxZPCA26xL { background-color:transparent;background-image:none;border-top:0.0625rem solid #dad3c2;border-left:0.0625rem solid #dad3c2;border-right:0.0625rem solid #dad3c2;border-bottom:0.0625rem solid #dad3c2;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"outfit 2";font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:1.75rem;left:0rem;display:none; }
#tgbonD43fMNTOBJiJVAiyFB4XD74HLeA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pVK4Tgw3zhLlxEGFT5kCUE714l4mUezA { background-color:transparent;background-image:none;border-top:0.0625rem solid #d3c7b2;border-left:0.0625rem solid #d3c7b2;border-right:0.0625rem solid #d3c7b2;border-bottom:0.0625rem solid #d3c7b2;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"outfit 2";font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:1.75rem;left:14.8125rem;display:none; }
#rBoFKDaQlwQJpIc7QJAT1Ps8FvwIPNrL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nXtgT40L46EVD5slopIl97U51F3RyxK0 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:3.75rem;top:6.0625rem;left:24.4375rem;overflow:hidden;display:none; }
#hyazQUdiMTr1p8dW9AkboeF2nJDB2orl { color:#ffffff;display:block;width:18.875rem;position:absolute;font-family:"outfit 2";font-size:2.1875rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:75.25rem;left:49.25rem;height:2.625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#BU4beLUebveZawdl33WQnn0Xx8ShxgnI { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:78.5rem;left:49.25rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#c4KeDhEJOdIOGfRSXTqTKJ0KULDBE3qU { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:"outfit 2";font-size:1.5625rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:81.1875rem;left:49.25rem;height:1.875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#p8BG12U85tasySxO84aWyBggdhTUfSTT { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:300;z-index:15000;line-height:2.2;letter-spacing:0;top:84.125rem;left:49.25rem;height:13.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#NnPde80Gi48fa6zmMqXdk0UVvE2vAklV { color:#ffffff;display:block;width:6.4375rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:300;z-index:15001;line-height:2.2;letter-spacing:0;top:84.125rem;left:62.25rem;height:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HUScv7WcqTURJdPdTBdCFMQJKxaB3qQE { color:#ffffff;display:block;width:4.4375rem;position:absolute;font-family:"outfit 2";font-size:1.5625rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:81.1875rem;left:63.25rem;height:1.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OzEgmTGc194Mo1BVuu8afCTamz9ID7Id { color:#ffffff;display:block;width:4.875rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:300;z-index:14999;line-height:2.2;letter-spacing:0;top:84.125rem;left:70.125rem;height:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lkW3dvA1BtrrWhU1PbNHL9sueddKHdqK { color:#ffffff;display:block;width:4.4375rem;position:absolute;font-family:"outfit 2";font-size:1.5625rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:81.1875rem;left:70.375rem;height:1.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Qt9By2RL03Da40oO5oSdOccKOGLUxTnf { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/752a2c70-971d-4e0a-9efe-f3ec5f43f072/SALTMASSAGEHIRES_1.webp");background-position:center 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-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:20.625rem;width:20.625rem;top:51.125rem;left:50.4375rem;display:block; }#Qt9By2RL03Da40oO5oSdOccKOGLUxTnf.adaptive-delivery-prevent-bg, #Qt9By2RL03Da40oO5oSdOccKOGLUxTnf.lazyload, #Qt9By2RL03Da40oO5oSdOccKOGLUxTnf.lazyloading { background-image: none; }
#RQWMPyoAuaZNBxK3gsVk5qZkbCTszW7O { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:300;z-index:15000;line-height:2.2;letter-spacing:0;top:14.8125rem;left:49.875rem;height:13.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;font-style:normal;display:none; }
#rd5R5dBzcrw1BvHpDphatpNBSquXri0z { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;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:12.5rem;width:12.5rem;display:none; }
#XxzU10opmKEXM8eDbmrSPOFEMgaseRPS { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;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:12.5rem;width:12.5rem;display:none; }
#H69r9Q0HPDyk9lB5usvy8mMpPyfT04oS { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;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:12.5rem;width:12.5rem;display:none; }
#nibs9ydicob3Aqf8xSXTtgMQDucZ9Sol { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;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:12.5rem;width:12.5rem;display:none; }
#ZFKMOPqFTyDTHBxaZqcF2z9O89qDEAUK { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#Q5zvgRmkRoevbn8mltcDHoo3Xs5tcJo5 { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#fn557AVEJqxiTporkXByBz1X0y74VSk9 { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#Za9cn5bigdGluzOtQCM6TJ1wc45VRC1k { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#kxzWEWTXCTDgLqzfZIUrdKz4LtHtI47a { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#SSiLKrhJnXUIbBRpHJWryA0fV5FISXUp { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#rWu1wRv9WT4mBuhtNolvpcn0C0MwiiOM { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#X2rlKCFufqgEkxGh2306E9oRb9aizslE { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#oX1hRoTpxIizS8BAzxcFLNWmeoZKnrHa { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#pzd2n2hAcyK5vXPcTeTddHpwT2WSHg4c { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#upQdi2yCaq7L3P6emBLhZwcPwFApkzWJ { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#cKvk5ASxKMnPHJmpXqV0QwgOWHa1ILoy { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#isUGhyvufTfdFNFJ1tDtSeayoL9zclWb { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#MRyX3zMwU7AJyvPg7AsL74wPRd8TKflz { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#LC3HoubO1beXwlrf7rTh4JMKfA071M0H { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#tSA0QxbmTRMMlPsliukt5c2Ena4vbXPX { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;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:12.5rem;width:12.5rem;display:none; }
#aJ54C2q6HGQp9b36qw15HcJ2TzNI8nTe { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#UhPT6VJEiiMQqK3IvtRaKT52E1mmFTIo { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#ODav6XL07GTNG4UXuVw6srf7DTo1y2Cv { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#TXxPJAXH9teqD1IdefXUPrmw8JUlxl2y { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;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:12.5rem;width:12.5rem;display:none; }
#wEUoSqq6q0BBJc7QU0zt46Dkrbh2BBHF { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;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:12.5rem;width:12.5rem;display:none; }
#CfUGfQCprV8kySx0ahRLu1iwEknFVe4m { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;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:12.5rem;width:12.5rem;display:none; }
#s4z71pL8v3TD9ywIJBySKTk45pQx02ie { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;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:12.5rem;width:12.5rem;display:none; }
#SxzQrAc31xW80Bmg6yHgUn094Ug79Dze { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;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:12.5rem;width:12.5rem;display:none; }
#nH2srfKtdr3eGxGqmB9RcXy0diiwiewg { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;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:12.5rem;width:12.5rem;display:none; }
#bQ8eBo2bTzI5MeXf6CaUoLJSM3xcSVlf { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;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:12.5rem;width:12.5rem;display:none; }
#BuJQBpnJctyqHaVJamhpMKEB693NP95h { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;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:12.5rem;width:12.5rem;display:none; }
#HvNSlCxCWMSrEV1BTOTxnguckUZoPeVs { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#g4dKR60rF1ef5zWNhpzSWEmR8Gr6lnxC { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#b3Tgsm3K6rnTWeb05hJDFTAODXQ146s1 { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#lM61quOLqZuxqVJy5tNGdeTrDpp6aoz8 { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#s1e3w6woltX9pEn3gTRy6lc4tIWbMMcA { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#hTf1tMe9H2nGl5XAgiyvLolxfDQgUuHK { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#tymvmCNLUSwlEM7oK3Uly0nRde3p8QPl { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#cEAkrs2yzfrEAq6MFwiK0LOfxLAKkDwE { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#WkTdOThdr4TBKKH7hbRI3tt0n1isPPiI { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#proDx0Pw25T9Od3qxEWCHhbCi2poLytF { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#Lgl9fvWIpHLTwLOPsEb0nNL9698H8wZH { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#kUvT9hBTCSrrm6wdFkOPJIS5GgmnZJWH { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#NRO7f7QU0WPiT0mghCqyMeQpGbWamSeF { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#pKyMlRmp8ABmqwuMCTNFITzzs6r9oZXB { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#NH2tTZVcp3hcaZ8I8H0Zb0aGJHCiBwUA { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#wlydDn2sREgBpZqLEuail9aXkTKfFqUK { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#yKNTFVJsyBTz68xoI1ulHyZmEqAkRt7m { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#b7lBN3sXShKmLeqo6RRa187BC6K6T7wd { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#gyLqPQyLIC7ag4IGvkEKPD9re7EonnFp { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#GQ5kWwCnQwJ6FkMsJbz0yDhEPZdvLyLm { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#wBLxaQ2AP7gN82h76AnrhbKutR5R7c0X { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#TF7BnZxcorolQVTiPzOswnFm9ICnqJ0k { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#VPaDOb0Opv7ZibORMum0caxuzCM3WzM7 { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#utHeKTySyyGBby4M4GzCCr1xkt3i2nN5 { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#C7dM2yRXdtwozMue19tWWpnCaJPe2eIE { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#kATcWoQHSblTrTavQfzqL818lZdN95Us { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#CfyOEI813yAI3unyQfUvdgvOxGke0rnP { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#t6HFXman21lp4nPVTizITV1qMetzzLuN { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#kclyN16nsXqBUiSFk7VOD4hn39vsnTmW { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#fPLPt4P8az0lwyqHA94TNGMXWTT0pdU6 { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#iWZFb4AAscR7Hd4pdmEvDqdqS4oNmaan { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#xEITZDkT6skowqau5Vddu2ZyE1c19cJT { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#osdHb04WHIkZk86FTiFw0FQ705z7Bkiv { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#bSHPOwDiykMa3t435nKVsqWV1Q71Tcib { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;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:12.5rem;width:12.5rem;display:none; }
#IGZG18IZx5lq1CAIVSAvla6zOhMLyNn3 { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#dvJESrKN4UhGRtW4oQxLk4r5qirNVy53 { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#uISnz6Sxrbb5Ogd0o4Nho0GVwMsTBiJZ { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#ChJgWvRgr8zz4hGhB9Q5fQ9vTMsnkrC5 { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#QnlPUZ53W57vCg9WXZTf2ERe4FpqU5AA { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#EQ8KIn7xcmTN0MTgB1S2GraBvTZxbZp1 { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#cPcD27oroSB6TZ8f2DT9Rsb8di6Ru6Rr { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#cUMW0IQf324MNKibrfyNPTFIhXdPeEnc { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#IJ0E5xZfd3EDWon0THxKkwbREaf3ABKH { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#T5kWLP6qLEtwKEde8z0KECiZsTU15Ox5 { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#ycaXG6TIV5TJ9SkfM8x9ckpfzcTe3X9p { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#HJTN2wgAEO4wnWDIyeSaEulcoG1Jn7xl { background-color:transparent;background-image:none;border-top:0.0625rem solid #d8c4a4;border-left:0.0625rem solid #d8c4a4;border-right:0.0625rem solid #d8c4a4;border-bottom:0.0625rem solid #d8c4a4;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"outfit 2";font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.1875rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1.75rem;left:29.625rem;display:none; }
#GgJnsHfey34wHmypVMdUlscA6c82sVcZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PHU49uewBpvC9k2nSKeN4MZkL3O4npnk { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;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:12.5rem;width:12.5rem;display:none; }
#xIX0Mg2uTNhmyT7v8zmAf9K9DcdCGm9G { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#fgmuaW5daJNNyXA0moz1yxTa2wUFIenm { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#gpn7TkCcG6wun5faFcmITZZkJUbTZBr9 { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#cga2aa2rByphsQlASEuc4T7lOM6k25Aq { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#T3J5E69LZ838OScAKI38f8zH4FKqg4TI { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:98.4375rem;left:49.25rem;height:3.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#vIr51QNXrFkuS7WdIC2B2SFCqI1y03es { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;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:12.5rem;width:12.5rem;display:none; }
#Bcb61M9CMS96TRO4elqtL6yGIN5fT7yh { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:300;z-index:15000;line-height:2.2;letter-spacing:0;top:14.8125rem;left:49.875rem;height:13.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;font-style:normal;display:none; }
#OSfQzT1LueNMgiv8tF2M46T0bkoyrauu { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#Qknrn7yrbIOQvVznIyG8EicWuRcpJtyk { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#VcikdTqL3muK03sduBJqEvRoUwTQZl5r { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;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:12.5rem;width:12.5rem;display:none; }
#ab9tEbdPCQkqH7PDIIz9id2ofaMFCaQw { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;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:12.5rem;width:12.5rem;display:none; }
#DvJoz84oTUrgHRvPGs6NgukFlTzV8F1v { background-color:#d3c7b2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#6d5a4e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"outfit 2";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:107.875rem;left:0rem;display:block; }
#Wl43eXcWQW2RycoTocDbz2ECAR3WZZGe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q46n1AiXaAnVNCfTeqvbXAE4CgbfRAhv { background-color:transparent;background-image:none;border-top:0.0625rem solid #d8c4a4;border-left:0.0625rem solid #d8c4a4;border-right:0.0625rem solid #d8c4a4;border-bottom:0.0625rem solid #d8c4a4;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"outfit 2";font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.1875rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:107.875rem;left:29.625rem;display:block; }
#MOyI0J4O50671dH1LKyuNGv42TXqg2F0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ppzpcskngPEc8HJLcNz1kmfrMVWUxzFu { background-color:transparent;background-image:none;border-top:0.0625rem solid #d8c4a4;border-left:0.0625rem solid #d8c4a4;border-right:0.0625rem solid #d8c4a4;border-bottom:0.0625rem solid #d8c4a4;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"outfit 2";font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:107.875rem;left:14.8125rem;display:block; }
#nrAo2u8EJCypiwTn0T4NCdaCabVLiI9k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CB28u1A0VZk7oetPlpXxNHudKsJEqmkT { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:3.75rem;top:112.1875rem;left:9.625rem;overflow:hidden;display:block; }
#XSc67FJcurkHAJgR0KqA4T7UfmF91AtK { color:#ffffff;display:block;width:28.125rem;position:absolute;font-family:"outfit 2";font-size:2.1875rem;font-weight:300;z-index:15021;line-height:1.2;letter-spacing:0;top:52.3125rem;left:0rem;height:2.625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#m3WA3tS3wE8NnEm8qCV1560tICJW4Vgv { color:#ffffff;display:block;width:13.5625rem;position:absolute;font-family:"outfit 2";font-size:1.5625rem;font-weight:300;z-index:15019;line-height:1.2;letter-spacing:0;top:58.25rem;left:0rem;height:1.875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#EObT7xwMfCTELXh4vJQhhSGF827RmFZP { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:300;z-index:15010;line-height:2.2;letter-spacing:0;top:61.1875rem;left:0rem;height:44rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#MVEtTrO09dRQubLdFGOTNLtZOT2MgKqK { color:#ffffff;display:block;width:6.25rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:300;z-index:15011;line-height:2.2;letter-spacing:0;top:61.1875rem;left:18.1875rem;height:44rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TcfkCtUFgS5l5VEyM9pL3hEk9KUCRumb { color:#ffffff;display:block;width:4.4375rem;position:absolute;font-family:"outfit 2";font-size:1.5625rem;font-weight:300;z-index:15020;line-height:1.2;letter-spacing:0;top:58.25rem;left:19.125rem;height:1.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#v9w7visIqsO5mKT5uUPBn8QPaKDog7VW { color:#ffffff;display:block;width:11.3125rem;position:absolute;font-family:"outfit 2";font-size:1.5625rem;font-weight:300;z-index:15021;line-height:1.2;letter-spacing:0;top:58.25rem;left:25.375rem;height:1.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xXlrvyUF2uPqOBsMwTsxbALG6QSEx7bQ { color:#ffffff;display:block;width:4.25rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:300;z-index:15012;line-height:2.2;letter-spacing:0;top:61.1875rem;left:28.875rem;height:44rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AuaroMpxRK4TnhXw6nS4b21RcP30EyMK { color:#ffffff;display:block;width:4.3125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:300;z-index:15012;line-height:2.2;letter-spacing:0;top:61.1875rem;left:38.3125rem;height:44rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o4pcixboH1kAsXVaVTfehZbHh3PbpQZ7 { color:#ffffff;display:block;width:4.4375rem;position:absolute;font-family:"outfit 2";font-size:1.5625rem;font-weight:300;z-index:15021;line-height:1.2;letter-spacing:0;top:58.25rem;left:38.25rem;height:1.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#I64tZcROUPzv61mF3hr0GgtvHdC5sBux { color:#ffffff;display:block;width:9.0625rem;position:absolute;font-family:"outfit 2";font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:27.125rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#D1rGiUeRXSmzVo2WATolRNTuhZPaJO9w { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:300;z-index:15001;line-height:2.2;letter-spacing:0;top:28.625rem;left:0rem;height:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#WfkK5D0W3nwlIMcUSwvFBXzszpZnEPtl { color:#ffffff;display:block;width:12.25rem;position:absolute;font-family:"outfit 2";font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:31.0625rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#El7qR4EPM3LOyUd76y12MiRN8Myoy51i { color:#ffffff;display:block;width:6.25rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:300;z-index:15002;line-height:2.2;letter-spacing:0;top:28.625rem;left:16.3125rem;height:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HJ8OMTIrJGmJ2EXUCQ66BTgfkP0E5VOx { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:300;z-index:15003;line-height:2.2;letter-spacing:0;top:28.625rem;left:23.5rem;height:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ASSTp4TVKLvgXrxvrSPnVnmHBC5qqX9N { color:#ffffff;display:block;width:17.3125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:300;z-index:15006;line-height:2.2;letter-spacing:0;top:13.6875rem;left:38.9375rem;height:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#BsRiqlE5eMuy7MtAfXcgRKNVaZnwEXSA { color:#ffffff;display:block;width:12.25rem;position:absolute;font-family:"outfit 2";font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:16.0625rem;left:38.9375rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AEZQXxpxX5izbcLsTKJlzC13c3PDkKJD { color:#ffffff;display:block;width:6.25rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:300;z-index:15007;line-height:2.2;letter-spacing:0;top:13.6875rem;left:57rem;height:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vkGkKGKOnwGq0nDDiIOeIXwZV6klZppb { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:300;z-index:15008;line-height:2.2;letter-spacing:0;top:13.6875rem;left:64.25rem;height:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QCoKh6BpDrW0pBHglfCQfGBfkzfioJTc { color:#ffffff;display:block;width:17.75rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:300;z-index:15011;line-height:2.2;letter-spacing:0;top:17.5625rem;left:38.875rem;height:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#TVM7GpzG1izvJZ6TvsgKT6wiTbz0IoLu { color:#ffffff;display:block;width:6.25rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:300;z-index:15012;line-height:2.2;letter-spacing:0;top:17.5625rem;left:57.0625rem;height:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eSFCag0NCvhFeu07zoV7XyZnEovppiUR { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:300;z-index:15013;line-height:2.2;letter-spacing:0;top:17.5625rem;left:64.3125rem;height:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CUGsilKyOpgIX7X2D6BSGKt6luPTvBoI { color:#ffffff;display:block;width:12.25rem;position:absolute;font-family:"outfit 2";font-size:1rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:19.9375rem;left:38.875rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sg33eqF4VGVWhIn7qKwP2rH9g9d1TmbC { color:#ffffff;display:block;width:19.5625rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:300;z-index:15021;line-height:2.2;letter-spacing:0;top:21.4375rem;left:38.9375rem;height:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#LyMngBqwvpR9hn8Tb9mrAKC8V1hQsC2E { color:#ffffff;display:block;width:6.25rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:300;z-index:15022;line-height:2.2;letter-spacing:0;top:21.4375rem;left:57.0625rem;height:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mO3xaQcLRr7nV2wr90AUFIDixHymol28 { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:300;z-index:15023;line-height:2.2;letter-spacing:0;top:21.4375rem;left:64.3125rem;height:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ioh0QzG3svhG9Q8t7OWs0w3cW2WvgGBz { color:#ffffff;display:block;width:12.25rem;position:absolute;font-family:"outfit 2";font-size:1rem;font-weight:300;z-index:15029;line-height:1.5;letter-spacing:0;top:23.8125rem;left:38.9375rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DUZ5QM8ufC50HAwsEJvt1Au25GvEBghr { color:#ffffff;display:block;width:6.25rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:300;z-index:15037;line-height:2.2;letter-spacing:0;top:33.1875rem;left:57.0625rem;height:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FXt8EU5VcwzhzLN3qgrhdEZHCqxn1qv8 { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:300;z-index:15038;line-height:2.2;letter-spacing:0;top:33.1875rem;left:64.3125rem;height:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vMJ6VsTeJmN7g94W43Fp48nQ20wD6eq5 { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:300;z-index:15036;line-height:2.2;letter-spacing:0;top:33.1875rem;left:38.875rem;height:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cHgT5R9MCSJz3vkStyTmipwplcwBUssd { color:#ffffff;display:block;width:12.25rem;position:absolute;font-family:"outfit 2";font-size:1rem;font-weight:300;z-index:15044;line-height:1.5;letter-spacing:0;top:35.625rem;left:38.9375rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nBqGPVPE5KxUFt6fEUc9XvssMUv9UQVn { color:#ffffff;display:block;width:17.25rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:300;z-index:15026;line-height:2.2;letter-spacing:0;top:29.25rem;left:38.875rem;height:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eekyzKhhxZD9uwZPQdgDB2RTR83tD097 { color:#ffffff;display:block;width:6.25rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:300;z-index:15027;line-height:2.2;letter-spacing:0;top:29.25rem;left:57.0625rem;height:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ha5THwgvTZn5eb2ZklyC0TrIT7wB5X7q { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:300;z-index:15028;line-height:2.2;letter-spacing:0;top:29.25rem;left:64.3125rem;height:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aPgDFQ3pixSTTNnnnt8um73kVFEJDZqo { color:#ffffff;display:block;width:12.25rem;position:absolute;font-family:"outfit 2";font-size:1rem;font-weight:300;z-index:15034;line-height:1.5;letter-spacing:0;top:31.6875rem;left:38.9375rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zb9WTTuEV9Z6MS4RV23uxf0B4MIEgWtc { color:#ffffff;display:block;width:17.0625rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:300;z-index:15021;line-height:2.2;letter-spacing:0;top:25.3125rem;left:38.875rem;height:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G5NncoHAsS9N5GAQW1C3Z09dTI1I1bLd { color:#ffffff;display:block;width:6.25rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:300;z-index:15022;line-height:2.2;letter-spacing:0;top:25.3125rem;left:57.0625rem;height:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b1UaWDZpKkGuwF7ZnHQTJ9iBqaCFHTr2 { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:300;z-index:15023;line-height:2.2;letter-spacing:0;top:25.3125rem;left:64.3125rem;height:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mv7uuft9h2DmKcmUlNVhelT2xfNC3mGT { color:#ffffff;display:block;width:12.25rem;position:absolute;font-family:"outfit 2";font-size:1rem;font-weight:300;z-index:15029;line-height:1.5;letter-spacing:0;top:27.75rem;left:38.875rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FW2eo0CyQt81xHzq8iD72ocF8AHcPD7G { color:#ffffff;display:block;width:6.4375rem;position:absolute;font-family:"outfit 2";font-size:1rem;font-weight:300;z-index:15030;line-height:1.5;letter-spacing:0;top:78.375rem;left:9.0625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LCaQyL9ekb2VAyNw3AsBwDx8opxsASvs { color:#ffffff;display:block;width:6.4375rem;position:absolute;font-family:"outfit 2";font-size:1rem;font-weight:300;z-index:15031;line-height:1.5;letter-spacing:0;top:83.875rem;left:11.125rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#B0ksFh844BpInz4LodS0US0PliQo4Wh2 { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"outfit 2";font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.2;letter-spacing:0;top:10.75rem;left:64.25rem;height:1.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SJ9Quof3d2KCp3QtBCzo1Nob4CPp8Mba { color:#ffffff;display:block;width:4.4375rem;position:absolute;font-family:"outfit 2";font-size:1.5625rem;font-weight:300;z-index:15013;line-height:1.2;letter-spacing:0;top:10.75rem;left:57.90625rem;height:1.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TT0CA505io2vSyBzOHKx2Zcng09K803C { color:#ffffff;display:block;width:13.5625rem;position:absolute;font-family:"outfit 2";font-size:1.5625rem;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;top:10.875rem;left:38.9375rem;height:1.875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JHe6copLViTL3qd8DlhAomZq7IVR0WRc { background-color:transparent;background-image:none;border-top:0.0625rem solid #d8c4a4;border-left:0.0625rem solid #d8c4a4;border-right:0.0625rem solid #d8c4a4;border-bottom:0.0625rem solid #d8c4a4;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"outfit 2";font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.1875rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:42.25rem;left:29.625rem;display:block; }
#AlA62R4ug4nIdfdSgRVqX4KlsE36atGM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m4Gu7UK5kLlfIHh5JhXZS3fZhWfpc5vT { background-color:transparent;background-image:none;border-top:0.0625rem solid #d8c4a4;border-left:0.0625rem solid #d8c4a4;border-right:0.0625rem solid #d8c4a4;border-bottom:0.0625rem solid #d8c4a4;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"outfit 2";font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:42.25rem;left:14.8125rem;display:block; }
#SLIahhbmvvVnfHqyse2IrUovfhBP4pWS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T8O5uyyRTs9GDg7MpkQ7vNSOUe3VfCHV { background-color:#d3c7b2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#6d5a4e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"outfit 2";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:42.25rem;left:0rem;display:block; }
#et9W8kereaakeHb4wWgsWXXkqf0gZb2i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xge2420QlQLJXXZqGJJS7seDQJTTOz0J { position:absolute;display:block;z-index:15022;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.875rem;width:3.75rem;top:46.5625rem;left:9.625rem;overflow:hidden;display:block; }
#En5dbzout1nUCTsBBsi8PmtUwebGcXEn { color:#000000;display:block;width:11.3125rem;position:absolute;font-family:"outfit 2";font-size:1.5625rem;font-weight:normal;z-index:15011;line-height:1.2;letter-spacing:0;top:6.375rem;left:23.8125rem;height:1.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#v2nrcVSbByWBt1TrsNAIs6zhLKrH1NFg { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:"outfit 2";font-size:1.5625rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:75.375rem;left:49.25rem;height:1.875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#W4U48SS3rZIuQEQEbulhOrHz0tRxqVpb { color:#ffffff;display:block;width:4.4375rem;position:absolute;font-family:"outfit 2";font-size:1.5625rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:75.375rem;left:63.25rem;height:1.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#xPeH1vTVQkovfJWVHTmGqxO3OZpwdvM6 { color:#ffffff;display:block;width:4.4375rem;position:absolute;font-family:"outfit 2";font-size:1.5625rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:75.375rem;left:70.375rem;height:1.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#ckEk1IoxKIVX9q1092CGFA7wducvmxfG { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;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:12.5rem;width:12.5rem;display:none; }
#TsODsdZ79pT02DR3mX0IFKZWUCAEvfI2 { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#TN1F09GkBoMF6QxohV487p5mBEeZ8ZMZ { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#LKNrhvyDhQQUpD7niHb3sNbF3LMlgCm5 { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#LIrhzHCAuTo6L398e7QbQsxcN882h03i { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;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:12.5rem;width:12.5rem;display:none; }
#RQvN78Iw7AHzB6tUU8d9reFfr5Map16K { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#nbiNpxpmzJTpna2TmzMT67LCqbAKdSDq { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#pEvrCI4AXXCUTo5Xnl8KO0Q6ksnHQ2nz { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#y6VbVvmmHINKxX9STzmMlHFIWvlGvquq { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;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:12.5rem;width:12.5rem;display:none; }
#yW9hhZGmxBXwS5ZB2QIaa3eEtBkTcD5h { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#gNUgHNOHkMHvxDwZLTRqilBBkXJPpRHo { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#n8e4TpNf0xIKFIzc40n7MNPou0F2UWAO { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#e0r32phox2K9Uum6VD3KKw0WkG3WJad6 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;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:12.5rem;width:12.5rem;display:none; }
#VsehW4ybIbtJ6SswtHsZRWIEh7RJIZak { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#LybCSWg4ZqTb8dkk57mVZo5ECOh7MU5f { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#S4V9p5F4MtkOoevTDUG66oL3iu963vdO { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#dep1RrnvrT1kXztPUNkR2nRINB053cxm { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;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:12.5rem;width:12.5rem;display:none; }
#SaoIxJrx4750zcSS2OAk9MRhmXx5uBZH { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#JzylAKz3o9HlZ8P0FdCXnyaVWHWQh4XK { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#dfpmR50zx7yky4egwfMMAdtIIa5ppA8w { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#UJ2OVA2VE9CLV14zpakp1X2LRrTbTwRs { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;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:12.5rem;width:12.5rem;display:none; }
#tHpDWDprkQvTxG3IfW3Zo9H1DsePFDfx { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#TOJn40bpJPOgodNDDK96qfUWcbBQ7C20 { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#fZsBGH6pSbCzScNKwxfAVhTtH1v99TcB { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#nVSut7gxr8vAbNzb4TOqEux24q60gC9A { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;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:12.5rem;width:12.5rem;display:none; }
#CwLJqbrIZl2pE0d7TTOFexSd6DFe8UIR { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#h52rFwcIJb30nCN4E3Cn86Uf2QDkWMKJ { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#PPNJardSgs6urZwupbfghW4lIUMChb2W { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#e9bkv0wTw9NvyA0Dw6yixrogQQTDMNB7 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;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:12.5rem;width:12.5rem;display:none; }
#JaNRB019MvdUuRvZUwLaNxB2SsOO4x1L { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#VAAQgpBnynK42h8fFJpnJkcuRbm1Zgk2 { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#LdeuAX0tqKuan2SmDrRTeIaSZzuZtQ0b { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#kTEW1U5ElMoy54Dr59WkqkyxvBdKu1P3 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;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:12.5rem;width:12.5rem;display:none; }
#n7aWEB06HdBgx4Z9D1KFehWxRhlo6R2y { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#hqX7lfyZnHr2knP5memmpaKKG7e1VpOe { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#fLih74gagTMH6G6LF1ggbx8SavOzsc24 { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#Sbc7RJeJ2TMpQ355bLQ7Ffs1bTDGcOSP { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;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:12.5rem;width:12.5rem;display:none; }
#ufbvz2FFXXv7h3yK28eE8yHwWXNsaN1c { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#T6kkWIvMhlxW5kfHDThnhsPJCFDiOJD8 { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#yUWECE0eTRhU4fWF8yAhmSKHZcdHQoqx { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#dKdPFHZQ1uNQe3kPgNGuTt7PZo7UmBQQ { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;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:12.5rem;width:12.5rem;display:none; }
#vlIDKIzNTBuQcwL5VHIflaRaT9WDnIIR { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#rmSrMsGJRTkaNhHc9m9eaHkvMlSmxmoZ { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#Md5vhUBMHCWBXzn16zmFXFpysbTI1265 { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#hHC6IPDvTaukTiyJw5gKZtPheHcTsVZz { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;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:12.5rem;width:12.5rem;display:none; }
#wZxJftgdPG3yfp7nl8MZLXfqCbTtHseI { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#dSGsmfnFNaNKxxIEuK8w2VLh9FnTAqQ3 { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#St9FOvg6zgSKiFuVErXaS3FNKufyd3Vc { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#lkr9OdFhbR8eGoLGdp22ugkFAZWpgqpP { background-color:transparent;background-image:none;border-top:0.0625rem solid #dad3c2;border-left:0.0625rem solid #dad3c2;border-right:0.0625rem solid #dad3c2;border-bottom:0.0625rem solid #dad3c2;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"outfit 2";font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:1.75rem;left:0rem;display:none; }
#wdFQyTLrsEPWD1sbNn5ucB931glvr1W6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Sd5AsUAEtC2TowFtnwC6c4JKdTDVDCqN { background-color:transparent;background-image:none;border-top:0.0625rem solid #d3c7b2;border-left:0.0625rem solid #d3c7b2;border-right:0.0625rem solid #d3c7b2;border-bottom:0.0625rem solid #d3c7b2;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"outfit 2";font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:1.75rem;left:14.8125rem;display:none; }
#MQ00k3yRoIStAz4EbGarcp8l6Us0ZNQf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TJOpfOQcIBxvrs77SOnZc5uxSpyB9t2D { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:3.75rem;top:6.0625rem;left:24.4375rem;overflow:hidden;display:none; }
#euF9r61TFSLCts3Q3vy3zgKu7gaQMwkH { background-color:transparent;background-image:none;border-top:0.0625rem solid #d8c4a4;border-left:0.0625rem solid #d8c4a4;border-right:0.0625rem solid #d8c4a4;border-bottom:0.0625rem solid #d8c4a4;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"outfit 2";font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.1875rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1.75rem;left:29.625rem;display:none; }
#X86z6ia2EONnJom3X0gVC7FL237ITSGs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cIMnK9HQxC32Zi8xdbT15ffevHLAkgde { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#DKLJCr8hSpmsbhK8Da8gr3q3e82o5vgH { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#X7O7QwbcycyRTyru1Z3opvkgTxlzEmTv { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#QZv2EgQlZ3gp2MhEGWPzSVR9Ul3DiZR8 { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#Cm2PMV7W9BkfVIJd1Tkob7zHDXoBMeCQ { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#TSr8ubZr980WRFcfvXl8BCrtzR2twKxU { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#eRo0k5kGmINPQbJIera4qGBmTKNSenm8 { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#iS4yvWEgPQzSmH6T6GbX9EmkTFVIWSFP { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#vi0FmhiTBHOsVq2CsiVSPZaeS4ChsrWr { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;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:12.5rem;width:12.5rem;display:none; }
#wGnOT3EZgHL9cD9nqEbxKTmPJnDebOSS { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;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:12.5rem;width:12.5rem;display:none; }
#BC2v9f3gsn554aBnATb7TROk1kBGyIed { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;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:12.5rem;width:12.5rem;display:none; }
#LmqeXrPSULete3QoTJU6FUTSav8BJk4S { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#fopkR1J8isEcnnyyp0Zz12ffWhUXAT46 { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#IEHxkWmx2v2Zvv4XI6pJddbuQ1aUGJN6 { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#HwoTBuu8afQISogmBWmay2GM3axH9nxr { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.2;letter-spacing:0;top:9.3125rem;left:0rem;height:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#mkukxa4BPGaGrF0ffvuDti3IPTzKCgnO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6d5a4e;background-image:url("https://images.assets-landingi.com/uc/25167420-8d72-46cd-90bc-a0d366d42597/Projektbeznazwy25.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#mkukxa4BPGaGrF0ffvuDti3IPTzKCgnO.adaptive-delivery-prevent-bg, #mkukxa4BPGaGrF0ffvuDti3IPTzKCgnO.lazyload, #mkukxa4BPGaGrF0ffvuDti3IPTzKCgnO.lazyloading { background-image: none; }#mkukxa4BPGaGrF0ffvuDti3IPTzKCgnO > .row .container { background-color: transparent; background-image: none; }#mkukxa4BPGaGrF0ffvuDti3IPTzKCgnO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkukxa4BPGaGrF0ffvuDti3IPTzKCgnO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkukxa4BPGaGrF0ffvuDti3IPTzKCgnO > .row .container > .video-iframe-container { display: none; }#mkukxa4BPGaGrF0ffvuDti3IPTzKCgnO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkukxa4BPGaGrF0ffvuDti3IPTzKCgnO > .row > .video-iframe-container { display: none; }#mkukxa4BPGaGrF0ffvuDti3IPTzKCgnO > .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); }#mkukxa4BPGaGrF0ffvuDti3IPTzKCgnO > .row .container { border-width: 0; border-radius: 0; }#mkukxa4BPGaGrF0ffvuDti3IPTzKCgnO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mkukxa4BPGaGrF0ffvuDti3IPTzKCgnO > .row .container { font-size:0.875rem;font-family:arial;height:60.3125rem;width:75rem;position:relative;display:block; }#wVr7TUrqCHXBABkJKMM9Hyg3kOVXc0Hi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(144deg, #d8c4a4, #6d5a4e);background-image: -moz-linear-gradient(144deg, #d8c4a4, #6d5a4e);background-image: -ms-linear-gradient(144deg, #d8c4a4, #6d5a4e);background-image: -o-linear-gradient(144deg, #d8c4a4, #6d5a4e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8c4a4', endColorstr='#6d5a4e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8c4a4', endColorstr='#6d5a4e' );";background-image: linear-gradient(144deg, #d8c4a4, #6d5a4e);background-size:auto !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; }#wVr7TUrqCHXBABkJKMM9Hyg3kOVXc0Hi > .row .container { background-color: transparent; background-image: none; }#wVr7TUrqCHXBABkJKMM9Hyg3kOVXc0Hi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVr7TUrqCHXBABkJKMM9Hyg3kOVXc0Hi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVr7TUrqCHXBABkJKMM9Hyg3kOVXc0Hi > .row .container > .video-iframe-container { display: none; }#wVr7TUrqCHXBABkJKMM9Hyg3kOVXc0Hi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVr7TUrqCHXBABkJKMM9Hyg3kOVXc0Hi > .row > .video-iframe-container { display: none; }#wVr7TUrqCHXBABkJKMM9Hyg3kOVXc0Hi > .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); }#wVr7TUrqCHXBABkJKMM9Hyg3kOVXc0Hi > .row .container { border-width: 0; border-radius: 0; }#wVr7TUrqCHXBABkJKMM9Hyg3kOVXc0Hi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wVr7TUrqCHXBABkJKMM9Hyg3kOVXc0Hi > .row .container { font-size:0.875rem;font-family:arial;height:1.125rem;width:75rem;position:relative;display:block; }#HlRlm1Mu09dpIoWiiq5hez33SCJz9gmr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6d5a4e;background-image:url("https://images.assets-landingi.com/uc/b9b458d6-e6b4-42c2-9ed6-31af0b395c04/Jorrun_httpsipinimgcom564xb669bd.crop_3107x1280_701,0.preview.webp");background-position:top right !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; }#HlRlm1Mu09dpIoWiiq5hez33SCJz9gmr.adaptive-delivery-prevent-bg, #HlRlm1Mu09dpIoWiiq5hez33SCJz9gmr.lazyload, #HlRlm1Mu09dpIoWiiq5hez33SCJz9gmr.lazyloading { background-image: none; }#HlRlm1Mu09dpIoWiiq5hez33SCJz9gmr > .row .container { background-color: transparent; background-image: none; }#HlRlm1Mu09dpIoWiiq5hez33SCJz9gmr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlRlm1Mu09dpIoWiiq5hez33SCJz9gmr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlRlm1Mu09dpIoWiiq5hez33SCJz9gmr > .row .container > .video-iframe-container { display: none; }#HlRlm1Mu09dpIoWiiq5hez33SCJz9gmr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlRlm1Mu09dpIoWiiq5hez33SCJz9gmr > .row > .video-iframe-container { display: none; }#HlRlm1Mu09dpIoWiiq5hez33SCJz9gmr > .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); }#HlRlm1Mu09dpIoWiiq5hez33SCJz9gmr > .row .container { border-width: 0; border-radius: 0; }#HlRlm1Mu09dpIoWiiq5hez33SCJz9gmr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HlRlm1Mu09dpIoWiiq5hez33SCJz9gmr > .row .container { font-size:0.875rem;font-family:arial;height:28rem;width:75rem;position:relative;display:block; }#XgH6lThKRw7nUS1TnXe0mnPJoh5L0nTs { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:9.5625rem;top:4.28125rem;left:3.125rem;overflow:hidden;display:block; }
#gBWsFnf3GOm3BK7TwOG4zQQRiLDFivvc { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:10.84375rem;left:2.65625rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oRZh9k3BMukQo1CHyGJSe2H8489Km6kR { color:#ffffff;display:block;width:13.875rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:16.0625rem;left:2.65625rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MVFcPKywWHza5DTSl4OefWBKbnDpWo6y { color:#ffffff;display:block;width:13.875rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:19.375rem;left:2.75rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hly4ZwIXbD6I2pumUsfbmP5XIbw3wJeP { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:16.0625rem;left:0rem; }
#FO8KoQTPa0dfg1OFeGMGxq4eDK1hSPn5 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:11.78125rem;left:0rem; }
#RfPhHhVHHlLA8ZFPfJKhua1pkSNsceci { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:19.375rem;left:0rem; }
#Q0xzHOZSzgX93PtggbArTAOTEFiaBzFD { color:#d8c4a4;display:block;width:15.75rem;position:absolute;font-family:"outfit 2";font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:24.78125rem;left:0rem;height:1.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pce8OfvJWwN5k0ZQ8RSwCykMHT4y1iy9 { color:#d8c4a4;display:block;width:15.75rem;position:absolute;font-family:"outfit 2";font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:24.78125rem;left:32.90625rem;height:1.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UPMmU9UHFs44fHmMvxMJWTlB69r1HZnk { display:block; }#UPMmU9UHFs44fHmMvxMJWTlB69r1HZnk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HOQvTSQASMde58DnPtr72qeBrPstNZvo { width:8.5625rem;height:2.9375rem;top:1rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWhSTKQ0P3Lqw6vMF1hRkeFqEA5pqwdC { width:3.125rem;height:3.125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pompMAl3Pf4UrFVJyK0NRVbpItSQXCvA { width:9.375rem;height:2.5rem;top:1.25rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cor1Gifo0WmeeL0EXDKbun8uTl241rx7 { display:block; }
 }@media only screen and (max-width: 763px) { #q6ICSLC4bMRHRpI73AiguhhTCo4onSZe { width:25rem;height:0.0625rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7GexTIMB4gT2BynX7ox5e4uloOWayX9 { width:20rem;height:0.0625rem;top:2.4375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bV3GW5F5N5LpxrebfexEeFPSfcbg2NCZ { width:12.5rem;height:1.6875rem;top:19.875rem;left:18.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvEhlewC85tsA7WE5i0T1ME2dMDoJ5vI { width:12.5rem;height:1.6875rem;top:22.8125rem;left:18.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UANoieV3wEzZ2GJRwd47q5c4E1RvMX8y { width:12.5rem;height:1.6875rem;top:25.75rem;left:18.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4bH4vkZ7VPAn0xAJUWp1suZN1elQzg3 { width:12.8125rem;height:3.75rem;top:27.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMkKiqyNeXt8QoAL3ECHLuUo9cima7Og { width:12.8125rem;height:1.875rem;top:32.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kchVncPQAn6TbN4GcsDZRTosGcuJV1PX { width:12.8125rem;height:1.875rem;top:35.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE749TBWVaCp5QFBnPIL6p9rzMZ0Hrqo { width:1.875rem;height:1.875rem;top:35.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeByqitawSv3GwzzmdZdDQ0k1dGNRSTT { width:1.875rem;height:1.875rem;top:32.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIQqEugMrvtlXPO0G4unwTXePzni8pCT { width:1.875rem;height:1.875rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSIKzh03u4VT1cZ761zKD9hJ8DfLOdXQ { width:12.5rem;height:1.6875rem;top:40.3125rem;left:18.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKF1cFCvSLw0vUB342OGz8GLbI0m24T7 { width:6.125rem;height:1.6875rem;top:37.4375rem;left:18.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIFwEl7UOf1O6w3GShoyKTAV24UACGIH { width:9.125rem;height:1.6875rem;top:34.5625rem;left:18.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxHQzfJUDfGJUJiCnvqsmvtZJ5TvMGGA { width:12.5rem;height:1.6875rem;top:31.625rem;left:18.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhkWpTZEEbKN8f3onZZNgdH64Rat2LwC { width:12.5rem;height:1.6875rem;top:28.625rem;left:18.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSEOycTZIHvZ3c8DzZrhxS279I3uo7s6 { width:1.875rem;height:1.875rem;top:23.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ5Odk0vs9TkgbvGiKLp1bkNnLvhDpkV { width:14.9375rem;height:3.75rem;top:22.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJtCIuExq0MLZW2aDOwMBZx8Dm94BUKV { width:2.1875rem;height:2.1875rem;top:6.5625rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOIWCHnLy08wevJq1vuxIFsG1KaT55Ho { width:2.1875rem;height:2.1875rem;top:6.5625rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOosGvW0Cepd3WlvCkWXu8urrOsihCMd { display:none; }#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZxlQraMgP9Un8PQyLC36uF0KyJdcpPwP { display:none; }#ZxlQraMgP9Un8PQyLC36uF0KyJdcpPwP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yDG875mLu0ha5Bs0ebfbv1Do0Zu1ncCk { width:47.75rem;height:3.25rem;top:0.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6Tbx2ikNitidUPsUvPbS9c6BUfPWbxy { width:27.1875rem;height:2.5rem;top:4.9375rem;left:10.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2dIQ6Lca1FrDCBTZvlmBT9nuAthQ14r { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RivbGDvr1JWssLa2TKDhMTh9Hikxxv0o { width:47.75rem;height:;top:26.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MS5wVw5AMTG14h8xTu83FNyc7Z8zNgm0 { width:18.75rem;height:1.8125rem;top:22.9375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qI0kZXTMKdBZhIuEFLkQTxsNbdaKaBpo { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MNXlUIxukH8o7C1h0oiacOcWg9r11ay6 { width:3.125rem;height:3.125rem;top:1.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PuPM9cQo9bpSS68FpuhJnes5E5qqVLFk { width:3.125rem;height:3.125rem;top:0.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pExJuXIL6f8PZvlGhxPgECrgTIeuRvDd { display:block; }#pExJuXIL6f8PZvlGhxPgECrgTIeuRvDd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQDir4LJVcWxuxq8XTiqxVOLlR0kdrks { width:20rem;height:12rem;top:4.9375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zayD1y6PyRpB3ch9f2E7z6eET4xoDU5h { width:20rem;height:6rem;top:19.4375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZADQ6xSsPHmzW1b0lnXTTJn69pmmyhal { width:32.25rem;height:5.25rem;top:4.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #evgZ9ffNSBmQ9K3ZZRgIly3dzDWXSdXr { width:7.5rem;height:13.75rem;top:13.6875rem;left:9.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #agU3EA4TqdAZuv8xVq8vgcSCevhT91Fr { width:6.25rem;height:13.75rem;top:13.6875rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXcalFSw258h9dr34fPzivR8WaKM5AJW { width:14.8125rem;height:13.75rem;top:13.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT7Tyi8uhkkm1f6crLdbbE9sAd4u99Hc { width:13.5625rem;height:1.875rem;top:10.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C99yWA2WdsxrvWEKAcmn7LqDKPcdxWe2 { width:4.4375rem;height:1.875rem;top:10.75rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlqU17QlJaLEXMg8H0U2exUIT9ZBztcE { width:4.4375rem;height:1.875rem;top:10.75rem;left:11.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBoHfpEJ9dhOELQWTGXfl40UDwxwsU7s { width:6.9375rem;height:1.1875rem;top:6.5625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cfHheloEsbICpFlK4rxnP1PzVykK3B95 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JBCHoQR7GhWTWQTIHkpOkM0IzxXa9vgs { width:4.1875rem;height:1.75rem;top:6.5625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JJH7CBHf8864RT0pQBl0PRbwLUW4zT7I { width:4.4375rem;height:1.875rem;top:6.375rem;left:22.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QE7H77eqx8KCw5F3qCky1vgxZPCA26xL { width:13.5625rem;height:3.4375rem;top:1.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tgbonD43fMNTOBJiJVAiyFB4XD74HLeA { display:block; }
 }@media only screen and (max-width: 763px) { #pVK4Tgw3zhLlxEGFT5kCUE714l4mUezA { width:13.5625rem;height:3.4375rem;top:1.75rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rBoFKDaQlwQJpIc7QJAT1Ps8FvwIPNrL { display:block; }
 }@media only screen and (max-width: 763px) { #nXtgT40L46EVD5slopIl97U51F3RyxK0 { width:3.75rem;height:0.875rem;top:6.0625rem;left:10.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hyazQUdiMTr1p8dW9AkboeF2nJDB2orl { width:18.875rem;height:2.625rem;top:75.25rem;left:28.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BU4beLUebveZawdl33WQnn0Xx8ShxgnI { width:16.125rem;height:1.5rem;top:78.5rem;left:31.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4KeDhEJOdIOGfRSXTqTKJ0KULDBE3qU { width:10.9375rem;height:1.875rem;top:81.1875rem;left:35.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8BG12U85tasySxO84aWyBggdhTUfSTT { width:11.875rem;height:13.75rem;top:84.125rem;left:35.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnPde80Gi48fa6zmMqXdk0UVvE2vAklV { width:6.4375rem;height:16.5rem;top:84.125rem;left:41.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUScv7WcqTURJdPdTBdCFMQJKxaB3qQE { width:4.4375rem;height:1.875rem;top:81.1875rem;left:43.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzEgmTGc194Mo1BVuu8afCTamz9ID7Id { width:4.875rem;height:16.5rem;top:84.125rem;left:42.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkW3dvA1BtrrWhU1PbNHL9sueddKHdqK { width:4.4375rem;height:1.875rem;top:81.1875rem;left:43.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qt9By2RL03Da40oO5oSdOccKOGLUxTnf { width:20.625rem;height:20.625rem;top:51.125rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQWMPyoAuaZNBxK3gsVk5qZkbCTszW7O { width:6.75rem;height:2.0625rem;top:77rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rd5R5dBzcrw1BvHpDphatpNBSquXri0z { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XxzU10opmKEXM8eDbmrSPOFEMgaseRPS { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #H69r9Q0HPDyk9lB5usvy8mMpPyfT04oS { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #nibs9ydicob3Aqf8xSXTtgMQDucZ9Sol { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZFKMOPqFTyDTHBxaZqcF2z9O89qDEAUK { width:6rem;height:2.0625rem;top:9.3125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q5zvgRmkRoevbn8mltcDHoo3Xs5tcJo5 { width:6rem;height:2.0625rem;top:12.4375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fn557AVEJqxiTporkXByBz1X0y74VSk9 { width:6rem;height:2.0625rem;top:15.5625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Za9cn5bigdGluzOtQCM6TJ1wc45VRC1k { width:6rem;height:1rem;top:18.4375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kxzWEWTXCTDgLqzfZIUrdKz4LtHtI47a { width:6rem;height:1rem;top:21.3125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SSiLKrhJnXUIbBRpHJWryA0fV5FISXUp { width:6rem;height:2.0625rem;top:22.75rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rWu1wRv9WT4mBuhtNolvpcn0C0MwiiOM { width:6rem;height:1rem;top:25.4375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #X2rlKCFufqgEkxGh2306E9oRb9aizslE { width:6rem;height:1rem;top:27.75rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oX1hRoTpxIizS8BAzxcFLNWmeoZKnrHa { width:6rem;height:1rem;top:31.75rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pzd2n2hAcyK5vXPcTeTddHpwT2WSHg4c { width:6rem;height:1rem;top:33.4375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #upQdi2yCaq7L3P6emBLhZwcPwFApkzWJ { width:6rem;height:2.0625rem;top:34.5rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cKvk5ASxKMnPHJmpXqV0QwgOWHa1ILoy { width:6rem;height:1rem;top:37.625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #isUGhyvufTfdFNFJ1tDtSeayoL9zclWb { width:6rem;height:1rem;top:9.5rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MRyX3zMwU7AJyvPg7AsL74wPRd8TKflz { width:3.5rem;height:1rem;top:9.5rem;left:2.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LC3HoubO1beXwlrf7rTh4JMKfA071M0H { width:3.125rem;height:1rem;top:9.5rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tSA0QxbmTRMMlPsliukt5c2Ena4vbXPX { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #aJ54C2q6HGQp9b36qw15HcJ2TzNI8nTe { width:6rem;height:1rem;top:9.5rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UhPT6VJEiiMQqK3IvtRaKT52E1mmFTIo { width:3.5rem;height:1rem;top:9.5rem;left:2.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ODav6XL07GTNG4UXuVw6srf7DTo1y2Cv { width:3.125rem;height:0.9375rem;top:12.8125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TXxPJAXH9teqD1IdefXUPrmw8JUlxl2y { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wEUoSqq6q0BBJc7QU0zt46Dkrbh2BBHF { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CfUGfQCprV8kySx0ahRLu1iwEknFVe4m { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #s4z71pL8v3TD9ywIJBySKTk45pQx02ie { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SxzQrAc31xW80Bmg6yHgUn094Ug79Dze { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #nH2srfKtdr3eGxGqmB9RcXy0diiwiewg { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #bQ8eBo2bTzI5MeXf6CaUoLJSM3xcSVlf { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BuJQBpnJctyqHaVJamhpMKEB693NP95h { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #HvNSlCxCWMSrEV1BTOTxnguckUZoPeVs { width:3.125rem;height:1rem;top:29.3125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #g4dKR60rF1ef5zWNhpzSWEmR8Gr6lnxC { width:6rem;height:1rem;top:9.5rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #b3Tgsm3K6rnTWeb05hJDFTAODXQ146s1 { width:6rem;height:1rem;top:9.5rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lM61quOLqZuxqVJy5tNGdeTrDpp6aoz8 { width:6rem;height:1rem;top:9.5rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #s1e3w6woltX9pEn3gTRy6lc4tIWbMMcA { width:3.125rem;height:1rem;top:27.4375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hTf1tMe9H2nGl5XAgiyvLolxfDQgUuHK { width:3.125rem;height:1rem;top:29.875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tymvmCNLUSwlEM7oK3Uly0nRde3p8QPl { width:3.125rem;height:1rem;top:34.4375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cEAkrs2yzfrEAq6MFwiK0LOfxLAKkDwE { width:3.125rem;height:1rem;top:36.75rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WkTdOThdr4TBKKH7hbRI3tt0n1isPPiI { width:3.125rem;height:1rem;top:39.5625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #proDx0Pw25T9Od3qxEWCHhbCi2poLytF { width:3.125rem;height:1rem;top:93.25rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lgl9fvWIpHLTwLOPsEb0nNL9698H8wZH { width:3.1875rem;height:1rem;top:105.125rem;left:3.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kUvT9hBTCSrrm6wdFkOPJIS5GgmnZJWH { width:3.1875rem;height:1rem;top:108.0625rem;left:3.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NRO7f7QU0WPiT0mghCqyMeQpGbWamSeF { width:3.1875rem;height:1rem;top:79.875rem;left:3.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pKyMlRmp8ABmqwuMCTNFITzzs6r9oZXB { width:3.1875rem;height:1rem;top:86.0625rem;left:3.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NH2tTZVcp3hcaZ8I8H0Zb0aGJHCiBwUA { width:3.1875rem;height:1rem;top:74.1875rem;left:3.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wlydDn2sREgBpZqLEuail9aXkTKfFqUK { width:3.1875rem;height:1rem;top:71.875rem;left:3.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yKNTFVJsyBTz68xoI1ulHyZmEqAkRt7m { width:3.1875rem;height:1rem;top:69.5625rem;left:3.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #b7lBN3sXShKmLeqo6RRa187BC6K6T7wd { width:3.1875rem;height:1rem;top:36.75rem;left:3.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gyLqPQyLIC7ag4IGvkEKPD9re7EonnFp { width:3.1875rem;height:1rem;top:39.5625rem;left:3.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GQ5kWwCnQwJ6FkMsJbz0yDhEPZdvLyLm { width:3.1875rem;height:1rem;top:93.25rem;left:3.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wBLxaQ2AP7gN82h76AnrhbKutR5R7c0X { width:3.125rem;height:0.9375rem;top:12.8125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TF7BnZxcorolQVTiPzOswnFm9ICnqJ0k { width:3.125rem;height:0.9375rem;top:12.8125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VPaDOb0Opv7ZibORMum0caxuzCM3WzM7 { width:3.125rem;height:0.9375rem;top:12.8125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #utHeKTySyyGBby4M4GzCCr1xkt3i2nN5 { width:3.125rem;height:0.9375rem;top:19.5625rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #C7dM2yRXdtwozMue19tWWpnCaJPe2eIE { width:3.125rem;height:0.9375rem;top:19.5625rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kATcWoQHSblTrTavQfzqL818lZdN95Us { width:3.125rem;height:0.9375rem;top:19.5625rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CfyOEI813yAI3unyQfUvdgvOxGke0rnP { width:3.125rem;height:0.9375rem;top:19.5625rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #t6HFXman21lp4nPVTizITV1qMetzzLuN { width:3.125rem;height:0.9375rem;top:19.5625rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kclyN16nsXqBUiSFk7VOD4hn39vsnTmW { width:3.125rem;height:0.9375rem;top:19.5625rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fPLPt4P8az0lwyqHA94TNGMXWTT0pdU6 { width:3.125rem;height:0.9375rem;top:52rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iWZFb4AAscR7Hd4pdmEvDqdqS4oNmaan { width:6rem;height:1rem;top:59.8125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xEITZDkT6skowqau5Vddu2ZyE1c19cJT { width:6rem;height:1rem;top:62.0625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #osdHb04WHIkZk86FTiFw0FQ705z7Bkiv { width:6rem;height:1rem;top:64.375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bSHPOwDiykMa3t435nKVsqWV1Q71Tcib { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #IGZG18IZx5lq1CAIVSAvla6zOhMLyNn3 { width:6rem;height:1rem;top:66.75rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dvJESrKN4UhGRtW4oQxLk4r5qirNVy53 { width:3.125rem;height:1rem;top:59.8125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uISnz6Sxrbb5Ogd0o4Nho0GVwMsTBiJZ { width:3.125rem;height:1rem;top:59.8125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ChJgWvRgr8zz4hGhB9Q5fQ9vTMsnkrC5 { width:3.125rem;height:1rem;top:59.8125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QnlPUZ53W57vCg9WXZTf2ERe4FpqU5AA { width:3.125rem;height:1rem;top:59.8125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EQ8KIn7xcmTN0MTgB1S2GraBvTZxbZp1 { width:3.125rem;height:1rem;top:69.5625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cPcD27oroSB6TZ8f2DT9Rsb8di6Ru6Rr { width:3.1875rem;height:1rem;top:59.8125rem;left:1.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cUMW0IQf324MNKibrfyNPTFIhXdPeEnc { width:3.1875rem;height:1rem;top:59.8125rem;left:1.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IJ0E5xZfd3EDWon0THxKkwbREaf3ABKH { width:3.1875rem;height:1rem;top:59.8125rem;left:1.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5kWLP6qLEtwKEde8z0KECiZsTU15Ox5 { width:3.1875rem;height:1rem;top:59.8125rem;left:1.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ycaXG6TIV5TJ9SkfM8x9ckpfzcTe3X9p { width:3.1875rem;height:1rem;top:69.5625rem;left:1.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HJTN2wgAEO4wnWDIyeSaEulcoG1Jn7xl { width:14.1875rem;height:3.4375rem;top:1.75rem;left:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #GgJnsHfey34wHmypVMdUlscA6c82sVcZ { display:block; }
 }@media only screen and (max-width: 763px) { #PHU49uewBpvC9k2nSKeN4MZkL3O4npnk { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xIX0Mg2uTNhmyT7v8zmAf9K9DcdCGm9G { width:6rem;height:1rem;top:9.4375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fgmuaW5daJNNyXA0moz1yxTa2wUFIenm { width:4.25rem;height:1rem;top:74.3125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gpn7TkCcG6wun5faFcmITZZkJUbTZBr9 { width:3.125rem;height:0.9375rem;top:19.5625rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cga2aa2rByphsQlASEuc4T7lOM6k25Aq { width:3.1875rem;height:1rem;top:66.125rem;left:3.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T3J5E69LZ838OScAKI38f8zH4FKqg4TI { width:11.875rem;height:3.5rem;top:98.4375rem;left:35.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIr51QNXrFkuS7WdIC2B2SFCqI1y03es { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bcb61M9CMS96TRO4elqtL6yGIN5fT7yh { width:6.75rem;height:3.125rem;top:73.25rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OSfQzT1LueNMgiv8tF2M46T0bkoyrauu { width:3.125rem;height:1rem;top:59.8125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qknrn7yrbIOQvVznIyG8EicWuRcpJtyk { width:3.1875rem;height:1rem;top:59.8125rem;left:1.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VcikdTqL3muK03sduBJqEvRoUwTQZl5r { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ab9tEbdPCQkqH7PDIIz9id2ofaMFCaQw { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DvJoz84oTUrgHRvPGs6NgukFlTzV8F1v { width:13.5625rem;height:3.4375rem;top:107.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wl43eXcWQW2RycoTocDbz2ECAR3WZZGe { display:block; }
 }@media only screen and (max-width: 763px) { #Q46n1AiXaAnVNCfTeqvbXAE4CgbfRAhv { width:14.1875rem;height:3.4375rem;top:107.875rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOyI0J4O50671dH1LKyuNGv42TXqg2F0 { display:block; }
 }@media only screen and (max-width: 763px) { #ppzpcskngPEc8HJLcNz1kmfrMVWUxzFu { width:13.5625rem;height:3.4375rem;top:107.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrAo2u8EJCypiwTn0T4NCdaCabVLiI9k { display:block; }
 }@media only screen and (max-width: 763px) { #CB28u1A0VZk7oetPlpXxNHudKsJEqmkT { width:3.75rem;height:0.875rem;top:112.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSc67FJcurkHAJgR0KqA4T7UfmF91AtK { width:28.125rem;height:2.625rem;top:52.3125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3WA3tS3wE8NnEm8qCV1560tICJW4Vgv { width:13.5625rem;height:1.875rem;top:58.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EObT7xwMfCTELXh4vJQhhSGF827RmFZP { width:14.8125rem;height:44rem;top:61.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVEtTrO09dRQubLdFGOTNLtZOT2MgKqK { width:6.25rem;height:44rem;top:61.1875rem;left:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcfkCtUFgS5l5VEyM9pL3hEk9KUCRumb { width:4.4375rem;height:1.875rem;top:58.25rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9w7visIqsO5mKT5uUPBn8QPaKDog7VW { width:11.3125rem;height:1.875rem;top:58.25rem;left:11.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXlrvyUF2uPqOBsMwTsxbALG6QSEx7bQ { width:4.25rem;height:44rem;top:61.1875rem;left:15.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuaroMpxRK4TnhXw6nS4b21RcP30EyMK { width:4.3125rem;height:44rem;top:61.1875rem;left:24.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4pcixboH1kAsXVaVTfehZbHh3PbpQZ7 { width:4.4375rem;height:1.875rem;top:58.25rem;left:24.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I64tZcROUPzv61mF3hr0GgtvHdC5sBux { width:9.0625rem;height:1.5rem;top:27.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1rGiUeRXSmzVo2WATolRNTuhZPaJO9w { width:14.8125rem;height:2.75rem;top:28.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfkK5D0W3nwlIMcUSwvFBXzszpZnEPtl { width:12.25rem;height:1.5rem;top:31.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #El7qR4EPM3LOyUd76y12MiRN8Myoy51i { width:6.25rem;height:2.75rem;top:28.625rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJ8OMTIrJGmJ2EXUCQ66BTgfkP0E5VOx { width:7.5rem;height:2.75rem;top:28.625rem;left:9.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASSTp4TVKLvgXrxvrSPnVnmHBC5qqX9N { width:17.3125rem;height:2.75rem;top:13.6875rem;left:25.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsRiqlE5eMuy7MtAfXcgRKNVaZnwEXSA { width:12.25rem;height:1.5rem;top:16.0625rem;left:25.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEZQXxpxX5izbcLsTKJlzC13c3PDkKJD { width:6.25rem;height:2.75rem;top:13.6875rem;left:41.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkGkKGKOnwGq0nDDiIOeIXwZV6klZppb { width:7.5rem;height:2.75rem;top:13.6875rem;left:40.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCoKh6BpDrW0pBHglfCQfGBfkzfioJTc { width:17.75rem;height:2.75rem;top:17.5625rem;left:25.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVM7GpzG1izvJZ6TvsgKT6wiTbz0IoLu { width:6.25rem;height:2.75rem;top:17.5625rem;left:41.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSFCag0NCvhFeu07zoV7XyZnEovppiUR { width:7.5rem;height:2.75rem;top:17.5625rem;left:40.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUGsilKyOpgIX7X2D6BSGKt6luPTvBoI { width:12.25rem;height:1.5rem;top:19.9375rem;left:25.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg33eqF4VGVWhIn7qKwP2rH9g9d1TmbC { width:19.5625rem;height:2.75rem;top:21.4375rem;left:25.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyMngBqwvpR9hn8Tb9mrAKC8V1hQsC2E { width:6.25rem;height:2.75rem;top:21.4375rem;left:41.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mO3xaQcLRr7nV2wr90AUFIDixHymol28 { width:7.5rem;height:2.75rem;top:21.4375rem;left:40.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ioh0QzG3svhG9Q8t7OWs0w3cW2WvgGBz { width:12.25rem;height:1.5rem;top:23.8125rem;left:25.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUZ5QM8ufC50HAwsEJvt1Au25GvEBghr { width:6.25rem;height:2.75rem;top:33.1875rem;left:41.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXt8EU5VcwzhzLN3qgrhdEZHCqxn1qv8 { width:7.5rem;height:2.75rem;top:33.1875rem;left:40.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMJ6VsTeJmN7g94W43Fp48nQ20wD6eq5 { width:17.5625rem;height:2.75rem;top:33.1875rem;left:25.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHgT5R9MCSJz3vkStyTmipwplcwBUssd { width:12.25rem;height:1.5rem;top:35.625rem;left:25.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBqGPVPE5KxUFt6fEUc9XvssMUv9UQVn { width:17.25rem;height:2.75rem;top:29.25rem;left:25.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eekyzKhhxZD9uwZPQdgDB2RTR83tD097 { width:6.25rem;height:2.75rem;top:29.25rem;left:41.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ha5THwgvTZn5eb2ZklyC0TrIT7wB5X7q { width:7.5rem;height:2.75rem;top:29.25rem;left:40.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPgDFQ3pixSTTNnnnt8um73kVFEJDZqo { width:12.25rem;height:1.5rem;top:31.6875rem;left:25.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zb9WTTuEV9Z6MS4RV23uxf0B4MIEgWtc { width:17.0625rem;height:2.75rem;top:25.3125rem;left:25.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5NncoHAsS9N5GAQW1C3Z09dTI1I1bLd { width:6.25rem;height:2.75rem;top:25.3125rem;left:41.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1UaWDZpKkGuwF7ZnHQTJ9iBqaCFHTr2 { width:7.5rem;height:2.75rem;top:25.3125rem;left:40.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mv7uuft9h2DmKcmUlNVhelT2xfNC3mGT { width:12.25rem;height:1.5rem;top:27.75rem;left:25.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FW2eo0CyQt81xHzq8iD72ocF8AHcPD7G { width:6.4375rem;height:1.5rem;top:78.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCaQyL9ekb2VAyNw3AsBwDx8opxsASvs { width:6.4375rem;height:1.5rem;top:83.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0ksFh844BpInz4LodS0US0PliQo4Wh2 { width:7.5rem;height:1.875rem;top:10.75rem;left:40.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJ9Quof3d2KCp3QtBCzo1Nob4CPp8Mba { width:4.4375rem;height:1.875rem;top:10.75rem;left:43.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT0CA505io2vSyBzOHKx2Zcng09K803C { width:13.5625rem;height:1.875rem;top:10.875rem;left:25.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHe6copLViTL3qd8DlhAomZq7IVR0WRc { width:14.1875rem;height:3.4375rem;top:42.25rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlA62R4ug4nIdfdSgRVqX4KlsE36atGM { display:block; }
 }@media only screen and (max-width: 763px) { #m4Gu7UK5kLlfIHh5JhXZS3fZhWfpc5vT { width:13.5625rem;height:3.4375rem;top:42.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLIahhbmvvVnfHqyse2IrUovfhBP4pWS { display:block; }
 }@media only screen and (max-width: 763px) { #T8O5uyyRTs9GDg7MpkQ7vNSOUe3VfCHV { width:13.5625rem;height:3.4375rem;top:42.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #et9W8kereaakeHb4wWgsWXXkqf0gZb2i { display:block; }
 }@media only screen and (max-width: 763px) { #Xge2420QlQLJXXZqGJJS7seDQJTTOz0J { width:3.75rem;height:0.875rem;top:46.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #En5dbzout1nUCTsBBsi8PmtUwebGcXEn { width:4.9375rem;height:0.875rem;top:6.25rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #v2nrcVSbByWBt1TrsNAIs6zhLKrH1NFg { width:5.5625rem;height:1.3125rem;top:7.1875rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #W4U48SS3rZIuQEQEbulhOrHz0tRxqVpb { width:4.4375rem;height:1.875rem;top:75.375rem;left:43.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xPeH1vTVQkovfJWVHTmGqxO3OZpwdvM6 { width:4.4375rem;height:1.875rem;top:75.375rem;left:43.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ckEk1IoxKIVX9q1092CGFA7wducvmxfG { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TsODsdZ79pT02DR3mX0IFKZWUCAEvfI2 { width:3.125rem;height:1rem;top:10.6875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TN1F09GkBoMF6QxohV487p5mBEeZ8ZMZ { width:3.1875rem;height:1rem;top:10.6875rem;left:1.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LKNrhvyDhQQUpD7niHb3sNbF3LMlgCm5 { width:6rem;height:2.0625rem;top:10.4375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LIrhzHCAuTo6L398e7QbQsxcN882h03i { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RQvN78Iw7AHzB6tUU8d9reFfr5Map16K { width:6rem;height:2.0625rem;top:13.4375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nbiNpxpmzJTpna2TmzMT67LCqbAKdSDq { width:3.125rem;height:1rem;top:13.9375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pEvrCI4AXXCUTo5Xnl8KO0Q6ksnHQ2nz { width:3.1875rem;height:1rem;top:13.9375rem;left:1.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #y6VbVvmmHINKxX9STzmMlHFIWvlGvquq { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #yW9hhZGmxBXwS5ZB2QIaa3eEtBkTcD5h { width:6rem;height:2.0625rem;top:16.8125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gNUgHNOHkMHvxDwZLTRqilBBkXJPpRHo { width:3.125rem;height:1rem;top:13.9375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #n8e4TpNf0xIKFIzc40n7MNPou0F2UWAO { width:3.1875rem;height:1rem;top:13.9375rem;left:1.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #e0r32phox2K9Uum6VD3KKw0WkG3WJad6 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VsehW4ybIbtJ6SswtHsZRWIEh7RJIZak { width:6rem;height:2.0625rem;top:20.125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LybCSWg4ZqTb8dkk57mVZo5ECOh7MU5f { width:3.125rem;height:1rem;top:13.9375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #S4V9p5F4MtkOoevTDUG66oL3iu963vdO { width:3.1875rem;height:1rem;top:13.9375rem;left:1.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dep1RrnvrT1kXztPUNkR2nRINB053cxm { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SaoIxJrx4750zcSS2OAk9MRhmXx5uBZH { width:7.9375rem;height:2.0625rem;top:23.5rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JzylAKz3o9HlZ8P0FdCXnyaVWHWQh4XK { width:3.125rem;height:1rem;top:24rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dfpmR50zx7yky4egwfMMAdtIIa5ppA8w { width:3.1875rem;height:1rem;top:24rem;left:1.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UJ2OVA2VE9CLV14zpakp1X2LRrTbTwRs { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tHpDWDprkQvTxG3IfW3Zo9H1DsePFDfx { width:7.9375rem;height:4.1875rem;top:26.1875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TOJn40bpJPOgodNDDK96qfUWcbBQ7C20 { width:3.125rem;height:1rem;top:13.9375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fZsBGH6pSbCzScNKwxfAVhTtH1v99TcB { width:3.1875rem;height:1rem;top:27.875rem;left:1.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nVSut7gxr8vAbNzb4TOqEux24q60gC9A { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CwLJqbrIZl2pE0d7TTOFexSd6DFe8UIR { width:9.25rem;height:2.0625rem;top:41.25rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #h52rFwcIJb30nCN4E3Cn86Uf2QDkWMKJ { width:3.125rem;height:1rem;top:24rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PPNJardSgs6urZwupbfghW4lIUMChb2W { width:3.1875rem;height:1rem;top:31.25rem;left:1.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #e9bkv0wTw9NvyA0Dw6yixrogQQTDMNB7 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JaNRB019MvdUuRvZUwLaNxB2SsOO4x1L { width:8.8125rem;height:3.125rem;top:34.6875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VAAQgpBnynK42h8fFJpnJkcuRbm1Zgk2 { width:3.125rem;height:1rem;top:13.9375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LdeuAX0tqKuan2SmDrRTeIaSZzuZtQ0b { width:3.1875rem;height:1rem;top:34.0625rem;left:1.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kTEW1U5ElMoy54Dr59WkqkyxvBdKu1P3 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #n7aWEB06HdBgx4Z9D1KFehWxRhlo6R2y { width:7.9375rem;height:3.125rem;top:39.0625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hqX7lfyZnHr2knP5memmpaKKG7e1VpOe { width:3.125rem;height:1rem;top:13.9375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fLih74gagTMH6G6LF1ggbx8SavOzsc24 { width:3.1875rem;height:1rem;top:34.0625rem;left:1.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sbc7RJeJ2TMpQ355bLQ7Ffs1bTDGcOSP { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ufbvz2FFXXv7h3yK28eE8yHwWXNsaN1c { width:8.6875rem;height:3.125rem;top:43.4375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T6kkWIvMhlxW5kfHDThnhsPJCFDiOJD8 { width:3.125rem;height:1rem;top:39.6875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yUWECE0eTRhU4fWF8yAhmSKHZcdHQoqx { width:3.1875rem;height:1rem;top:39.6875rem;left:1.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dKdPFHZQ1uNQe3kPgNGuTt7PZo7UmBQQ { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vlIDKIzNTBuQcwL5VHIflaRaT9WDnIIR { width:8.625rem;height:2.0625rem;top:47.875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rmSrMsGJRTkaNhHc9m9eaHkvMlSmxmoZ { width:3.125rem;height:1rem;top:39.6875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Md5vhUBMHCWBXzn16zmFXFpysbTI1265 { width:3.1875rem;height:1rem;top:39.6875rem;left:1.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hHC6IPDvTaukTiyJw5gKZtPheHcTsVZz { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wZxJftgdPG3yfp7nl8MZLXfqCbTtHseI { width:7.9375rem;height:3.125rem;top:60.8125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dSGsmfnFNaNKxxIEuK8w2VLh9FnTAqQ3 { width:3.125rem;height:1rem;top:44.8125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #St9FOvg6zgSKiFuVErXaS3FNKufyd3Vc { width:3.1875rem;height:2.0625rem;top:52.3125rem;left:1.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lkr9OdFhbR8eGoLGdp22ugkFAZWpgqpP { width:13.5625rem;height:3.4375rem;top:1.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wdFQyTLrsEPWD1sbNn5ucB931glvr1W6 { display:block; }
 }@media only screen and (max-width: 763px) { #Sd5AsUAEtC2TowFtnwC6c4JKdTDVDCqN { width:13.5625rem;height:3.4375rem;top:1.75rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MQ00k3yRoIStAz4EbGarcp8l6Us0ZNQf { display:block; }
 }@media only screen and (max-width: 763px) { #TJOpfOQcIBxvrs77SOnZc5uxSpyB9t2D { width:3.75rem;height:0.875rem;top:6.0625rem;left:10.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #euF9r61TFSLCts3Q3vy3zgKu7gaQMwkH { width:14.1875rem;height:3.4375rem;top:1.75rem;left:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #X86z6ia2EONnJom3X0gVC7FL237ITSGs { display:block; }
 }@media only screen and (max-width: 763px) { #cIMnK9HQxC32Zi8xdbT15ffevHLAkgde { width:6rem;height:2.0625rem;top:82.125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DKLJCr8hSpmsbhK8Da8gr3q3e82o5vgH { width:6rem;height:1rem;top:9.5rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #X7O7QwbcycyRTyru1Z3opvkgTxlzEmTv { width:3.125rem;height:0.9375rem;top:12.8125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QZv2EgQlZ3gp2MhEGWPzSVR9Ul3DiZR8 { width:3.1875rem;height:1rem;top:82.6875rem;left:3.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cm2PMV7W9BkfVIJd1Tkob7zHDXoBMeCQ { width:7.0625rem;height:3.125rem;top:88.8125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TSr8ubZr980WRFcfvXl8BCrtzR2twKxU { width:6rem;height:1rem;top:9.5rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eRo0k5kGmINPQbJIera4qGBmTKNSenm8 { width:3.125rem;height:0.9375rem;top:12.8125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iS4yvWEgPQzSmH6T6GbX9EmkTFVIWSFP { width:3.1875rem;height:1rem;top:89.875rem;left:3.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vi0FmhiTBHOsVq2CsiVSPZaeS4ChsrWr { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wGnOT3EZgHL9cD9nqEbxKTmPJnDebOSS { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BC2v9f3gsn554aBnATb7TROk1kBGyIed { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LmqeXrPSULete3QoTJU6FUTSav8BJk4S { width:6rem;height:2.0625rem;top:118.0625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fopkR1J8isEcnnyyp0Zz12ffWhUXAT46 { width:3.125rem;height:1rem;top:93.25rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IEHxkWmx2v2Zvv4XI6pJddbuQ1aUGJN6 { width:3.125rem;height:0.9375rem;top:19.5625rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HwoTBuu8afQISogmBWmay2GM3axH9nxr { width:3.1875rem;height:1rem;top:118.0625rem;left:3.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mkukxa4BPGaGrF0ffvuDti3IPTzKCgnO { display:block; }#mkukxa4BPGaGrF0ffvuDti3IPTzKCgnO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wVr7TUrqCHXBABkJKMM9Hyg3kOVXc0Hi { display:block; }#wVr7TUrqCHXBABkJKMM9Hyg3kOVXc0Hi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HlRlm1Mu09dpIoWiiq5hez33SCJz9gmr { display:block; }#HlRlm1Mu09dpIoWiiq5hez33SCJz9gmr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XgH6lThKRw7nUS1TnXe0mnPJoh5L0nTs { width:9.5625rem;height:3.125rem;top:4.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBWsFnf3GOm3BK7TwOG4zQQRiLDFivvc { width:14.0625rem;height:3.75rem;top:10.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRZh9k3BMukQo1CHyGJSe2H8489Km6kR { width:13.875rem;height:1.875rem;top:16.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVFcPKywWHza5DTSl4OefWBKbnDpWo6y { width:13.875rem;height:1.875rem;top:19.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hly4ZwIXbD6I2pumUsfbmP5XIbw3wJeP { width:1.875rem;height:1.875rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FO8KoQTPa0dfg1OFeGMGxq4eDK1hSPn5 { width:1.875rem;height:1.875rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfPhHhVHHlLA8ZFPfJKhua1pkSNsceci { width:1.875rem;height:1.875rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0xzHOZSzgX93PtggbArTAOTEFiaBzFD { width:15.75rem;height:1.375rem;top:24.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pce8OfvJWwN5k0ZQ8RSwCykMHT4y1iy9 { width:15.75rem;height:1.375rem;top:24.75rem;left:19.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UPMmU9UHFs44fHmMvxMJWTlB69r1HZnk { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:#6d5a4e;background-image:url("https://images.assets-landingi.com/uc/323d44e0-94c9-476a-b1e8-539ff63ef906/Projektbeznazwy26.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#UPMmU9UHFs44fHmMvxMJWTlB69r1HZnk.adaptive-delivery-prevent-bg, #UPMmU9UHFs44fHmMvxMJWTlB69r1HZnk.lazyload, #UPMmU9UHFs44fHmMvxMJWTlB69r1HZnk.lazyloading { background-image: none; }#UPMmU9UHFs44fHmMvxMJWTlB69r1HZnk > .row .container { background-color: transparent; background-image: none; }#UPMmU9UHFs44fHmMvxMJWTlB69r1HZnk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UPMmU9UHFs44fHmMvxMJWTlB69r1HZnk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UPMmU9UHFs44fHmMvxMJWTlB69r1HZnk > .row .container > .video-iframe-container { display: none; }#UPMmU9UHFs44fHmMvxMJWTlB69r1HZnk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UPMmU9UHFs44fHmMvxMJWTlB69r1HZnk > .row > .video-iframe-container { display: none; }#UPMmU9UHFs44fHmMvxMJWTlB69r1HZnk > .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); }#UPMmU9UHFs44fHmMvxMJWTlB69r1HZnk > .row .container { width:20rem;height:52.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HOQvTSQASMde58DnPtr72qeBrPstNZvo { width:6.375rem;height:2.125rem;top:0.5625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWhSTKQ0P3Lqw6vMF1hRkeFqEA5pqwdC { display:flex;width:2.1875rem;height:2.1875rem;top:0.53125rem;left:0rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #pompMAl3Pf4UrFVJyK0NRVbpItSQXCvA { width:6.25rem;height:2.1875rem;top:0.53125rem;left:13.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cor1Gifo0WmeeL0EXDKbun8uTl241rx7 { display:block; }
 }@media only screen and (max-width: 763px) { #q6ICSLC4bMRHRpI73AiguhhTCo4onSZe { width:9.375rem;height:0.0625rem;top:3.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #d7GexTIMB4gT2BynX7ox5e4uloOWayX9 { width:20rem;height:0.0625rem;top:2.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bV3GW5F5N5LpxrebfexEeFPSfcbg2NCZ { width:9.375rem;height:1.29980625rem;top:8.4375rem;left:8rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EvEhlewC85tsA7WE5i0T1ME2dMDoJ5vI { width:9.375rem;height:1.29980625rem;top:10.6875rem;left:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UANoieV3wEzZ2GJRwd47q5c4E1RvMX8y { width:9.375rem;height:1.29980625rem;top:12.9375rem;left:8rem;font-size:1rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #f4bH4vkZ7VPAn0xAJUWp1suZN1elQzg3 { width:9.5rem;height:2.4375rem;top:31.6875rem;left:9.6875rem;font-size:0.875rem;line-height:1.4;text-shadow:0rem 0rem 0.9375rem rgba(51,26,11,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #nMkKiqyNeXt8QoAL3ECHLuUo9cima7Og { width:6.8125rem;height:1.3125rem;top:35.0625rem;left:9.625rem;font-size:0.875rem;text-shadow:0rem 0rem 0.9375rem rgba(51,26,11,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #kchVncPQAn6TbN4GcsDZRTosGcuJV1PX { width:6.875rem;height:1.3125rem;top:37.3125rem;left:9.625rem;font-size:0.875rem;text-shadow:0rem 0rem 0.9375rem rgba(51,26,11,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #JE749TBWVaCp5QFBnPIL6p9rzMZ0Hrqo { display:flex;width:1.3125rem;height:1.3125rem;top:37.3125rem;left:8rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #qeByqitawSv3GwzzmdZdDQ0k1dGNRSTT { display:flex;width:1.3125rem;height:1.3125rem;top:34.9375rem;left:8rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #NIQqEugMrvtlXPO0G4unwTXePzni8pCT { display:flex;width:1.3125rem;height:1.3125rem;top:32rem;left:8rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #OSIKzh03u4VT1cZ761zKD9hJ8DfLOdXQ { width:6.25rem;height:1.29980625rem;top:24.1240234375rem;left:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKF1cFCvSLw0vUB342OGz8GLbI0m24T7 { width:6.125rem;height:1.29980625rem;top:21.88671875rem;left:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIFwEl7UOf1O6w3GShoyKTAV24UACGIH { width:9.125rem;height:1.29980625rem;top:19.6494140625rem;left:8.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxHQzfJUDfGJUJiCnvqsmvtZJ5TvMGGA { width:9rem;height:1.29980625rem;top:17.412109375rem;left:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhkWpTZEEbKN8f3onZZNgdH64Rat2LwC { width:6.5rem;height:1.29980625rem;top:15.1875rem;left:8rem;font-size:1rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TSEOycTZIHvZ3c8DzZrhxS279I3uo7s6 { display:flex;width:1.3125rem;height:1.3125rem;top:28.875rem;left:8rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #lJ5Odk0vs9TkgbvGiKLp1bkNnLvhDpkV { width:10.25rem;height:2.2734375rem;top:28.375rem;left:9.6875rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LJtCIuExq0MLZW2aDOwMBZx8Dm94BUKV { width:1.5625rem;height:1.5625rem;top:5.6875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOIWCHnLy08wevJq1vuxIFsG1KaT55Ho { width:1.5625rem;height:1.5625rem;top:5.6875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOosGvW0Cepd3WlvCkWXu8urrOsihCMd { background-color:#6d5a4e;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; }#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd > .row .container { background-color: transparent; background-image: none; }#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd > .row .container > .video-iframe-container { display: none; }#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd > .row > .video-iframe-container { display: none; }#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd > .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); }#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd > .row .container { border-width: 0; border-radius: 0; }#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd > .row .container { width:20rem;height:2.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZxlQraMgP9Un8PQyLC36uF0KyJdcpPwP { background-color:#ebd3cd;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:none; }#ZxlQraMgP9Un8PQyLC36uF0KyJdcpPwP > .row .container { border-width: 0; border-radius: 0; }#ZxlQraMgP9Un8PQyLC36uF0KyJdcpPwP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZxlQraMgP9Un8PQyLC36uF0KyJdcpPwP > .row .container { width:20rem;height:9.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yDG875mLu0ha5Bs0ebfbv1Do0Zu1ncCk { width:20rem;height:4.546875rem;top:0.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6Tbx2ikNitidUPsUvPbS9c6BUfPWbxy { width:18.75rem;height:2.3125rem;top:5.921875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2dIQ6Lca1FrDCBTZvlmBT9nuAthQ14r { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#6d5a4e;background-image:url("https://images.assets-landingi.com/uc/34a6216f-f685-493c-b446-8d99c24bf1ef/IMG_8377.webp");background-position:center !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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:24.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RivbGDvr1JWssLa2TKDhMTh9Hikxxv0o { width:17.3125rem;height:2.625rem;top:11.75rem;left:1.375rem;font-size:1.875rem;line-height:1.4;text-shadow:0rem 0rem 3.75rem #6d5a4e;display:block; }
 }@media only screen and (max-width: 763px) { #MS5wVw5AMTG14h8xTu83FNyc7Z8zNgm0 { width:11.75rem;height:1.0625rem;top:10.0625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qI0kZXTMKdBZhIuEFLkQTxsNbdaKaBpo { display:flex;top:1.4375rem;left:17.53125rem;width:2rem;height:2rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #MNXlUIxukH8o7C1h0oiacOcWg9r11ay6 { display:flex;width:3.125rem;height:3.125rem;top:21.9375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PuPM9cQo9bpSS68FpuhJnes5E5qqVLFk { display:flex;width:3.125rem;height:3.125rem;top:21.9375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pExJuXIL6f8PZvlGhxPgECrgTIeuRvDd { display:block; }#pExJuXIL6f8PZvlGhxPgECrgTIeuRvDd > .row .container { width:20rem;height:155.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQDir4LJVcWxuxq8XTiqxVOLlR0kdrks { width:20rem;height:0;top:9.2734375rem;left:0rem;font-size:1rem;z-index:15001;text-align:left;text-align-last:left;color:#ffffff;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #zayD1y6PyRpB3ch9f2E7z6eET4xoDU5h { width:20rem;height:0;top:23.0625rem;left:0rem;font-size:1rem;z-index:15002;color:#ffffff;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #ZADQ6xSsPHmzW1b0lnXTTJn69pmmyhal { width:20rem;height:1.7246125rem;top:3.625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #evgZ9ffNSBmQ9K3ZZRgIly3dzDWXSdXr { width:5.625rem;height:0;top:18.9375rem;left:14.375rem;font-size:0.9375rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #agU3EA4TqdAZuv8xVq8vgcSCevhT91Fr { width:5.625rem;height:0;top:10.375rem;left:6.5625rem;font-size:1rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #ZXcalFSw258h9dr34fPzivR8WaKM5AJW { width:10rem;height:0;top:11.4609375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #qT7Tyi8uhkkm1f6crLdbbE9sAd4u99Hc { width:6.9375rem;height:0;top:9.6875rem;left:0rem;font-size:1.125rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #C99yWA2WdsxrvWEKAcmn7LqDKPcdxWe2 { width:2.5625rem;height:0;top:9.75rem;left:8.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XlqU17QlJaLEXMg8H0U2exUIT9ZBztcE { width:3rem;height:0;top:9.75rem;left:17rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vBoHfpEJ9dhOELQWTGXfl40UDwxwsU7s { width:6.9375rem;height:1.23730625rem;top:70.9375rem;left:0rem;font-size:1.125rem;line-height:1.1;font-weight:300;font-style:normal;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #cfHheloEsbICpFlK4rxnP1PzVykK3B95 { top:73.0625rem;left:0rem;width:20rem;height:0.0625rem;z-index:15013;background-color:rgba(216,196,164,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #JBCHoQR7GhWTWQTIHkpOkM0IzxXa9vgs { width:4.1875rem;height:1.798825rem;top:70.75rem;left:12rem;font-size:1rem;z-index:15012;line-height:.9;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JJH7CBHf8864RT0pQBl0PRbwLUW4zT7I { width:3rem;height:1.19921875rem;top:71rem;left:16.8125rem;font-size:1rem;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QE7H77eqx8KCw5F3qCky1vgxZPCA26xL { width:9.6875rem;height:2.8125rem;top:146.4375rem;left:0rem;font-size:1rem;z-index:15022;border-top:0.0625rem solid #d8c4a4;border-left:0.0625rem solid #d8c4a4;border-right:0.0625rem solid #d8c4a4;border-bottom:0.0625rem solid #d8c4a4;display:block; }
 }@media only screen and (max-width: 763px) { #tgbonD43fMNTOBJiJVAiyFB4XD74HLeA { display:block; }
 }@media only screen and (max-width: 763px) { #pVK4Tgw3zhLlxEGFT5kCUE714l4mUezA { width:9.6875rem;height:2.8125rem;top:146.4375rem;left:10.3125rem;font-size:1rem;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#6d5a4e;font-weight:400;font-style:normal;background-color:#d3c7b2;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #rBoFKDaQlwQJpIc7QJAT1Ps8FvwIPNrL { display:block; }
 }@media only screen and (max-width: 763px) { #nXtgT40L46EVD5slopIl97U51F3RyxK0 { width:3.4375rem;height:0.8125rem;top:149.9375rem;left:16.5625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #hyazQUdiMTr1p8dW9AkboeF2nJDB2orl { width:15.25rem;height:1.7246125rem;top:122.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BU4beLUebveZawdl33WQnn0Xx8ShxgnI { width:16.125rem;height:1.125rem;top:124.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4KeDhEJOdIOGfRSXTqTKJ0KULDBE3qU { width:5.5625rem;height:1.3496125rem;top:126.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8BG12U85tasySxO84aWyBggdhTUfSTT { width:6.75rem;height:0;top:61.6875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #NnPde80Gi48fa6zmMqXdk0UVvE2vAklV { width:4.375rem;height:0;top:59.537109375rem;left:9.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HUScv7WcqTURJdPdTBdCFMQJKxaB3qQE { width:4.4375rem;height:1.19921875rem;top:126.75rem;left:8.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzEgmTGc194Mo1BVuu8afCTamz9ID7Id { width:3.5rem;height:0;top:59.537109375rem;left:15.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lkW3dvA1BtrrWhU1PbNHL9sueddKHdqK { width:4.4375rem;height:1.19921875rem;top:126.75rem;left:14.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qt9By2RL03Da40oO5oSdOccKOGLUxTnf { width:18.0625rem;height:18.0625rem;top:82.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RQWMPyoAuaZNBxK3gsVk5qZkbCTszW7O { width:6.75rem;height:2.0996125rem;top:138.5625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.2;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #rd5R5dBzcrw1BvHpDphatpNBSquXri0z { top:128.6875rem;left:0rem;width:20rem;height:0.0625rem;z-index:15028;background-color:rgba(216,196,164,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #XxzU10opmKEXM8eDbmrSPOFEMgaseRPS { top:131rem;left:0rem;width:20rem;height:0.0625rem;z-index:15029;background-color:rgba(216,196,164,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #H69r9Q0HPDyk9lB5usvy8mMpPyfT04oS { top:133.3125rem;left:0rem;width:20rem;height:0.0625rem;z-index:15030;background-color:rgba(216,196,164,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #nibs9ydicob3Aqf8xSXTtgMQDucZ9Sol { top:137.9375rem;left:0rem;width:20rem;height:0.0625rem;z-index:15031;background-color:rgba(216,196,164,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ZFKMOPqFTyDTHBxaZqcF2z9O89qDEAUK { width:6rem;height:2.0996125rem;top:84.1875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15034;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Q5zvgRmkRoevbn8mltcDHoo3Xs5tcJo5 { width:6rem;height:2.0996125rem;top:103.25rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15035;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fn557AVEJqxiTporkXByBz1X0y74VSk9 { width:6rem;height:2.0996125rem;top:112.3125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15036;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Za9cn5bigdGluzOtQCM6TJ1wc45VRC1k { width:6rem;height:1.04980625rem;top:115.75rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15037;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kxzWEWTXCTDgLqzfZIUrdKz4LtHtI47a { width:6rem;height:1.04980625rem;top:87.5625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15038;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SSiLKrhJnXUIbBRpHJWryA0fV5FISXUp { width:6rem;height:2.0996125rem;top:93.1875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15036;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rWu1wRv9WT4mBuhtNolvpcn0C0MwiiOM { width:6rem;height:1.04980625rem;top:81.875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15037;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #X2rlKCFufqgEkxGh2306E9oRb9aizslE { width:6rem;height:1.04980625rem;top:79.5625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15038;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oX1hRoTpxIizS8BAzxcFLNWmeoZKnrHa { width:6rem;height:1.04980625rem;top:77.25rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15040;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pzd2n2hAcyK5vXPcTeTddHpwT2WSHg4c { width:6rem;height:1.04980625rem;top:106.625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15041;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #upQdi2yCaq7L3P6emBLhZwcPwFApkzWJ { width:6rem;height:2.0996125rem;top:108.9375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15042;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cKvk5ASxKMnPHJmpXqV0QwgOWHa1ILoy { width:6rem;height:1.04980625rem;top:100.9375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15043;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #isUGhyvufTfdFNFJ1tDtSeayoL9zclWb { width:3.125rem;height:1.04980625rem;top:84.6875rem;left:7.625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15035;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MRyX3zMwU7AJyvPg7AsL74wPRd8TKflz { width:3.1875rem;height:1.04980625rem;top:84.6875rem;left:16.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15036;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LC3HoubO1beXwlrf7rTh4JMKfA071M0H { width:3.125rem;height:0.9746125rem;top:84.75rem;left:12.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15036;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tSA0QxbmTRMMlPsliukt5c2Ena4vbXPX { top:86.9375rem;left:0rem;width:20rem;height:0.0625rem;z-index:15014;background-color:rgba(216,196,164,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #aJ54C2q6HGQp9b36qw15HcJ2TzNI8nTe { width:3.125rem;height:1.04980625rem;top:103.75rem;left:7.625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15036;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UhPT6VJEiiMQqK3IvtRaKT52E1mmFTIo { width:3.1875rem;height:1.04980625rem;top:103.75rem;left:16.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15037;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ODav6XL07GTNG4UXuVw6srf7DTo1y2Cv { width:3.125rem;height:0.9746125rem;top:103.8125rem;left:12.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15037;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TXxPJAXH9teqD1IdefXUPrmw8JUlxl2y { top:89.25rem;left:0rem;width:20rem;height:0.0625rem;z-index:15015;background-color:rgba(216,196,164,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #wEUoSqq6q0BBJc7QU0zt46Dkrbh2BBHF { top:108.3125rem;left:0rem;width:20rem;height:0.0625rem;z-index:15016;background-color:rgba(216,196,164,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #CfUGfQCprV8kySx0ahRLu1iwEknFVe4m { top:95.9375rem;left:0rem;width:20rem;height:0.0625rem;z-index:15018;background-color:rgba(216,196,164,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #s4z71pL8v3TD9ywIJBySKTk45pQx02ie { top:100.3125rem;left:0rem;width:20rem;height:0.0625rem;z-index:15019;background-color:rgba(216,196,164,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #SxzQrAc31xW80Bmg6yHgUn094Ug79Dze { top:83.5625rem;left:0rem;width:20rem;height:0.0625rem;z-index:15020;background-color:rgba(216,196,164,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #nH2srfKtdr3eGxGqmB9RcXy0diiwiewg { top:81.25rem;left:0rem;width:20rem;height:0.0625rem;z-index:15022;background-color:rgba(216,196,164,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #bQ8eBo2bTzI5MeXf6CaUoLJSM3xcSVlf { top:102.625rem;left:0rem;width:20rem;height:0.0625rem;z-index:15023;background-color:rgba(216,196,164,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #BuJQBpnJctyqHaVJamhpMKEB693NP95h { top:92.5625rem;left:0rem;width:20rem;height:0.0625rem;z-index:15024;background-color:rgba(216,196,164,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #HvNSlCxCWMSrEV1BTOTxnguckUZoPeVs { width:3.125rem;height:1.04980625rem;top:112.8125rem;left:7.625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15037;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #g4dKR60rF1ef5zWNhpzSWEmR8Gr6lnxC { width:3.125rem;height:1.04980625rem;top:115.75rem;left:7.625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15038;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #b3Tgsm3K6rnTWeb05hJDFTAODXQ146s1 { width:3.125rem;height:1.04980625rem;top:87.5625rem;left:7.625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15039;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lM61quOLqZuxqVJy5tNGdeTrDpp6aoz8 { width:3.125rem;height:1.04980625rem;top:93.75rem;left:7.625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15040;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #s1e3w6woltX9pEn3gTRy6lc4tIWbMMcA { width:3.125rem;height:1.04980625rem;top:81.875rem;left:7.625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15041;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hTf1tMe9H2nGl5XAgiyvLolxfDQgUuHK { width:3.125rem;height:1.04980625rem;top:79.5625rem;left:7.625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15042;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tymvmCNLUSwlEM7oK3Uly0nRde3p8QPl { width:3.125rem;height:1.04980625rem;top:77.25rem;left:7.625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15044;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cEAkrs2yzfrEAq6MFwiK0LOfxLAKkDwE { width:3.125rem;height:1.04980625rem;top:106.625rem;left:7.625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15045;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WkTdOThdr4TBKKH7hbRI3tt0n1isPPiI { width:3.125rem;height:1.04980625rem;top:109.5rem;left:7.625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15046;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #proDx0Pw25T9Od3qxEWCHhbCi2poLytF { width:3.125rem;height:1.04980625rem;top:100.9375rem;left:7.625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15047;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Lgl9fvWIpHLTwLOPsEb0nNL9698H8wZH { width:3.1875rem;height:1.04980625rem;top:112.8125rem;left:16.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15038;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kUvT9hBTCSrrm6wdFkOPJIS5GgmnZJWH { width:3.1875rem;height:1.04980625rem;top:115.75rem;left:16.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15039;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NRO7f7QU0WPiT0mghCqyMeQpGbWamSeF { width:3.1875rem;height:1.04980625rem;top:87.5625rem;left:16.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15040;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pKyMlRmp8ABmqwuMCTNFITzzs6r9oZXB { width:3.1875rem;height:1.04980625rem;top:93.75rem;left:16.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15041;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NH2tTZVcp3hcaZ8I8H0Zb0aGJHCiBwUA { width:3.1875rem;height:1.04980625rem;top:81.875rem;left:16.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15042;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wlydDn2sREgBpZqLEuail9aXkTKfFqUK { width:3.1875rem;height:1.04980625rem;top:79.5625rem;left:16.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15043;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yKNTFVJsyBTz68xoI1ulHyZmEqAkRt7m { width:3.1875rem;height:1.04980625rem;top:77.25rem;left:16.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15045;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #b7lBN3sXShKmLeqo6RRa187BC6K6T7wd { width:3.1875rem;height:1.04980625rem;top:106.625rem;left:16.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15046;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gyLqPQyLIC7ag4IGvkEKPD9re7EonnFp { width:3.1875rem;height:1.04980625rem;top:109.5rem;left:16.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15047;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GQ5kWwCnQwJ6FkMsJbz0yDhEPZdvLyLm { width:3.1875rem;height:1.04980625rem;top:100.9375rem;left:16.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15048;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wBLxaQ2AP7gN82h76AnrhbKutR5R7c0X { width:3.125rem;height:0.9746125rem;top:112.8125rem;left:12.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15038;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TF7BnZxcorolQVTiPzOswnFm9ICnqJ0k { width:3.125rem;height:0.9746125rem;top:87.5625rem;left:12.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15039;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VPaDOb0Opv7ZibORMum0caxuzCM3WzM7 { width:3.125rem;height:0.9746125rem;top:93.75rem;left:12.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15040;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #utHeKTySyyGBby4M4GzCCr1xkt3i2nN5 { width:3.125rem;height:0.9746125rem;top:115.75rem;left:12.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15041;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #C7dM2yRXdtwozMue19tWWpnCaJPe2eIE { width:3.125rem;height:0.9746125rem;top:81.9375rem;left:12.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15042;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kATcWoQHSblTrTavQfzqL818lZdN95Us { width:3.125rem;height:0.9746125rem;top:79.625rem;left:12.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15043;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CfyOEI813yAI3unyQfUvdgvOxGke0rnP { width:3.125rem;height:0.9746125rem;top:106.625rem;left:12.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15045;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #t6HFXman21lp4nPVTizITV1qMetzzLuN { width:3.125rem;height:0.9746125rem;top:109.5rem;left:12.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15046;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kclyN16nsXqBUiSFk7VOD4hn39vsnTmW { width:3.125rem;height:0.9746125rem;top:101rem;left:12.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15047;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fPLPt4P8az0lwyqHA94TNGMXWTT0pdU6 { width:3.125rem;height:0.9746125rem;top:77.25rem;left:12.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15050;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #iWZFb4AAscR7Hd4pdmEvDqdqS4oNmaan { width:6rem;height:1.04980625rem;top:129.3125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15046;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xEITZDkT6skowqau5Vddu2ZyE1c19cJT { width:6rem;height:1.04980625rem;top:131.625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15047;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #osdHb04WHIkZk86FTiFw0FQ705z7Bkiv { width:6rem;height:1.04980625rem;top:133.9375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15048;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bSHPOwDiykMa3t435nKVsqWV1Q71Tcib { top:135.5625rem;left:0rem;width:20rem;height:0.0625rem;z-index:15031;background-color:rgba(216,196,164,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #IGZG18IZx5lq1CAIVSAvla6zOhMLyNn3 { width:6rem;height:1.04980625rem;top:136.25rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15049;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dvJESrKN4UhGRtW4oQxLk4r5qirNVy53 { width:3.125rem;height:1.04980625rem;top:129.3125rem;left:9.375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15047;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uISnz6Sxrbb5Ogd0o4Nho0GVwMsTBiJZ { width:3.125rem;height:1.04980625rem;top:131.625rem;left:9.375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15048;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ChJgWvRgr8zz4hGhB9Q5fQ9vTMsnkrC5 { width:3.125rem;height:1.04980625rem;top:133.9375rem;left:9.375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15049;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QnlPUZ53W57vCg9WXZTf2ERe4FpqU5AA { width:3.125rem;height:1.04980625rem;top:136.25rem;left:9.375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15050;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EQ8KIn7xcmTN0MTgB1S2GraBvTZxbZp1 { width:3.125rem;height:1.04980625rem;top:139.125rem;left:9.375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15051;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cPcD27oroSB6TZ8f2DT9Rsb8di6Ru6Rr { width:3.1875rem;height:1.04980625rem;top:129.3125rem;left:15.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15049;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cUMW0IQf324MNKibrfyNPTFIhXdPeEnc { width:3.1875rem;height:1.04980625rem;top:131.625rem;left:15.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15050;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IJ0E5xZfd3EDWon0THxKkwbREaf3ABKH { width:3.1875rem;height:1.04980625rem;top:133.9375rem;left:15.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15051;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #T5kWLP6qLEtwKEde8z0KECiZsTU15Ox5 { width:3.1875rem;height:1.04980625rem;top:136.25rem;left:15.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15052;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ycaXG6TIV5TJ9SkfM8x9ckpfzcTe3X9p { width:3.1875rem;height:1.04980625rem;top:139.125rem;left:15.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15053;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HJTN2wgAEO4wnWDIyeSaEulcoG1Jn7xl { width:9.6875rem;height:2.8125rem;top:149.9375rem;left:0rem;font-size:1rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #GgJnsHfey34wHmypVMdUlscA6c82sVcZ { display:block; }
 }@media only screen and (max-width: 763px) { #PHU49uewBpvC9k2nSKeN4MZkL3O4npnk { top:76.625rem;left:0rem;width:20rem;height:0.0625rem;z-index:15028;background-color:rgba(216,196,164,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #xIX0Mg2uTNhmyT7v8zmAf9K9DcdCGm9G { width:4.0625rem;height:2.0996125rem;top:73.8125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15035;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fgmuaW5daJNNyXA0moz1yxTa2wUFIenm { width:4.25rem;height:1.04980625rem;top:74.3125rem;left:7.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15036;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gpn7TkCcG6wun5faFcmITZZkJUbTZBr9 { width:3.125rem;height:0.9746125rem;top:74.375rem;left:12.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15042;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cga2aa2rByphsQlASEuc4T7lOM6k25Aq { width:3.1875rem;height:1.04980625rem;top:74.3125rem;left:16.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15037;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #T3J5E69LZ838OScAKI38f8zH4FKqg4TI { width:11.875rem;height:auto;top:98.4375rem;left:4.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #vIr51QNXrFkuS7WdIC2B2SFCqI1y03es { top:141.25rem;left:0rem;width:20rem;height:0.0625rem;z-index:15032;background-color:rgba(216,196,164,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Bcb61M9CMS96TRO4elqtL6yGIN5fT7yh { width:8.375rem;height:2.0996125rem;top:141.875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.2;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #OSfQzT1LueNMgiv8tF2M46T0bkoyrauu { width:3.125rem;height:1.04980625rem;top:142.375rem;left:9.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15049;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Qknrn7yrbIOQvVznIyG8EicWuRcpJtyk { width:3.1875rem;height:1.04980625rem;top:142.375rem;left:15.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15053;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VcikdTqL3muK03sduBJqEvRoUwTQZl5r { top:78.9375rem;left:0rem;width:20rem;height:0.0625rem;z-index:15015;background-color:rgba(216,196,164,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ab9tEbdPCQkqH7PDIIz9id2ofaMFCaQw { top:106rem;left:0rem;width:20rem;height:0.0625rem;z-index:15025;background-color:rgba(216,196,164,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #DvJoz84oTUrgHRvPGs6NgukFlTzV8F1v { width:13.125rem;height:2.8125rem;top:32.125rem;left:0rem;font-size:1rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #Wl43eXcWQW2RycoTocDbz2ECAR3WZZGe { display:block; }
 }@media only screen and (max-width: 763px) { #Q46n1AiXaAnVNCfTeqvbXAE4CgbfRAhv { width:14.1875rem;height:3.4375rem;top:1.25rem;left:2.875rem;font-size:1rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #MOyI0J4O50671dH1LKyuNGv42TXqg2F0 { display:block; }
 }@media only screen and (max-width: 763px) { #ppzpcskngPEc8HJLcNz1kmfrMVWUxzFu { width:13.125rem;height:2.8125rem;top:13.4375rem;left:0rem;font-size:1rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #nrAo2u8EJCypiwTn0T4NCdaCabVLiI9k { display:block; }
 }@media only screen and (max-width: 763px) { #CB28u1A0VZk7oetPlpXxNHudKsJEqmkT { width:3.4375rem;height:0.8125rem;top:35.5625rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XSc67FJcurkHAJgR0KqA4T7UfmF91AtK { width:19.9375rem;height:1.7246125rem;top:67.3125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3WA3tS3wE8NnEm8qCV1560tICJW4Vgv { width:13.5625rem;height:auto;top:58.25rem;left:3.1875rem;font-size:1.125rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #EObT7xwMfCTELXh4vJQhhSGF827RmFZP { width:14.8125rem;height:auto;top:61.1875rem;left:2.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #MVEtTrO09dRQubLdFGOTNLtZOT2MgKqK { width:6.25rem;height:auto;top:61.1875rem;left:6.875rem;font-size:1rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #TcfkCtUFgS5l5VEyM9pL3hEk9KUCRumb { width:4.4375rem;height:auto;top:58.25rem;left:7.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #v9w7visIqsO5mKT5uUPBn8QPaKDog7VW { width:11.3125rem;height:auto;top:58.25rem;left:4.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xXlrvyUF2uPqOBsMwTsxbALG6QSEx7bQ { width:4.25rem;height:auto;top:61.1875rem;left:7.875rem;font-size:0.9375rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #AuaroMpxRK4TnhXw6nS4b21RcP30EyMK { width:4.3125rem;height:auto;top:61.1875rem;left:7.8125rem;font-size:0.9375rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #o4pcixboH1kAsXVaVTfehZbHh3PbpQZ7 { width:4.4375rem;height:auto;top:58.25rem;left:7.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #I64tZcROUPzv61mF3hr0GgtvHdC5sBux { width:9.0625rem;height:auto;top:27.125rem;left:5.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #D1rGiUeRXSmzVo2WATolRNTuhZPaJO9w { width:14.8125rem;height:auto;top:28.625rem;left:2.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #WfkK5D0W3nwlIMcUSwvFBXzszpZnEPtl { width:12.25rem;height:auto;top:31.0625rem;left:3.875rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #El7qR4EPM3LOyUd76y12MiRN8Myoy51i { width:6.25rem;height:auto;top:28.625rem;left:6.875rem;font-size:1rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #HJ8OMTIrJGmJ2EXUCQ66BTgfkP0E5VOx { width:7.5rem;height:auto;top:28.625rem;left:6.25rem;font-size:0.9375rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #ASSTp4TVKLvgXrxvrSPnVnmHBC5qqX9N { width:17.3125rem;height:auto;top:13.6875rem;left:1.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #BsRiqlE5eMuy7MtAfXcgRKNVaZnwEXSA { width:12.25rem;height:auto;top:16.0625rem;left:3.875rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #AEZQXxpxX5izbcLsTKJlzC13c3PDkKJD { width:6.25rem;height:auto;top:13.6875rem;left:6.875rem;font-size:1rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #vkGkKGKOnwGq0nDDiIOeIXwZV6klZppb { width:7.5rem;height:auto;top:13.6875rem;left:6.25rem;font-size:0.9375rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #QCoKh6BpDrW0pBHglfCQfGBfkzfioJTc { width:17.75rem;height:auto;top:17.5625rem;left:1.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #TVM7GpzG1izvJZ6TvsgKT6wiTbz0IoLu { width:6.25rem;height:auto;top:17.5625rem;left:6.875rem;font-size:1rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #eSFCag0NCvhFeu07zoV7XyZnEovppiUR { width:7.5rem;height:auto;top:17.5625rem;left:6.25rem;font-size:0.9375rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #CUGsilKyOpgIX7X2D6BSGKt6luPTvBoI { width:12.25rem;height:auto;top:19.9375rem;left:3.875rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #sg33eqF4VGVWhIn7qKwP2rH9g9d1TmbC { width:19.5625rem;height:auto;top:21.4375rem;left:0.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #LyMngBqwvpR9hn8Tb9mrAKC8V1hQsC2E { width:6.25rem;height:auto;top:21.4375rem;left:6.875rem;font-size:1rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #mO3xaQcLRr7nV2wr90AUFIDixHymol28 { width:7.5rem;height:auto;top:21.4375rem;left:6.25rem;font-size:0.9375rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #Ioh0QzG3svhG9Q8t7OWs0w3cW2WvgGBz { width:12.25rem;height:auto;top:23.8125rem;left:3.875rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #DUZ5QM8ufC50HAwsEJvt1Au25GvEBghr { width:6.25rem;height:auto;top:33.1875rem;left:6.875rem;font-size:1rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #FXt8EU5VcwzhzLN3qgrhdEZHCqxn1qv8 { width:7.5rem;height:auto;top:33.1875rem;left:6.25rem;font-size:0.9375rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #vMJ6VsTeJmN7g94W43Fp48nQ20wD6eq5 { width:17.5625rem;height:auto;top:33.1875rem;left:1.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #cHgT5R9MCSJz3vkStyTmipwplcwBUssd { width:12.25rem;height:auto;top:35.625rem;left:3.875rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #nBqGPVPE5KxUFt6fEUc9XvssMUv9UQVn { width:17.25rem;height:auto;top:29.25rem;left:1.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #eekyzKhhxZD9uwZPQdgDB2RTR83tD097 { width:6.25rem;height:auto;top:29.25rem;left:6.875rem;font-size:1rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #Ha5THwgvTZn5eb2ZklyC0TrIT7wB5X7q { width:7.5rem;height:auto;top:29.25rem;left:6.25rem;font-size:0.9375rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #aPgDFQ3pixSTTNnnnt8um73kVFEJDZqo { width:12.25rem;height:auto;top:31.6875rem;left:3.875rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #zb9WTTuEV9Z6MS4RV23uxf0B4MIEgWtc { width:17.0625rem;height:auto;top:25.3125rem;left:1.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #G5NncoHAsS9N5GAQW1C3Z09dTI1I1bLd { width:6.25rem;height:auto;top:25.3125rem;left:6.875rem;font-size:1rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #b1UaWDZpKkGuwF7ZnHQTJ9iBqaCFHTr2 { width:7.5rem;height:auto;top:25.3125rem;left:6.25rem;font-size:0.9375rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #mv7uuft9h2DmKcmUlNVhelT2xfNC3mGT { width:12.25rem;height:auto;top:27.75rem;left:3.875rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #FW2eo0CyQt81xHzq8iD72ocF8AHcPD7G { width:6.4375rem;height:auto;top:78.375rem;left:6.75rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #LCaQyL9ekb2VAyNw3AsBwDx8opxsASvs { width:6.4375rem;height:auto;top:83.875rem;left:6.75rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #B0ksFh844BpInz4LodS0US0PliQo4Wh2 { width:7.5rem;height:auto;top:10.75rem;left:6.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #SJ9Quof3d2KCp3QtBCzo1Nob4CPp8Mba { width:4.4375rem;height:auto;top:10.75rem;left:7.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TT0CA505io2vSyBzOHKx2Zcng09K803C { width:13.5625rem;height:auto;top:10.875rem;left:3.1875rem;font-size:1.125rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #JHe6copLViTL3qd8DlhAomZq7IVR0WRc { width:14.1875rem;height:3.4375rem;top:42.25rem;left:2.875rem;font-size:1rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #AlA62R4ug4nIdfdSgRVqX4KlsE36atGM { display:block; }
 }@media only screen and (max-width: 763px) { #m4Gu7UK5kLlfIHh5JhXZS3fZhWfpc5vT { width:13.5625rem;height:3.4375rem;top:42.25rem;left:3.1875rem;font-size:1rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #SLIahhbmvvVnfHqyse2IrUovfhBP4pWS { display:block; }
 }@media only screen and (max-width: 763px) { #T8O5uyyRTs9GDg7MpkQ7vNSOUe3VfCHV { width:13.5625rem;height:3.4375rem;top:42.25rem;left:3.1875rem;font-size:1rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #et9W8kereaakeHb4wWgsWXXkqf0gZb2i { display:block; }
 }@media only screen and (max-width: 763px) { #Xge2420QlQLJXXZqGJJS7seDQJTTOz0J { width:3.75rem;height:0.875rem;top:46.5625rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #En5dbzout1nUCTsBBsi8PmtUwebGcXEn { width:4.9375rem;height:1.19921875rem;top:70.9375rem;left:6.6875rem;font-size:1rem;z-index:15013;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #v2nrcVSbByWBt1TrsNAIs6zhLKrH1NFg { width:5.5625rem;height:1.3496125rem;top:7.224609375rem;left:0rem;font-size:1.125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #W4U48SS3rZIuQEQEbulhOrHz0tRxqVpb { width:3.125rem;height:1.19921875rem;top:7.2998046875rem;left:9.6875rem;font-size:1rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #xPeH1vTVQkovfJWVHTmGqxO3OZpwdvM6 { width:4.4375rem;height:1.19921875rem;top:7.2998046875rem;left:14.4375rem;font-size:1rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #ckEk1IoxKIVX9q1092CGFA7wducvmxfG { top:9.51171875rem;left:0rem;width:20rem;height:0.0625rem;z-index:15029;background-color:rgba(216,196,164,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TsODsdZ79pT02DR3mX0IFKZWUCAEvfI2 { width:3.125rem;height:1.04980625rem;top:10.6875rem;left:9.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15049;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TN1F09GkBoMF6QxohV487p5mBEeZ8ZMZ { width:3.1875rem;height:1.04980625rem;top:10.6875rem;left:15.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15051;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LKNrhvyDhQQUpD7niHb3sNbF3LMlgCm5 { width:6rem;height:2.0996125rem;top:10.125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15042;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LIrhzHCAuTo6L398e7QbQsxcN882h03i { top:12.849609375rem;left:0rem;width:20rem;height:0.0625rem;z-index:15030;background-color:rgba(216,196,164,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #RQvN78Iw7AHzB6tUU8d9reFfr5Map16K { width:6rem;height:2.0996125rem;top:13.474609375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15043;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nbiNpxpmzJTpna2TmzMT67LCqbAKdSDq { width:3.125rem;height:1.04980625rem;top:13.9990234375rem;left:9.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15050;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pEvrCI4AXXCUTo5Xnl8KO0Q6ksnHQ2nz { width:3.1875rem;height:1.04980625rem;top:13.9990234375rem;left:15.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15052;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #y6VbVvmmHINKxX9STzmMlHFIWvlGvquq { top:16.19921875rem;left:0rem;width:20rem;height:0.0625rem;z-index:15031;background-color:rgba(216,196,164,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #yW9hhZGmxBXwS5ZB2QIaa3eEtBkTcD5h { width:6rem;height:2.0996125rem;top:16.82421875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15044;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gNUgHNOHkMHvxDwZLTRqilBBkXJPpRHo { width:3.125rem;height:1.04980625rem;top:17.3486328125rem;left:9.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15051;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #n8e4TpNf0xIKFIzc40n7MNPou0F2UWAO { width:3.1875rem;height:1.04980625rem;top:17.3486328125rem;left:15.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15053;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #e0r32phox2K9Uum6VD3KKw0WkG3WJad6 { top:19.548828125rem;left:0rem;width:20rem;height:0.0625rem;z-index:15032;background-color:rgba(216,196,164,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #VsehW4ybIbtJ6SswtHsZRWIEh7RJIZak { width:6rem;height:2.0996125rem;top:20.173828125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15045;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LybCSWg4ZqTb8dkk57mVZo5ECOh7MU5f { width:3.125rem;height:1.04980625rem;top:20.6982421875rem;left:9.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15052;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #S4V9p5F4MtkOoevTDUG66oL3iu963vdO { width:3.1875rem;height:1.04980625rem;top:20.6982421875rem;left:15.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15054;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dep1RrnvrT1kXztPUNkR2nRINB053cxm { top:22.8984375rem;left:0rem;width:20rem;height:0.0625rem;z-index:15033;background-color:rgba(216,196,164,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #SaoIxJrx4750zcSS2OAk9MRhmXx5uBZH { width:7.9375rem;height:2.0996125rem;top:23.5234375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15046;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JzylAKz3o9HlZ8P0FdCXnyaVWHWQh4XK { width:3.125rem;height:1.04980625rem;top:24.0478515625rem;left:9.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15053;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dfpmR50zx7yky4egwfMMAdtIIa5ppA8w { width:3.1875rem;height:1.04980625rem;top:24.0478515625rem;left:15.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15055;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UJ2OVA2VE9CLV14zpakp1X2LRrTbTwRs { top:26.248046875rem;left:0rem;width:20rem;height:0.0625rem;z-index:15034;background-color:rgba(216,196,164,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #tHpDWDprkQvTxG3IfW3Zo9H1DsePFDfx { width:8.875rem;height:3.14941875rem;top:26.873046875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15047;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TOJn40bpJPOgodNDDK96qfUWcbBQ7C20 { width:3.125rem;height:1.04980625rem;top:27.921875rem;left:9.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15053;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fZsBGH6pSbCzScNKwxfAVhTtH1v99TcB { width:3.1875rem;height:1.04980625rem;top:27.921875rem;left:15.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15056;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nVSut7gxr8vAbNzb4TOqEux24q60gC9A { top:30.646484375rem;left:0rem;width:20rem;height:0.0625rem;z-index:15035;background-color:rgba(216,196,164,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #CwLJqbrIZl2pE0d7TTOFexSd6DFe8UIR { width:9.25rem;height:2.0996125rem;top:31.333984375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15047;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #h52rFwcIJb30nCN4E3Cn86Uf2QDkWMKJ { width:3.125rem;height:1.04980625rem;top:31.8583984375rem;left:9.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15054;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PPNJardSgs6urZwupbfghW4lIUMChb2W { width:3.1875rem;height:1.04980625rem;top:31.8583984375rem;left:15.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15057;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #e9bkv0wTw9NvyA0Dw6yixrogQQTDMNB7 { top:34.0625rem;left:0rem;width:20rem;height:0.0625rem;z-index:15036;background-color:rgba(216,196,164,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #JaNRB019MvdUuRvZUwLaNxB2SsOO4x1L { width:8.8125rem;height:3.14941875rem;top:34.6875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15048;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VAAQgpBnynK42h8fFJpnJkcuRbm1Zgk2 { width:3.125rem;height:1.04980625rem;top:35.7373046875rem;left:9.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15054;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LdeuAX0tqKuan2SmDrRTeIaSZzuZtQ0b { width:3.1875rem;height:1.04980625rem;top:35.7373046875rem;left:15.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15058;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kTEW1U5ElMoy54Dr59WkqkyxvBdKu1P3 { top:38.4375rem;left:0rem;width:20rem;height:0.0625rem;z-index:15037;background-color:rgba(216,196,164,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #n7aWEB06HdBgx4Z9D1KFehWxRhlo6R2y { width:7.9375rem;height:3.1494125rem;top:39.0625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15048;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hqX7lfyZnHr2knP5memmpaKKG7e1VpOe { width:3.125rem;height:1.04980625rem;top:40.111328125rem;left:9.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15055;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fLih74gagTMH6G6LF1ggbx8SavOzsc24 { width:3.1875rem;height:1.04980625rem;top:40.111328125rem;left:15.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15059;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Sbc7RJeJ2TMpQ355bLQ7Ffs1bTDGcOSP { top:42.8359375rem;left:0rem;width:20rem;height:0.0625rem;z-index:15038;background-color:rgba(216,196,164,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ufbvz2FFXXv7h3yK28eE8yHwWXNsaN1c { width:8.6875rem;height:3.14941875rem;top:43.4609375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15049;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #T6kkWIvMhlxW5kfHDThnhsPJCFDiOJD8 { width:3.125rem;height:1.04980625rem;top:44.5107421875rem;left:9.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15056;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yUWECE0eTRhU4fWF8yAhmSKHZcdHQoqx { width:3.1875rem;height:1.04980625rem;top:44.5107421875rem;left:15.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15055;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dKdPFHZQ1uNQe3kPgNGuTt7PZo7UmBQQ { top:47.2353515625rem;left:0rem;width:20rem;height:0.0625rem;z-index:15039;background-color:rgba(216,196,164,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #vlIDKIzNTBuQcwL5VHIflaRaT9WDnIIR { width:8.625rem;height:2.0996125rem;top:47.9228515625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15050;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rmSrMsGJRTkaNhHc9m9eaHkvMlSmxmoZ { width:3.125rem;height:1.04980625rem;top:48.447265625rem;left:9.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15057;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Md5vhUBMHCWBXzn16zmFXFpysbTI1265 { width:3.1875rem;height:1.04980625rem;top:48.447265625rem;left:15.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15056;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hHC6IPDvTaukTiyJw5gKZtPheHcTsVZz { top:50.6474609375rem;left:0rem;width:20rem;height:0.0625rem;z-index:15040;background-color:rgba(216,196,164,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #wZxJftgdPG3yfp7nl8MZLXfqCbTtHseI { width:7.9375rem;height:3.1494125rem;top:51.2724609375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15051;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dSGsmfnFNaNKxxIEuK8w2VLh9FnTAqQ3 { width:3.125rem;height:1.04980625rem;top:52.3212890625rem;left:9.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15058;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #St9FOvg6zgSKiFuVErXaS3FNKufyd3Vc { width:3.1875rem;height:2.0996125rem;top:51.796875rem;left:15.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15057;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lkr9OdFhbR8eGoLGdp22ugkFAZWpgqpP { width:9.6875rem;height:2.8125rem;top:56.9375rem;left:0rem;font-size:1rem;z-index:15023;border-top:0.0625rem solid #d8c4a4;border-left:0.0625rem solid #d8c4a4;border-right:0.0625rem solid #d8c4a4;border-bottom:0.0625rem solid #d8c4a4;display:block; }
 }@media only screen and (max-width: 763px) { #wdFQyTLrsEPWD1sbNn5ucB931glvr1W6 { display:block; }
 }@media only screen and (max-width: 763px) { #Sd5AsUAEtC2TowFtnwC6c4JKdTDVDCqN { width:9.6875rem;height:2.8125rem;top:56.9375rem;left:10.3125rem;font-size:1rem;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#6d5a4e;font-weight:400;font-style:normal;background-color:#d3c7b2;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #MQ00k3yRoIStAz4EbGarcp8l6Us0ZNQf { display:block; }
 }@media only screen and (max-width: 763px) { #TJOpfOQcIBxvrs77SOnZc5uxSpyB9t2D { width:3.4375rem;height:0.8125rem;top:60.375rem;left:16.5625rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #euF9r61TFSLCts3Q3vy3zgKu7gaQMwkH { width:9.6875rem;height:2.8125rem;top:60.375rem;left:0rem;font-size:1rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #X86z6ia2EONnJom3X0gVC7FL237ITSGs { display:block; }
 }@media only screen and (max-width: 763px) { #cIMnK9HQxC32Zi8xdbT15ffevHLAkgde { width:6rem;height:2.0996125rem;top:89.875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15039;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DKLJCr8hSpmsbhK8Da8gr3q3e82o5vgH { width:3.125rem;height:1.04980625rem;top:90.375rem;left:7.625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15040;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #X7O7QwbcycyRTyru1Z3opvkgTxlzEmTv { width:3.125rem;height:0.9746125rem;top:90.4375rem;left:12.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15040;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QZv2EgQlZ3gp2MhEGWPzSVR9Ul3DiZR8 { width:3.1875rem;height:1.04980625rem;top:90.375rem;left:16.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15041;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Cm2PMV7W9BkfVIJd1Tkob7zHDXoBMeCQ { width:7.0625rem;height:3.14941875rem;top:96.5625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15037;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TSr8ubZr980WRFcfvXl8BCrtzR2twKxU { width:3.125rem;height:1.04980625rem;top:97.5625rem;left:7.625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15041;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eRo0k5kGmINPQbJIera4qGBmTKNSenm8 { width:3.125rem;height:0.9746125rem;top:97.625rem;left:12.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15041;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #iS4yvWEgPQzSmH6T6GbX9EmkTFVIWSFP { width:3.1875rem;height:1.04980625rem;top:97.5625rem;left:16.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15042;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vi0FmhiTBHOsVq2CsiVSPZaeS4ChsrWr { top:111.6875rem;left:0rem;width:20rem;height:0.0625rem;z-index:15017;background-color:rgba(216,196,164,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #wGnOT3EZgHL9cD9nqEbxKTmPJnDebOSS { top:115.0625rem;left:0rem;width:20rem;height:0.0625rem;z-index:15018;background-color:rgba(216,196,164,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #BC2v9f3gsn554aBnATb7TROk1kBGyIed { top:117.4375rem;left:0rem;width:20rem;height:0.0625rem;z-index:15019;background-color:rgba(216,196,164,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #LmqeXrPSULete3QoTJU6FUTSav8BJk4S { width:7.4375rem;height:1.04980625rem;top:118.1875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15038;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fopkR1J8isEcnnyyp0Zz12ffWhUXAT46 { width:3.125rem;height:1.04980625rem;top:118.1875rem;left:7.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15048;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IEHxkWmx2v2Zvv4XI6pJddbuQ1aUGJN6 { width:3.125rem;height:0.9746125rem;top:118.224609375rem;left:12.40625rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15048;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HwoTBuu8afQISogmBWmay2GM3axH9nxr { width:3.1875rem;height:1.04980625rem;top:118.1875rem;left:16.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15049;line-height:1.2;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mkukxa4BPGaGrF0ffvuDti3IPTzKCgnO { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/91a7902c-7eb0-43f9-8dfe-0a9e841466b3/TRAQUILLITYTREATMENTIMAGE41.crop_2000x1145_0,923.preview.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mkukxa4BPGaGrF0ffvuDti3IPTzKCgnO.adaptive-delivery-prevent-bg, #mkukxa4BPGaGrF0ffvuDti3IPTzKCgnO.lazyload, #mkukxa4BPGaGrF0ffvuDti3IPTzKCgnO.lazyloading { background-image: none; }#mkukxa4BPGaGrF0ffvuDti3IPTzKCgnO > .row .container { background-color: transparent; background-image: none; }#mkukxa4BPGaGrF0ffvuDti3IPTzKCgnO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkukxa4BPGaGrF0ffvuDti3IPTzKCgnO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkukxa4BPGaGrF0ffvuDti3IPTzKCgnO > .row .container > .video-iframe-container { display: none; }#mkukxa4BPGaGrF0ffvuDti3IPTzKCgnO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkukxa4BPGaGrF0ffvuDti3IPTzKCgnO > .row > .video-iframe-container { display: none; }#mkukxa4BPGaGrF0ffvuDti3IPTzKCgnO > .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); }#mkukxa4BPGaGrF0ffvuDti3IPTzKCgnO > .row .container { width:20rem;height:15.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wVr7TUrqCHXBABkJKMM9Hyg3kOVXc0Hi { display:block; }#wVr7TUrqCHXBABkJKMM9Hyg3kOVXc0Hi > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HlRlm1Mu09dpIoWiiq5hez33SCJz9gmr { background-color:#6d5a4e;background-image:url("https://images.assets-landingi.com/uc/b9b458d6-e6b4-42c2-9ed6-31af0b395c04/Jorrun_httpsipinimgcom564xb669bd.crop_3107x1280_701,0.preview.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HlRlm1Mu09dpIoWiiq5hez33SCJz9gmr.adaptive-delivery-prevent-bg, #HlRlm1Mu09dpIoWiiq5hez33SCJz9gmr.lazyload, #HlRlm1Mu09dpIoWiiq5hez33SCJz9gmr.lazyloading { background-image: none; }#HlRlm1Mu09dpIoWiiq5hez33SCJz9gmr > .row .container { background-color: transparent; background-image: none; }#HlRlm1Mu09dpIoWiiq5hez33SCJz9gmr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlRlm1Mu09dpIoWiiq5hez33SCJz9gmr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlRlm1Mu09dpIoWiiq5hez33SCJz9gmr > .row .container > .video-iframe-container { display: none; }#HlRlm1Mu09dpIoWiiq5hez33SCJz9gmr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlRlm1Mu09dpIoWiiq5hez33SCJz9gmr > .row > .video-iframe-container { display: none; }#HlRlm1Mu09dpIoWiiq5hez33SCJz9gmr > .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); }#HlRlm1Mu09dpIoWiiq5hez33SCJz9gmr > .row .container { width:20rem;height:19.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XgH6lThKRw7nUS1TnXe0mnPJoh5L0nTs { width:7.4375rem;height:2.25rem;top:1.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBWsFnf3GOm3BK7TwOG4zQQRiLDFivvc { width:9.9375rem;height:2.8125rem;top:5.8125rem;left:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRZh9k3BMukQo1CHyGJSe2H8489Km6kR { width:8.75rem;height:1.40625rem;top:9.5rem;left:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVFcPKywWHza5DTSl4OefWBKbnDpWo6y { width:9.5rem;height:1.40625rem;top:11.875rem;left:2.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hly4ZwIXbD6I2pumUsfbmP5XIbw3wJeP { display:flex;width:1.5625rem;height:1.5625rem;top:9.4375rem;left:0rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #FO8KoQTPa0dfg1OFeGMGxq4eDK1hSPn5 { display:flex;width:1.5625rem;height:1.5625rem;top:6.4375rem;left:0rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #RfPhHhVHHlLA8ZFPfJKhua1pkSNsceci { display:flex;width:1.5625rem;height:1.5625rem;top:11.8125rem;left:0rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #Q0xzHOZSzgX93PtggbArTAOTEFiaBzFD { width:11.25rem;height:1.125rem;top:15.0625rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pce8OfvJWwN5k0ZQ8RSwCykMHT4y1iy9 { width:15.75rem;height:1.125rem;top:17.0625rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }