.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/369f53c5-82f7-43e8-9d0a-f8036ef9c06f/botoksok.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.06); }#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.06); }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:44.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#vnOvfqDCSmK7ez1JBwmqT3zqvCldV5mg { color:#000000;display:block;width:33.625rem;position:absolute;font-family:"playfair display";font-size:3.3125rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:13.25rem;left:1.5rem;height:7.2864375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VXihXxpoVwPs1Bvgc4OIBC4Pr4AP7JFX { position:absolute;display:block;z-index:15004;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:4.5625rem;width:53.1875rem;top:14.5rem;left:8.5rem;display:none; }
#XWWchk59Z8QxsRDNr60cNwVT5Oze3bro { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:10.5rem;left:1.5rem;height:1.54361875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ver2zbAylDUTHzifslMiQx6J4TpUNHVW { position:absolute;display:block;z-index:15016;background-color:#a20959;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:2.25rem;width:19.125rem;top:10.125rem;left:0rem;display:block; }
#oH4PLXBLT334Lw7lV03ZHA61EfQBGDUy { position:absolute;display:block;z-index:15001;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:9rem;width:36.5625rem;top:12.375rem;left:0rem;display:block; }
#inZbLFUqeHqyHtFP55COKUs51Tzf1kPo { color:#000000;display:block;width:20.875rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:35.875rem;left:27.0625rem;height:1.54296875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#fJSFt49LPMhT2ScUTW89qOIiGwdqmDn7 { background-color:#530c37;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:montserrat;font-size:1.625rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:14.8125rem;height:3.5625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:33.24365234375rem;left:30.09375rem;display:block; }
#ZTtRS6z02IxQ0Np5NHgEmPBCFlylmG6b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OHprkBlhT59MeUBqmWr9qoGWA6Rvky1e { color:#ffffff;display:block;width:33.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:23.375rem;left:0rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UzhRIQCGu17Exqya3GiTguz3NnPF2JsS { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:27rem;left:15.84375rem; }
#UzhRIQCGu17Exqya3GiTguz3NnPF2JsS > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#sISxz8hWmigg7QTyBRZsdZA25mc4Tyh2 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.12305rem;width:13.249375rem;top:2.0625rem;left:3.2187501192093rem;overflow:hidden;display:block; }
#VdkIVpzqLVh45rOxUMTFkprcuITJmLfF { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e4c4f4c4-1b11-40bf-aff5-2f041c8279dc/Projektbeznazwy33.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#VdkIVpzqLVh45rOxUMTFkprcuITJmLfF.adaptive-delivery-prevent-bg, #VdkIVpzqLVh45rOxUMTFkprcuITJmLfF.lazyload, #VdkIVpzqLVh45rOxUMTFkprcuITJmLfF.lazyloading { background-image: none; }#VdkIVpzqLVh45rOxUMTFkprcuITJmLfF > .row .container { border-width: 0; border-radius: 0; }#VdkIVpzqLVh45rOxUMTFkprcuITJmLfF::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VdkIVpzqLVh45rOxUMTFkprcuITJmLfF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VdkIVpzqLVh45rOxUMTFkprcuITJmLfF > .row .container { font-size:0.875rem;font-family:arial;height:42.9375rem;width:75rem;overflow:visible;position:relative;display:none; }#kCFLP9Il9dUiJpTfAToCkKZQQs5I5D0k { color:#000000;display:block;width:47.1875rem;position:absolute;font-family:"playfair display";font-size:3.125rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:13.56640625rem;left:8.5rem;height:3.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AdzxV7KWxHxSk58ukxS6a1hikgCb9C60 { position:absolute;display:block;z-index:15004;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:4.5625rem;width:53.1875rem;top:14.5rem;left:8.5rem;display:none; }
#ub3kMXEuXb34KVu1VJPoIPON9XndCz0Q { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:10.5625rem;left:8.5rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aOJyZA9g52GAQ2bDdXAiqOBk2NMuR6Om { position:absolute;display:block;z-index:15016;background-color:#a20959;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:2.25rem;width:13.125rem;top:10.25rem;left:7.5rem;display:block; }
#HHsVVR0u0B7U1wqBDCmCHbNE6P1AKIp2 { position:absolute;display:block;z-index:15001;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:5.375rem;width:48.8125rem;top:12.5625rem;left:7.5rem;display:block; }
#o9AsSeK54Z8kPhPak28omzq0nIFy5WJd { color:#000000;display:block;width:20.875rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:35.875rem;left:27.0625rem;height:1.54296875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#WA1tFdRgRKVqoTlSx5EkSLOoeiGx2m1U { background-color:#530c37;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:montserrat;font-size:1.625rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.5625rem;height:3.5625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:33.6875rem;left:31.1875rem;display:block; }
#LcJbOMaKLFxiTeKD3sSu4G8ItfTRe9Ig { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yhtgwITZdt53RcFIig8Lgq0eAuoa8NAJ { position:absolute;display:block;z-index:14997;background-color:rgba(0,0,0,0.1);background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:21.625rem;top:23rem;left:26.625rem;display:block; }
#Mk3rvrw88xCI3pBiBgLAgC8pNHCcQnz1 { color:#ffffff;display:block;width:23.3125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:24.1875rem;left:25.875rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XGZrAJAoTt3dehkTFtAir8hlZBTKKtrM { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:27rem;left:15.84375rem;display:none; }
#XGZrAJAoTt3dehkTFtAir8hlZBTKKtrM > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#INCnScMCvyXTCFARrW2zxMIBuU0lZTuo { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.12355625rem;width:13.2494375rem;top:3.875rem;left:36.47916662693rem;overflow:hidden;display:none; }
#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container { background-color: transparent; background-image: none; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container > .video-iframe-container { display: none; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row > .video-iframe-container { display: none; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .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); }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container { border-width: 0; border-radius: 0; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container { font-size:0.875rem;font-family:arial;height:47.125rem;width:75rem;position:relative;display:block; }#vUwQ2ypD6BSDc2byBvPTF5gTbZFQHdQp { color:#1e1e1e;display:block;width:27.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:14.4375rem;left:0rem;height:7.96875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wxpva5HJB1CfV6DpFBEMuWGkxsHJmBST { color:#1e1e1e;display:block;width:40rem;position:absolute;font-family:"playfair display";font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:6.9375rem;left:0rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AZOstQ2xhFT7o8g0b6nHgCJ5XzyzaFbv { background-color:#530c37;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:36.75rem;left:16.1875rem;display:block; }
#TD6hLmI34r6qKaPgCE6LLuVdSTHuDxCZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rmpk2Ay2bE8cEUSlqkzolg3wNCH5h5MG { position:absolute;display:block;z-index:15009;background-color:#530c37;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.15) ;height:0.25rem;width:6.25rem;top:3.0625rem;left:7.5rem;display:none; }
#wGQc2HFTQRliUgcTnvw26zHNTkQObmbs { background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #530c37;border-left:0.125rem solid #530c37;border-right:0.125rem solid #530c37;border-bottom:0.125rem solid #530c37;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:#530c37;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.3125rem;height:3.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:36.75rem;left:0rem;display:block; }
#gmgCRP6Z0QAqJ2KRlEVmH1UDKz8ZZ6B7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wqxs5UKA8BzDD0Ea82ZIx1m3OCZUxsZ8 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.4375rem;width:32.4375rem;top:7.875rem;left:42.5625rem;overflow:hidden;display:block; }
#zWVa3UCRam1lbfRgHQfDXQEhQT5DwWMK { color:#1e1e1e;display:block;width:23.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.7;letter-spacing:0;top:24.1875rem;left:3.8125rem;height:4.78125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#X6nlCViMHoqQFkePZ2Iqw2BEqNXNtQdx { position:absolute;display:block;z-index:15043;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.375rem;width:2.375rem;top:25.3125rem;left:0rem;overflow:hidden;display:block; }
#WSqgXiPDBsW9hPT3Q6w6nKFCvSF0LBU1 { color:#1e1e1e;display:block;width:23.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:30.75rem;left:3.8125rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vApfq9rnKQMlaGP7LZ9p4hg1f1qX7KUi { position:absolute;display:block;z-index:15044;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.125rem;width:2.125rem;top:30.4375rem;left:0.125rem;overflow:hidden;display:block; }
#uRcDeTJE2Qy92pws529kiXfW1RzREWHb { position:absolute;display:block;z-index:15012;background-color:#530c37;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.15) ;height:0.1875rem;width:6.25rem;top:12.5625rem;left:0rem;display:block; }
#rTy6KK8l4Ewgbw4xbpsIWZmxPvtbUiQ4 { color:#1e1e1e;display:block;width:40rem;position:absolute;font-family:"playfair display";font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:6.9375rem;left:0rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Caq8Va64EfeePzgLCKaxNkKAFUKe84Nt { background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #530c37;border-left:0.125rem solid #530c37;border-right:0.125rem solid #530c37;border-bottom:0.125rem solid #530c37;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:#530c37;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.3125rem;height:3.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:36.75rem;left:0rem;display:none; }
#y6dN0VsQ120c5xMwZVCPDioCrpDBsu0D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m8R28WecfMuaAEDXzrxGTTe2rpwXWmm7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m8R28WecfMuaAEDXzrxGTTe2rpwXWmm7 > .row .container { background-color: transparent; background-image: none; }#m8R28WecfMuaAEDXzrxGTTe2rpwXWmm7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m8R28WecfMuaAEDXzrxGTTe2rpwXWmm7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m8R28WecfMuaAEDXzrxGTTe2rpwXWmm7 > .row .container > .video-iframe-container { display: none; }#m8R28WecfMuaAEDXzrxGTTe2rpwXWmm7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m8R28WecfMuaAEDXzrxGTTe2rpwXWmm7 > .row > .video-iframe-container { display: none; }#m8R28WecfMuaAEDXzrxGTTe2rpwXWmm7 > .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); }#m8R28WecfMuaAEDXzrxGTTe2rpwXWmm7 > .row .container { border-width: 0; border-radius: 0; }#m8R28WecfMuaAEDXzrxGTTe2rpwXWmm7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m8R28WecfMuaAEDXzrxGTTe2rpwXWmm7 > .row .container { font-size:0.875rem;font-family:arial;height:44.1875rem;width:75rem;position:relative;display:block; }#wkIeOhgGXFp8MkLSDMkPiZ75TC2A1yg2 { color:#1e1e1e;display:block;width:40rem;position:absolute;font-family:"playfair display";font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.375rem;left:0rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cWHWZvwuOc1ubWzcUJ4AbPc2I3QGLgUB { background-color:#530c37;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:30.8125rem;left:52.625rem;display:block; }
#QXU3c4pdekLeHE2D1V1o2kHIW7kxQiVw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XPbyOpuiPuE5VutPZc0TMFMKlxtkI1tz { position:absolute;display:block;z-index:15009;background-color:#530c37;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.15) ;height:0.25rem;width:6.25rem;top:3.0625rem;left:7.5rem;display:none; }
#ZcyUuF9aUwElXVPV8PD3iL80F7BRoLmG { background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #530c37;border-left:0.125rem solid #530c37;border-right:0.125rem solid #530c37;border-bottom:0.125rem solid #530c37;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:#530c37;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:35.6875rem;left:52.625rem;display:block; }
#LVrUhi4XvUxGMvLVixBCWdnWAMEUAGyQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vgni0K2NRn3eRBfEhkS42ZzpbpVCd4eC { position:absolute;display:block;z-index:15013;background-color:#530c37;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.15) ;height:0.1875rem;width:6.25rem;top:5.625rem;left:0rem;display:block; }
#nDuP0h2UrMcpImnxJihHs0Tz2yNZq5p6 { color:#1e1e1e;display:block;width:7.8125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:18.9375rem;left:56.5rem;height:1.54361875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vqrJOTwlq1TT8zRGaa4a7z3w7fqbzaRZ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.875rem;width:43.0625rem;top:7.25rem;left:11.1875rem;overflow:hidden;display:block; }
#WzS7UDmsNUGlxlaaO8LCRR7nB9RA3bDH { position:absolute;display:block;z-index:15007;background-color:#530c37;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:25.625rem;top:21rem;left:39.0625rem;display:block; }
#KZJQ4IQmLLByKsUOKrk4JK5C21fGtV66 { position:absolute;display:block;z-index:15008;background-color:#530c37;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:28.125rem;top:16.625rem;left:36.4375rem;display:block; }
#ILUBRXUCESOOUtutIKJTr9azIDlMZFOS { color:#1e1e1e;display:block;width:10.1875rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:14.6875rem;left:54.125rem;height:1.54361875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BTCIr0zPnp6Ezn7pyDcibv02VIeXtLur { position:absolute;display:block;z-index:15008;background-color:#530c37;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:28.125rem;top:12.375rem;left:36.5rem;display:block; }
#UnapWyLO9bR9pSPcvZMKt0l8Mt7ptqCU { color:#1e1e1e;display:block;width:6.3125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:10.375rem;left:58.25rem;height:1.54361875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pCpuMAETCelg1bmsVsPUHIbytZRKZA0x { color:#1e1e1e;display:block;width:40rem;position:absolute;font-family:"playfair display";font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.375rem;left:0rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Pw1QxauhORhy04VWuMvhcmFDfg6CL1bp { background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #530c37;border-left:0.125rem solid #530c37;border-right:0.125rem solid #530c37;border-bottom:0.125rem solid #530c37;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:#530c37;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:33.4375rem;left:53.3125rem;display:none; }
#GQBZRsNkF4dU0SZ2IibypTThiR21Ozy2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k598nSs65O1bIASkdWTBO1eLK3oHRsQD { color:#1e1e1e;display:block;width:5.6875rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:24.916015625rem;left:58.28125rem;height:1.54361875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MJfyvZBrwDoxRab4edM2KHSFyN8MCvzf { position:absolute;display:block;z-index:15008;background-color:#530c37;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:24.25rem;top:26.9375rem;left:40.125rem;display:block; }
#KO8lkJ5vL3suv3CexATIB4T4hNO0ONIn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15056;opacity:1;top:24.4375rem;left:0rem;display:none; }
#okXd14AiM2D8H0FnLPTSCCOisoE8X25U { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15056;opacity:1;top:24.4375rem;left:0rem;display:none; }
#G5giXUsEH2uLfKXIN1T00y7u3JLziGEs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15056;opacity:1;top:24.4375rem;left:0rem;display:none; }
#c3uxbmxnTTfdVxDT0CuABdqxzBmf6ahl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15056;opacity:1;top:24.4375rem;left:0rem;display:none; }
#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row .container { background-color: transparent; background-image: none; }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row .container > .video-iframe-container { display: none; }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row > .video-iframe-container { display: none; }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .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); }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row .container { border-width: 0; border-radius: 0; }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row .container { font-size:0.875rem;font-family:arial;height:90rem;width:75rem;position:relative;display:block; }#WhGTBIskV0OZbdQHWHFeAQe0UbLv27e3 { color:#1e1e1e;display:block;width:29.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15034;line-height:1.5;letter-spacing:0;top:22.625rem;left:2.28125rem;height:7.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aiv9iB513SNfQQWm4nWv337FcJLLW9s9 { color:#1e1e1e;display:block;width:30.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:18.6875rem;left:2.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Jv4WbUS97TnEHQKnwEVfMRZUn3E9PM68 { color:#1e1e1e;display:block;width:40.5625rem;position:absolute;font-family:"playfair display";font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:5.875rem;left:0rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oQT4gE5bi6g4hPCXzWmdcVe4sulxgAxU { position:absolute;display:block;z-index:15011;background-color:#530c37;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.15) ;height:0.1875rem;width:6.25rem;top:9.125rem;left:0rem;display:block; }
#vw4Zt1sBa7I7XfBNNfoolD9xUBpeip1O { color:#1e1e1e;display:block;width:32.8125rem;position:absolute;font-family:"playfair display";font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:0rem;left:7.5rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#togpUHVgrKw5GviRtBdXxT10eu8S7nKZ { 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; }
#KyO0xB1EFKwkQScwHDBucK2FTTJMq8qh { color:#1e1e1e;display:block;width:3.5625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15033;line-height:1.8;letter-spacing:0;top:14.1875rem;left:15.4375rem;height:2.0249rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XDB94vQeiTF5AdhxfIxg3wen96ap9xwg { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:4.9375rem;top:12.6875rem;left:14.8125rem;overflow:hidden;display:block; }
#dKNse5PZdR9KweOITzhZ8aeTtuQLAXbp { 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:4.9375rem;width:4.9375rem;top:22.625rem;left:55.0625rem;overflow:hidden;display:block; }
#v9hXfF8aZGRH41lHeV7t2XsaSTz8blRH { color:#1e1e1e;display:block;width:3.5625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15034;line-height:1.8;letter-spacing:0;top:24.25rem;left:55.6875rem;height:2.0249rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HlTdNX20FBb8ZZbqaaPFiEFWiW3XETIu { color:#1e1e1e;display:block;width:3.5625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15035;line-height:1.8;letter-spacing:0;top:40.4375rem;left:15.5rem;height:2.0249rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IioJPOOatraf825MoWz1ppkw6nbCg6cR { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:38.9375rem;left:14.8125rem;overflow:hidden;display:block; }
#VZJEZfRfoTlOb3EAu7c33V4cy8DCkHIr { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.15) ;height:18.1875rem;width:33.9375rem;top:14.9375rem;left:0rem;display:block; }
#C9uUhJBbf29GGkdHm8eBTPiTh0nrbUAn { color:#1e1e1e;display:block;width:24.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:29.65625rem;left:45.0625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K8UneFZw8FOVNT0002p50RwRaeiGcSva { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.15) ;height:26.5625rem;width:33.9375rem;top:24.8125rem;left:41.0625rem;display:block; }
#r7g0LruqKVa3a0RqVz4rLTPpoR6VdL8e { color:#1e1e1e;display:block;width:29.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15038;line-height:1.5;letter-spacing:0;top:35.12158203125rem;left:43.0625rem;height:12.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gs1FXL9kBlJl28lpxxseQTwRTbiO788L { color:#1e1e1e;display:block;width:32.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:46.21533203125rem;left:1.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HN6iCMRQTOs7xWBJQI1Lv83cLMkEoGRP { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.15) ;height:22rem;width:33.9375rem;top:41.5625rem;left:0rem;display:block; }
#KXfT9kshH7WpN28etB4foDItEhblmuKz { color:#1e1e1e;display:block;width:31rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15043;line-height:1.5;letter-spacing:0;top:50.25rem;left:1.75rem;height:9.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cRF2zkHmc78ihEBAgBzZrRJlNFWfBw2l { background-color:#530c37;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3.5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:77.125rem;left:11.1875rem;display:block; }
#L7ot7pSboC7yHgVMRKoQA9Fa5dIfkhoR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MVEXv5J5ESORWMgHBExwVJW0dWDl5e0L { color:#1e1e1e;display:block;width:32.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:46.21533203125rem;left:1.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#tTf2CyWNgPtllLhTh10vqzoUDIPrcHNv { 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; }
#h8ptA6hx3h5evdT6wZ88EHa3ire6KPtR { color:#1e1e1e;display:block;width:30.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:18.6875rem;left:2.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#PL0N99OVSCMvRQLeb3SI7reUPpkc6iew { 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; }
#RGISEcU8suRS03L23ew83Z00HuQeLTKr { color:#1e1e1e;display:block;width:32.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:65.4375rem;left:42.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xzTPxF7TPH7yG9zyoKHTItx5STeobqZK { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.15) ;height:19.75rem;width:33.9375rem;top:60.8125rem;left:41.0625rem;display:block; }
#Np3OQ6pOfqfCOqEVwezL4VJKAPJBW880 { color:#1e1e1e;display:block;width:3.5625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15040;line-height:1.8;letter-spacing:0;top:59.6875rem;left:56.5625rem;height:2.0249rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i2OL3E42F9Qbx6mBZic4HqnJ2b8FmPdf { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.9375rem;top:58.1875rem;left:55.875rem;overflow:hidden;display:block; }
#HewaBHBm5pf5XBhDOekrM7tnS4qKhNvJ { color:#1e1e1e;display:block;width:31rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15048;line-height:1.5;letter-spacing:0;top:69.5rem;left:42.8125rem;height:7.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TbwOJTvctK9dkTwIAnF8MalFaClJ0TlI { 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; }
#ZHGcf6hzyV4kpzMFIv4XqzhHmtZK2KXz { position:relative;display:block; }#ZHGcf6hzyV4kpzMFIv4XqzhHmtZK2KXz { background-color: transparent; background-image: none; }#ZHGcf6hzyV4kpzMFIv4XqzhHmtZK2KXz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZHGcf6hzyV4kpzMFIv4XqzhHmtZK2KXz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZHGcf6hzyV4kpzMFIv4XqzhHmtZK2KXz > .row .container > .video-iframe-container { display: none; }#ZHGcf6hzyV4kpzMFIv4XqzhHmtZK2KXz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZHGcf6hzyV4kpzMFIv4XqzhHmtZK2KXz > .row > .video-iframe-container { display: none; }#ZHGcf6hzyV4kpzMFIv4XqzhHmtZK2KXz > .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); }#ZHGcf6hzyV4kpzMFIv4XqzhHmtZK2KXz { border-width: 0; border-radius: 0; }#ZHGcf6hzyV4kpzMFIv4XqzhHmtZK2KXz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZHGcf6hzyV4kpzMFIv4XqzhHmtZK2KXz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:44.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#STZry498FGepUdbMlXV2QdtktPqkiOqT { color:#1e1e1e;display:block;width:32.8125rem;position:absolute;font-family:"playfair display";font-size:1.75rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0rem;height:4.54948125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vu9Rm1BVNM28wXtNXVoE1V7gQbTLnbN9 { position:absolute;display:block;z-index:15020;background-color:#530c37;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.15) ;height:0.25rem;width:6.25rem;top:10.4375rem;left:0rem;display:block; }
#PLy0M5RZpDlp7EXHQoZp6v50HfeqM7xT { color:#212529;display:block;width:27.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15016;line-height:1.7;letter-spacing:0;top:12rem;left:0rem;height:9.5625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#x65MhipoVQVt6o7dZppopNQVfhAqOHEt { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:31.0625rem;width:31.0625rem;top:5.8125rem;left:43.737165593027rem;display:block; }
#WDJt3rva836iHbxRociEc9GDXmTShk23 { color:#212529;display:block;width:27.25rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15016;line-height:1.7;letter-spacing:0;top:9.625rem;left:7.5rem;height:17.53125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#zrQkKS72KFbU7QiDdI7H6SyA6ViqrEd3 { color:#212529;display:block;width:27.25rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.7;letter-spacing:0;top:23.75rem;left:2.8125rem;height:3.1875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SRrD37fsyRvo7BTNi6ykmG2RkLCbtrOZ { color:#212529;display:block;width:27.25rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.7;letter-spacing:0;top:27.875rem;left:2.8125rem;height:3.1875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ASrlmaZvObPFXB9bqBql8NXTheFWUPgz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15056;opacity:1;top:24.4375rem;left:0rem; }
#CX2Zxa5oqQgMakXUXZWtmfDusZo28CIn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15057;opacity:1;top:28.5rem;left:0rem; }
#hlv9pIZLTT0l4CrepWIsNpKRJCo79QS1 { background-color:#530c37;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:33.625rem;left:0rem;display:block; }
#qP1pk0IhR0qiryA8UME3U7k1b4iqF1Ky { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WHaK6wHG273wzNBCFw43DmgnlmypcEdX { color:#212529;display:block;width:27.25rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.7;letter-spacing:0;top:23.75rem;left:2.8125rem;height:3.1875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#d1L0LKEHWRTGk6aM0QdPGZy3KkNwE1lz { color:#212529;display:block;width:27.25rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.7;letter-spacing:0;top:27.875rem;left:2.8125rem;height:3.1875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#oovmuWAFspfh4TiUH0LrGAcnxS5huRSC { color:#1e1e1e;display:block;width:32.8125rem;position:absolute;font-family:"playfair display";font-size:1.75rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0rem;height:4.54980625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ChXXUJeLPFqBJUc8ZlSlWSs6sezdv90t { position:relative;display:block; }#ChXXUJeLPFqBJUc8ZlSlWSs6sezdv90t { background-color: transparent; background-image: none; }#ChXXUJeLPFqBJUc8ZlSlWSs6sezdv90t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChXXUJeLPFqBJUc8ZlSlWSs6sezdv90t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChXXUJeLPFqBJUc8ZlSlWSs6sezdv90t > .row .container > .video-iframe-container { display: none; }#ChXXUJeLPFqBJUc8ZlSlWSs6sezdv90t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChXXUJeLPFqBJUc8ZlSlWSs6sezdv90t > .row > .video-iframe-container { display: none; }#ChXXUJeLPFqBJUc8ZlSlWSs6sezdv90t > .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); }#ChXXUJeLPFqBJUc8ZlSlWSs6sezdv90t { border-width: 0; border-radius: 0; }#ChXXUJeLPFqBJUc8ZlSlWSs6sezdv90t > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ChXXUJeLPFqBJUc8ZlSlWSs6sezdv90t > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:41.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#DTTKKFfLplxxZMDgEDHMraZCmQqzh0wi { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.1875rem;width:15.1875rem;top:8.4375rem;left:39.5rem;overflow:hidden;display:block; }
#StI074MSip3alB6rlWocl4o5SUkKCA51 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.1875rem;width:15.1875rem;top:8.4375rem;left:56.8125rem;overflow:hidden;display:block; }
#CsUSbuSdJtKUz2lnm335znq03xVHTTeq { color:#1e1e1e;display:block;width:24.1875rem;position:absolute;font-family:"playfair display";font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.6875rem;left:2.6875rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oLenFSiMkWeunz3DWDrVXNSS7bQ8JB8G { color:#1e1e1e;display:block;width:31.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.7;letter-spacing:0;top:8.5rem;left:2.6875rem;height:11.15625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eZSlTAIZf6ef0DSFbUTvuBcF0mhBJNXv { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.15) ;height:38.0625rem;width:75rem;top:0rem;left:0rem;display:block; }
#XPrDZGG3ie6NMTFRqCGQiiOd6Izi0uow { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#530c37;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7rem;height:3rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:22.5625rem;left:43.625rem;display:block; }
#LuZorcN5ndKBDeFFVLg1sToUQ9Eod7ab { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XKM4pthMk8EUOyifGDwgzQR66tV3ZVMX { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#530c37;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7rem;height:3rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:22.5625rem;left:60.9375rem;display:block; }
#RwJChnKnHrxOG1wUB3ceGDeIWl5dBEgi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mm337dbCM2LhhWNH2TzRWS0un8zRG328 { background-color:#530c37;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:28.875rem;left:49.5rem;display:block; }
#nrpmm6TvarRE2EyBn3Xgh09AZRTACk47 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tDkyLLQ0esRr8SLpw7XWeWyatRHRXiWi { position:absolute;display:block;z-index:15012;background-color:#530c37;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.15) ;height:0.1875rem;width:6.25rem;top:6.8125rem;left:2.625rem;display:block; }
#kWGirELXefnn7LzbpZ7MFcyI6iM0pkEn { position:relative;display:block; }#kWGirELXefnn7LzbpZ7MFcyI6iM0pkEn { background-color: transparent; background-image: none; }#kWGirELXefnn7LzbpZ7MFcyI6iM0pkEn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWGirELXefnn7LzbpZ7MFcyI6iM0pkEn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWGirELXefnn7LzbpZ7MFcyI6iM0pkEn > .row .container > .video-iframe-container { display: none; }#kWGirELXefnn7LzbpZ7MFcyI6iM0pkEn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWGirELXefnn7LzbpZ7MFcyI6iM0pkEn > .row > .video-iframe-container { display: none; }#kWGirELXefnn7LzbpZ7MFcyI6iM0pkEn > .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); }#kWGirELXefnn7LzbpZ7MFcyI6iM0pkEn { border-width: 0; border-radius: 0; }#kWGirELXefnn7LzbpZ7MFcyI6iM0pkEn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kWGirELXefnn7LzbpZ7MFcyI6iM0pkEn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:53.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Tl5AKSDARwgZt28DWioZoJL5tTu899d2 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:12.25rem;left:43.5rem; }
#PwImIzT3klpyKbd8HTRr6WTTULsWwqRJ { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:12.125rem;left:66.75rem; }
#Q7uUgf9kovTnpgH8kHHfiJrwhmDzl8ek { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:12.1875rem;left:55.0625rem; }
#PiiCfF1oiCnTR6qwUOicPgHL80gfoupm { color:#212529;display:block;width:26.0625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:25.1875rem;left:39.625rem;height:6.375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#s54vLusb7fe4Vs0eME53KqCNZNdaDcAT { position:absolute;display:block;z-index:15010;background-color:#530c37;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.15) ;height:0.1875rem;width:6.25rem;top:7.75rem;left:0rem;display:block; }
#MaFofF0N3XnygLZZqTug6Agy758wMZXe { color:#1e1e1e;display:block;width:14.4375rem;position:absolute;font-family:"playfair display";font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:4.6875rem;left:0rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QXbZocFJakZhasnyoFcQoNpD9ENMLWwk { background-color:#530c37;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:33.6875rem;left:39.625rem;display:block; }
#RNK0lTEoZPGpEdogTGC5l8bil8VtsiXB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DT4lD37JD8Dr2vwHFo5B8ECmhmJmSmK3 { color:#000000;display:block;width:8.3125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:39.4375rem;left:41.4375rem;height:1.787325rem;font-style:normal;display:block; }
#OsC2kUrO9FCK8UWwfcO8MBNXyyNIPIZH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:39.625rem;left:39.625rem; }
#izbIrxlvRqE2AD9V19pA4X4ag5zpdGzV { color:#1e1e1e;display:block;width:8.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15049;line-height:1.2;letter-spacing:0;top:15.75rem;left:51.9375rem;height:2.69965rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TLcqdcIwRxrN6gaDuD9Q06wkmV0slOtN { color:#1e1e1e;display:block;width:12.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15044;line-height:1.2;letter-spacing:0;top:15.8125rem;left:61.625rem;height:2.69965rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hfC3wvIVyRK6K63h0044f5QO0RF2QlWR { color:#1e1e1e;display:block;width:8.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.2;letter-spacing:0;top:15.75rem;left:28.875rem;height:2.69965rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wd9UONnPzbiJrpMtXFOsrI5CbbK3d7Jh { color:#1e1e1e;display:block;width:9.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.2;letter-spacing:0;top:15.75rem;left:39.625rem;height:2.69965rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lph35FqZugpgip3095MZsKQAuNgOfF7G { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:12.4375rem;left:32.0625rem; }
#wx0g7r2ZrTyZcP4ay0F8td5qIyhX7ub4 { 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:15050;opacity:1;top:11.8125rem;left:31.5625rem; }
#Hc0LQySSyfm47y8qZ3qFH4Tp4ETywxVZ { 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:15051;opacity:1;top:11.6875rem;left:54.5625rem; }
#nLamhMoskne87kXzPunNiyQx8CwCxZvE { 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:15052;opacity:1;top:11.6875rem;left:43rem; }
#od7rItvqWnv2HzThCsspbZguEEU5TRBn { 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:15053;opacity:1;top:11.6875rem;left:66.3125rem; }
#kBie2Zx2LgGK4GKwXbb5p34Gz2Xbw9ba { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.4375rem;width:32.4375rem;top:11.9375rem;left:0rem;overflow:hidden;display:block; }
#dKIyFBmrbAToIXv7r6dR4XoDcZ5VLyGt { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.15) ;height:13.8125rem;width:47.3125rem;top:8.25rem;left:27.125rem;display:block; }
#zle5IO407FxrmiMmnMTJiKwfREacbNTI { color:#212529;display:block;width:26.0625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:26.8125rem;left:39.625rem;height:6.375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#vKRIwJESvr8az4NT9xrXxxKNgLbXoHX2 { color:#000000;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:42rem;left:39.625rem;height:2.4375rem;font-style:normal;display:block; }
#IvJWhB9DmXCZ6PLdRW58TnbhiXs1N4HI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IvJWhB9DmXCZ6PLdRW58TnbhiXs1N4HI > .row .container { background-color: transparent; background-image: none; }#IvJWhB9DmXCZ6PLdRW58TnbhiXs1N4HI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IvJWhB9DmXCZ6PLdRW58TnbhiXs1N4HI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IvJWhB9DmXCZ6PLdRW58TnbhiXs1N4HI > .row .container > .video-iframe-container { display: none; }#IvJWhB9DmXCZ6PLdRW58TnbhiXs1N4HI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IvJWhB9DmXCZ6PLdRW58TnbhiXs1N4HI > .row > .video-iframe-container { display: none; }#IvJWhB9DmXCZ6PLdRW58TnbhiXs1N4HI > .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); }#IvJWhB9DmXCZ6PLdRW58TnbhiXs1N4HI > .row .container { border-width: 0; border-radius: 0; }#IvJWhB9DmXCZ6PLdRW58TnbhiXs1N4HI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IvJWhB9DmXCZ6PLdRW58TnbhiXs1N4HI > .row .container { font-size:0.875rem;font-family:arial;height:41.375rem;width:75rem;position:relative;display:block; }#TLNuFH05ZwnkRarTwbPSB7yGtFzTTzOw { color:#1e1e1e;display:block;width:47.1875rem;position:absolute;font-family:"playfair display";font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.9375rem;left:0rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E26uWF6KWbwxaLyz90mG94fC8ubEDVDw { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:17.8125rem;left:16.375rem;height:1.21875rem;font-style:normal;display:block; }
#ePORcUOuZcRXWDVGNVGVHDcQCVID0yzF { color:#000000;display:block;width:8.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:20.875rem;left:16.375rem;height:1.21875rem;font-style:normal;display:block; }
#kP92bPIJTWk8E46Ar5n5wgx5kxSxV3m5 { background-color:#530c37;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:34.25rem;left:31.3125rem;display:block; }
#frhrz5t7gSM9WzyDP6nnIwaEPxKZeiZX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ocvdCHR6Ns94eJIxMQsKvDsIR8dHoQOO { color:#212529;display:block;width:38.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.7;letter-spacing:0;top:8.25rem;left:0rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IRRFzgFZE16p8TpMKKKPZ8lEMpWE6FBy { color:#000000;display:block;width:5.875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:14.75rem;left:16.375rem;height:1.21875rem;font-style:normal;display:block; }
#sbsSnE82rLUrLHTq8pTTMiKOVGCrwhW6 { color:#000000;display:block;width:14rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:23.9375rem;left:16.375rem;height:1.21875rem;font-style:normal;display:block; }
#uNTR3P1R4WwX1CekcRz2OgOEEdPchtAA { color:#000000;display:block;width:5.4375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:27rem;left:16.375rem;height:1.21875rem;font-style:normal;display:block; }
#BQedPzIZ4OC0LFnlBPOua2OOthA4R6a3 { color:#000000;display:block;width:3.875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:14.75rem;left:54.8125rem;height:1.21875rem;font-style:normal;display:block; }
#GNM8hnh1JTW06U2htJGE7AvH9hvCU5TT { color:#000000;display:block;width:3.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:17.8125rem;left:54.8125rem;height:1.21875rem;font-style:normal;display:block; }
#Sh65Atud4ZVt86gkbXhHcERtickcTRms { color:#000000;display:block;width:3.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:20.875rem;left:55.25rem;height:1.21875rem;font-style:normal;display:block; }
#P7eXznUVsPWLoiKmVvc2cZzoIIBTaLwO { color:#000000;display:block;width:3.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:23.9375rem;left:55.25rem;height:1.21875rem;font-style:normal;display:block; }
#HI1EoGv0ThvHyEfXMQykN31wckW6JEAX { color:#000000;display:block;width:3.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:27rem;left:55.25rem;height:1.21875rem;font-style:normal;display:block; }
#KTCeSy7klVkuQlm6v7eLOr353VKRItSc { position:absolute;display:block;z-index:15011;background-color:#530c37;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.15) ;height:0.1875rem;width:6.25rem;top:7.0625rem;left:0rem;display:block; }
#VtAqNLbPycDTdkpzxU6SNUDcK3uxZlFP { color:#000000;display:block;width:28rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:14.4375rem;left:24.0625rem;height:1.21875rem;font-style:normal;display:block; }
#S9l6JnkVzgqOmTZZI1P60dTxHbiLLfwA { color:#000000;display:block;width:21.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:17.4375rem;left:29.875rem;height:1.21875rem;font-style:normal;display:block; }
#VLLvDnPQZ5uImZTTkCTyIoVxrlsL9wts { color:#000000;display:block;width:25.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:20.4375rem;left:26.8125rem;height:1.21875rem;font-style:normal;display:block; }
#viEx3oxCasyso9aHGl80wte18CfGQ9aO { color:#000000;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:23.6875rem;left:32.5rem;height:1.21875rem;font-style:normal;display:block; }
#MSf06coz0SovUzHQK4ZLScBrQ6cAEE16 { color:#000000;display:block;width:28.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:26.75rem;left:24.4375rem;height:1.21875rem;font-style:normal;display:block; }
#DcJdSCZ0MWb76TIcTdyZcTZ40J1D59uF { color:#000000;display:block;width:28rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:14.4375rem;left:24.0625rem;height:1.21875rem;font-style:normal;display:none; }
#Ul9bsDTbV3gTsdmp2T3mViQ2XnsTW8Tu { color:#000000;display:block;width:28rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:14.4375rem;left:24.0625rem;height:1.21875rem;font-style:normal;display:none; }
#Ov70SRzrIPTMbCJVSGGazA6t9lrMIhRx { color:#000000;display:block;width:28rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:14.4375rem;left:24.0625rem;height:1.21875rem;font-style:normal;display:none; }
#sqvlEGvvXxyynkWLMhMZKGqptBLbuqZo { color:#000000;display:block;width:28rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:14.4375rem;left:24.0625rem;height:1.21875rem;font-style:normal;display:none; }
#zlxVlniVm6T5yXfgbX1mf6JATqyOLbNi { color:#000000;display:block;width:28rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:14.4375rem;left:24.0625rem;height:1.21875rem;font-style:normal;display:none; }
#IUuJOJm8bdK2lMSWv2QLGSRiIA5Irk0s { color:#000000;display:block;width:5.4375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:30.125rem;left:16.375rem;height:1.21875rem;font-style:normal;display:block; }
#iEkrfW0w0URb73LEJbbVi2Jru3tXRFbi { color:#000000;display:block;width:4.25rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:30.125rem;left:55.25rem;height:1.21875rem;font-style:normal;display:block; }
#UpAyWAkgflyfLUAuzhiA0zM09LAuTTxE { color:#000000;display:block;width:29.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:29.875rem;left:23.1875rem;height:1.21875rem;font-style:normal;display:block; }
#XqkO2WlXXtmaGPNToRzbWKbyFqSriXRP { color:#000000;display:block;width:28rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:14.4375rem;left:24.0625rem;height:1.21875rem;font-style:normal;display:none; }
#zA5RoLwOJFGcgz7FR6kUJNPU0Mr02U2P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#zA5RoLwOJFGcgz7FR6kUJNPU0Mr02U2P > .row .container { background-color: transparent; background-image: none; }#zA5RoLwOJFGcgz7FR6kUJNPU0Mr02U2P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zA5RoLwOJFGcgz7FR6kUJNPU0Mr02U2P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zA5RoLwOJFGcgz7FR6kUJNPU0Mr02U2P > .row .container > .video-iframe-container { display: none; }#zA5RoLwOJFGcgz7FR6kUJNPU0Mr02U2P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zA5RoLwOJFGcgz7FR6kUJNPU0Mr02U2P > .row > .video-iframe-container { display: none; }#zA5RoLwOJFGcgz7FR6kUJNPU0Mr02U2P > .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); }#zA5RoLwOJFGcgz7FR6kUJNPU0Mr02U2P > .row .container { border-width: 0; border-radius: 0; }#zA5RoLwOJFGcgz7FR6kUJNPU0Mr02U2P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zA5RoLwOJFGcgz7FR6kUJNPU0Mr02U2P > .row .container { font-size:0.875rem;font-family:arial;height:37.0625rem;width:75rem;position:relative;display:block; }#f4u04TU7g6fFA9Fd9MuRuTbblDIudllx { color:#1e1e1e;display:block;width:24.375rem;position:absolute;font-family:"playfair display";font-size:1.75rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:7.1875rem;left:0rem;height:2.2749rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EbTeimA1XQ5SLm36cOQ7e7hrUi9f7dJG { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:12.25rem;left:2.25rem; }
#yO3lTPsfps1BFCJ9uWq02oKCTrsv2Hzx { color:#212529;display:block;width:31.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:12.25rem;left:4.25rem;height:13.40625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ThxMms1zKbeahxIfaDLrWiIzymgRkaeW { background-color:transparent;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:#530c37;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.6875rem;height:3.125rem;text-decoration:none;z-index:15027;text-align:left;text-align-last:left;top:27.625rem;left:0rem;display:block; }
#xtfoiNJPllgIP10koMCbZm9gLbaT5pmd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fNUJzEkUN2zHkXkpKphT850EaP1XUORh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:28.3125rem;left:7.9375rem; }
#fNUJzEkUN2zHkXkpKphT850EaP1XUORh > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#k5LvCgFvq4PfynPgiKqGdqgQ1KCD97IJ { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:17.0625rem;left:2.25rem; }
#WNIoq5PfLwKdoKOHU7hKFvyZsvCCzls0 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:19.4375rem;left:2.25rem; }
#lCxlRURT0bTckcG6N4fIGI0DMvS5Tmcu { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:21.9375rem;left:2.25rem; }
#OJ6oOeLU2l7hJ0HMGpgfMI8PgpnyriFh { color:#1e1e1e;display:block;width:24.375rem;position:absolute;font-family:"playfair display";font-size:1.75rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:7.1875rem;left:40.9375rem;height:2.2749rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MO4xZBupBvA7howwxXPm3hCoBLrsMFtF { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:12.25rem;left:40.9375rem; }
#ssxpzNwB3GpKxMNwT2r06WKGOl8u4f8v { color:#212529;display:block;width:28.0625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:12.3125rem;left:42.9375rem;height:9.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eUhwv9XQmhTsGNCELlwSg5McuR6GB3eM { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:14.6875rem;left:40.9375rem; }
#F2Pz3zEP01c49NBLe04gWCEP6lSEqnPz { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:17.0625rem;left:40.9375rem; }
#Qh4PRcTErdgszxK1JWfhx8AlZimBTFet { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:19.4375rem;left:40.9375rem; }
#y3osQ8tQviU4UGiTVOmDn7d4NvLoaoSn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:27.625rem;left:48.875rem; }
#y3osQ8tQviU4UGiTVOmDn7d4NvLoaoSn > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#G0qbTFJ2zXoz020sk9FTp8PweZ2HFy7v { background-color:transparent;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:#530c37;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.6875rem;height:3.125rem;text-decoration:none;z-index:15029;text-align:left;text-align-last:left;top:26.9375rem;left:40.9375rem;display:block; }
#VPwbWC1EDeReMFprHni8Ls8yG6CzWI7A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TOg0kml2iTnHTT0vd8LB6caiQtgJwZIy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TOg0kml2iTnHTT0vd8LB6caiQtgJwZIy > .row .container { background-color: transparent; background-image: none; }#TOg0kml2iTnHTT0vd8LB6caiQtgJwZIy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOg0kml2iTnHTT0vd8LB6caiQtgJwZIy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOg0kml2iTnHTT0vd8LB6caiQtgJwZIy > .row .container > .video-iframe-container { display: none; }#TOg0kml2iTnHTT0vd8LB6caiQtgJwZIy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOg0kml2iTnHTT0vd8LB6caiQtgJwZIy > .row > .video-iframe-container { display: none; }#TOg0kml2iTnHTT0vd8LB6caiQtgJwZIy > .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); }#TOg0kml2iTnHTT0vd8LB6caiQtgJwZIy > .row .container { border-width: 0; border-radius: 0; }#TOg0kml2iTnHTT0vd8LB6caiQtgJwZIy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TOg0kml2iTnHTT0vd8LB6caiQtgJwZIy > .row .container { font-size:0.875rem;font-family:arial;height:40.3125rem;width:75rem;position:relative;display:block; }#UiKQAvqHgcaJrAsvMHFvVgk45qXr3pvw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:13.8125rem;left:36.25rem; }
#T1T1OQSVtbzn8vltTbabHoq1CSDsHne1 { color:#1e1e1e;display:block;width:44.625rem;position:absolute;font-family:"playfair display";font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZeBA9EoUyHiJ5rTmvzZtw33EEKRwuR4m { position:absolute;display:block;z-index:15012;background-color:#530c37;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.15) ;height:0.1875rem;width:6.25rem;top:8.3125rem;left:0rem;display:block; }
#gDoVTPZCFc1odhe7bNem6wfR9UCnVJuq { position:absolute;display:block;z-index:15007;height:13.5625rem;width:60rem;top:19.3125rem;left:7.5rem;display:block; }
#Gx2JZxoG0EZosPlanhQ2fo5e7CHxQJlp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:24.625rem;left:67.5rem;display:none; }
#Gx2JZxoG0EZosPlanhQ2fo5e7CHxQJlp > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#PCKlHahFcgmGpmWQFfAxQVCZVWCm9rDi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a31359;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#PCKlHahFcgmGpmWQFfAxQVCZVWCm9rDi > .row .container { background-color: transparent; background-image: none; }#PCKlHahFcgmGpmWQFfAxQVCZVWCm9rDi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCKlHahFcgmGpmWQFfAxQVCZVWCm9rDi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCKlHahFcgmGpmWQFfAxQVCZVWCm9rDi > .row .container > .video-iframe-container { display: none; }#PCKlHahFcgmGpmWQFfAxQVCZVWCm9rDi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCKlHahFcgmGpmWQFfAxQVCZVWCm9rDi > .row > .video-iframe-container { display: none; }#PCKlHahFcgmGpmWQFfAxQVCZVWCm9rDi > .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); }#PCKlHahFcgmGpmWQFfAxQVCZVWCm9rDi > .row .container { border-width: 0; border-radius: 0; }#PCKlHahFcgmGpmWQFfAxQVCZVWCm9rDi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PCKlHahFcgmGpmWQFfAxQVCZVWCm9rDi > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#wF6ABsPAfgbADOeUsxfTCNtUm3sScbgx { color:#ffffff;display:block;width:9.1875rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:2.005859375rem;left:32.90625rem;height:2.11230625rem;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; }
#pN9U5UtOAkHd9HHDL7lztfCzEMmRQoCF { color:#ffffff;display:block;width:8.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:2.3310546875rem;left:54.8125rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QcMCKxLieJ3QXJ9kIPW4TSPgJVItopOX { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;top:2.21875rem;left:52.8125rem; }
#QcMCKxLieJ3QXJ9kIPW4TSPgJVItopOX > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#U0AMBukgL0d4AEEorpeREUloeo7CJzEl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:2.0625rem;left:65.5rem; }
#U0AMBukgL0d4AEEorpeREUloeo7CJzEl > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#hC5rnR46nwbnvhHaVB2tNclMylqmiqIG { color:#ffffff;display:block;width:18.1875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:1.212890625rem;left:28.375rem;height:2.76171875rem;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;text-align:center;text-align-last:center;display:none; }
#tRLHno4P8gOcKighFveta6daelWpaJmP { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:1.1123046875rem;left:7.5rem;height:;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;text-align:left;text-align-last:left;display:block; }
#pcmViSboM5M31mAxebcFFV90AXMQWBTx { color:#ffffff;display:block;width:18.1875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:1.212890625rem;left:28.375rem;height:2.76171875rem;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;text-align:center;text-align-last:center;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vnOvfqDCSmK7ez1JBwmqT3zqvCldV5mg { width:33.625rem;height:7.25rem;top:13.25rem;left:0rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXihXxpoVwPs1Bvgc4OIBC4Pr4AP7JFX { top:14.5rem;left:0rem;width:47.75rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWWchk59Z8QxsRDNr60cNwVT5Oze3bro { width:16.6875rem;height:1.5rem;top:10.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ver2zbAylDUTHzifslMiQx6J4TpUNHVW { top:10.125rem;left:0rem;width:19.125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oH4PLXBLT334Lw7lV03ZHA61EfQBGDUy { top:12.375rem;left:0rem;width:36.5625rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #inZbLFUqeHqyHtFP55COKUs51Tzf1kPo { width:20rem;height:;top:35.875rem;left:13.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fJSFt49LPMhT2ScUTW89qOIiGwdqmDn7 { width:14.8125rem;height:3.5625rem;top:33.1875rem;left:16.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTtRS6z02IxQ0Np5NHgEmPBCFlylmG6b { display:block; }
 }@media only screen and (max-width: 763px) { #OHprkBlhT59MeUBqmWr9qoGWA6Rvky1e { width:33.6875rem;height:1.4375rem;top:23.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzhRIQCGu17Exqya3GiTguz3NnPF2JsS { top:27rem;left:2.21875rem;width:2rem;height:2rem;display:block; }
#UzhRIQCGu17Exqya3GiTguz3NnPF2JsS > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #sISxz8hWmigg7QTyBRZsdZA25mc4Tyh2 { top:2.0625rem;left:0rem;width:13.1875rem;height:3.1084652577952rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdkIVpzqLVh45rOxUMTFkprcuITJmLfF { display:none; }#VdkIVpzqLVh45rOxUMTFkprcuITJmLfF > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kCFLP9Il9dUiJpTfAToCkKZQQs5I5D0k { width:14.375rem;height:;top:9.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdzxV7KWxHxSk58ukxS6a1hikgCb9C60 { top:14.5rem;left:0rem;width:47.75rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub3kMXEuXb34KVu1VJPoIPON9XndCz0Q { width:9.5rem;height:;top:8.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOJyZA9g52GAQ2bDdXAiqOBk2NMuR6Om { top:10.25rem;left:0rem;width:13.125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHsVVR0u0B7U1wqBDCmCHbNE6P1AKIp2 { top:12.5625rem;left:0rem;width:47.75rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9AsSeK54Z8kPhPak28omzq0nIFy5WJd { width:20rem;height:;top:35.875rem;left:13.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WA1tFdRgRKVqoTlSx5EkSLOoeiGx2m1U { width:12.5625rem;height:3.5625rem;top:33.6875rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcJbOMaKLFxiTeKD3sSu4G8ItfTRe9Ig { display:block; }
 }@media only screen and (max-width: 763px) { #yhtgwITZdt53RcFIig8Lgq0eAuoa8NAJ { width:21.625rem;height:5.625rem;top:23rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mk3rvrw88xCI3pBiBgLAgC8pNHCcQnz1 { width:23.3125rem;height:3.375rem;top:24.1875rem;left:12.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGZrAJAoTt3dehkTFtAir8hlZBTKKtrM { top:27rem;left:2.21875rem;width:2rem;height:2rem;display:none; }
#XGZrAJAoTt3dehkTFtAir8hlZBTKKtrM > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #INCnScMCvyXTCFARrW2zxMIBuU0lZTuo { top:4.5rem;left:23.47916662693rem;width:13.1875rem;height:3.1084652577952rem;display:none; }
 }@media only screen and (max-width: 763px) { #eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn { display:block; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vUwQ2ypD6BSDc2byBvPTF5gTbZFQHdQp { width:27.5rem;height:7.9375rem;top:14.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxpva5HJB1CfV6DpFBEMuWGkxsHJmBST { width:40rem;height:4.875rem;top:6.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZOstQ2xhFT7o8g0b6nHgCJ5XzyzaFbv { width:12.125rem;height:3.5rem;top:36.75rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD6hLmI34r6qKaPgCE6LLuVdSTHuDxCZ { display:block; }
 }@media only screen and (max-width: 763px) { #Rmpk2Ay2bE8cEUSlqkzolg3wNCH5h5MG { width:6.25rem;height:0.25rem;top:3.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wGQc2HFTQRliUgcTnvw26zHNTkQObmbs { width:14.3125rem;height:3.5rem;top:36.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmgCRP6Z0QAqJ2KRlEVmH1UDKz8ZZ6B7 { display:block; }
 }@media only screen and (max-width: 763px) { #wqxs5UKA8BzDD0Ea82ZIx1m3OCZUxsZ8 { width:32.4375rem;height:32.4375rem;top:7.875rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWVa3UCRam1lbfRgHQfDXQEhQT5DwWMK { width:23.75rem;height:4.75rem;top:24.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6nlCViMHoqQFkePZ2Iqw2BEqNXNtQdx { top:25.3125rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSqgXiPDBsW9hPT3Q6w6nKFCvSF0LBU1 { width:23.75rem;height:1.5625rem;top:30.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vApfq9rnKQMlaGP7LZ9p4hg1f1qX7KUi { top:30.4375rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRcDeTJE2Qy92pws529kiXfW1RzREWHb { width:6.25rem;height:0.1875rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTy6KK8l4Ewgbw4xbpsIWZmxPvtbUiQ4 { width:20rem;height:;top:2.0625rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Caq8Va64EfeePzgLCKaxNkKAFUKe84Nt { width:14.3125rem;height:3.5rem;top:36.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #y6dN0VsQ120c5xMwZVCPDioCrpDBsu0D { display:block; }
 }@media only screen and (max-width: 763px) { #m8R28WecfMuaAEDXzrxGTTe2rpwXWmm7 { display:block; }#m8R28WecfMuaAEDXzrxGTTe2rpwXWmm7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wkIeOhgGXFp8MkLSDMkPiZ75TC2A1yg2 { width:40rem;height:2.4375rem;top:2.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWHWZvwuOc1ubWzcUJ4AbPc2I3QGLgUB { width:12.125rem;height:3.5rem;top:30.8125rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXU3c4pdekLeHE2D1V1o2kHIW7kxQiVw { display:block; }
 }@media only screen and (max-width: 763px) { #XPbyOpuiPuE5VutPZc0TMFMKlxtkI1tz { width:6.25rem;height:0.25rem;top:3.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZcyUuF9aUwElXVPV8PD3iL80F7BRoLmG { width:12.125rem;height:3.5rem;top:35.6875rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVrUhi4XvUxGMvLVixBCWdnWAMEUAGyQ { display:block; }
 }@media only screen and (max-width: 763px) { #vgni0K2NRn3eRBfEhkS42ZzpbpVCd4eC { width:6.25rem;height:0.1875rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDuP0h2UrMcpImnxJihHs0Tz2yNZq5p6 { top:18.9375rem;left:39.9375rem;width:7.8125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqrJOTwlq1TT8zRGaa4a7z3w7fqbzaRZ { top:7.25rem;left:0rem;width:42.8125rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzS7UDmsNUGlxlaaO8LCRR7nB9RA3bDH { top:21rem;left:22.125rem;width:25.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZJQ4IQmLLByKsUOKrk4JK5C21fGtV66 { top:16.625rem;left:19.625rem;width:28.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILUBRXUCESOOUtutIKJTr9azIDlMZFOS { top:14.6875rem;left:37.5625rem;width:10.1875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTCIr0zPnp6Ezn7pyDcibv02VIeXtLur { top:12.375rem;left:19.625rem;width:28.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnapWyLO9bR9pSPcvZMKt0l8Mt7ptqCU { top:10.375rem;left:41.4375rem;width:6.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCpuMAETCelg1bmsVsPUHIbytZRKZA0x { width:20rem;height:;top:3.5625rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pw1QxauhORhy04VWuMvhcmFDfg6CL1bp { width:12.125rem;height:3.5rem;top:33.4375rem;left:35.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GQBZRsNkF4dU0SZ2IibypTThiR21Ozy2 { display:block; }
 }@media only screen and (max-width: 763px) { #k598nSs65O1bIASkdWTBO1eLK3oHRsQD { top:24.875rem;left:42.0625rem;width:5.6875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJfyvZBrwDoxRab4edM2KHSFyN8MCvzf { top:26.9375rem;left:22.125rem;width:24.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KO8lkJ5vL3suv3CexATIB4T4hNO0ONIn { top:24.4375rem;left:0rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #okXd14AiM2D8H0FnLPTSCCOisoE8X25U { top:24.4375rem;left:0rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #G5giXUsEH2uLfKXIN1T00y7u3JLziGEs { top:24.4375rem;left:0rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #c3uxbmxnTTfdVxDT0CuABdqxzBmf6ahl { top:24.4375rem;left:0rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN { display:block; }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WhGTBIskV0OZbdQHWHFeAQe0UbLv27e3 { top:22.625rem;left:0rem;width:29.9375rem;height:7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiv9iB513SNfQQWm4nWv337FcJLLW9s9 { top:18.6875rem;left:0rem;width:30.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jv4WbUS97TnEHQKnwEVfMRZUn3E9PM68 { width:40.5625rem;height:;top:5.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQT4gE5bi6g4hPCXzWmdcVe4sulxgAxU { width:6.25rem;height:0.1875rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vw4Zt1sBa7I7XfBNNfoolD9xUBpeip1O { width:20rem;height:;top:2.25rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #togpUHVgrKw5GviRtBdXxT10eu8S7nKZ { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #KyO0xB1EFKwkQScwHDBucK2FTTJMq8qh { top:14.1875rem;left:1.8125rem;width:3.5625rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDB94vQeiTF5AdhxfIxg3wen96ap9xwg { top:12.6875rem;left:1.1875rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKNse5PZdR9KweOITzhZ8aeTtuQLAXbp { top:22.625rem;left:41.4375rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9hXfF8aZGRH41lHeV7t2XsaSTz8blRH { top:24.25rem;left:42.0625rem;width:3.5625rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlTdNX20FBb8ZZbqaaPFiEFWiW3XETIu { top:40.4375rem;left:1.875rem;width:3.5625rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IioJPOOatraf825MoWz1ppkw6nbCg6cR { top:38.9375rem;left:1.1875rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZJEZfRfoTlOb3EAu7c33V4cy8DCkHIr { width:33.9375rem;height:18.1875rem;top:14.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9uUhJBbf29GGkdHm8eBTPiTh0nrbUAn { top:29.625rem;left:22.8125rem;width:24.9375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8UneFZw8FOVNT0002p50RwRaeiGcSva { width:33.9375rem;height:26.5625rem;top:24.8125rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7g0LruqKVa3a0RqVz4rLTPpoR6VdL8e { top:35.0625rem;left:17.8125rem;width:29.9375rem;height:12.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gs1FXL9kBlJl28lpxxseQTwRTbiO788L { top:46.1875rem;left:0rem;width:32.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HN6iCMRQTOs7xWBJQI1Lv83cLMkEoGRP { width:33.9375rem;height:22rem;top:41.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXfT9kshH7WpN28etB4foDItEhblmuKz { top:50.25rem;left:0rem;width:31rem;height:9.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRF2zkHmc78ihEBAgBzZrRJlNFWfBw2l { width:12.125rem;height:3.5rem;top:77.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7ot7pSboC7yHgVMRKoQA9Fa5dIfkhoR { display:block; }
 }@media only screen and (max-width: 763px) { #MVEXv5J5ESORWMgHBExwVJW0dWDl5e0L { top:59.8125rem;left:0rem;width:20rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tTf2CyWNgPtllLhTh10vqzoUDIPrcHNv { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #h8ptA6hx3h5evdT6wZ88EHa3ire6KPtR { top:7.125rem;left:0rem;width:16.3125rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #PL0N99OVSCMvRQLeb3SI7reUPpkc6iew { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #RGISEcU8suRS03L23ew83Z00HuQeLTKr { top:65.4375rem;left:15.5rem;width:32.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzTPxF7TPH7yG9zyoKHTItx5STeobqZK { width:33.9375rem;height:19.75rem;top:60.8125rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Np3OQ6pOfqfCOqEVwezL4VJKAPJBW880 { top:59.6875rem;left:42.9375rem;width:3.5625rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2OL3E42F9Qbx6mBZic4HqnJ2b8FmPdf { top:58.1875rem;left:42.25rem;width:4.9375rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HewaBHBm5pf5XBhDOekrM7tnS4qKhNvJ { top:69.5rem;left:16.75rem;width:31rem;height:7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbwOJTvctK9dkTwIAnF8MalFaClJ0TlI { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #ZHGcf6hzyV4kpzMFIv4XqzhHmtZK2KXz { display:block; }#ZHGcf6hzyV4kpzMFIv4XqzhHmtZK2KXz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #STZry498FGepUdbMlXV2QdtktPqkiOqT { width:32.8125rem;height:4.5rem;top:5.0625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vu9Rm1BVNM28wXtNXVoE1V7gQbTLnbN9 { width:6.25rem;height:0.25rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLy0M5RZpDlp7EXHQoZp6v50HfeqM7xT { width:27.75rem;height:9.5625rem;top:12rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x65MhipoVQVt6o7dZppopNQVfhAqOHEt { top:5.8125rem;left:16.6875rem;width:31.0625rem;height:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDJt3rva836iHbxRociEc9GDXmTShk23 { width:18.25rem;height:13.375rem;top:11.375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zrQkKS72KFbU7QiDdI7H6SyA6ViqrEd3 { width:27.25rem;height:3.1875rem;top:23.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRrD37fsyRvo7BTNi6ykmG2RkLCbtrOZ { width:27.25rem;height:3.1875rem;top:27.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASrlmaZvObPFXB9bqBql8NXTheFWUPgz { top:24.4375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CX2Zxa5oqQgMakXUXZWtmfDusZo28CIn { top:28.5rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlv9pIZLTT0l4CrepWIsNpKRJCo79QS1 { width:12.125rem;height:3.5rem;top:33.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qP1pk0IhR0qiryA8UME3U7k1b4iqF1Ky { display:block; }
 }@media only screen and (max-width: 763px) { #WHaK6wHG273wzNBCFw43DmgnlmypcEdX { width:17.1875rem;height:2.9375rem;top:31.375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #d1L0LKEHWRTGk6aM0QdPGZy3KkNwE1lz { width:20rem;height:4.4375rem;top:37.0625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oovmuWAFspfh4TiUH0LrGAcnxS5huRSC { width:20rem;height:;top:0.6875rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ChXXUJeLPFqBJUc8ZlSlWSs6sezdv90t { display:block; }#ChXXUJeLPFqBJUc8ZlSlWSs6sezdv90t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTTKKFfLplxxZMDgEDHMraZCmQqzh0wi { top:8.4375rem;left:25.875rem;width:15.1875rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #StI074MSip3alB6rlWocl4o5SUkKCA51 { top:8.4375rem;left:32.5625rem;width:15.1875rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsUSbuSdJtKUz2lnm335znq03xVHTTeq { width:24.1875rem;height:2.4375rem;top:3.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLenFSiMkWeunz3DWDrVXNSS7bQ8JB8G { width:31.75rem;height:11.125rem;top:8.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZSlTAIZf6ef0DSFbUTvuBcF0mhBJNXv { width:47.75rem;height:38.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPrDZGG3ie6NMTFRqCGQiiOd6Izi0uow { width:7rem;height:3rem;top:22.5625rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuZorcN5ndKBDeFFVLg1sToUQ9Eod7ab { display:block; }
 }@media only screen and (max-width: 763px) { #XKM4pthMk8EUOyifGDwgzQR66tV3ZVMX { width:7rem;height:3rem;top:22.5625rem;left:40.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwJChnKnHrxOG1wUB3ceGDeIWl5dBEgi { display:block; }
 }@media only screen and (max-width: 763px) { #Mm337dbCM2LhhWNH2TzRWS0un8zRG328 { width:12.375rem;height:3.5rem;top:28.875rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrpmm6TvarRE2EyBn3Xgh09AZRTACk47 { display:block; }
 }@media only screen and (max-width: 763px) { #tDkyLLQ0esRr8SLpw7XWeWyatRHRXiWi { width:6.25rem;height:0.1875rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWGirELXefnn7LzbpZ7MFcyI6iM0pkEn { display:block; }#kWGirELXefnn7LzbpZ7MFcyI6iM0pkEn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tl5AKSDARwgZt28DWioZoJL5tTu899d2 { top:12.25rem;left:29.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwImIzT3klpyKbd8HTRr6WTTULsWwqRJ { top:12.125rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7uUgf9kovTnpgH8kHHfiJrwhmDzl8ek { top:12.1875rem;left:41.4375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiiCfF1oiCnTR6qwUOicPgHL80gfoupm { width:26.0625rem;height:6.375rem;top:25.1875rem;left:21.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s54vLusb7fe4Vs0eME53KqCNZNdaDcAT { width:6.25rem;height:0.1875rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaFofF0N3XnygLZZqTug6Agy758wMZXe { width:14.4375rem;height:2.4375rem;top:4.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXbZocFJakZhasnyoFcQoNpD9ENMLWwk { width:12.125rem;height:3.5rem;top:33.6875rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNK0lTEoZPGpEdogTGC5l8bil8VtsiXB { display:block; }
 }@media only screen and (max-width: 763px) { #DT4lD37JD8Dr2vwHFo5B8ECmhmJmSmK3 { top:39.4375rem;left:27.8125rem;width:8.3125rem;height:1.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsC2kUrO9FCK8UWwfcO8MBNXyyNIPIZH { top:39.625rem;left:26rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #izbIrxlvRqE2AD9V19pA4X4ag5zpdGzV { width:8.5rem;height:2.6875rem;top:15.75rem;left:38.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLcqdcIwRxrN6gaDuD9Q06wkmV0slOtN { width:12.3125rem;height:2.6875rem;top:15.8125rem;left:35.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfC3wvIVyRK6K63h0044f5QO0RF2QlWR { width:8.5rem;height:2.6875rem;top:15.75rem;left:15.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wd9UONnPzbiJrpMtXFOsrI5CbbK3d7Jh { width:9.8125rem;height:2.6875rem;top:15.75rem;left:26rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lph35FqZugpgip3095MZsKQAuNgOfF7G { top:12.4375rem;left:18.4375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wx0g7r2ZrTyZcP4ay0F8td5qIyhX7ub4 { top:11.8125rem;left:17.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hc0LQySSyfm47y8qZ3qFH4Tp4ETywxVZ { top:11.6875rem;left:40.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLamhMoskne87kXzPunNiyQx8CwCxZvE { top:11.6875rem;left:29.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #od7rItvqWnv2HzThCsspbZguEEU5TRBn { top:11.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBie2Zx2LgGK4GKwXbb5p34Gz2Xbw9ba { top:11.9375rem;left:0rem;width:32.4375rem;height:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKIyFBmrbAToIXv7r6dR4XoDcZ5VLyGt { width:47.3125rem;height:13.8125rem;top:8.25rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zle5IO407FxrmiMmnMTJiKwfREacbNTI { width:20rem;height:8.875rem;top:31.6875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vKRIwJESvr8az4NT9xrXxxKNgLbXoHX2 { top:42rem;left:26rem;width:13.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvJWhB9DmXCZ6PLdRW58TnbhiXs1N4HI { display:block; }#IvJWhB9DmXCZ6PLdRW58TnbhiXs1N4HI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLNuFH05ZwnkRarTwbPSB7yGtFzTTzOw { width:47.1875rem;height:2.4375rem;top:3.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E26uWF6KWbwxaLyz90mG94fC8ubEDVDw { top:17.8125rem;left:2.75rem;width:11.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePORcUOuZcRXWDVGNVGVHDcQCVID0yzF { top:20.875rem;left:2.75rem;width:8.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kP92bPIJTWk8E46Ar5n5wgx5kxSxV3m5 { width:12.375rem;height:3.5rem;top:34.25rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #frhrz5t7gSM9WzyDP6nnIwaEPxKZeiZX { display:block; }
 }@media only screen and (max-width: 763px) { #ocvdCHR6Ns94eJIxMQsKvDsIR8dHoQOO { width:38.375rem;height:1.5625rem;top:8.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRRFzgFZE16p8TpMKKKPZ8lEMpWE6FBy { top:14.75rem;left:2.75rem;width:5.875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbsSnE82rLUrLHTq8pTTMiKOVGCrwhW6 { top:23.9375rem;left:2.75rem;width:14rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNTR3P1R4WwX1CekcRz2OgOEEdPchtAA { top:27rem;left:2.75rem;width:5.4375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQedPzIZ4OC0LFnlBPOua2OOthA4R6a3 { top:14.75rem;left:41.1875rem;width:3.875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNM8hnh1JTW06U2htJGE7AvH9hvCU5TT { top:17.8125rem;left:41.1875rem;width:3.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sh65Atud4ZVt86gkbXhHcERtickcTRms { top:20.875rem;left:41.625rem;width:3.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7eXznUVsPWLoiKmVvc2cZzoIIBTaLwO { top:23.9375rem;left:41.625rem;width:3.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI1EoGv0ThvHyEfXMQykN31wckW6JEAX { top:27rem;left:41.625rem;width:3.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTCeSy7klVkuQlm6v7eLOr353VKRItSc { width:6.25rem;height:0.1875rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtAqNLbPycDTdkpzxU6SNUDcK3uxZlFP { top:14.4375rem;left:10.4375rem;width:28rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9l6JnkVzgqOmTZZI1P60dTxHbiLLfwA { top:17.4375rem;left:16.25rem;width:21.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLLvDnPQZ5uImZTTkCTyIoVxrlsL9wts { top:20.4375rem;left:13.1875rem;width:25.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #viEx3oxCasyso9aHGl80wte18CfGQ9aO { top:23.6875rem;left:18.875rem;width:19.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSf06coz0SovUzHQK4ZLScBrQ6cAEE16 { top:26.75rem;left:10.8125rem;width:28.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcJdSCZ0MWb76TIcTdyZcTZ40J1D59uF { top:7.6875rem;left:0rem;width:11.0625rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ul9bsDTbV3gTsdmp2T3mViQ2XnsTW8Tu { top:10.5rem;left:0rem;width:5.5625rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ov70SRzrIPTMbCJVSGGazA6t9lrMIhRx { top:13.25rem;left:0rem;width:8.4375rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sqvlEGvvXxyynkWLMhMZKGqptBLbuqZo { top:16.0625rem;left:0rem;width:8.4375rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zlxVlniVm6T5yXfgbX1mf6JATqyOLbNi { top:18.625rem;left:0rem;width:11.0625rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IUuJOJm8bdK2lMSWv2QLGSRiIA5Irk0s { top:30.125rem;left:2.75rem;width:5.4375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEkrfW0w0URb73LEJbbVi2Jru3tXRFbi { top:30.125rem;left:41.625rem;width:4.25rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpAyWAkgflyfLUAuzhiA0zM09LAuTTxE { top:29.875rem;left:9.5625rem;width:29.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqkO2WlXXtmaGPNToRzbWKbyFqSriXRP { top:20.5rem;left:0rem;width:11.6875rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zA5RoLwOJFGcgz7FR6kUJNPU0Mr02U2P { display:block; }#zA5RoLwOJFGcgz7FR6kUJNPU0Mr02U2P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f4u04TU7g6fFA9Fd9MuRuTbblDIudllx { width:24.375rem;height:2.25rem;top:7.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbTeimA1XQ5SLm36cOQ7e7hrUi9f7dJG { top:12.25rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yO3lTPsfps1BFCJ9uWq02oKCTrsv2Hzx { width:31.75rem;height:13.375rem;top:12.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThxMms1zKbeahxIfaDLrWiIzymgRkaeW { width:7.6875rem;height:3.125rem;top:27.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtfoiNJPllgIP10koMCbZm9gLbaT5pmd { display:block; }
 }@media only screen and (max-width: 763px) { #fNUJzEkUN2zHkXkpKphT850EaP1XUORh { top:28.3125rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
#fNUJzEkUN2zHkXkpKphT850EaP1XUORh > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #k5LvCgFvq4PfynPgiKqGdqgQ1KCD97IJ { top:17.0625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNIoq5PfLwKdoKOHU7hKFvyZsvCCzls0 { top:19.4375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCxlRURT0bTckcG6N4fIGI0DMvS5Tmcu { top:21.9375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJ6oOeLU2l7hJ0HMGpgfMI8PgpnyriFh { width:24.375rem;height:2.25rem;top:7.1875rem;left:23.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MO4xZBupBvA7howwxXPm3hCoBLrsMFtF { top:12.25rem;left:27.3125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssxpzNwB3GpKxMNwT2r06WKGOl8u4f8v { width:28.0625rem;height:9.75rem;top:12.3125rem;left:19.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUhwv9XQmhTsGNCELlwSg5McuR6GB3eM { top:14.6875rem;left:27.3125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2Pz3zEP01c49NBLe04gWCEP6lSEqnPz { top:17.0625rem;left:27.3125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qh4PRcTErdgszxK1JWfhx8AlZimBTFet { top:19.4375rem;left:27.3125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3osQ8tQviU4UGiTVOmDn7d4NvLoaoSn { top:27.625rem;left:35.25rem;width:1.6875rem;height:1.6875rem;display:block; }
#y3osQ8tQviU4UGiTVOmDn7d4NvLoaoSn > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #G0qbTFJ2zXoz020sk9FTp8PweZ2HFy7v { width:7.6875rem;height:3.125rem;top:26.9375rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPwbWC1EDeReMFprHni8Ls8yG6CzWI7A { display:block; }
 }@media only screen and (max-width: 763px) { #TOg0kml2iTnHTT0vd8LB6caiQtgJwZIy { display:block; }#TOg0kml2iTnHTT0vd8LB6caiQtgJwZIy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UiKQAvqHgcaJrAsvMHFvVgk45qXr3pvw { top:13.8125rem;left:22.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1T1OQSVtbzn8vltTbabHoq1CSDsHne1 { width:44.625rem;height:2.4375rem;top:5.0625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeBA9EoUyHiJ5rTmvzZtw33EEKRwuR4m { width:6.25rem;height:0.1875rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDoVTPZCFc1odhe7bNem6wfR9UCnVJuq { top:19.3125rem;left:0rem;width:47.75rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gx2JZxoG0EZosPlanhQ2fo5e7CHxQJlp { top:24.625rem;left:45.75rem;width:2rem;height:2rem;display:block; }
#Gx2JZxoG0EZosPlanhQ2fo5e7CHxQJlp > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #PCKlHahFcgmGpmWQFfAxQVCZVWCm9rDi { display:block; }#PCKlHahFcgmGpmWQFfAxQVCZVWCm9rDi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wF6ABsPAfgbADOeUsxfTCNtUm3sScbgx { width:9.1875rem;height:2.0625rem;top:2rem;left:19.28125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pN9U5UtOAkHd9HHDL7lztfCzEMmRQoCF { width:8.25rem;height:1.4375rem;top:2.3125rem;left:39.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcMCKxLieJ3QXJ9kIPW4TSPgJVItopOX { top:2.1875rem;left:39.1875rem;width:1.6875rem;height:1.6875rem;display:block; }
#QcMCKxLieJ3QXJ9kIPW4TSPgJVItopOX > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #U0AMBukgL0d4AEEorpeREUloeo7CJzEl { top:2.0625rem;left:45.75rem;width:2rem;height:2rem;display:block; }
#U0AMBukgL0d4AEEorpeREUloeo7CJzEl > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #hC5rnR46nwbnvhHaVB2tNclMylqmiqIG { width:7.625rem;height:;top:1.1875rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tRLHno4P8gOcKighFveta6daelWpaJmP { width:15.5625rem;height:;top:1.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcmViSboM5M31mAxebcFFV90AXMQWBTx { width:9.125rem;height:;top:1.1875rem;left:14.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d98cfdfd-2f4d-459c-8e20-9f3826672ce6/Beztytuu332x600px3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#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:39.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vnOvfqDCSmK7ez1JBwmqT3zqvCldV5mg { width:16.125rem;height:7.75rem;top:10.875rem;left:1rem;text-align:left;text-align-last:left;font-size:1.9375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #VXihXxpoVwPs1Bvgc4OIBC4Pr4AP7JFX { width:20rem;height:4.5625rem;top:14.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XWWchk59Z8QxsRDNr60cNwVT5Oze3bro { width:9.5rem;height:1.29980625rem;top:8.375rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ver2zbAylDUTHzifslMiQx6J4TpUNHVW { width:11.3125rem;height:2.25rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oH4PLXBLT334Lw7lV03ZHA61EfQBGDUy { width:20rem;height:5.375rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #inZbLFUqeHqyHtFP55COKUs51Tzf1kPo { width:20rem;height:0;top:34.1875rem;left:0rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:1.125rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #fJSFt49LPMhT2ScUTW89qOIiGwdqmDn7 { width:9.125rem;height:3.5625rem;top:38.875rem;left:5.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZTtRS6z02IxQ0Np5NHgEmPBCFlylmG6b { display:block; }
 }@media only screen and (max-width: 763px) { #OHprkBlhT59MeUBqmWr9qoGWA6Rvky1e { width:20rem;height:auto;top:23.375rem;left:0rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UzhRIQCGu17Exqya3GiTguz3NnPF2JsS { display:flex;width:2rem;height:2rem;top:16.8125rem;left:9rem; }
#UzhRIQCGu17Exqya3GiTguz3NnPF2JsS > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #sISxz8hWmigg7QTyBRZsdZA25mc4Tyh2 { width:13.1875rem;height:3.1084652577952rem;top:20.0625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdkIVpzqLVh45rOxUMTFkprcuITJmLfF { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/87a62fbc-f50f-4616-bbf0-04b56280c7ce/toop.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;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; }#VdkIVpzqLVh45rOxUMTFkprcuITJmLfF.adaptive-delivery-prevent-bg, #VdkIVpzqLVh45rOxUMTFkprcuITJmLfF.lazyload, #VdkIVpzqLVh45rOxUMTFkprcuITJmLfF.lazyloading { background-image: none; }#VdkIVpzqLVh45rOxUMTFkprcuITJmLfF > .row .container { background-color: transparent; background-image: none; }#VdkIVpzqLVh45rOxUMTFkprcuITJmLfF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VdkIVpzqLVh45rOxUMTFkprcuITJmLfF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VdkIVpzqLVh45rOxUMTFkprcuITJmLfF > .row .container > .video-iframe-container { display: none; }#VdkIVpzqLVh45rOxUMTFkprcuITJmLfF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VdkIVpzqLVh45rOxUMTFkprcuITJmLfF > .row > .video-iframe-container { display: none; }#VdkIVpzqLVh45rOxUMTFkprcuITJmLfF > .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); }#VdkIVpzqLVh45rOxUMTFkprcuITJmLfF > .row .container { border-width: 0; border-radius: 0; }#VdkIVpzqLVh45rOxUMTFkprcuITJmLfF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VdkIVpzqLVh45rOxUMTFkprcuITJmLfF > .row .container { width:20rem;height:38.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kCFLP9Il9dUiJpTfAToCkKZQQs5I5D0k { width:17.125rem;height:3.125rem;top:9.3125rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #AdzxV7KWxHxSk58ukxS6a1hikgCb9C60 { width:20rem;height:4.5625rem;top:14.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ub3kMXEuXb34KVu1VJPoIPON9XndCz0Q { width:12.625rem;height:1.05615rem;top:6.8125rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOJyZA9g52GAQ2bDdXAiqOBk2NMuR6Om { width:14rem;height:2.25rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHsVVR0u0B7U1wqBDCmCHbNE6P1AKIp2 { width:18.3125rem;height:4.9375rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9AsSeK54Z8kPhPak28omzq0nIFy5WJd { width:20rem;height:0;top:34.1875rem;left:0rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:1.125rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #WA1tFdRgRKVqoTlSx5EkSLOoeiGx2m1U { width:9.125rem;height:3.5625rem;top:38.875rem;left:5.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LcJbOMaKLFxiTeKD3sSu4G8ItfTRe9Ig { display:block; }
 }@media only screen and (max-width: 763px) { #yhtgwITZdt53RcFIig8Lgq0eAuoa8NAJ { width:19.875rem;height:5.625rem;top:23rem;left:0rem;background-color:rgba(0,0,0,0.1);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #Mk3rvrw88xCI3pBiBgLAgC8pNHCcQnz1 { width:20rem;height:auto;top:24.1875rem;left:0rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XGZrAJAoTt3dehkTFtAir8hlZBTKKtrM { display:flex;width:2rem;height:2rem;top:30.1875rem;left:9rem;z-index:15026; }
#XGZrAJAoTt3dehkTFtAir8hlZBTKKtrM > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #INCnScMCvyXTCFARrW2zxMIBuU0lZTuo { width:8.6875rem;height:2.047525rem;top:1.478515625rem;left:5.6562501192093rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn { display:block; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container { width:20rem;height:77.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vUwQ2ypD6BSDc2byBvPTF5gTbZFQHdQp { width:20rem;height:11.8990625rem;top:11.3125rem;left:0rem;text-align:center;text-align-last:center;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #wxpva5HJB1CfV6DpFBEMuWGkxsHJmBST { width:20rem;height:0;top:3.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #AZOstQ2xhFT7o8g0b6nHgCJ5XzyzaFbv { width:13.875rem;height:3.5rem;top:44.5625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD6hLmI34r6qKaPgCE6LLuVdSTHuDxCZ { display:block; }
 }@media only screen and (max-width: 763px) { #Rmpk2Ay2bE8cEUSlqkzolg3wNCH5h5MG { width:6.25rem;height:0.25rem;top:8.8125rem;left:6.875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #wGQc2HFTQRliUgcTnvw26zHNTkQObmbs { width:11.875rem;height:3.5rem;top:48.48046875rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #gmgCRP6Z0QAqJ2KRlEVmH1UDKz8ZZ6B7 { display:block; }
 }@media only screen and (max-width: 763px) { #wqxs5UKA8BzDD0Ea82ZIx1m3OCZUxsZ8 { width:20rem;height:20.1875rem;top:57.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWVa3UCRam1lbfRgHQfDXQEhQT5DwWMK { width:20rem;height:6.7995rem;top:28.4375rem;left:0rem;text-align:center;text-align-last:center;z-index:14998;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6nlCViMHoqQFkePZ2Iqw2BEqNXNtQdx { width:2.375rem;height:2.375rem;top:25.375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSqgXiPDBsW9hPT3Q6w6nKFCvSF0LBU1 { width:20rem;height:1.69986875rem;top:39.6875rem;left:0rem;text-align:center;text-align-last:center;z-index:14998;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vApfq9rnKQMlaGP7LZ9p4hg1f1qX7KUi { width:2.125rem;height:2.125rem;top:36.75rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRcDeTJE2Qy92pws529kiXfW1RzREWHb { width:6.25rem;height:0.1875rem;top:67.41796875rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #rTy6KK8l4Ewgbw4xbpsIWZmxPvtbUiQ4 { width:20rem;height:4.3125rem;top:3.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #Caq8Va64EfeePzgLCKaxNkKAFUKe84Nt { width:13.875rem;height:3.5rem;top:49.25rem;left:3.125rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #y6dN0VsQ120c5xMwZVCPDioCrpDBsu0D { display:block; }
 }@media only screen and (max-width: 763px) { #m8R28WecfMuaAEDXzrxGTTe2rpwXWmm7 { display:block; }#m8R28WecfMuaAEDXzrxGTTe2rpwXWmm7 > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wkIeOhgGXFp8MkLSDMkPiZ75TC2A1yg2 { width:20rem;height:0;top:3.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #cWHWZvwuOc1ubWzcUJ4AbPc2I3QGLgUB { width:13.875rem;height:3.5rem;top:42.3125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXU3c4pdekLeHE2D1V1o2kHIW7kxQiVw { display:block; }
 }@media only screen and (max-width: 763px) { #XPbyOpuiPuE5VutPZc0TMFMKlxtkI1tz { width:6.25rem;height:0.25rem;top:7.25rem;left:6.875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #ZcyUuF9aUwElXVPV8PD3iL80F7BRoLmG { width:11.875rem;height:3.5rem;top:44.75rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LVrUhi4XvUxGMvLVixBCWdnWAMEUAGyQ { display:block; }
 }@media only screen and (max-width: 763px) { #vgni0K2NRn3eRBfEhkS42ZzpbpVCd4eC { width:6.25rem;height:0.1875rem;top:44.125rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nDuP0h2UrMcpImnxJihHs0Tz2yNZq5p6 { width:6.5rem;height:1.29980625rem;top:15.3125rem;left:5.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vqrJOTwlq1TT8zRGaa4a7z3w7fqbzaRZ { width:20rem;height:17.0625rem;top:22.3125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WzS7UDmsNUGlxlaaO8LCRR7nB9RA3bDH { width:20rem;height:0.0625rem;top:21rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KZJQ4IQmLLByKsUOKrk4JK5C21fGtV66 { width:20rem;height:0.0625rem;top:16.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ILUBRXUCESOOUtutIKJTr9azIDlMZFOS { width:8.4375rem;height:1.29980625rem;top:12.6875rem;left:5.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BTCIr0zPnp6Ezn7pyDcibv02VIeXtLur { width:20rem;height:0.0625rem;top:12.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UnapWyLO9bR9pSPcvZMKt0l8Mt7ptqCU { width:5.5rem;height:1.29980625rem;top:10.3125rem;left:5.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pCpuMAETCelg1bmsVsPUHIbytZRKZA0x { width:20rem;height:;top:3.60546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #Pw1QxauhORhy04VWuMvhcmFDfg6CL1bp { width:13.875rem;height:3.5rem;top:47rem;left:3.0625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #GQBZRsNkF4dU0SZ2IibypTThiR21Ozy2 { display:block; }
 }@media only screen and (max-width: 763px) { #k598nSs65O1bIASkdWTBO1eLK3oHRsQD { width:4.9375rem;height:1.29980625rem;top:18rem;left:5.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MJfyvZBrwDoxRab4edM2KHSFyN8MCvzf { width:20rem;height:0.0625rem;top:26.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KO8lkJ5vL3suv3CexATIB4T4hNO0ONIn { display:flex;width:0.625rem;height:0.625rem;top:10.6875rem;left:4.1875rem;z-index:15057; }
 }@media only screen and (max-width: 763px) { #okXd14AiM2D8H0FnLPTSCCOisoE8X25U { display:flex;width:0.625rem;height:0.625rem;top:13.0625rem;left:4.1875rem;z-index:15058; }
 }@media only screen and (max-width: 763px) { #G5giXUsEH2uLfKXIN1T00y7u3JLziGEs { display:flex;width:0.625rem;height:0.625rem;top:15.625rem;left:4.1875rem;z-index:15059; }
 }@media only screen and (max-width: 763px) { #c3uxbmxnTTfdVxDT0CuABdqxzBmf6ahl { display:flex;width:0.625rem;height:0.625rem;top:18.3125rem;left:4.1875rem;z-index:15060; }
 }@media only screen and (max-width: 763px) { #Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN { display:block; }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row .container { width:20rem;height:141.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WhGTBIskV0OZbdQHWHFeAQe0UbLv27e3 { width:17.0625rem;height:12.65625rem;top:18.84375rem;left:1.46875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aiv9iB513SNfQQWm4nWv337FcJLLW9s9 { width:16.3125rem;height:0;top:17.625rem;left:1.84375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Jv4WbUS97TnEHQKnwEVfMRZUn3E9PM68 { width:20rem;height:0;top:153.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oQT4gE5bi6g4hPCXzWmdcVe4sulxgAxU { width:6.25rem;height:0.25rem;top:6.625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vw4Zt1sBa7I7XfBNNfoolD9xUBpeip1O { width:20rem;height:;top:2.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #togpUHVgrKw5GviRtBdXxT10eu8S7nKZ { top:74.75rem;left:0rem;width:20rem;height:25.375rem;z-index:15005;background-color:#ffffff;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) { #KyO0xB1EFKwkQScwHDBucK2FTTJMq8qh { width:3.5625rem;height:2.0249rem;top:11.0625rem;left:8.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDB94vQeiTF5AdhxfIxg3wen96ap9xwg { width:4.9375rem;height:4.9375rem;top:9.5625rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKNse5PZdR9KweOITzhZ8aeTtuQLAXbp { width:4.9375rem;height:4.9375rem;top:36.5625rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9hXfF8aZGRH41lHeV7t2XsaSTz8blRH { width:3.5625rem;height:2.0249rem;top:38.1875rem;left:8.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlTdNX20FBb8ZZbqaaPFiEFWiW3XETIu { width:3.5625rem;height:2.0249rem;top:73.75rem;left:8.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IioJPOOatraf825MoWz1ppkw6nbCg6cR { width:4.75rem;height:4.75rem;top:72.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZJEZfRfoTlOb3EAu7c33V4cy8DCkHIr { width:20rem;height:18.1875rem;top:14.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #C9uUhJBbf29GGkdHm8eBTPiTh0nrbUAn { width:20rem;height:3.25rem;top:42.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K8UneFZw8FOVNT0002p50RwRaeiGcSva { width:20rem;height:26.5625rem;top:24.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #r7g0LruqKVa3a0RqVz4rLTPpoR6VdL8e { width:18.1875rem;height:19.6875rem;top:47.0625rem;left:0.90625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gs1FXL9kBlJl28lpxxseQTwRTbiO788L { width:20rem;height:0;top:66.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #HN6iCMRQTOs7xWBJQI1Lv83cLMkEoGRP { width:20rem;height:22rem;top:41.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KXfT9kshH7WpN28etB4foDItEhblmuKz { width:17rem;height:15.46875rem;top:82.875rem;left:1.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cRF2zkHmc78ihEBAgBzZrRJlNFWfBw2l { width:12.125rem;height:3.5rem;top:132.875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7ot7pSboC7yHgVMRKoQA9Fa5dIfkhoR { display:block; }
 }@media only screen and (max-width: 763px) { #MVEXv5J5ESORWMgHBExwVJW0dWDl5e0L { width:20rem;height:3.25rem;top:78.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #tTf2CyWNgPtllLhTh10vqzoUDIPrcHNv { top:39.0625rem;left:0rem;width:20rem;height:29.9375rem;z-index:15006;background-color:#ffffff;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) { #h8ptA6hx3h5evdT6wZ88EHa3ire6KPtR { width:16.3125rem;height:3.25rem;top:14.8125rem;left:1.875rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #PL0N99OVSCMvRQLeb3SI7reUPpkc6iew { top:12.375rem;left:0rem;width:20rem;height:20.9375rem;z-index:15007;background-color:#ffffff;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) { #RGISEcU8suRS03L23ew83Z00HuQeLTKr { width:20rem;height:1.625rem;top:110.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xzTPxF7TPH7yG9zyoKHTItx5STeobqZK { width:20rem;height:19.75rem;top:60.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Np3OQ6pOfqfCOqEVwezL4VJKAPJBW880 { width:3.5625rem;height:2.0249rem;top:105.5rem;left:8.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2OL3E42F9Qbx6mBZic4HqnJ2b8FmPdf { width:4.9375rem;height:4.75rem;top:104rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HewaBHBm5pf5XBhDOekrM7tnS4qKhNvJ { width:17.75rem;height:12.65625rem;top:112.75rem;left:1.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TbwOJTvctK9dkTwIAnF8MalFaClJ0TlI { top:106.375rem;left:0rem;width:20rem;height:21rem;z-index:15006;background-color:#ffffff;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) { #ZHGcf6hzyV4kpzMFIv4XqzhHmtZK2KXz { display:block; }#ZHGcf6hzyV4kpzMFIv4XqzhHmtZK2KXz > .row .container { width:20rem;height:71.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #STZry498FGepUdbMlXV2QdtktPqkiOqT { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vu9Rm1BVNM28wXtNXVoE1V7gQbTLnbN9 { width:6.25rem;height:0.25rem;top:9.9375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLy0M5RZpDlp7EXHQoZp6v50HfeqM7xT { width:20rem;height:0;top:7.76171875rem;left:0rem;text-align:center;text-align-last:center;z-index:14998;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #x65MhipoVQVt6o7dZppopNQVfhAqOHEt { height:19.8125rem;width:19.8125rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDJt3rva836iHbxRociEc9GDXmTShk23 { width:18.25rem;height:13.3828125rem;top:11.375rem;left:0.875rem;text-align:center;text-align-last:center;z-index:14999;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrQkKS72KFbU7QiDdI7H6SyA6ViqrEd3 { width:20rem;height:0;top:32.72314453125rem;left:0rem;text-align:left;text-align-last:left;z-index:14998;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SRrD37fsyRvo7BTNi6ykmG2RkLCbtrOZ { width:20rem;height:0;top:37.09814453125rem;left:0rem;text-align:center;text-align-last:center;z-index:14998;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ASrlmaZvObPFXB9bqBql8NXTheFWUPgz { display:flex;width:1.875rem;height:1.875rem;top:51.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CX2Zxa5oqQgMakXUXZWtmfDusZo28CIn { display:flex;width:1.875rem;height:1.875rem;top:56.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hlv9pIZLTT0l4CrepWIsNpKRJCo79QS1 { width:12.125rem;height:3.5rem;top:62.875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qP1pk0IhR0qiryA8UME3U7k1b4iqF1Ky { display:block; }
 }@media only screen and (max-width: 763px) { #WHaK6wHG273wzNBCFw43DmgnlmypcEdX { width:17.1875rem;height:2.9739625rem;top:50.8125rem;left:2.8125rem;text-align:left;text-align-last:left;z-index:14999;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1L0LKEHWRTGk6aM0QdPGZy3KkNwE1lz { width:17.3125rem;height:4.4609375rem;top:55.125rem;left:2.6875rem;text-align:left;text-align-last:left;z-index:14999;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oovmuWAFspfh4TiUH0LrGAcnxS5huRSC { width:20rem;height:5.60546875rem;top:3.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #ChXXUJeLPFqBJUc8ZlSlWSs6sezdv90t { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ChXXUJeLPFqBJUc8ZlSlWSs6sezdv90t > .row .container { background-color: transparent; background-image: none; }#ChXXUJeLPFqBJUc8ZlSlWSs6sezdv90t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChXXUJeLPFqBJUc8ZlSlWSs6sezdv90t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChXXUJeLPFqBJUc8ZlSlWSs6sezdv90t > .row .container > .video-iframe-container { display: none; }#ChXXUJeLPFqBJUc8ZlSlWSs6sezdv90t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChXXUJeLPFqBJUc8ZlSlWSs6sezdv90t > .row > .video-iframe-container { display: none; }#ChXXUJeLPFqBJUc8ZlSlWSs6sezdv90t > .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); }#ChXXUJeLPFqBJUc8ZlSlWSs6sezdv90t > .row .container { border-width: 0; border-radius: 0; }#ChXXUJeLPFqBJUc8ZlSlWSs6sezdv90t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ChXXUJeLPFqBJUc8ZlSlWSs6sezdv90t > .row .container { width:20rem;height:68.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTTKKFfLplxxZMDgEDHMraZCmQqzh0wi { width:16.0625rem;height:16.0625rem;top:21.9375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #StI074MSip3alB6rlWocl4o5SUkKCA51 { width:16.0625rem;height:16.0625rem;top:42.75rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsUSbuSdJtKUz2lnm335znq03xVHTTeq { width:20rem;height:1.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #oLenFSiMkWeunz3DWDrVXNSS7bQ8JB8G { width:20rem;height:13.3828125rem;top:5.6875rem;left:0rem;text-align:center;text-align-last:center;z-index:14998;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZSlTAIZf6ef0DSFbUTvuBcF0mhBJNXv { width:20rem;height:38.0625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XPrDZGG3ie6NMTFRqCGQiiOd6Izi0uow { width:7rem;height:3rem;top:37.25rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuZorcN5ndKBDeFFVLg1sToUQ9Eod7ab { display:block; }
 }@media only screen and (max-width: 763px) { #XKM4pthMk8EUOyifGDwgzQR66tV3ZVMX { width:7rem;height:3rem;top:58.0625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwJChnKnHrxOG1wUB3ceGDeIWl5dBEgi { display:block; }
 }@media only screen and (max-width: 763px) { #Mm337dbCM2LhhWNH2TzRWS0un8zRG328 { width:12.375rem;height:3.5rem;top:64.4375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrpmm6TvarRE2EyBn3Xgh09AZRTACk47 { display:block; }
 }@media only screen and (max-width: 763px) { #tDkyLLQ0esRr8SLpw7XWeWyatRHRXiWi { width:6.25rem;height:0.1875rem;top:3.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWGirELXefnn7LzbpZ7MFcyI6iM0pkEn { display:block; }#kWGirELXefnn7LzbpZ7MFcyI6iM0pkEn > .row .container { width:20rem;height:73.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tl5AKSDARwgZt28DWioZoJL5tTu899d2 { display:flex;width:2.1875rem;height:2.1875rem;top:10.625rem;left:14.375rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #PwImIzT3klpyKbd8HTRr6WTTULsWwqRJ { display:flex;width:2.1875rem;height:2.1875rem;top:19.5625rem;left:14.3125rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #Q7uUgf9kovTnpgH8kHHfiJrwhmDzl8ek { display:flex;width:2.1875rem;height:2.1875rem;top:19.5rem;left:3.1875rem;z-index:15056;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #PiiCfF1oiCnTR6qwUOicPgHL80gfoupm { width:20rem;height:0;top:31.02685546875rem;left:0rem;text-align:center;text-align-last:center;z-index:14998;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #s54vLusb7fe4Vs0eME53KqCNZNdaDcAT { width:6.25rem;height:0.25rem;top:6.375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaFofF0N3XnygLZZqTug6Agy758wMZXe { width:20rem;height:1.86865rem;top:3.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXbZocFJakZhasnyoFcQoNpD9ENMLWwk { width:12.125rem;height:3.5rem;top:62.125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNK0lTEoZPGpEdogTGC5l8bil8VtsiXB { display:block; }
 }@media only screen and (max-width: 763px) { #DT4lD37JD8Dr2vwHFo5B8ECmhmJmSmK3 { width:9rem;height:1.70605625rem;top:66.625rem;left:6.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsC2kUrO9FCK8UWwfcO8MBNXyyNIPIZH { display:flex;width:1.375rem;height:1.375rem;top:66.8125rem;left:5.1875rem; }
 }@media only screen and (max-width: 763px) { #izbIrxlvRqE2AD9V19pA4X4ag5zpdGzV { width:8.5rem;height:2.3997375rem;top:22.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLcqdcIwRxrN6gaDuD9Q06wkmV0slOtN { width:9rem;height:2.3997375rem;top:22.875rem;left:11rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfC3wvIVyRK6K63h0044f5QO0RF2QlWR { width:8.5rem;height:2.3997375rem;top:14rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wd9UONnPzbiJrpMtXFOsrI5CbbK3d7Jh { width:8.3125rem;height:2.3997375rem;top:14rem;left:11.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lph35FqZugpgip3095MZsKQAuNgOfF7G { display:flex;width:2.1875rem;height:2.1875rem;top:10.5625rem;left:3.25rem;z-index:15055; }
 }@media only screen and (max-width: 763px) { #wx0g7r2ZrTyZcP4ay0F8td5qIyhX7ub4 { display:flex;width:3.125rem;height:3.125rem;top:10.125rem;left:13.875rem; }
 }@media only screen and (max-width: 763px) { #Hc0LQySSyfm47y8qZ3qFH4Tp4ETywxVZ { display:flex;width:3.125rem;height:3.125rem;top:19.0625rem;left:13.8125rem; }
 }@media only screen and (max-width: 763px) { #nLamhMoskne87kXzPunNiyQx8CwCxZvE { display:flex;width:3.125rem;height:3.125rem;top:19rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #od7rItvqWnv2HzThCsspbZguEEU5TRBn { display:flex;width:3.125rem;height:3.125rem;top:9.9375rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #kBie2Zx2LgGK4GKwXbb5p34Gz2Xbw9ba { width:20rem;height:20rem;top:28.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKIyFBmrbAToIXv7r6dR4XoDcZ5VLyGt { width:20rem;height:13.8125rem;top:8.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zle5IO407FxrmiMmnMTJiKwfREacbNTI { width:20rem;height:8.921875rem;top:50.9375rem;left:0rem;text-align:center;text-align-last:center;z-index:14999;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKRIwJESvr8az4NT9xrXxxKNgLbXoHX2 { width:9rem;height:2.4375rem;top:69.0810546875rem;left:5.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IvJWhB9DmXCZ6PLdRW58TnbhiXs1N4HI { display:block; }#IvJWhB9DmXCZ6PLdRW58TnbhiXs1N4HI > .row .container { width:20rem;height:32.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLNuFH05ZwnkRarTwbPSB7yGtFzTTzOw { width:20rem;height:1.86865rem;top:2.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E26uWF6KWbwxaLyz90mG94fC8ubEDVDw { width:11.0625rem;height:1.13736875rem;top:10.71533203125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePORcUOuZcRXWDVGNVGVHDcQCVID0yzF { width:8.8125rem;height:1.13736875rem;top:13.50048828125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kP92bPIJTWk8E46Ar5n5wgx5kxSxV3m5 { width:12.375rem;height:3.5rem;top:25.1064453125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #frhrz5t7gSM9WzyDP6nnIwaEPxKZeiZX { display:block; }
 }@media only screen and (max-width: 763px) { #ocvdCHR6Ns94eJIxMQsKvDsIR8dHoQOO { width:20rem;height:auto;top:8.25rem;left:0rem;text-align:center;text-align-last:center;z-index:14998;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IRRFzgFZE16p8TpMKKKPZ8lEMpWE6FBy { width:5.875rem;height:1.13736875rem;top:7.99267578125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbsSnE82rLUrLHTq8pTTMiKOVGCrwhW6 { width:12.875rem;height:1.13736875rem;top:16.09814453125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNTR3P1R4WwX1CekcRz2OgOEEdPchtAA { width:5.4375rem;height:1.13736875rem;top:18.8837890625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQedPzIZ4OC0LFnlBPOua2OOthA4R6a3 { width:3.1875rem;height:1.13736875rem;top:7.99267578125rem;left:16.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNM8hnh1JTW06U2htJGE7AvH9hvCU5TT { width:3.3125rem;height:1.13736875rem;top:10.71533203125rem;left:16.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sh65Atud4ZVt86gkbXhHcERtickcTRms { width:2.5625rem;height:1.13736875rem;top:13.50048828125rem;left:17.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7eXznUVsPWLoiKmVvc2cZzoIIBTaLwO { width:2.5625rem;height:1.13736875rem;top:16.09814453125rem;left:17.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI1EoGv0ThvHyEfXMQykN31wckW6JEAX { width:2.5625rem;height:1.13736875rem;top:18.8837890625rem;left:17.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTCeSy7klVkuQlm6v7eLOr353VKRItSc { width:6.25rem;height:0.1875rem;top:5.24267578125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtAqNLbPycDTdkpzxU6SNUDcK3uxZlFP { width:8.875rem;height:0;top:7.99267578125rem;left:9.15625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #S9l6JnkVzgqOmTZZI1P60dTxHbiLLfwA { width:20rem;height:0;top:16.9150375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VLLvDnPQZ5uImZTTkCTyIoVxrlsL9wts { width:20rem;height:0;top:24.07519375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #viEx3oxCasyso9aHGl80wte18CfGQ9aO { width:19.375rem;height:0;top:31.23535rem;left:0.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MSf06coz0SovUzHQK4ZLScBrQ6cAEE16 { width:20rem;height:0;top:38.39550625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DcJdSCZ0MWb76TIcTdyZcTZ40J1D59uF { width:11.0625rem;height:1.13736875rem;top:7.7421875rem;left:5.0625rem;font-size:0.875rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #Ul9bsDTbV3gTsdmp2T3mViQ2XnsTW8Tu { width:5.5625rem;height:1.13736875rem;top:10.46484375rem;left:10.5625rem;font-size:0.875rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #Ov70SRzrIPTMbCJVSGGazA6t9lrMIhRx { width:8.4375rem;height:1.13736875rem;top:13.25rem;left:7.9375rem;font-size:0.875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #sqvlEGvvXxyynkWLMhMZKGqptBLbuqZo { width:3.9375rem;height:1.13736875rem;top:15.84765625rem;left:12.875rem;font-size:0.875rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #zlxVlniVm6T5yXfgbX1mf6JATqyOLbNi { width:11.0625rem;height:1.13736875rem;top:18.6337890625rem;left:5.1875rem;font-size:0.875rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #IUuJOJm8bdK2lMSWv2QLGSRiIA5Irk0s { width:5.4375rem;height:1.13736875rem;top:21.2314453125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEkrfW0w0URb73LEJbbVi2Jru3tXRFbi { width:3.1875rem;height:1.13736875rem;top:21.2314453125rem;left:16.8125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #UpAyWAkgflyfLUAuzhiA0zM09LAuTTxE { width:20rem;height:auto;top:29.875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XqkO2WlXXtmaGPNToRzbWKbyFqSriXRP { width:11.6875rem;height:1.13736875rem;top:20.9814453125rem;left:4.8125rem;font-size:0.875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #zA5RoLwOJFGcgz7FR6kUJNPU0Mr02U2P { display:block; }#zA5RoLwOJFGcgz7FR6kUJNPU0Mr02U2P > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f4u04TU7g6fFA9Fd9MuRuTbblDIudllx { width:20rem;height:1.86865rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbTeimA1XQ5SLm36cOQ7e7hrUi9f7dJG { display:flex;width:1.25rem;height:1.25rem;top:5.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yO3lTPsfps1BFCJ9uWq02oKCTrsv2Hzx { width:17.875rem;height:18.19790625rem;top:5.125rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThxMms1zKbeahxIfaDLrWiIzymgRkaeW { width:7.6875rem;height:3.125rem;top:48.21875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtfoiNJPllgIP10koMCbZm9gLbaT5pmd { display:block; }
 }@media only screen and (max-width: 763px) { #fNUJzEkUN2zHkXkpKphT850EaP1XUORh { display:flex;width:1.6875rem;height:1.6875rem;top:48.9375rem;left:8.0625rem; }
#fNUJzEkUN2zHkXkpKphT850EaP1XUORh > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #k5LvCgFvq4PfynPgiKqGdqgQ1KCD97IJ { display:flex;width:1.25rem;height:1.25rem;top:11.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WNIoq5PfLwKdoKOHU7hKFvyZsvCCzls0 { display:flex;width:1.25rem;height:1.25rem;top:15.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lCxlRURT0bTckcG6N4fIGI0DMvS5Tmcu { display:flex;width:1.25rem;height:1.25rem;top:43.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OJ6oOeLU2l7hJ0HMGpgfMI8PgpnyriFh { width:12.375rem;height:1.86865rem;top:31.375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MO4xZBupBvA7howwxXPm3hCoBLrsMFtF { display:flex;width:1.25rem;height:1.25rem;top:35rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ssxpzNwB3GpKxMNwT2r06WKGOl8u4f8v { width:17.75rem;height:11.37369375rem;top:35.1875rem;left:2.25rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUhwv9XQmhTsGNCELlwSg5McuR6GB3eM { display:flex;width:1.25rem;height:1.25rem;top:39.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #F2Pz3zEP01c49NBLe04gWCEP6lSEqnPz { display:flex;width:1.25rem;height:1.25rem;top:37.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qh4PRcTErdgszxK1JWfhx8AlZimBTFet { display:flex;width:1.25rem;height:1.25rem;top:18.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #y3osQ8tQviU4UGiTVOmDn7d4NvLoaoSn { display:flex;width:1.6875rem;height:1.6875rem;top:24.03125rem;left:8.0625rem; }
#y3osQ8tQviU4UGiTVOmDn7d4NvLoaoSn > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #G0qbTFJ2zXoz020sk9FTp8PweZ2HFy7v { width:7.6875rem;height:3.125rem;top:23.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPwbWC1EDeReMFprHni8Ls8yG6CzWI7A { display:block; }
 }@media only screen and (max-width: 763px) { #TOg0kml2iTnHTT0vd8LB6caiQtgJwZIy { display:block; }#TOg0kml2iTnHTT0vd8LB6caiQtgJwZIy > .row .container { width:20rem;height:57.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UiKQAvqHgcaJrAsvMHFvVgk45qXr3pvw { display:flex;width:2.5rem;height:2.5rem;top:12.6875rem;left:8.75rem;z-index:15026; }
 }@media only screen and (max-width: 763px) { #T1T1OQSVtbzn8vltTbabHoq1CSDsHne1 { width:20rem;height:3.73698125rem;top:3.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeBA9EoUyHiJ5rTmvzZtw33EEKRwuR4m { width:6.25rem;height:0.1875rem;top:8.6875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDoVTPZCFc1odhe7bNem6wfR9UCnVJuq { width:20rem;height:10.8125rem;top:12.6875rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #Gx2JZxoG0EZosPlanhQ2fo5e7CHxQJlp { display:flex;width:2rem;height:2rem;top:23.7353515625rem;left:9rem;display:none; }
#Gx2JZxoG0EZosPlanhQ2fo5e7CHxQJlp > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #PCKlHahFcgmGpmWQFfAxQVCZVWCm9rDi { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#PCKlHahFcgmGpmWQFfAxQVCZVWCm9rDi > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wF6ABsPAfgbADOeUsxfTCNtUm3sScbgx { width:9.625rem;height:0;top:1.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pN9U5UtOAkHd9HHDL7lztfCzEMmRQoCF { width:7.375rem;height:1.54361875rem;top:1.1875rem;left:12.625rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcMCKxLieJ3QXJ9kIPW4TSPgJVItopOX { width:1.625rem;height:1.625rem;top:1.125rem;left:10.8125rem;display:block; }
#QcMCKxLieJ3QXJ9kIPW4TSPgJVItopOX > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #U0AMBukgL0d4AEEorpeREUloeo7CJzEl { display:flex;width:2rem;height:2rem;top:3.4189453125rem;left:18rem; }
#U0AMBukgL0d4AEEorpeREUloeo7CJzEl > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #hC5rnR46nwbnvhHaVB2tNclMylqmiqIG { width:9.375rem;height:3.16796875rem;top:1.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #tRLHno4P8gOcKighFveta6daelWpaJmP { width:15.5625rem;height:auto;top:1.0625rem;left:2.1875rem;text-align:left;text-align-last:left;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pcmViSboM5M31mAxebcFFV90AXMQWBTx { width:9.3125rem;height:0;top:2.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15034;display:none; }
 }