.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#5e2750;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;overflow:visible;position:relative;display:block; }#T0STVTtOH8TLczFT5sBdThT8KAgVplUS { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:9.25rem;top:1.28125rem;left:0rem;overflow:hidden;display:block; }
#fdBRuKCzv23Q9nIragDggJsb8llWF2RS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cae7ed;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; }#fdBRuKCzv23Q9nIragDggJsb8llWF2RS > .row .container { background-color: transparent; background-image: none; }#fdBRuKCzv23Q9nIragDggJsb8llWF2RS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fdBRuKCzv23Q9nIragDggJsb8llWF2RS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fdBRuKCzv23Q9nIragDggJsb8llWF2RS > .row .container > .video-iframe-container { display: none; }#fdBRuKCzv23Q9nIragDggJsb8llWF2RS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fdBRuKCzv23Q9nIragDggJsb8llWF2RS > .row > .video-iframe-container { display: none; }#fdBRuKCzv23Q9nIragDggJsb8llWF2RS > .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); }#fdBRuKCzv23Q9nIragDggJsb8llWF2RS > .row .container { border-width: 0; border-radius: 0; }#fdBRuKCzv23Q9nIragDggJsb8llWF2RS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fdBRuKCzv23Q9nIragDggJsb8llWF2RS > .row .container { font-size:0.875rem;font-family:arial;height:37.1875rem;width:75rem;position:relative;display:block; }#Dbxave46MaVJv4qMvMfSifMkMB5977sh { color:#252525;display:block;width:31.6245rem;position:absolute;font-family:arial;font-size:4.75rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:5rem;left:0rem;height:11.3994375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NBclimO2ywuVW4PotfAFdZF9wUappNlS { color:#252525;display:block;width:27.625rem;position:absolute;font-family:verdana;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:17.8125rem;left:0rem;height:7.5rem;text-align:left;text-align-last:left;display:block; }
#TPnezdscoQ9XKqSrA2IGaOQJtwdtroSn { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.125rem;width:46.0625rem;top:9.9677734375rem;left:28.861321174378rem;overflow:hidden;display:block; }
#B0i5WVvwsTSGh8mDJMNioCfh9Oi8lxFz { background-color:#5e2750;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:28.3740234375rem;left:0rem;display:block; }
#Nrk8A8fz7osrb8eLPhG4OpT1OWhL9rZi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QDaBNDiCETKIEFmKHVMHULuWJgAwdlWC { background-color:#5e2750;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:3.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:28.3740234375rem;left:15.999755859375rem;display:block; }
#t0RpHXKkZHCW7KNcNiNDMoTPRvwEBlp3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uuqwtThXKMli8dHrhzc7Nfl5TOdg6Toc { position:relative;display:block; }#uuqwtThXKMli8dHrhzc7Nfl5TOdg6Toc { background-color: transparent; background-image: none; }#uuqwtThXKMli8dHrhzc7Nfl5TOdg6Toc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uuqwtThXKMli8dHrhzc7Nfl5TOdg6Toc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uuqwtThXKMli8dHrhzc7Nfl5TOdg6Toc > .row .container > .video-iframe-container { display: none; }#uuqwtThXKMli8dHrhzc7Nfl5TOdg6Toc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uuqwtThXKMli8dHrhzc7Nfl5TOdg6Toc > .row > .video-iframe-container { display: none; }#uuqwtThXKMli8dHrhzc7Nfl5TOdg6Toc > .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); }#uuqwtThXKMli8dHrhzc7Nfl5TOdg6Toc { border-width: 0; border-radius: 0; }#uuqwtThXKMli8dHrhzc7Nfl5TOdg6Toc > .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; }#uuqwtThXKMli8dHrhzc7Nfl5TOdg6Toc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:56.5625rem;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; }#zmw9I8btXg0alpKT8HQhMwmAvagfCM9f { color:#5e2750;display:block;width:48rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.75rem;left:13.5rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bGRVUgbcLul5Glo9gHHXvoqWHFK6c51N { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.1875rem;width:32.1875rem;top:12.18603515625rem;left:2.655029296875rem;overflow:hidden;display:block; }
#QcNpDMpRHObsVtLuZXgx0NcX4n5JrF8K { box-sizing:content-box;height:31.375rem;width:31.4375rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.25rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.938232421875rem;left:37.5rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#SwgrVGeewVfNFBhltvr5D4q5JflU2Mtz { color:#252525;display:block;width:27.25rem;position:absolute;font-family:verdana;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:18.063232421875rem;left:39.68701171875rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#xaWrtMKfG4KsGx6gaTx9o0n2T1Py4vhk { color:#5e2750;display:block;width:20.5625rem;position:absolute;font-family:verdana;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:23.249267578125rem;left:39.68701171875rem;height:3.2504875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZHQB1nsGDtSM63W1TsIbF15LSpuDSLQd { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:28.406982421875rem;left:39.68701171875rem;overflow:hidden;display:block; }
#w84d61x4o7z0Sxp27u0csHswVFyHOZBs { color:#252525;display:block;width:10.74975rem;position:absolute;font-family:verdana;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:29.063232421875rem;left:43.5615234375rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#mbU2dWMpst5C04eq1XQrWGs3K6zOKQwU { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:32.375rem;left:39.6875rem;overflow:hidden;display:block; }
#MTHUyhTISWEeCw6s1GwrTRAt0DG4w5CK { color:#252525;display:block;width:10.74975rem;position:absolute;font-family:verdana;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:33rem;left:43.5625rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#hxfVC6D7Tyg6c5quruJae4z0dCc6M8V0 { color:#252525;display:block;width:10.74975rem;position:absolute;font-family:verdana;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:37rem;left:43.5625rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#lWhZRMXIFxT0sVI6tptVXxrdVn2Oo1xi { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:36.375rem;left:39.6875rem;overflow:hidden;display:block; }
#EW0v8hqGx80WaJ9yzZARcnCttD8eL9tU { background-color:#5e2750;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:3.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:48.5rem;left:38.0625rem;display:block; }
#dgy3Wqzri8qLV1BQB1s3Cw3NfX8N7VyN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fiZGXn0377klP9f8pXteA8TDphiskWBT { background-color:#5e2750;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:48.5rem;left:22.0625rem;display:block; }
#doy6T51kZEBUV6Bkm3CshOl8808BbVTt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mresthW7Bm3WDF6hVLeSmh2WoKkde0eE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fafb;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; }#mresthW7Bm3WDF6hVLeSmh2WoKkde0eE > .row .container { background-color: transparent; background-image: none; }#mresthW7Bm3WDF6hVLeSmh2WoKkde0eE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mresthW7Bm3WDF6hVLeSmh2WoKkde0eE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mresthW7Bm3WDF6hVLeSmh2WoKkde0eE > .row .container > .video-iframe-container { display: none; }#mresthW7Bm3WDF6hVLeSmh2WoKkde0eE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mresthW7Bm3WDF6hVLeSmh2WoKkde0eE > .row > .video-iframe-container { display: none; }#mresthW7Bm3WDF6hVLeSmh2WoKkde0eE > .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); }#mresthW7Bm3WDF6hVLeSmh2WoKkde0eE > .row .container { border-width: 0; border-radius: 0; }#mresthW7Bm3WDF6hVLeSmh2WoKkde0eE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mresthW7Bm3WDF6hVLeSmh2WoKkde0eE > .row .container { font-size:0.875rem;font-family:arial;height:49.125rem;width:75rem;position:relative;display:block; }#SfRZTi3l5Zx5LI1pKnL5W6EKoFCqd5OH { color:#5e2750;display:block;width:67.3125rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:3.84375rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Aq9eICzXhrP0LOm75IFR2LWgggbM6Atz { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9995125rem;width:20.562rem;top:15.4375rem;left:2.1875rem;overflow:hidden;display:block; }
#KcXATVlflPaSyyScJhgqdGq8rCsxzHxN { color:#252525;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:21.4375rem;left:4.3125rem;height:5.25rem;text-align:center;text-align-last:center;display:block; }
#fBp90InFPmCkHfFxJpnrGwkgJTCZwgNL { color:#252525;display:block;width:21.1245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:27.875rem;left:1.9375rem;height:5.0625rem;text-align:center;text-align-last:center;display:block; }
#l7U4JIlvfWEJvaKPVlViESRMTXHUusoF { color:#252525;display:block;width:45.75rem;position:absolute;font-family:verdana;font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:7.859619140625rem;left:14.625rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#SZJKJzh8if3EUDOrZfIwCZbdbgiE11pk { box-sizing:content-box;height:22.75rem;width:23.4375rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.25rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.25rem;left:0.75rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#Hfae9X1BCI9wGfDpIfDg3mF5048nWd1B { box-sizing:content-box;height:22.75rem;width:23.4375rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.25rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.1875rem;left:25.8125rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#GP9Ov0WFV1xHrNyi16qv1C0Si43OFQQ9 { color:#252525;display:block;width:21.1245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:27.8125rem;left:26.9375rem;height:6.75rem;text-align:center;text-align-last:center;display:block; }
#wqzLV7M82JlkJb4fcpFv1rRGohNUbn6e { color:#252525;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:21.437255859375rem;left:28.125rem;height:5.25rem;text-align:center;text-align-last:center;display:block; }
#NCyJ60FNt1hOFsnbzikkmdK8fURHZfyA { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:20.5rem;top:16.311767578125rem;left:27.248291015625rem;overflow:hidden;display:block; }
#ZO3rai4ArM8S15rmoBCoy697vwNpxA6S { box-sizing:content-box;height:22.75rem;width:23.4375rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.25rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.217041015625rem;left:50.781005859375rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#XGnHlT3rPt567CQMSfVrpqG0peMElWgf { color:#252525;display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:27.87451171875rem;left:52.937255859375rem;height:6.75rem;text-align:center;text-align-last:center;display:block; }
#qcSX6CStoK7S9KIRBtUKmAUqHuaepTFe { color:#252525;display:block;width:15.06225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:21.437255859375rem;left:54.966796875rem;height:5.25rem;text-align:center;text-align-last:center;display:block; }
#qbImV9PfgRpgDkzFJrZ1HGkV1Dy29azM { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:13.6875rem;top:15.68701171875rem;left:55.656005859375rem;overflow:hidden;display:block; }
#JBHxe8Cm1Hhl8GbKzMGODkLIeTmBkrD0 { background-color:#5e2750;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:3.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:41.1875rem;left:38.0625rem;display:block; }
#K7u6BZuIGptKa6HkqMyWiS57WUUwid9R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F4neQLpa5XAg7amzBNQmfQux7RoerLRM { background-color:#5e2750;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:41.1875rem;left:22.0625rem;display:block; }
#lNBJ5Ze22zHeR8ib3r4qwrL43cRdaeZA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qNN6XvRwLWA5Oiz0pG9TU1LqnHnMMgF0 { 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; }#qNN6XvRwLWA5Oiz0pG9TU1LqnHnMMgF0 > .row .container { background-color: transparent; background-image: none; }#qNN6XvRwLWA5Oiz0pG9TU1LqnHnMMgF0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNN6XvRwLWA5Oiz0pG9TU1LqnHnMMgF0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNN6XvRwLWA5Oiz0pG9TU1LqnHnMMgF0 > .row .container > .video-iframe-container { display: none; }#qNN6XvRwLWA5Oiz0pG9TU1LqnHnMMgF0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNN6XvRwLWA5Oiz0pG9TU1LqnHnMMgF0 > .row > .video-iframe-container { display: none; }#qNN6XvRwLWA5Oiz0pG9TU1LqnHnMMgF0 > .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); }#qNN6XvRwLWA5Oiz0pG9TU1LqnHnMMgF0 > .row .container { border-width: 0; border-radius: 0; }#qNN6XvRwLWA5Oiz0pG9TU1LqnHnMMgF0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qNN6XvRwLWA5Oiz0pG9TU1LqnHnMMgF0 > .row .container { font-size:0.875rem;font-family:arial;height:59.625rem;width:75rem;position:relative;display:block; }#latmi5U7LqHITVCieZ8ilepcJ7eAJGn7 { color:#5e2750;display:block;width:67.3125rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:3.84375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#og59UKOmtF7lH0O2oZnvq1sAEDe8fCD1 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:16.75rem;width:25rem;top:11.21775rem;left:-0.072457712283894rem;overflow:hidden;display:block; }
#VNI2y7mfvbvGKFpme812tO191VcsQwFL { color:#252525;display:block;width:21.1230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:23.686767578125rem;left:1.93798828125rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#oE28Ms0TAdzJLvRdNcQZVHoWoxBbicOQ { color:#252525;display:block;width:21.1230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:23.6865234375rem;left:26.937744140625rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#knlxUTFoGfPQgo32EnveyVR09lNWXT92 { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:16.8125rem;width:25rem;top:11.18408203125rem;left:24.999755859375rem;overflow:hidden;display:block; }
#vMgfCBEMhB191OobmHGVTKkXTJFanSMK { color:#252525;display:block;width:21.1230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:23.6865234375rem;left:51.938232421875rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#da8qnpvxyDUNkC95dD00KwASqbZxWaqt { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:16.8125rem;width:25rem;top:11.18408203125rem;left:50.000244140625rem;overflow:hidden;display:block; }
#SXMR9QiHIHvuGBz8cZkWyMDMR8yRscTB { color:#252525;display:block;width:21.1230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:41.31201171875rem;left:1.93798828125rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#QKLVr1gsAgvTgWONVnpX6VVZ3bTDBFEM { position:absolute;display:block;z-index:14997;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:16.8125rem;width:25rem;top:28.748291015625rem;left:0rem;overflow:hidden;display:block; }
#VBg3idwmaef4TX5PXXRwV1toKn5ZDpGo { color:#252525;display:block;width:21.1230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:41.3115234375rem;left:26.937744140625rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#XgTlSqVAonzze7xWvm4JMleidHkKTbtt { position:absolute;display:block;z-index:14996;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:16.8125rem;width:25rem;top:28.746826171875rem;left:24.999755859375rem;overflow:hidden;display:block; }
#ymWcc0m5KSuQi6NJeRL9egVV8wtF5GNF { color:#252525;display:block;width:21.1230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:41.3115234375rem;left:51.938232421875rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#qE9C4dTMv76T8rId8MD5nq4QWy2lPcaV { position:absolute;display:block;z-index:14995;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:16.875rem;width:25rem;top:28.716064453125rem;left:49.99951171875rem;overflow:hidden;display:block; }
#cyEJtWmurlm5L051lZ1QBXKClTFdNhp3 { background-color:#5e2750;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:3.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:50.0625rem;left:38.0625rem;display:block; }
#TqHbedGGygQNCEO04JEI4Jzwb6yxkB3m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q3I5gyvtx4cu0qTpDgOMGf1aTTzWFri6 { background-color:#5e2750;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.5rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:50.0625rem;left:22.0625rem;display:block; }
#OzmBDnC4E8oxWvvzCXbpNXmGpQrMNzXx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b9XF1ukzaXEv5x5NOMMDtIyXewRV1pbR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d7c9d3;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; }#b9XF1ukzaXEv5x5NOMMDtIyXewRV1pbR > .row .container { background-color: transparent; background-image: none; }#b9XF1ukzaXEv5x5NOMMDtIyXewRV1pbR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9XF1ukzaXEv5x5NOMMDtIyXewRV1pbR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9XF1ukzaXEv5x5NOMMDtIyXewRV1pbR > .row .container > .video-iframe-container { display: none; }#b9XF1ukzaXEv5x5NOMMDtIyXewRV1pbR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9XF1ukzaXEv5x5NOMMDtIyXewRV1pbR > .row > .video-iframe-container { display: none; }#b9XF1ukzaXEv5x5NOMMDtIyXewRV1pbR > .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); }#b9XF1ukzaXEv5x5NOMMDtIyXewRV1pbR > .row .container { border-width: 0; border-radius: 0; }#b9XF1ukzaXEv5x5NOMMDtIyXewRV1pbR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b9XF1ukzaXEv5x5NOMMDtIyXewRV1pbR > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;position:relative;display:block; }#cyvKfuaCTQhp33ohMbygDlHny5l4qnD4 { color:#252525;display:block;width:24.687rem;position:absolute;font-family:arial;font-size:3rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8rem;left:40.75rem;height:7.7998125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oZWOQH9L7o0y2wIdct86dkdQaEowdbJI { color:#252525;display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:17.5625rem;left:40.75rem;height:5.625rem;text-align:left;text-align-last:left;display:block; }
#s4scts9ZXOSO6TSkIlOpnnooez4aepCs { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.625rem;width:39.25rem;top:8.873779296875rem;left:0rem;overflow:hidden;display:block; }
#RpCgbPsEXRRxggT38EPuyrvp9atLWRbf { background-color:#5e2750;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:3.5rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:25.625rem;left:56.8125rem;display:block; }
#Ll0f0lSxnQ46szWuaWdNH3JLrR2naEwt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hKR1OngucBDxR4UXC8lIrZ7ZdBNFRSHg { background-color:#5e2750;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:25.625rem;left:40.8125rem;display:block; }
#GD6262T1k8LBn5I9SKKl9d9C5pv5m2LT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T6QnJ45QPldquQtMvit4H8IyVgWNJdde { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4d4d4d;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; }#T6QnJ45QPldquQtMvit4H8IyVgWNJdde > .row .container { background-color: transparent; background-image: none; }#T6QnJ45QPldquQtMvit4H8IyVgWNJdde::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6QnJ45QPldquQtMvit4H8IyVgWNJdde > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6QnJ45QPldquQtMvit4H8IyVgWNJdde > .row .container > .video-iframe-container { display: none; }#T6QnJ45QPldquQtMvit4H8IyVgWNJdde > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6QnJ45QPldquQtMvit4H8IyVgWNJdde > .row > .video-iframe-container { display: none; }#T6QnJ45QPldquQtMvit4H8IyVgWNJdde > .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); }#T6QnJ45QPldquQtMvit4H8IyVgWNJdde > .row .container { border-width: 0; border-radius: 0; }#T6QnJ45QPldquQtMvit4H8IyVgWNJdde > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T6QnJ45QPldquQtMvit4H8IyVgWNJdde > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:75rem;position:relative;display:block; }#e6d069a39af9d3ecfac00d526feb20cc { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5620125rem;width:9.24925rem;top:2.67333984375rem;left:0rem;overflow:hidden;display:block; }
#g00f177e7555b99a62b8e69a4ee1e847 { color:#ffffff;display:block;width:57.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:2.67333984375rem;left:17.00048828125rem;height:2.625rem;text-align:right;text-align-last:right;display:block; }
#ie29c58430633afc837cc01c11dfd83c { color:#ffffff;display:block;width:10.6245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:9.29736328125rem;left:64.37548828125rem;height:1.3125rem;text-align:right;text-align-last:right;display:block; }
@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) { #T0STVTtOH8TLczFT5sBdThT8KAgVplUS { top:1.25rem;left:0rem;width:9.25rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdBRuKCzv23Q9nIragDggJsb8llWF2RS { display:block; }#fdBRuKCzv23Q9nIragDggJsb8llWF2RS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dbxave46MaVJv4qMvMfSifMkMB5977sh { top:5rem;left:0rem;width:31.5625rem;height:11.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBclimO2ywuVW4PotfAFdZF9wUappNlS { top:17.8125rem;left:0rem;width:27.625rem;height:7.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPnezdscoQ9XKqSrA2IGaOQJtwdtroSn { top:9.9375rem;left:1.6875rem;width:46.0625rem;height:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0i5WVvwsTSGh8mDJMNioCfh9Oi8lxFz { width:14.6875rem;height:3.5rem;top:28.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nrk8A8fz7osrb8eLPhG4OpT1OWhL9rZi { display:block; }
 }@media only screen and (max-width: 763px) { #QDaBNDiCETKIEFmKHVMHULuWJgAwdlWC { width:14.875rem;height:3.5rem;top:28.3125rem;left:2.374755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0RpHXKkZHCW7KNcNiNDMoTPRvwEBlp3 { display:block; }
 }@media only screen and (max-width: 763px) { #uuqwtThXKMli8dHrhzc7Nfl5TOdg6Toc { display:block; }#uuqwtThXKMli8dHrhzc7Nfl5TOdg6Toc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zmw9I8btXg0alpKT8HQhMwmAvagfCM9f { top:3.75rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGRVUgbcLul5Glo9gHHXvoqWHFK6c51N { top:12.125rem;left:0rem;width:32.1875rem;height:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcNpDMpRHObsVtLuZXgx0NcX4n5JrF8K { top:12.9375rem;left:16.3125rem;width:31.4375rem;height:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwgrVGeewVfNFBhltvr5D4q5JflU2Mtz { top:18.0625rem;left:20rem;width:27.25rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaWrtMKfG4KsGx6gaTx9o0n2T1Py4vhk { top:23.1875rem;left:23.125rem;width:20.5625rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHQB1nsGDtSM63W1TsIbF15LSpuDSLQd { top:28.375rem;left:23.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #w84d61x4o7z0Sxp27u0csHswVFyHOZBs { top:29.0625rem;left:23.875rem;width:10.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbU2dWMpst5C04eq1XQrWGs3K6zOKQwU { top:32.375rem;left:23.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTHUyhTISWEeCw6s1GwrTRAt0DG4w5CK { top:33rem;left:23.875rem;width:10.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxfVC6D7Tyg6c5quruJae4z0dCc6M8V0 { top:37rem;left:23.875rem;width:10.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWhZRMXIFxT0sVI6tptVXxrdVn2Oo1xi { top:36.375rem;left:23.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #EW0v8hqGx80WaJ9yzZARcnCttD8eL9tU { width:14.8125rem;height:3.4375rem;top:48.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgy3Wqzri8qLV1BQB1s3Cw3NfX8N7VyN { display:block; }
 }@media only screen and (max-width: 763px) { #fiZGXn0377klP9f8pXteA8TDphiskWBT { width:14.625rem;height:3.4375rem;top:48.5rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #doy6T51kZEBUV6Bkm3CshOl8808BbVTt { display:block; }
 }@media only screen and (max-width: 763px) { #mresthW7Bm3WDF6hVLeSmh2WoKkde0eE { display:block; }#mresthW7Bm3WDF6hVLeSmh2WoKkde0eE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SfRZTi3l5Zx5LI1pKnL5W6EKoFCqd5OH { top:3.75rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aq9eICzXhrP0LOm75IFR2LWgggbM6Atz { top:15.4375rem;left:0rem;width:20.5rem;height:4.9844376155043rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcXATVlflPaSyyScJhgqdGq8rCsxzHxN { top:21.4375rem;left:0rem;width:16.3125rem;height:5.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBp90InFPmCkHfFxJpnrGwkgJTCZwgNL { top:27.875rem;left:0rem;width:21.0625rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7U4JIlvfWEJvaKPVlViESRMTXHUusoF { top:7.8125rem;left:0rem;width:45.75rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZJKJzh8if3EUDOrZfIwCZbdbgiE11pk { top:14.25rem;left:0rem;width:23.4375rem;height:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hfae9X1BCI9wGfDpIfDg3mF5048nWd1B { top:14.1875rem;left:8.3125rem;width:23.4375rem;height:22.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GP9Ov0WFV1xHrNyi16qv1C0Si43OFQQ9 { top:27.8125rem;left:15.875rem;width:21.0625rem;height:6.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wqzLV7M82JlkJb4fcpFv1rRGohNUbn6e { top:21.375rem;left:13rem;width:18.75rem;height:5.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NCyJ60FNt1hOFsnbzikkmdK8fURHZfyA { top:16.25rem;left:11.25rem;width:20.5rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZO3rai4ArM8S15rmoBCoy697vwNpxA6S { top:14.1875rem;left:24.1875rem;width:23.4375rem;height:22.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XGnHlT3rPt567CQMSfVrpqG0peMElWgf { top:27.8125rem;left:28.5rem;width:19.125rem;height:6.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qcSX6CStoK7S9KIRBtUKmAUqHuaepTFe { top:21.375rem;left:32.154296875rem;width:15rem;height:5.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qbImV9PfgRpgDkzFJrZ1HGkV1Dy29azM { top:15.625rem;left:32.843505859375rem;width:13.6875rem;height:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JBHxe8Cm1Hhl8GbKzMGODkLIeTmBkrD0 { width:14.8125rem;height:3.4375rem;top:41.1875rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7u6BZuIGptKa6HkqMyWiS57WUUwid9R { display:block; }
 }@media only screen and (max-width: 763px) { #F4neQLpa5XAg7amzBNQmfQux7RoerLRM { width:14.625rem;height:3.4375rem;top:41.1875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNBJ5Ze22zHeR8ib3r4qwrL43cRdaeZA { display:block; }
 }@media only screen and (max-width: 763px) { #qNN6XvRwLWA5Oiz0pG9TU1LqnHnMMgF0 { display:block; }#qNN6XvRwLWA5Oiz0pG9TU1LqnHnMMgF0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #latmi5U7LqHITVCieZ8ilepcJ7eAJGn7 { top:3.75rem;left:0rem;width:47.75rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #og59UKOmtF7lH0O2oZnvq1sAEDe8fCD1 { top:11.1875rem;left:0rem;width:25rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNI2y7mfvbvGKFpme812tO191VcsQwFL { top:23.625rem;left:0rem;width:21.0625rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oE28Ms0TAdzJLvRdNcQZVHoWoxBbicOQ { top:23.625rem;left:10.6875rem;width:21.0625rem;height:1.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #knlxUTFoGfPQgo32EnveyVR09lNWXT92 { top:11.125rem;left:0rem;width:25rem;height:16.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vMgfCBEMhB191OobmHGVTKkXTJFanSMK { top:23.625rem;left:26.5625rem;width:21.0625rem;height:1.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #da8qnpvxyDUNkC95dD00KwASqbZxWaqt { top:11.125rem;left:22.625rem;width:25rem;height:16.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SXMR9QiHIHvuGBz8cZkWyMDMR8yRscTB { top:41.25rem;left:0rem;width:21.0625rem;height:1.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QKLVr1gsAgvTgWONVnpX6VVZ3bTDBFEM { top:28.6875rem;left:0rem;width:25rem;height:16.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VBg3idwmaef4TX5PXXRwV1toKn5ZDpGo { top:41.25rem;left:10.6875rem;width:21.0625rem;height:1.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XgTlSqVAonzze7xWvm4JMleidHkKTbtt { top:28.6875rem;left:0rem;width:25rem;height:16.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ymWcc0m5KSuQi6NJeRL9egVV8wtF5GNF { top:41.25rem;left:26.5625rem;width:21.0625rem;height:1.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qE9C4dTMv76T8rId8MD5nq4QWy2lPcaV { top:28.6875rem;left:6.75rem;width:25rem;height:16.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cyEJtWmurlm5L051lZ1QBXKClTFdNhp3 { width:14.8125rem;height:3.4375rem;top:50.0625rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqHbedGGygQNCEO04JEI4Jzwb6yxkB3m { display:block; }
 }@media only screen and (max-width: 763px) { #q3I5gyvtx4cu0qTpDgOMGf1aTTzWFri6 { width:14.625rem;height:3.4375rem;top:50.0625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzmBDnC4E8oxWvvzCXbpNXmGpQrMNzXx { display:block; }
 }@media only screen and (max-width: 763px) { #b9XF1ukzaXEv5x5NOMMDtIyXewRV1pbR { display:block; }#b9XF1ukzaXEv5x5NOMMDtIyXewRV1pbR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cyvKfuaCTQhp33ohMbygDlHny5l4qnD4 { top:8rem;left:23.125rem;width:24.625rem;height:7.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZWOQH9L7o0y2wIdct86dkdQaEowdbJI { top:17.5625rem;left:23.875rem;width:21.375rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4scts9ZXOSO6TSkIlOpnnooez4aepCs { top:8.8125rem;left:0rem;width:39.25rem;height:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpCgbPsEXRRxggT38EPuyrvp9atLWRbf { width:14.8125rem;height:3.4375rem;top:25.625rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll0f0lSxnQ46szWuaWdNH3JLrR2naEwt { display:block; }
 }@media only screen and (max-width: 763px) { #hKR1OngucBDxR4UXC8lIrZ7ZdBNFRSHg { width:14.625rem;height:3.4375rem;top:25.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GD6262T1k8LBn5I9SKKl9d9C5pv5m2LT { display:block; }
 }@media only screen and (max-width: 763px) { #T6QnJ45QPldquQtMvit4H8IyVgWNJdde { display:block; }#T6QnJ45QPldquQtMvit4H8IyVgWNJdde > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e6d069a39af9d3ecfac00d526feb20cc { top:2.625rem;left:0rem;width:9.1875rem;height:3.5382317316269rem;display:block; }
 }@media only screen and (max-width: 763px) { #g00f177e7555b99a62b8e69a4ee1e847 { top:2.625rem;left:0rem;width:47.75rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ie29c58430633afc837cc01c11dfd83c { top:9.25rem;left:37.125rem;width:10.5625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@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:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0STVTtOH8TLczFT5sBdThT8KAgVplUS { width:9.25rem;height:3.5623013352434rem;top:1.3427734375rem;left:5.37353515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdBRuKCzv23Q9nIragDggJsb8llWF2RS { display:block; }#fdBRuKCzv23Q9nIragDggJsb8llWF2RS > .row .container { width:20rem;height:36.0009765625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dbxave46MaVJv4qMvMfSifMkMB5977sh { width:19rem;height:2.0996125rem;top:2.499755859375rem;left:0.46875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NBclimO2ywuVW4PotfAFdZF9wUappNlS { width:19.25rem;height:6rem;top:5.91943359375rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TPnezdscoQ9XKqSrA2IGaOQJtwdtroSn { width:19.99875rem;height:11.74875rem;top:24.3134765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0i5WVvwsTSGh8mDJMNioCfh9Oi8lxFz { width:15.81225rem;height:3.4995125rem;top:13.499267578125rem;left:2.091796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nrk8A8fz7osrb8eLPhG4OpT1OWhL9rZi { display:block; }
 }@media only screen and (max-width: 763px) { #QDaBNDiCETKIEFmKHVMHULuWJgAwdlWC { width:14.875rem;height:3.5rem;top:18.300537109375rem;left:2.560546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0RpHXKkZHCW7KNcNiNDMoTPRvwEBlp3 { display:block; }
 }@media only screen and (max-width: 763px) { #uuqwtThXKMli8dHrhzc7Nfl5TOdg6Toc { display:block; }#uuqwtThXKMli8dHrhzc7Nfl5TOdg6Toc > .row .container { width:20rem;height:68.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zmw9I8btXg0alpKT8HQhMwmAvagfCM9f { width:20rem;height:3.57421875rem;top:2.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGRVUgbcLul5Glo9gHHXvoqWHFK6c51N { width:15rem;height:15rem;top:8.8828125rem;left:2.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcNpDMpRHObsVtLuZXgx0NcX4n5JrF8K { width:20rem;height:26.125rem;top:25.749755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwgrVGeewVfNFBhltvr5D4q5JflU2Mtz { width:18.0625rem;height:5.0625rem;top:27.561767578125rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaWrtMKfG4KsGx6gaTx9o0n2T1Py4vhk { width:18.5rem;height:2.92480625rem;top:34.375rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHQB1nsGDtSM63W1TsIbF15LSpuDSLQd { width:3rem;height:3rem;top:38.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w84d61x4o7z0Sxp27u0csHswVFyHOZBs { width:10.6875rem;height:1.6875rem;top:39.3125rem;left:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbU2dWMpst5C04eq1XQrWGs3K6zOKQwU { width:3rem;height:3rem;top:42.75732421875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTHUyhTISWEeCw6s1GwrTRAt0DG4w5CK { width:10.6875rem;height:1.6875rem;top:43.41357421875rem;left:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxfVC6D7Tyg6c5quruJae4z0dCc6M8V0 { width:10.6875rem;height:1.6875rem;top:47.53759765625rem;left:4.8427734375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWhZRMXIFxT0sVI6tptVXxrdVn2Oo1xi { width:3rem;height:3rem;top:46.88134765625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EW0v8hqGx80WaJ9yzZARcnCttD8eL9tU { width:14.8125rem;height:3.4375rem;top:60.5625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgy3Wqzri8qLV1BQB1s3Cw3NfX8N7VyN { display:block; }
 }@media only screen and (max-width: 763px) { #fiZGXn0377klP9f8pXteA8TDphiskWBT { width:14.625rem;height:3.4375rem;top:55.875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #doy6T51kZEBUV6Bkm3CshOl8808BbVTt { display:block; }
 }@media only screen and (max-width: 763px) { #mresthW7Bm3WDF6hVLeSmh2WoKkde0eE { display:block; }#mresthW7Bm3WDF6hVLeSmh2WoKkde0eE > .row .container { width:20rem;height:96.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SfRZTi3l5Zx5LI1pKnL5W6EKoFCqd5OH { width:20rem;height:6.3369375rem;top:2.5rem;left:0rem;font-size:1.625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #Aq9eICzXhrP0LOm75IFR2LWgggbM6Atz { width:16.6875rem;height:3.9375rem;top:17.84619140625rem;left:1.6552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcXATVlflPaSyyScJhgqdGq8rCsxzHxN { width:9.9375rem;height:3.75rem;top:23.01708984375rem;left:5.0302734375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBp90InFPmCkHfFxJpnrGwkgJTCZwgNL { width:15.81225rem;height:6rem;top:28.033447265625rem;left:2.091796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7U4JIlvfWEJvaKPVlViESRMTXHUusoF { width:18.687rem;height:3.375rem;top:10.59228515625rem;left:0.65478515625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZJKJzh8if3EUDOrZfIwCZbdbgiE11pk { width:19.9995rem;height:20.625rem;top:15.967529296875rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #Hfae9X1BCI9wGfDpIfDg3mF5048nWd1B { width:19.9995rem;height:20.625rem;top:38.4375rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #GP9Ov0WFV1xHrNyi16qv1C0Si43OFQQ9 { width:15.8115rem;height:6rem;top:50.49951171875rem;left:2.09326171875rem;font-size:1rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #wqzLV7M82JlkJb4fcpFv1rRGohNUbn6e { width:13.6875rem;height:3.75rem;top:45.4375rem;left:3.1552734375rem;font-size:1.25rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #NCyJ60FNt1hOFsnbzikkmdK8fURHZfyA { width:17.7495rem;height:2.625rem;top:40.9375rem;left:1.12353515625rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZO3rai4ArM8S15rmoBCoy697vwNpxA6S { width:19.9995rem;height:20.625rem;top:60.9375rem;left:0.0625rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #XGnHlT3rPt567CQMSfVrpqG0peMElWgf { width:17.0625rem;height:6rem;top:73.06103515625rem;left:1.4677734375rem;font-size:1rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #qcSX6CStoK7S9KIRBtUKmAUqHuaepTFe { width:13.6875rem;height:3.75rem;top:67.999267578125rem;left:3.1552734375rem;font-size:1.25rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #qbImV9PfgRpgDkzFJrZ1HGkV1Dy29azM { width:10.74975rem;height:3.4995125rem;top:63.0615234375rem;left:4.623046875rem;z-index:15020;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JBHxe8Cm1Hhl8GbKzMGODkLIeTmBkrD0 { width:14.8125rem;height:3.4375rem;top:89.3125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7u6BZuIGptKa6HkqMyWiS57WUUwid9R { display:block; }
 }@media only screen and (max-width: 763px) { #F4neQLpa5XAg7amzBNQmfQux7RoerLRM { width:14.625rem;height:3.4375rem;top:84.625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNBJ5Ze22zHeR8ib3r4qwrL43cRdaeZA { display:block; }
 }@media only screen and (max-width: 763px) { #qNN6XvRwLWA5Oiz0pG9TU1LqnHnMMgF0 { display:block; }#qNN6XvRwLWA5Oiz0pG9TU1LqnHnMMgF0 > .row .container { width:20rem;height:97rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #latmi5U7LqHITVCieZ8ilepcJ7eAJGn7 { width:20rem;height:4.2246125rem;top:2.5rem;left:0rem;font-size:1.625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #og59UKOmtF7lH0O2oZnvq1sAEDe8fCD1 { width:18.75rem;height:12.625rem;top:9.2958984375rem;left:0.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNI2y7mfvbvGKFpme812tO191VcsQwFL { width:15.8108125rem;height:1.5rem;top:18.6240234375rem;left:2.093994140625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oE28Ms0TAdzJLvRdNcQZVHoWoxBbicOQ { width:15.8108125rem;height:1.5rem;top:31.24951171875rem;left:2.093994140625rem;font-size:1rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #knlxUTFoGfPQgo32EnveyVR09lNWXT92 { width:18.75rem;height:12.625rem;top:21.919921875rem;left:0.6240234375rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vMgfCBEMhB191OobmHGVTKkXTJFanSMK { width:15.8108125rem;height:1.5rem;top:43.810791015625rem;left:2.093994140625rem;font-size:1rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #da8qnpvxyDUNkC95dD00KwASqbZxWaqt { width:18.75rem;height:12.5625rem;top:34.5439453125rem;left:0.6240234375rem;z-index:14998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SXMR9QiHIHvuGBz8cZkWyMDMR8yRscTB { width:15.8108125rem;height:1.5rem;top:56.435546875rem;left:2.093994140625rem;font-size:1rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #QKLVr1gsAgvTgWONVnpX6VVZ3bTDBFEM { width:18.75rem;height:12.625rem;top:47.1064453125rem;left:0.6240234375rem;z-index:14997;overflow:hidden;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBg3idwmaef4TX5PXXRwV1toKn5ZDpGo { width:15.8108125rem;height:1.5rem;top:68.99853515625rem;left:2.093994140625rem;font-size:1rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #XgTlSqVAonzze7xWvm4JMleidHkKTbtt { width:18.75rem;height:12.5625rem;top:59.73046875rem;left:0.6240234375rem;z-index:14996;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ymWcc0m5KSuQi6NJeRL9egVV8wtF5GNF { width:15.8108125rem;height:1.5rem;top:81.624755859375rem;left:2.093994140625rem;font-size:1rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #qE9C4dTMv76T8rId8MD5nq4QWy2lPcaV { width:18.75rem;height:12.625rem;top:72.29296875rem;left:0.6240234375rem;z-index:14995;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cyEJtWmurlm5L051lZ1QBXKClTFdNhp3 { width:14.8125rem;height:3.4375rem;top:90.85521875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqHbedGGygQNCEO04JEI4Jzwb6yxkB3m { display:block; }
 }@media only screen and (max-width: 763px) { #q3I5gyvtx4cu0qTpDgOMGf1aTTzWFri6 { width:14.625rem;height:3.4375rem;top:86.16771875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzmBDnC4E8oxWvvzCXbpNXmGpQrMNzXx { display:block; }
 }@media only screen and (max-width: 763px) { #b9XF1ukzaXEv5x5NOMMDtIyXewRV1pbR { display:block; }#b9XF1ukzaXEv5x5NOMMDtIyXewRV1pbR > .row .container { width:20rem;height:42.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cyvKfuaCTQhp33ohMbygDlHny5l4qnD4 { width:15.37475rem;height:4.2246125rem;top:2.5rem;left:2.310791015625rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oZWOQH9L7o0y2wIdct86dkdQaEowdbJI { width:20rem;height:5.0625rem;top:8.13525390625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s4scts9ZXOSO6TSkIlOpnnooez4aepCs { width:20rem;height:16.125rem;top:25.769891300457rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpCgbPsEXRRxggT38EPuyrvp9atLWRbf { width:14.8125rem;height:3.4375rem;top:19.875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll0f0lSxnQ46szWuaWdNH3JLrR2naEwt { display:block; }
 }@media only screen and (max-width: 763px) { #hKR1OngucBDxR4UXC8lIrZ7ZdBNFRSHg { width:14.625rem;height:3.4375rem;top:15.1875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GD6262T1k8LBn5I9SKKl9d9C5pv5m2LT { display:block; }
 }@media only screen and (max-width: 763px) { #T6QnJ45QPldquQtMvit4H8IyVgWNJdde { display:block; }#T6QnJ45QPldquQtMvit4H8IyVgWNJdde > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e6d069a39af9d3ecfac00d526feb20cc { width:9.18675rem;height:3.5376rem;top:1.998046875rem;left:6.3427734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g00f177e7555b99a62b8e69a4ee1e847 { width:20rem;height:7.875rem;top:7.364501953125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ie29c58430633afc837cc01c11dfd83c { width:12.1875rem;height:1.3125rem;top:17.312255859375rem;left:3.9052734375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }