.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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
 #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 *:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="text"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="email"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="tel"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 textarea:focus-visible { outline:0.125rem solid #000000;; } #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); }#HrO47w43vx44Pe0fTsXvg7TVEZVIBJld { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5cbe0;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#HrO47w43vx44Pe0fTsXvg7TVEZVIBJld > .row .container { background-color: transparent; background-image: none; }#HrO47w43vx44Pe0fTsXvg7TVEZVIBJld::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrO47w43vx44Pe0fTsXvg7TVEZVIBJld > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrO47w43vx44Pe0fTsXvg7TVEZVIBJld > .row .container > .video-iframe-container { display: none; }#HrO47w43vx44Pe0fTsXvg7TVEZVIBJld > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrO47w43vx44Pe0fTsXvg7TVEZVIBJld > .row > .video-iframe-container { display: none; }#HrO47w43vx44Pe0fTsXvg7TVEZVIBJld > .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); }#HrO47w43vx44Pe0fTsXvg7TVEZVIBJld > .row .container { border-width: 0; border-radius: 0; }#HrO47w43vx44Pe0fTsXvg7TVEZVIBJld > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HrO47w43vx44Pe0fTsXvg7TVEZVIBJld > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:block; }#g9W3bdaforfuS6va4rTlHmPu3iWzTvPJ { 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:#390d26;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.8125rem;height:1.875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.5625rem;left:19.625rem;display:block; }
#RqqwKTBgnTIn5HxA17Z0S7sz1VFFCVMK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hg0kDHRepqWaKJF76DIqzIzwbDARdTTQ { background-color:#ff435b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;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:arial;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:2.1875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.375rem;left:43.4375rem;display:block; }
#fXsngEH5kTOtrnfvJGAlp1wbmfvP0H7u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wv7b2lwZoUiG28rdVudH3899Oig512Ol { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#RgvxbMLAcHQzzQaziFSyM1gZwly5pCZ3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf3f0;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; }#RgvxbMLAcHQzzQaziFSyM1gZwly5pCZ3 > .row .container { background-color: transparent; background-image: none; }#RgvxbMLAcHQzzQaziFSyM1gZwly5pCZ3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgvxbMLAcHQzzQaziFSyM1gZwly5pCZ3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgvxbMLAcHQzzQaziFSyM1gZwly5pCZ3 > .row .container > .video-iframe-container { display: none; }#RgvxbMLAcHQzzQaziFSyM1gZwly5pCZ3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgvxbMLAcHQzzQaziFSyM1gZwly5pCZ3 > .row > .video-iframe-container { display: none; }#RgvxbMLAcHQzzQaziFSyM1gZwly5pCZ3 > .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); }#RgvxbMLAcHQzzQaziFSyM1gZwly5pCZ3 > .row .container { border-width: 0; border-radius: 0; }#RgvxbMLAcHQzzQaziFSyM1gZwly5pCZ3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RgvxbMLAcHQzzQaziFSyM1gZwly5pCZ3 > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#UKuOmTu6W2WtSfQHTKdPnNerSyZ8vpQr { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;box-sizing:border-box;color:#390d26;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.125rem;left:16.4375rem;display:block; }
#FXVXBJ9XucZ6y8PLXLkT2g4JpTF72co4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RGGkTEGq7XFwLJqbaBG4JpFpOnmsgq9T { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;box-sizing:border-box;color:#390d26;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:3.125rem;left:27.0625rem;display:block; }
#FiM9pMPDJxwmaTRTwwcTVBaMWQzKQ1Tp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CdUnOTuZrwfSEDqBCG0AGhPU3Nh6rfkh { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;box-sizing:border-box;color:#390d26;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.75rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:3.125rem;left:34.9375rem;display:block; }
#NXi1DEMV3J5fb7zCxG8dVJKBA5EGvMGA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LSGhrL18SMkcVHe1979dvGydHy0OzC00 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;box-sizing:border-box;color:#390d26;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.375rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:3.125rem;left:42.1875rem;display:block; }
#OvMtbHm4vTghFMi4dPuBKvllXtsztHtb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XnXtmV4yOt9iupWkVi0GRmzAcZWA3g0U { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;box-sizing:border-box;color:#390d26;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.6875rem;height:2.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:3.125rem;left:52.875rem;display:block; }
#eLe0MSPVhwm4wGFEZAXx8CrkoN6S3gfR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GsXzvR6QJFmlmSwegyfLhftoB6UCOONu { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;box-sizing:border-box;color:#390d26;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.6875rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:3.125rem;left:61.0625rem;display:none; }
#zCQdTF1tiosnNgDG2AM1KyTBQ0J79PIO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vvurNdPKFlvCmt4TXi3qDplPzK4OLNum { background-color:transparent;background-image:none;border-top:0.0625rem solid #ff435b;border-left:0.0625rem solid #ff435b;border-right:0.0625rem solid #ff435b;border-bottom:0.0625rem solid #ff435b;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;box-sizing:border-box;color:#ff435b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.3125rem;left:65.625rem;display:block; }
#kx2OFKSwE5vHxnoETumBqTLUOMPgbczc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rb7hWNtDBvyQDhRSgnqw02MXKxTbTFNs { 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:3.9375rem;width:8.125rem;top:2.40625rem;left:3.625rem;overflow:hidden;display:block; }
#nLDkLAsUt7QE2nwyeeipxpzOsrFbJ3aM { color:#000000;display:block;width:24.74975rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15002;line-height:2;letter-spacing:0;top:3.56201171875rem;left:25.123901367188rem;height:1.875rem;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; }
#VgNEHxeCcqDX1L3eqO9qBRvChm3H2dtB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#OHoQ0LcrdnLWkwWWc20Hd2QhcTt2ZWZt { background-color:#faf3f0;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; }#OHoQ0LcrdnLWkwWWc20Hd2QhcTt2ZWZt > .row .container { background-color: transparent; background-image: none; }#OHoQ0LcrdnLWkwWWc20Hd2QhcTt2ZWZt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHoQ0LcrdnLWkwWWc20Hd2QhcTt2ZWZt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHoQ0LcrdnLWkwWWc20Hd2QhcTt2ZWZt > .row .container > .video-iframe-container { display: none; }#OHoQ0LcrdnLWkwWWc20Hd2QhcTt2ZWZt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHoQ0LcrdnLWkwWWc20Hd2QhcTt2ZWZt > .row > .video-iframe-container { display: none; }#OHoQ0LcrdnLWkwWWc20Hd2QhcTt2ZWZt > .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); }#OHoQ0LcrdnLWkwWWc20Hd2QhcTt2ZWZt > .row .container { border-width: 0; border-radius: 0; }#OHoQ0LcrdnLWkwWWc20Hd2QhcTt2ZWZt > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#OHoQ0LcrdnLWkwWWc20Hd2QhcTt2ZWZt > .row .container { font-size:0.875rem;font-family:arial;height:50.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#qaJhAAl7GpVLI88esofm7JuoQgDB1e3W { color:#390d26;display:block;width:69.436875rem;position:absolute;font-family:"times new roman";font-size:5rem;font-weight:normal;z-index:15000;line-height:01;letter-spacing:0;top:3.7489147186279rem;left:2.7810344696045rem;height:10rem;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; }
#st4UXLr4avRp9xlM3VMfEmHl5WtcVvtS { 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:15017;opacity:1;top:16.75rem;left:2.75rem; }
#S1n8elDpGElTu8ixi6SiCnR5WNzAGGbG { color:#010304;display:block;width:8.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:16.6875rem;left:4.75rem;height:1.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; }
#AzxIOVuoKVPNDRyDQLeDWyaD5SvLEMS3 { position:absolute;display:block;z-index:15000;border-top:0.0625rem solid #390d26;border-left:0.0625rem solid #390d26;border-right:0.0625rem solid #390d26;border-bottom:0.0625rem solid #390d26;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;height:26.25rem;width:68.06125rem;top:21.373697280884rem;left:3.3984394073486rem;overflow:hidden;display:block; }
#XeceVb9W63c9HMJtmiVQRA5paWziN6ml { position:relative;display:block; }#XeceVb9W63c9HMJtmiVQRA5paWziN6ml { background-color: transparent; background-image: none; }#XeceVb9W63c9HMJtmiVQRA5paWziN6ml::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XeceVb9W63c9HMJtmiVQRA5paWziN6ml > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XeceVb9W63c9HMJtmiVQRA5paWziN6ml > .row .container > .video-iframe-container { display: none; }#XeceVb9W63c9HMJtmiVQRA5paWziN6ml > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XeceVb9W63c9HMJtmiVQRA5paWziN6ml > .row > .video-iframe-container { display: none; }#XeceVb9W63c9HMJtmiVQRA5paWziN6ml > .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); }#XeceVb9W63c9HMJtmiVQRA5paWziN6ml { border-width: 0; border-radius: 0; }#XeceVb9W63c9HMJtmiVQRA5paWziN6ml > .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; }#XeceVb9W63c9HMJtmiVQRA5paWziN6ml > .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:13.0625rem;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; }#XvSdGKHwurET0z03M2Tpmpl5GBAvaK9l { color:#000000;display:block;width:67.874375rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15002;line-height:2;letter-spacing:0;top:2.7788619995117rem;left:3.5622844696045rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QPDBni7Fl2C7Dw8CL0kOUd5hRuKMJxGm { 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; }#QPDBni7Fl2C7Dw8CL0kOUd5hRuKMJxGm > .row .container { background-color: transparent; background-image: none; }#QPDBni7Fl2C7Dw8CL0kOUd5hRuKMJxGm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QPDBni7Fl2C7Dw8CL0kOUd5hRuKMJxGm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QPDBni7Fl2C7Dw8CL0kOUd5hRuKMJxGm > .row .container > .video-iframe-container { display: none; }#QPDBni7Fl2C7Dw8CL0kOUd5hRuKMJxGm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QPDBni7Fl2C7Dw8CL0kOUd5hRuKMJxGm > .row > .video-iframe-container { display: none; }#QPDBni7Fl2C7Dw8CL0kOUd5hRuKMJxGm > .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); }#QPDBni7Fl2C7Dw8CL0kOUd5hRuKMJxGm > .row .container { border-width: 0; border-radius: 0; }#QPDBni7Fl2C7Dw8CL0kOUd5hRuKMJxGm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QPDBni7Fl2C7Dw8CL0kOUd5hRuKMJxGm > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#wo2A9DeSbVOgJH2PenA4nzmyV4rMKWbQ { color:#390d26;display:block;width:39.5rem;position:absolute;font-family:"times new roman";font-size:2.8125rem;font-weight:normal;z-index:15001;line-height:01;letter-spacing:0;top:3.0609817504883rem;left:3.5622844696045rem;height:2.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#QdqTESHNnrowXbsqLTAQuWnTM6qpHJ9T { color:#000000;display:block;width:67.874375rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:2;letter-spacing:0;top:8.5622825622556rem;left:3.5622844696045rem;height:20.625rem;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; }
#yIGw4IgJU0CZlDxmtgQe7yAVuJftdx9D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf3f0;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; }#yIGw4IgJU0CZlDxmtgQe7yAVuJftdx9D > .row .container { background-color: transparent; background-image: none; }#yIGw4IgJU0CZlDxmtgQe7yAVuJftdx9D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yIGw4IgJU0CZlDxmtgQe7yAVuJftdx9D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yIGw4IgJU0CZlDxmtgQe7yAVuJftdx9D > .row .container > .video-iframe-container { display: none; }#yIGw4IgJU0CZlDxmtgQe7yAVuJftdx9D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yIGw4IgJU0CZlDxmtgQe7yAVuJftdx9D > .row > .video-iframe-container { display: none; }#yIGw4IgJU0CZlDxmtgQe7yAVuJftdx9D > .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); }#yIGw4IgJU0CZlDxmtgQe7yAVuJftdx9D > .row .container { border-width: 0; border-radius: 0; }#yIGw4IgJU0CZlDxmtgQe7yAVuJftdx9D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yIGw4IgJU0CZlDxmtgQe7yAVuJftdx9D > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#uzxLnuF4ciutFXTTfwk7NCH2PeuLRGGZ { color:#390d26;display:block;width:31rem;position:absolute;font-family:"times new roman";font-size:2.8125rem;font-weight:normal;z-index:15002;line-height:01;letter-spacing:0;top:4.03125rem;left:3.0625rem;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;text-align:left;text-align-last:left;display:block; }
#wIJw75pcgTd0Ja7von2b72EKtWSVRvCS { color:#000000;display:block;width:32.1875rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:2;letter-spacing:0;top:14.122314453125rem;left:3.0615234375rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VpC6tEU4ibOf9y3822eA8UrAyOMfnN90 { color:#000000;display:block;width:31.9998125rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:2;letter-spacing:0;top:19.34326171875rem;left:3.0615234375rem;height:13.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#VpC6tEU4ibOf9y3822eA8UrAyOMfnN90 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VpC6tEU4ibOf9y3822eA8UrAyOMfnN90 li:before{  }
#uDq3if1TqPAbtiTCKuCWtoPsTImNFPtO { color:#000000;display:block;width:30.6860625rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:2;letter-spacing:0;top:4.03076171875rem;left:39.874267578125rem;height:16.875rem;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; }
#U8yPpSOODENuRpHqWsSDoA8dX9w59Myo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf3f0;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; }#U8yPpSOODENuRpHqWsSDoA8dX9w59Myo > .row .container { background-color: transparent; background-image: none; }#U8yPpSOODENuRpHqWsSDoA8dX9w59Myo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8yPpSOODENuRpHqWsSDoA8dX9w59Myo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8yPpSOODENuRpHqWsSDoA8dX9w59Myo > .row .container > .video-iframe-container { display: none; }#U8yPpSOODENuRpHqWsSDoA8dX9w59Myo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8yPpSOODENuRpHqWsSDoA8dX9w59Myo > .row > .video-iframe-container { display: none; }#U8yPpSOODENuRpHqWsSDoA8dX9w59Myo > .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); }#U8yPpSOODENuRpHqWsSDoA8dX9w59Myo > .row .container { border-width: 0; border-radius: 0; }#U8yPpSOODENuRpHqWsSDoA8dX9w59Myo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U8yPpSOODENuRpHqWsSDoA8dX9w59Myo > .row .container { font-size:0.875rem;font-family:arial;height:15.8125rem;width:75rem;position:relative;display:block; }#a0KcPA40mlfN61sznhdPGC4wq8DvmuZW { color:#390d26;display:block;width:31rem;position:absolute;font-family:"times new roman";font-size:2.8125rem;font-weight:normal;z-index:15002;line-height:01;letter-spacing:0;top:4.03125rem;left:3.0625rem;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;text-align:left;text-align-last:left;display:block; }
#w0PaGb6gT31Kt2TenhML6I8FydJX8qiS { color:#000000;display:block;width:30.686875rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:2;letter-spacing:0;top:4.0288639068604rem;left:40.906038284302rem;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; }
#ctNDZEMyx3ed70HzPV5mDGM0ogepX3MU { position:relative;display:block; }#ctNDZEMyx3ed70HzPV5mDGM0ogepX3MU { background-color: transparent; background-image: none; }#ctNDZEMyx3ed70HzPV5mDGM0ogepX3MU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ctNDZEMyx3ed70HzPV5mDGM0ogepX3MU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ctNDZEMyx3ed70HzPV5mDGM0ogepX3MU > .row .container > .video-iframe-container { display: none; }#ctNDZEMyx3ed70HzPV5mDGM0ogepX3MU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ctNDZEMyx3ed70HzPV5mDGM0ogepX3MU > .row > .video-iframe-container { display: none; }#ctNDZEMyx3ed70HzPV5mDGM0ogepX3MU > .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); }#ctNDZEMyx3ed70HzPV5mDGM0ogepX3MU { border-width: 0; border-radius: 0; }#ctNDZEMyx3ed70HzPV5mDGM0ogepX3MU > .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; }#ctNDZEMyx3ed70HzPV5mDGM0ogepX3MU > .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:28rem;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; }#sIzHEc4ANsq2W8Gdf6V8uvIk4wnb43LH { color:#390d26;display:block;width:31rem;position:absolute;font-family:"times new roman";font-size:2.8125rem;font-weight:normal;z-index:15002;line-height:01;letter-spacing:0;top:3.8736877441406rem;left:3.4353313446045rem;height:5.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#NuyuCAkdSXWKG9ZLciEKkpkqIIpDK5NG { color:#000000;display:block;width:31.9998125rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15005;line-height:2;letter-spacing:0;top:3.8736982345581rem;left:40.249567031861rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#NuyuCAkdSXWKG9ZLciEKkpkqIIpDK5NG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NuyuCAkdSXWKG9ZLciEKkpkqIIpDK5NG li:before{  }
#kSrAxshcivhPiNJ5SUQ5ur5paTLbCl1L { color:#000000;display:block;width:32.1875rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15009;line-height:2;letter-spacing:0;top:11.3720703125rem;left:3.43505859375rem;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; }
#bIHZlKH0nHTGp8qodCFPcoD5w6Swu1QC { position:relative;display:block; }#bIHZlKH0nHTGp8qodCFPcoD5w6Swu1QC { background-color: transparent; background-image: none; }#bIHZlKH0nHTGp8qodCFPcoD5w6Swu1QC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bIHZlKH0nHTGp8qodCFPcoD5w6Swu1QC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bIHZlKH0nHTGp8qodCFPcoD5w6Swu1QC > .row .container > .video-iframe-container { display: none; }#bIHZlKH0nHTGp8qodCFPcoD5w6Swu1QC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bIHZlKH0nHTGp8qodCFPcoD5w6Swu1QC > .row > .video-iframe-container { display: none; }#bIHZlKH0nHTGp8qodCFPcoD5w6Swu1QC > .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); }#bIHZlKH0nHTGp8qodCFPcoD5w6Swu1QC { border-width: 0; border-radius: 0; }#bIHZlKH0nHTGp8qodCFPcoD5w6Swu1QC > .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; }#bIHZlKH0nHTGp8qodCFPcoD5w6Swu1QC > .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:33rem;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; }#seMoBSgFsMynZgC8CvPfNx8qk95vKTql { color:#390d26;display:block;width:31rem;position:absolute;font-family:"times new roman";font-size:2.8125rem;font-weight:normal;z-index:15002;line-height:01;letter-spacing:0;top:3.8736877441406rem;left:3.4353313446045rem;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;text-align:left;text-align-last:left;display:block; }
#UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top; }
#UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw .accordion-heading-text { display:block;position:relative;width:100%;font-family:arial;font-weight:700;font-size:0.9375rem;height:auto; }
#UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.75rem;font-family:arial;height:auto;line-height:2;overflow:hidden; }
#UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_3970ebac207767314d9c618456926f383ca31a1e.svg");background-size:contain !important; }#UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw .accordion-trigger.adaptive-delivery-prevent-bg, #UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw .accordion-trigger.lazyload, #UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw .accordion-trigger.lazyloading { background-image: none; }
#UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw { box-sizing:content-box;height:auto;width:30.68725rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15002;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:2.685546875rem;left:39.65576171875rem; }
#UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #lyJU5Fc3vbwLrcOumUlq5NmQPeLJTQkB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #JlsRDrDyGKCvdTS0mgKfW3RVhhRL6sam { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #h4hAItWKa0dCdcEEpS3WoARDMwbf5XC4 { display:block;position:relative; }
#UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #i8VXSvCdGulR6WVzSdia2XxXT53tTN5z {  }
#UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #vmp149feSEL6zmwuftKu5K8lviKQ5A3y {  }
#UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #oulfVEEsq5WfoPpCbid0NgV8TONuGWOn { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #hvU1pWz9eik2CL24l2Tfk8yerV4bVi1t { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #rRZuZ37GkEnocIy0PhCAVIxL1kf73ZFs { display:block;position:relative; }
#UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #C9AcJpVGHEBnd1I4qcdA9sW23pc6bsWu {  }
#UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #MkFa6nT2He1TTCVOZJwLZtd6EVkAh7pK { display:none; }
#UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #FCA2RPNGVTTfrIX71X5mvFWbuV2FR4x5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #uu4zpnWepkxxC5DnvpBFsaABisuiKlF2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #L5eIaruJ6qdyUSy70aF4iy9pBE27vTFy { display:block;position:relative; }
#UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #RD0Zgo5Lb9qutHycvlbyl6V28FJVIFSS {  }
#UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #glEe2DHoJ9141G7QKhnQsKRv7x0f4zvm { display:none; }
#UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #vficQzGzmXISt2aBAUp3PCn3WxkwfCDa { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #ZTd9IvttEcSa0BmpDaqfxmaEw5i40EvJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #SaaRkXtcmR0M9vKRDr35TR1DZHoa9E5u { display:block;position:relative; }
#UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #Phnofo2KPPudPVoxnKHCKSx7zaXdAGsJ {  }
#UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #QUDuF0TzHAzMaWUWZUQQqtTNfCMzaMFQ { display:none; }
#UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #K3oafDbQ7e8eosNeRum41eLTnd0Aq5RP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #Rsn9lBLSUm2lioqWz0LVTSNv24P9d55m { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #OxmV2wmQtZmMPQ789M0pZL9a9aX7AR4K { display:block;position:relative; }
#UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #JQWqk9QbaC04nnJTVALpDOZbFQZPN01H {  }
#UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #xFDi0BfhTgGTsI91TtJqrpuEmZ42OCsP { display:none; }
#rWlH7fUZTkI8spJw4f5XAQkguPHRrJcm { position:relative;display:block; }#rWlH7fUZTkI8spJw4f5XAQkguPHRrJcm { background-color: transparent; background-image: none; }#rWlH7fUZTkI8spJw4f5XAQkguPHRrJcm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rWlH7fUZTkI8spJw4f5XAQkguPHRrJcm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rWlH7fUZTkI8spJw4f5XAQkguPHRrJcm > .row .container > .video-iframe-container { display: none; }#rWlH7fUZTkI8spJw4f5XAQkguPHRrJcm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rWlH7fUZTkI8spJw4f5XAQkguPHRrJcm > .row > .video-iframe-container { display: none; }#rWlH7fUZTkI8spJw4f5XAQkguPHRrJcm > .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); }#rWlH7fUZTkI8spJw4f5XAQkguPHRrJcm { border-width: 0; border-radius: 0; }#rWlH7fUZTkI8spJw4f5XAQkguPHRrJcm > .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; }#rWlH7fUZTkI8spJw4f5XAQkguPHRrJcm > .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:21.375rem;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; }#hM6rSv42yF0TbRVUsc19kp2hIBMSm2kQ { color:#390d26;display:block;width:21.5625rem;position:absolute;font-family:"times new roman";font-size:2.8125rem;font-weight:normal;z-index:15002;line-height:01;letter-spacing:0;top:2.25rem;left:3.125rem;height:2.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#heOcNkHaqSIZbe0V8X2IwMesMVHnrBfx { color:#000000;display:block;width:31.8125rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15004;line-height:2;letter-spacing:0;top:7.1875rem;left:3.125rem;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; }
#zVkSKrZMe6GvrUNV2WGoCBgKUKXie2WF { color:#000000;display:block;width:31.3125rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:2;letter-spacing:0;top:3.25rem;left:40.5625rem;height:10.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#zVkSKrZMe6GvrUNV2WGoCBgKUKXie2WF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zVkSKrZMe6GvrUNV2WGoCBgKUKXie2WF li:before{  }
#LBK8kz7ZffyDxqheTbQTMyDpwGqrZIt8 { 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; }#LBK8kz7ZffyDxqheTbQTMyDpwGqrZIt8 > .row .container { background-color: transparent; background-image: none; }#LBK8kz7ZffyDxqheTbQTMyDpwGqrZIt8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LBK8kz7ZffyDxqheTbQTMyDpwGqrZIt8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LBK8kz7ZffyDxqheTbQTMyDpwGqrZIt8 > .row .container > .video-iframe-container { display: none; }#LBK8kz7ZffyDxqheTbQTMyDpwGqrZIt8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LBK8kz7ZffyDxqheTbQTMyDpwGqrZIt8 > .row > .video-iframe-container { display: none; }#LBK8kz7ZffyDxqheTbQTMyDpwGqrZIt8 > .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); }#LBK8kz7ZffyDxqheTbQTMyDpwGqrZIt8 > .row .container { border-width: 0; border-radius: 0; }#LBK8kz7ZffyDxqheTbQTMyDpwGqrZIt8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LBK8kz7ZffyDxqheTbQTMyDpwGqrZIt8 > .row .container { font-size:0.875rem;font-family:arial;height:41.625rem;width:75rem;position:relative;display:block; }#axkguz56uWWEOAfi3adTGc6F0u9rNpTw { color:#000000;display:block;width:27.9375rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:26.0625rem;left:4.1875rem;height:7.5rem;font-style:normal;display:block; }
#QpicoNpS5nTVTFABahsv8KK3qZzyKGEu { color:#390d26;display:block;width:23.375rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:23.125rem;left:4.1875rem;height:1.625rem;font-style:normal;display:block; }
#KGoSrEWwtIeqAsnsG3VgMx8aM3tWIUnd { position:absolute;display:block;z-index:15001;background-color:#faf3f0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #390d26;border-left:0.0625rem solid #390d26;border-right:0.0625rem solid #390d26;border-bottom:0.0625rem solid #390d26;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10.5rem;width:17.875rem;top:7.4375rem;left:31.9375rem;display:block; }
#Q0sgnUs77nIThXFs7fwfPiGtMMnlydeZ { color:#390d26;display:block;width:12.1875rem;position:absolute;font-family:"times new roman";font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:9.5rem;left:35.25rem;height:3.1875rem;text-align:left;text-align-last:left;display:block; }
#Esh7E9mMwAE7dhf8ka7bbQsxMSCwBTHN { background-color:#ff435b;background-image:none;border-top:0.0625rem solid #ff435b;border-left:0.0625rem solid #ff435b;border-right:0.0625rem solid #ff435b;border-bottom:0.0625rem solid #ff435b;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;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:arial;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:2.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:35.125rem;left:4.1875rem;display:block; }
#rfxRkdRgnir4Ex3XUybLZGyw2462ZCyX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DMq5K2TrCPXMAGMKtZk6sagVwSxpQJxL { background-color:transparent;background-image:none;border-top:0.0625rem solid #390d26;border-left:0.0625rem solid #390d26;border-right:0.0625rem solid #390d26;border-bottom:0.0625rem solid #390d26;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;box-sizing:border-box;color:#390d26;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:2.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:35.125rem;left:16.6875rem;display:block; }
#Z44PgMzJldnJqmefomzHHXerzT1FfWae { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#imJLnO783uFOKtPXxIwx8LGNPTtLAuRR { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:13.8125rem;left:35.25rem; }
#imJLnO783uFOKtPXxIwx8LGNPTtLAuRR > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#Q10DV7l9wenh9BCdf9x6FgSFCRZ5hHv0 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:13.8125rem;left:37.9375rem; }
#Q10DV7l9wenh9BCdf9x6FgSFCRZ5hHv0 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#qSsBhPLeOEIJiJXWeyuJzz8D6cB9aCF2 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:13.8125rem;left:40.875rem; }
#qSsBhPLeOEIJiJXWeyuJzz8D6cB9aCF2 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#uTo89DSbN4y7k2Tad5UQFd7TKhZKAK54 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:13.75rem;left:43.625rem; }
#uTo89DSbN4y7k2Tad5UQFd7TKhZKAK54 > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#FEoDkdyrW68H9Xpsvv1PK7g42XfMGhO9 { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.8125rem;width:30.0625rem;top:3.5625rem;left:3.125rem;display:block; }
#UnAlCobhFQNbnVBqGFH4Iy9bKwsJebhg { 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; }#UnAlCobhFQNbnVBqGFH4Iy9bKwsJebhg > .row .container { background-color: transparent; background-image: none; }#UnAlCobhFQNbnVBqGFH4Iy9bKwsJebhg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnAlCobhFQNbnVBqGFH4Iy9bKwsJebhg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnAlCobhFQNbnVBqGFH4Iy9bKwsJebhg > .row .container > .video-iframe-container { display: none; }#UnAlCobhFQNbnVBqGFH4Iy9bKwsJebhg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnAlCobhFQNbnVBqGFH4Iy9bKwsJebhg > .row > .video-iframe-container { display: none; }#UnAlCobhFQNbnVBqGFH4Iy9bKwsJebhg > .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); }#UnAlCobhFQNbnVBqGFH4Iy9bKwsJebhg > .row .container { border-width: 0; border-radius: 0; }#UnAlCobhFQNbnVBqGFH4Iy9bKwsJebhg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UnAlCobhFQNbnVBqGFH4Iy9bKwsJebhg > .row .container { font-size:0.875rem;font-family:arial;height:23.5rem;width:75rem;position:relative;display:block; }#TDsnPq6mz7WV8TQGR50233L8fox2sPBU { color:#390d26;display:block;width:20.25rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:5.875rem;left:44.4375rem;height:2rem;font-style:normal;display:block; }
#k8rMIZyrM994mz4fzeAkG1zwsUIJh2az { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15021;background-color:#ff435b;background-image:none;top:5.1875rem;left:44.4375rem;display:block; }
#GaUtTLG3dnHTXzzXXLgT8A04CCWxR6DX { 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:15023;opacity:1;top:5.6875rem;left:9.625rem; }
#Hq8IACfnHVIhloHT3AQoBB6ep1T1hW19 { color:#390d26;display:block;width:20.5625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:5.875rem;left:12.25rem;height:2rem;font-style:normal;display:block; }
#FF0F7oh3IssEwCdL9BrG7FKrWgOdrbpZ { color:#000000;display:block;width:21rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:9.875rem;left:12.25rem;height:6.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hwzOGdKRzl25USTebLnJQ5S378hTNRyR { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15022;background-color:#ff435b;background-image:none;top:5.1875rem;left:12.25rem;display:block; }
#KkeT7dbQuhi2AtqblsGIDDhbVEChWm78 { 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:15024;opacity:1;top:5.625rem;left:41.8125rem; }
#uqbTDcztfeienLWyPdKOPODpHvnWnTOz { color:#000000;display:block;width:21.75rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:9.75rem;left:44.4375rem;height:6.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OntM3JSZtsQBwDet21CoClaJeZCsp1zn { color:#ff435b;display:block;width:20.3125rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:7.6875rem;left:44.4375rem;height:1.199775rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bSVQIBNZ9OPm95tx9rRFikSfoxau6UgX { color:#ff435b;display:block;width:20.4375rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:7.75rem;left:12.25rem;height:1.199775rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vIwezSXrdbWqxHtOAu8lyJbp21lKKXuT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf3f0;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; }#vIwezSXrdbWqxHtOAu8lyJbp21lKKXuT > .row .container { background-color: transparent; background-image: none; }#vIwezSXrdbWqxHtOAu8lyJbp21lKKXuT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vIwezSXrdbWqxHtOAu8lyJbp21lKKXuT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vIwezSXrdbWqxHtOAu8lyJbp21lKKXuT > .row .container > .video-iframe-container { display: none; }#vIwezSXrdbWqxHtOAu8lyJbp21lKKXuT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vIwezSXrdbWqxHtOAu8lyJbp21lKKXuT > .row > .video-iframe-container { display: none; }#vIwezSXrdbWqxHtOAu8lyJbp21lKKXuT > .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); }#vIwezSXrdbWqxHtOAu8lyJbp21lKKXuT > .row .container { border-width: 0; border-radius: 0; }#vIwezSXrdbWqxHtOAu8lyJbp21lKKXuT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vIwezSXrdbWqxHtOAu8lyJbp21lKKXuT > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#rWhaEumEUq4oK4gRIL3O3MFrpWCBnAtN { color:#390d26;display:block;width:17.6875rem;position:absolute;font-family:"times new roman";font-size:2.5rem;font-weight:normal;z-index:15003;line-height:01;letter-spacing:0;top:5.3125rem;left:2.8125rem;height:5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#NZdeyOnDRUO7XppKWk8yuvvhGX4pnzNs { color:#390d26;display:block;width:18.8125rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:12.5rem;left:2.8125rem;height:6.5625rem;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; }
#AVVnI1K06mFqWodCxHiE1KzA05WtlsIZ { background-color:#ff435b;background-image:none;border-top:0.0625rem solid #ff435b;border-left:0.0625rem solid #ff435b;border-right:0.0625rem solid #ff435b;border-bottom:0.0625rem solid #ff435b;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;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:arial;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:2.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:21.25rem;left:2.8125rem;display:block; }
#kTHwJwty4c3L7JiIqHUnsFoAMVPu132x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gT3OA6373rbsAyKzHXylLZdIxaURl05K { position:absolute;display:block;z-index:15004;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:11.0625rem;width:18.4375rem;top:5.3125rem;left:28.125rem;overflow:hidden;display:block; }
#kwSMNSJzdAVd8y9bLad8TEwb6nqCrRrW { color:#000000;display:block;width:18.625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:17.875rem;left:28.125rem;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; }
#GKEOU5WezGK1aws2yP5wZAkM5uGu63IZ { color:#000000;display:block;width:18.875rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:22.25rem;left:28.125rem;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; }
#Wm7eLgNligVoeNPgmHvkPA3QT1kJ16qr { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;box-sizing:border-box;color:#ff435b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:1.875rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:30.6875rem;left:28.125rem;display:block; }
#AFcIUd0l2zBNgFTKAaWVsp3cAVnBwKm3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oJ7d6bVkZT0P3OZNkvCndf88KwTQTExl { position:absolute;display:block;z-index:15012;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:11.25rem;width:18.75rem;top:5.1875rem;left:53.0625rem;overflow:hidden;display:block; }
#sDOm7bpR1H2sPA7N7prGV3yLOgqWCebI { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15015;line-height:2;letter-spacing:0;top:22.25rem;left:53.0625rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xsUAJSrU9t46h4waXwlkXdc4hxuOE9mv { color:#000000;display:block;width:18.25rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:17.75rem;left:53.0625rem;height:3.25rem;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; }
#JPXT6k0J41HEEiskGIrUlRUGBm5V16tG { 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:#ff435b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.1875rem;height:1.875rem;text-decoration:none;z-index:15013;text-align:left;text-align-last:left;top:30.6875rem;left:53.0625rem;display:block; }
#dQ9cTBugtvhTBsG9LFO7beTi79zUg88n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QR7HBumFikQEUn09fPT5dviJTHKzXWNf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#390d26;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; }#QR7HBumFikQEUn09fPT5dviJTHKzXWNf > .row .container { background-color: transparent; background-image: none; }#QR7HBumFikQEUn09fPT5dviJTHKzXWNf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QR7HBumFikQEUn09fPT5dviJTHKzXWNf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QR7HBumFikQEUn09fPT5dviJTHKzXWNf > .row .container > .video-iframe-container { display: none; }#QR7HBumFikQEUn09fPT5dviJTHKzXWNf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QR7HBumFikQEUn09fPT5dviJTHKzXWNf > .row > .video-iframe-container { display: none; }#QR7HBumFikQEUn09fPT5dviJTHKzXWNf > .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); }#QR7HBumFikQEUn09fPT5dviJTHKzXWNf > .row .container { border-width: 0; border-radius: 0; }#QR7HBumFikQEUn09fPT5dviJTHKzXWNf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QR7HBumFikQEUn09fPT5dviJTHKzXWNf > .row .container { font-size:0.875rem;font-family:arial;height:26.5rem;width:75rem;position:relative;display:block; }#C4ar2AQ1ey8fc0V5k2fkUclSKWJpmXhi { color:#ffffff;display:block;width:46.125rem;position:absolute;font-family:"times new roman";font-size:2.8125rem;font-weight:normal;z-index:15003;line-height:01;letter-spacing:0;top:6.1875rem;left:14.4375rem;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;text-align:left;text-align-last:left;display:block; }
#XWQDJTiOd5yruEARvClyNlsAUhJT92ZM { color:#ffffff;display:block;width:42.3125rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15004;line-height:2;letter-spacing:0;top:14.062255859375rem;left:14.437255859375rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#paoemuhTgkTnrSbqm43ScfxnmXGlTlzP { background-color:#ff435b;background-image:none;border-top:0.0625rem solid #ff435b;border-left:0.0625rem solid #ff435b;border-right:0.0625rem solid #ff435b;border-bottom:0.0625rem solid #ff435b;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;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:arial;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:2.6875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:20.2490234375rem;left:14.4365234375rem;display:block; }
#Gwtpa7EFer9ZhtzBrNghiGku4Q2KZtGU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OQuihbhu2P0O25vgtk7FqnAvNIuMzkJu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#390d26;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; }#OQuihbhu2P0O25vgtk7FqnAvNIuMzkJu > .row .container { background-color: transparent; background-image: none; }#OQuihbhu2P0O25vgtk7FqnAvNIuMzkJu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQuihbhu2P0O25vgtk7FqnAvNIuMzkJu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQuihbhu2P0O25vgtk7FqnAvNIuMzkJu > .row .container > .video-iframe-container { display: none; }#OQuihbhu2P0O25vgtk7FqnAvNIuMzkJu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQuihbhu2P0O25vgtk7FqnAvNIuMzkJu > .row > .video-iframe-container { display: none; }#OQuihbhu2P0O25vgtk7FqnAvNIuMzkJu > .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); }#OQuihbhu2P0O25vgtk7FqnAvNIuMzkJu > .row .container { border-width: 0; border-radius: 0; }#OQuihbhu2P0O25vgtk7FqnAvNIuMzkJu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OQuihbhu2P0O25vgtk7FqnAvNIuMzkJu > .row .container { font-size:0.875rem;font-family:arial;height:15.8125rem;width:75rem;position:relative;display:block; }#SWsvSLC4h8iqBhw66B7BadRJio5QH1fm { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:9.375rem;top:4.5624904632568rem;left:4.625rem;overflow:hidden;display:block; }
#yUchg1oSqUs68L1SkrEVA8QbslHEULky { color:#ffffff;display:block;width:6.75rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:700;z-index:15045;line-height:1.5;letter-spacing:0;top:4.5625rem;left:21rem;height:1.40625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iI7JZ9Dlnn2ByRVPOgcXHXWyuqHp0aou { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.4375rem;height:1.25rem;text-decoration:none;z-index:15006;text-align:left;text-align-last:left;top:7.1246337890625rem;left:20.999755859375rem;display:block; }
#Qo4pvbmoW7u0Uor2pvC7Vdb1MfC6lRPI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OclXQl5fuifSk4sBiZcv8sVeA5QKukzv { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.1875rem;height:1.25rem;text-decoration:none;z-index:15007;text-align:left;text-align-last:left;top:8.75rem;left:20.999755859375rem;display:block; }
#aapkPqZ1nkwOpQeLnVl7MHigW9Zy3Wn0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hsbBKoXgKWFRCw6Qnbz4PTtTTRXC1Wm1 { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.9375rem;height:1.25rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:11.99951171875rem;left:20.999755859375rem;display:block; }
#TTtINaoFByG4N0zw8qp0ZbSXofn0Kw3r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a1WB3NvhZLKrpTpTqmCqzISRLhe4q4tg { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.75rem;height:1.25rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:10.374755859375rem;left:20.999755859375rem;display:block; }
#e2fz6qdiVR7s4lLm17Z6cq6P3C1CRaQJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U3r50MQHf69mXbafrKKUW8XB5gAcxn6v { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.75rem;height:1.25rem;text-decoration:none;z-index:15011;text-align:left;text-align-last:left;top:7.1246337890625rem;left:39.749755859375rem;display:block; }
#Gq1pkyiPSTpUPzWE0k1fkeQgUuTRoUld { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kQLkOmWweqB2UoB1sUQEgxpZQyczyxJv { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.25rem;height:1.25rem;text-decoration:none;z-index:15012;text-align:left;text-align-last:left;top:8.75rem;left:39.749755859375rem;display:block; }
#atFN1wsDPvT2lc3J6tVTki0C5HEdQO8Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bq0v4Kr5aNSqBexsDkLoi1WbotFdCsEF { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:1.25rem;text-decoration:none;z-index:15014;text-align:left;text-align-last:left;top:11.99951171875rem;left:39.749755859375rem;display:block; }
#xznx2Ta8PFK8WZ2cqxXZfObiuQVHIvlF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r5I2dTFKzce7xBGwrLh0WfwlgmI1HEBA { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.375rem;height:1.25rem;text-decoration:none;z-index:15013;text-align:left;text-align-last:left;top:10.374755859375rem;left:39.749755859375rem;display:block; }
#Q0dzBATLea7J5HrZMsQI2sCyT9AlVAze { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WE53teSuqlrzz4UuKKu4eMzsceoPNrUW { color:#ffffff;display:block;width:10.1875rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:700;z-index:15055;line-height:1.5;letter-spacing:0;top:4.5625rem;left:58.625rem;height:1.40625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xTlZuKARBOkpaFJqGXKmyuA6fkxBhPwh { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6rem;height:1.25rem;text-decoration:none;z-index:15016;text-align:left;text-align-last:left;top:7.1246337890625rem;left:58.624877929688rem;display:block; }
#ZTQoEuzGiyarTMDLMeuLpbi9uw3KlguW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fRlVq9x5izGfLwaGkRlcRHcdsrF1spRn { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.9375rem;height:1.25rem;text-decoration:none;z-index:15017;text-align:left;text-align-last:left;top:8.75rem;left:58.624877929688rem;display:block; }
#kPhB35bVdmLwVzmczB9oCv9Gn8eL5cQP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TfW0iVPOKTw5SewdoqELo90aw5tDrMRF { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.4375rem;height:1.25rem;text-decoration:none;z-index:15019;text-align:left;text-align-last:left;top:11.99951171875rem;left:58.624877929688rem;display:block; }
#Cw4VUeau1gA5h7UTQJQrS6q59iMEyyUS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mZ9lsCTAiZ2k6TgB4MxAEH22JcqU2Oof { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.5rem;height:1.25rem;text-decoration:none;z-index:15018;text-align:left;text-align-last:left;top:10.374755859375rem;left:58.624877929688rem;display:block; }
#rRweVA9yQwDbMpNLsiqwDLo2Mw5TTSTZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u53NqJXo5ngKNR6swTgrgohqJlHTDsCh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#390d26;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; }#u53NqJXo5ngKNR6swTgrgohqJlHTDsCh > .row .container { background-color: transparent; background-image: none; }#u53NqJXo5ngKNR6swTgrgohqJlHTDsCh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u53NqJXo5ngKNR6swTgrgohqJlHTDsCh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u53NqJXo5ngKNR6swTgrgohqJlHTDsCh > .row .container > .video-iframe-container { display: none; }#u53NqJXo5ngKNR6swTgrgohqJlHTDsCh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u53NqJXo5ngKNR6swTgrgohqJlHTDsCh > .row > .video-iframe-container { display: none; }#u53NqJXo5ngKNR6swTgrgohqJlHTDsCh > .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); }#u53NqJXo5ngKNR6swTgrgohqJlHTDsCh > .row .container { border-width: 0; border-radius: 0; }#u53NqJXo5ngKNR6swTgrgohqJlHTDsCh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u53NqJXo5ngKNR6swTgrgohqJlHTDsCh > .row .container { font-size:0.875rem;font-family:arial;height:18.0625rem;width:75rem;position:relative;display:block; }#d2m9L2mpcdwgW0l4uhlgKAKzNloVtlbo { color:#ffffff;display:block;width:17.9375rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15036;line-height:2;letter-spacing:0;top:5.5rem;left:4.6875rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Xv5ZXvfXywcIaAJOalBTleikwFG2gHQm { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15037;line-height:2;letter-spacing:0;top:11.5rem;left:4.4375rem;height:2.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#w1OT4uZUODTb7qoCTyxAfSuONenWAncS { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:6.8125rem;left:56.1875rem; }
#w1OT4uZUODTb7qoCTyxAfSuONenWAncS > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#ISEJhiDKLTUREFCMr1T8CPhSVI8TDAmS { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:6.8125rem;left:58.875rem; }
#ISEJhiDKLTUREFCMr1T8CPhSVI8TDAmS > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#cXtoGdrJ9TPxAlXcXphtDg2PWomGLMsb { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:6.8125rem;left:61.8125rem; }
#cXtoGdrJ9TPxAlXcXphtDg2PWomGLMsb > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#UD2EHaRrd7CFPZ2Cx0xOWyxSgdvKVkFO { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:6.75rem;left:64.5625rem; }
#UD2EHaRrd7CFPZ2Cx0xOWyxSgdvKVkFO > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#xNmMmK2OurI44woeBbryxTKnLbqukimp { background-color:transparent;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-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;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:arial;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:11.5rem;left:56.1875rem;display:block; }
#u0rDCxs51NREZFXr67wUpi81M9XWv83x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w5TeTLRzBTR0cWnMWquMfAT4NklNyPB5 { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:700;z-index:15051;line-height:1.5;letter-spacing:0;top:3.87451171875rem;left:56.187133789062rem;height:1.40625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#A5uDrZFtATxOTTAsE2bJSi4lHOzDTwVu { color:#ffffff;display:block;width:8.0625rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15037;line-height:2;letter-spacing:0;top:5.5rem;left:25rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#hBpG8SsVrXqr8rhLKFehfbtHil1ZffEZ { color:#ffffff;display:block;width:15.875rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15037;line-height:2;letter-spacing:0;top:5.5rem;left:33.875rem;height:5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HrO47w43vx44Pe0fTsXvg7TVEZVIBJld { display:block; }#HrO47w43vx44Pe0fTsXvg7TVEZVIBJld > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g9W3bdaforfuS6va4rTlHmPu3iWzTvPJ { width:22.8125rem;height:1.875rem;top:1.5625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqqwKTBgnTIn5HxA17Z0S7sz1VFFCVMK { display:block; }
 }@media only screen and (max-width: 763px) { #Hg0kDHRepqWaKJF76DIqzIzwbDARdTTQ { width:12rem;height:2.1875rem;top:1.375rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXsngEH5kTOtrnfvJGAlp1wbmfvP0H7u { display:block; }
 }@media only screen and (max-width: 763px) { #wv7b2lwZoUiG28rdVudH3899Oig512Ol { display:none; }
 }@media only screen and (max-width: 763px) { #RgvxbMLAcHQzzQaziFSyM1gZwly5pCZ3 { display:block; }#RgvxbMLAcHQzzQaziFSyM1gZwly5pCZ3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UKuOmTu6W2WtSfQHTKdPnNerSyZ8vpQr { width:8.9375rem;height:2.5rem;top:3.125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXVXBJ9XucZ6y8PLXLkT2g4JpTF72co4 { display:block; }
 }@media only screen and (max-width: 763px) { #RGGkTEGq7XFwLJqbaBG4JpFpOnmsgq9T { width:5.625rem;height:2.5rem;top:3.125rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiM9pMPDJxwmaTRTwwcTVBaMWQzKQ1Tp { display:block; }
 }@media only screen and (max-width: 763px) { #CdUnOTuZrwfSEDqBCG0AGhPU3Nh6rfkh { width:4.75rem;height:2.5rem;top:3.125rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXi1DEMV3J5fb7zCxG8dVJKBA5EGvMGA { display:block; }
 }@media only screen and (max-width: 763px) { #LSGhrL18SMkcVHe1979dvGydHy0OzC00 { width:8.375rem;height:2.5rem;top:3.125rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvMtbHm4vTghFMi4dPuBKvllXtsztHtb { display:block; }
 }@media only screen and (max-width: 763px) { #XnXtmV4yOt9iupWkVi0GRmzAcZWA3g0U { width:3.6875rem;height:2.5rem;top:3.125rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLe0MSPVhwm4wGFEZAXx8CrkoN6S3gfR { display:block; }
 }@media only screen and (max-width: 763px) { #GsXzvR6QJFmlmSwegyfLhftoB6UCOONu { width:3.6875rem;height:2.5rem;top:3.125rem;left:44.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCQdTF1tiosnNgDG2AM1KyTBQ0J79PIO { display:block; }
 }@media only screen and (max-width: 763px) { #vvurNdPKFlvCmt4TXi3qDplPzK4OLNum { width:9.25rem;height:2.0625rem;top:3.3125rem;left:38.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kx2OFKSwE5vHxnoETumBqTLUOMPgbczc { display:block; }
 }@media only screen and (max-width: 763px) { #rb7hWNtDBvyQDhRSgnqw02MXKxTbTFNs { top:2.375rem;left:0rem;width:8.125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLDkLAsUt7QE2nwyeeipxpzOsrFbJ3aM { top:23rem;left:0rem;width:20rem;height:;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VgNEHxeCcqDX1L3eqO9qBRvChm3H2dtB { display:none; }
 }@media only screen and (max-width: 763px) { #OHoQ0LcrdnLWkwWWc20Hd2QhcTt2ZWZt { display:block; }#OHoQ0LcrdnLWkwWWc20Hd2QhcTt2ZWZt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qaJhAAl7GpVLI88esofm7JuoQgDB1e3W { top:3.6875rem;left:0rem;width:47.75rem;height:10rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #st4UXLr4avRp9xlM3VMfEmHl5WtcVvtS { top:16.75rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1n8elDpGElTu8ixi6SiCnR5WNzAGGbG { top:16.6875rem;left:0rem;width:8.125rem;height:1.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzxIOVuoKVPNDRyDQLeDWyaD5SvLEMS3 { top:21.3125rem;left:0rem;width:47.625rem;height:18.368105933993rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeceVb9W63c9HMJtmiVQRA5paWziN6ml { display:block; }#XeceVb9W63c9HMJtmiVQRA5paWziN6ml > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XvSdGKHwurET0z03M2Tpmpl5GBAvaK9l { top:2.75rem;left:0rem;width:47.75rem;height:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPDBni7Fl2C7Dw8CL0kOUd5hRuKMJxGm { display:block; }#QPDBni7Fl2C7Dw8CL0kOUd5hRuKMJxGm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wo2A9DeSbVOgJH2PenA4nzmyV4rMKWbQ { top:3rem;left:0rem;width:39.5rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdqTESHNnrowXbsqLTAQuWnTM6qpHJ9T { top:8.5rem;left:0rem;width:47.75rem;height:20.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIGw4IgJU0CZlDxmtgQe7yAVuJftdx9D { display:block; }#yIGw4IgJU0CZlDxmtgQe7yAVuJftdx9D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uzxLnuF4ciutFXTTfwk7NCH2PeuLRGGZ { top:4rem;left:0rem;width:30.9375rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIJw75pcgTd0Ja7von2b72EKtWSVRvCS { top:14.0625rem;left:0rem;width:32.1875rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpC6tEU4ibOf9y3822eA8UrAyOMfnN90 { top:19.3125rem;left:0rem;width:31.9375rem;height:13.75rem;font-size:0.75rem;display:block; }#VpC6tEU4ibOf9y3822eA8UrAyOMfnN90 li:before{  }
 }@media only screen and (max-width: 763px) { #uDq3if1TqPAbtiTCKuCWtoPsTImNFPtO { top:4rem;left:17.125rem;width:30.625rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8yPpSOODENuRpHqWsSDoA8dX9w59Myo { display:block; }#U8yPpSOODENuRpHqWsSDoA8dX9w59Myo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a0KcPA40mlfN61sznhdPGC4wq8DvmuZW { top:4rem;left:0rem;width:30.9375rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0PaGb6gT31Kt2TenhML6I8FydJX8qiS { top:4rem;left:17.125rem;width:30.625rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctNDZEMyx3ed70HzPV5mDGM0ogepX3MU { display:block; }#ctNDZEMyx3ed70HzPV5mDGM0ogepX3MU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sIzHEc4ANsq2W8Gdf6V8uvIk4wnb43LH { top:3.8125rem;left:0rem;width:30.9375rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuyuCAkdSXWKG9ZLciEKkpkqIIpDK5NG { top:3.8125rem;left:15.8125rem;width:31.9375rem;height:;font-size:0.75rem;display:block; }#NuyuCAkdSXWKG9ZLciEKkpkqIIpDK5NG li:before{  }
 }@media only screen and (max-width: 763px) { #kSrAxshcivhPiNJ5SUQ5ur5paTLbCl1L { top:11.3125rem;left:0rem;width:32.1875rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIHZlKH0nHTGp8qodCFPcoD5w6Swu1QC { display:block; }#bIHZlKH0nHTGp8qodCFPcoD5w6Swu1QC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #seMoBSgFsMynZgC8CvPfNx8qk95vKTql { top:3.8125rem;left:0rem;width:30.9375rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw { display:flex;height:auto;width:41.75rem;top:16.25rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #lyJU5Fc3vbwLrcOumUlq5NmQPeLJTQkB {  }
 }@media only screen and (max-width: 763px) { #UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #JlsRDrDyGKCvdTS0mgKfW3RVhhRL6sam {  }
 }@media only screen and (max-width: 763px) { #UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #h4hAItWKa0dCdcEEpS3WoARDMwbf5XC4 {  }
 }@media only screen and (max-width: 763px) { #UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #i8VXSvCdGulR6WVzSdia2XxXT53tTN5z {  }
 }@media only screen and (max-width: 763px) { #UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #vmp149feSEL6zmwuftKu5K8lviKQ5A3y {  }
 }@media only screen and (max-width: 763px) { #UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #oulfVEEsq5WfoPpCbid0NgV8TONuGWOn {  }
 }@media only screen and (max-width: 763px) { #UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #hvU1pWz9eik2CL24l2Tfk8yerV4bVi1t {  }
 }@media only screen and (max-width: 763px) { #UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #rRZuZ37GkEnocIy0PhCAVIxL1kf73ZFs {  }
 }@media only screen and (max-width: 763px) { #UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #C9AcJpVGHEBnd1I4qcdA9sW23pc6bsWu {  }
 }@media only screen and (max-width: 763px) { #UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #MkFa6nT2He1TTCVOZJwLZtd6EVkAh7pK {  }
 }@media only screen and (max-width: 763px) { #UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #FCA2RPNGVTTfrIX71X5mvFWbuV2FR4x5 {  }
 }@media only screen and (max-width: 763px) { #UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #uu4zpnWepkxxC5DnvpBFsaABisuiKlF2 {  }
 }@media only screen and (max-width: 763px) { #UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #L5eIaruJ6qdyUSy70aF4iy9pBE27vTFy {  }
 }@media only screen and (max-width: 763px) { #UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #RD0Zgo5Lb9qutHycvlbyl6V28FJVIFSS {  }
 }@media only screen and (max-width: 763px) { #UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #glEe2DHoJ9141G7QKhnQsKRv7x0f4zvm {  }
 }@media only screen and (max-width: 763px) { #UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #vficQzGzmXISt2aBAUp3PCn3WxkwfCDa {  }
 }@media only screen and (max-width: 763px) { #UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #ZTd9IvttEcSa0BmpDaqfxmaEw5i40EvJ {  }
 }@media only screen and (max-width: 763px) { #UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #SaaRkXtcmR0M9vKRDr35TR1DZHoa9E5u {  }
 }@media only screen and (max-width: 763px) { #UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #Phnofo2KPPudPVoxnKHCKSx7zaXdAGsJ {  }
 }@media only screen and (max-width: 763px) { #UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #QUDuF0TzHAzMaWUWZUQQqtTNfCMzaMFQ {  }
 }@media only screen and (max-width: 763px) { #UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #K3oafDbQ7e8eosNeRum41eLTnd0Aq5RP {  }
 }@media only screen and (max-width: 763px) { #UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #Rsn9lBLSUm2lioqWz0LVTSNv24P9d55m {  }
 }@media only screen and (max-width: 763px) { #UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #OxmV2wmQtZmMPQ789M0pZL9a9aX7AR4K {  }
 }@media only screen and (max-width: 763px) { #UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #JQWqk9QbaC04nnJTVALpDOZbFQZPN01H {  }
 }@media only screen and (max-width: 763px) { #UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #xFDi0BfhTgGTsI91TtJqrpuEmZ42OCsP {  }
 }@media only screen and (max-width: 763px) { #rWlH7fUZTkI8spJw4f5XAQkguPHRrJcm { display:block; }#rWlH7fUZTkI8spJw4f5XAQkguPHRrJcm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hM6rSv42yF0TbRVUsc19kp2hIBMSm2kQ { top:2.25rem;left:0rem;width:21.5625rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #heOcNkHaqSIZbe0V8X2IwMesMVHnrBfx { top:7.1875rem;left:0rem;width:31.75rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVkSKrZMe6GvrUNV2WGoCBgKUKXie2WF { top:3.1875rem;left:16.5rem;width:31.25rem;height:;font-size:0.5625rem;display:block; }#zVkSKrZMe6GvrUNV2WGoCBgKUKXie2WF li:before{  }
 }@media only screen and (max-width: 763px) { #LBK8kz7ZffyDxqheTbQTMyDpwGqrZIt8 { display:block; }#LBK8kz7ZffyDxqheTbQTMyDpwGqrZIt8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #axkguz56uWWEOAfi3adTGc6F0u9rNpTw { width:27.9375rem;height:7.5rem;top:26.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpicoNpS5nTVTFABahsv8KK3qZzyKGEu { width:23.375rem;height:1.625rem;top:23.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGoSrEWwtIeqAsnsG3VgMx8aM3tWIUnd { width:17.875rem;height:10.5rem;top:7.4375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0sgnUs77nIThXFs7fwfPiGtMMnlydeZ { width:12.1875rem;height:3.1875rem;top:9.5rem;left:11.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Esh7E9mMwAE7dhf8ka7bbQsxMSCwBTHN { width:11.0625rem;height:2.75rem;top:35.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfxRkdRgnir4Ex3XUybLZGyw2462ZCyX { display:block; }
 }@media only screen and (max-width: 763px) { #DMq5K2TrCPXMAGMKtZk6sagVwSxpQJxL { width:11.0625rem;height:2.75rem;top:35.125rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z44PgMzJldnJqmefomzHHXerzT1FfWae { display:block; }
 }@media only screen and (max-width: 763px) { #imJLnO783uFOKtPXxIwx8LGNPTtLAuRR { top:13.8125rem;left:22rem;width:1.875rem;height:1.875rem;display:block; }
#imJLnO783uFOKtPXxIwx8LGNPTtLAuRR > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Q10DV7l9wenh9BCdf9x6FgSFCRZ5hHv0 { top:13.8125rem;left:23.875rem;width:1.875rem;height:1.875rem;display:block; }
#Q10DV7l9wenh9BCdf9x6FgSFCRZ5hHv0 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #qSsBhPLeOEIJiJXWeyuJzz8D6cB9aCF2 { top:13.8125rem;left:23.875rem;width:1.875rem;height:1.875rem;display:block; }
#qSsBhPLeOEIJiJXWeyuJzz8D6cB9aCF2 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #uTo89DSbN4y7k2Tad5UQFd7TKhZKAK54 { top:13.75rem;left:23.875rem;width:2.0625rem;height:2.0625rem;display:block; }
#uTo89DSbN4y7k2Tad5UQFd7TKhZKAK54 > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #FEoDkdyrW68H9Xpsvv1PK7g42XfMGhO9 { top:3.5625rem;left:0rem;width:30.0625rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnAlCobhFQNbnVBqGFH4Iy9bKwsJebhg { display:block; }#UnAlCobhFQNbnVBqGFH4Iy9bKwsJebhg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDsnPq6mz7WV8TQGR50233L8fox2sPBU { top:5.875rem;left:27.5rem;width:20.25rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8rMIZyrM994mz4fzeAkG1zwsUIJh2az { top:5.1875rem;left:30.8125rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaUtTLG3dnHTXzzXXLgT8A04CCWxR6DX { top:5.6875rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hq8IACfnHVIhloHT3AQoBB6ep1T1hW19 { top:5.875rem;left:0rem;width:20.5625rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FF0F7oh3IssEwCdL9BrG7FKrWgOdrbpZ { top:9.8125rem;left:0rem;width:20.9375rem;height:6.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwzOGdKRzl25USTebLnJQ5S378hTNRyR { top:5.1875rem;left:0rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkeT7dbQuhi2AtqblsGIDDhbVEChWm78 { top:5.625rem;left:28.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqbTDcztfeienLWyPdKOPODpHvnWnTOz { top:9.6875rem;left:26.0625rem;width:21.6875rem;height:6.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OntM3JSZtsQBwDet21CoClaJeZCsp1zn { top:7.6875rem;left:27.4375rem;width:20.3125rem;height:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSVQIBNZ9OPm95tx9rRFikSfoxau6UgX { top:7.75rem;left:0rem;width:20.4375rem;height:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIwezSXrdbWqxHtOAu8lyJbp21lKKXuT { display:block; }#vIwezSXrdbWqxHtOAu8lyJbp21lKKXuT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rWhaEumEUq4oK4gRIL3O3MFrpWCBnAtN { top:5.3125rem;left:0rem;width:17.6875rem;height:5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZdeyOnDRUO7XppKWk8yuvvhGX4pnzNs { top:12.5rem;left:0rem;width:18.8125rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVVnI1K06mFqWodCxHiE1KzA05WtlsIZ { width:15.1875rem;height:2.75rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTHwJwty4c3L7JiIqHUnsFoAMVPu132x { display:block; }
 }@media only screen and (max-width: 763px) { #gT3OA6373rbsAyKzHXylLZdIxaURl05K { top:5.3125rem;left:13.1875rem;width:18.4375rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwSMNSJzdAVd8y9bLad8TEwb6nqCrRrW { top:17.875rem;left:13.125rem;width:18.625rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKEOU5WezGK1aws2yP5wZAkM5uGu63IZ { top:22.25rem;left:12.875rem;width:18.875rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wm7eLgNligVoeNPgmHvkPA3QT1kJ16qr { width:7.4375rem;height:1.875rem;top:30.6875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFcIUd0l2zBNgFTKAaWVsp3cAVnBwKm3 { display:block; }
 }@media only screen and (max-width: 763px) { #oJ7d6bVkZT0P3OZNkvCndf88KwTQTExl { top:5.1875rem;left:28.75rem;width:18.75rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDOm7bpR1H2sPA7N7prGV3yLOgqWCebI { top:22.25rem;left:29.6875rem;width:17.9375rem;height:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsUAJSrU9t46h4waXwlkXdc4hxuOE9mv { top:17.75rem;left:29.375rem;width:18.25rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPXT6k0J41HEEiskGIrUlRUGBm5V16tG { width:6.1875rem;height:1.875rem;top:30.6875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQ9cTBugtvhTBsG9LFO7beTi79zUg88n { display:block; }
 }@media only screen and (max-width: 763px) { #QR7HBumFikQEUn09fPT5dviJTHKzXWNf { display:block; }#QR7HBumFikQEUn09fPT5dviJTHKzXWNf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C4ar2AQ1ey8fc0V5k2fkUclSKWJpmXhi { top:6.125rem;left:0.812255859375rem;width:46.0625rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWQDJTiOd5yruEARvClyNlsAUhJT92ZM { top:14rem;left:0.812255859375rem;width:42.25rem;height:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #paoemuhTgkTnrSbqm43ScfxnmXGlTlzP { width:18.25rem;height:2.6875rem;top:20.1875rem;left:0.8115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gwtpa7EFer9ZhtzBrNghiGku4Q2KZtGU { display:block; }
 }@media only screen and (max-width: 763px) { #OQuihbhu2P0O25vgtk7FqnAvNIuMzkJu { display:block; }#OQuihbhu2P0O25vgtk7FqnAvNIuMzkJu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SWsvSLC4h8iqBhw66B7BadRJio5QH1fm { top:4.5rem;left:1.21875rem;width:9.375rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUchg1oSqUs68L1SkrEVA8QbslHEULky { top:4.5625rem;left:11.9375rem;width:6.75rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iI7JZ9Dlnn2ByRVPOgcXHXWyuqHp0aou { width:4.4375rem;height:1.25rem;top:7.0625rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qo4pvbmoW7u0Uor2pvC7Vdb1MfC6lRPI { display:block; }
 }@media only screen and (max-width: 763px) { #OclXQl5fuifSk4sBiZcv8sVeA5QKukzv { width:3.1875rem;height:1.25rem;top:8.75rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aapkPqZ1nkwOpQeLnVl7MHigW9Zy3Wn0 { display:block; }
 }@media only screen and (max-width: 763px) { #hsbBKoXgKWFRCw6Qnbz4PTtTTRXC1Wm1 { width:2.9375rem;height:1.25rem;top:11.9375rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTtINaoFByG4N0zw8qp0ZbSXofn0Kw3r { display:block; }
 }@media only screen and (max-width: 763px) { #a1WB3NvhZLKrpTpTqmCqzISRLhe4q4tg { width:2.75rem;height:1.25rem;top:10.3125rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2fz6qdiVR7s4lLm17Z6cq6P3C1CRaQJ { display:block; }
 }@media only screen and (max-width: 763px) { #U3r50MQHf69mXbafrKKUW8XB5gAcxn6v { width:1.75rem;height:1.25rem;top:7.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gq1pkyiPSTpUPzWE0k1fkeQgUuTRoUld { display:block; }
 }@media only screen and (max-width: 763px) { #kQLkOmWweqB2UoB1sUQEgxpZQyczyxJv { width:4.25rem;height:1.25rem;top:8.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #atFN1wsDPvT2lc3J6tVTki0C5HEdQO8Q { display:block; }
 }@media only screen and (max-width: 763px) { #bq0v4Kr5aNSqBexsDkLoi1WbotFdCsEF { width:5.625rem;height:1.25rem;top:11.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xznx2Ta8PFK8WZ2cqxXZfObiuQVHIvlF { display:block; }
 }@media only screen and (max-width: 763px) { #r5I2dTFKzce7xBGwrLh0WfwlgmI1HEBA { width:3.375rem;height:1.25rem;top:10.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0dzBATLea7J5HrZMsQI2sCyT9AlVAze { display:block; }
 }@media only screen and (max-width: 763px) { #WE53teSuqlrzz4UuKKu4eMzsceoPNrUW { top:4.5rem;left:35.8125rem;width:10.125rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTlZuKARBOkpaFJqGXKmyuA6fkxBhPwh { width:6rem;height:1.25rem;top:7.0625rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTQoEuzGiyarTMDLMeuLpbi9uw3KlguW { display:block; }
 }@media only screen and (max-width: 763px) { #fRlVq9x5izGfLwaGkRlcRHcdsrF1spRn { width:4.9375rem;height:1.25rem;top:8.75rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPhB35bVdmLwVzmczB9oCv9Gn8eL5cQP { display:block; }
 }@media only screen and (max-width: 763px) { #TfW0iVPOKTw5SewdoqELo90aw5tDrMRF { width:2.4375rem;height:1.25rem;top:11.9375rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cw4VUeau1gA5h7UTQJQrS6q59iMEyyUS { display:block; }
 }@media only screen and (max-width: 763px) { #mZ9lsCTAiZ2k6TgB4MxAEH22JcqU2Oof { width:4.5rem;height:1.25rem;top:10.3125rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRweVA9yQwDbMpNLsiqwDLo2Mw5TTSTZ { display:block; }
 }@media only screen and (max-width: 763px) { #u53NqJXo5ngKNR6swTgrgohqJlHTDsCh { display:block; }#u53NqJXo5ngKNR6swTgrgohqJlHTDsCh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d2m9L2mpcdwgW0l4uhlgKAKzNloVtlbo { top:5.5rem;left:0rem;width:17.875rem;height:3.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xv5ZXvfXywcIaAJOalBTleikwFG2gHQm { top:11.5rem;left:0rem;width:18.4375rem;height:2.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1OT4uZUODTb7qoCTyxAfSuONenWAncS { top:6.8125rem;left:42.5625rem;width:1.875rem;height:1.875rem;display:block; }
#w1OT4uZUODTb7qoCTyxAfSuONenWAncS > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #ISEJhiDKLTUREFCMr1T8CPhSVI8TDAmS { top:6.8125rem;left:45.25rem;width:1.875rem;height:1.875rem;display:block; }
#ISEJhiDKLTUREFCMr1T8CPhSVI8TDAmS > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #cXtoGdrJ9TPxAlXcXphtDg2PWomGLMsb { top:6.8125rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#cXtoGdrJ9TPxAlXcXphtDg2PWomGLMsb > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #UD2EHaRrd7CFPZ2Cx0xOWyxSgdvKVkFO { top:6.75rem;left:45.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
#UD2EHaRrd7CFPZ2Cx0xOWyxSgdvKVkFO > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #xNmMmK2OurI44woeBbryxTKnLbqukimp { width:12.5rem;height:2.75rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0rDCxs51NREZFXr67wUpi81M9XWv83x { display:block; }
 }@media only screen and (max-width: 763px) { #w5TeTLRzBTR0cWnMWquMfAT4NklNyPB5 { top:3.8125rem;left:37.625rem;width:7.375rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5uDrZFtATxOTTAsE2bJSi4lHOzDTwVu { top:5.5rem;left:11.375rem;width:8.0625rem;height:3.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBpG8SsVrXqr8rhLKFehfbtHil1ZffEZ { top:5.5rem;left:20.25rem;width:15.875rem;height:5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HrO47w43vx44Pe0fTsXvg7TVEZVIBJld { position:relative;z-index:auto;display:block; }#HrO47w43vx44Pe0fTsXvg7TVEZVIBJld > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g9W3bdaforfuS6va4rTlHmPu3iWzTvPJ { width:18.8125rem;height:2rem;top:1.625rem;left:0.59375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqqwKTBgnTIn5HxA17Z0S7sz1VFFCVMK { display:block; }
 }@media only screen and (max-width: 763px) { #Hg0kDHRepqWaKJF76DIqzIzwbDARdTTQ { width:13rem;height:2.1875rem;top:4.1875rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXsngEH5kTOtrnfvJGAlp1wbmfvP0H7u { display:block; }
 }@media only screen and (max-width: 763px) { #wv7b2lwZoUiG28rdVudH3899Oig512Ol { display:flex;top:4.5rem;left:2.375rem;width:1.5625rem;height:1.5625rem;z-index:15008;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #RgvxbMLAcHQzzQaziFSyM1gZwly5pCZ3 { display:block; }#RgvxbMLAcHQzzQaziFSyM1gZwly5pCZ3 > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UKuOmTu6W2WtSfQHTKdPnNerSyZ8vpQr { width:7.5625rem;height:2.1875rem;top:7.875rem;left:1.5625rem;font-size:0.75rem;border-top:0.0625rem solid #390d26;border-left:0.0625rem solid #390d26;border-right:0.0625rem solid #390d26;border-bottom:0.0625rem solid #390d26;display:block; }
 }@media only screen and (max-width: 763px) { #FXVXBJ9XucZ6y8PLXLkT2g4JpTF72co4 { display:block; }
 }@media only screen and (max-width: 763px) { #RGGkTEGq7XFwLJqbaBG4JpFpOnmsgq9T { width:5.25rem;height:2.1875rem;top:7.875rem;left:9.8125rem;font-size:0.75rem;border-top:0.0625rem solid #390d26;border-left:0.0625rem solid #390d26;border-right:0.0625rem solid #390d26;border-bottom:0.0625rem solid #390d26;display:block; }
 }@media only screen and (max-width: 763px) { #FiM9pMPDJxwmaTRTwwcTVBaMWQzKQ1Tp { display:block; }
 }@media only screen and (max-width: 763px) { #CdUnOTuZrwfSEDqBCG0AGhPU3Nh6rfkh { width:5.25rem;height:2.1875rem;top:10.75rem;left:9.8125rem;font-size:0.75rem;border-top:0.0625rem solid #390d26;border-left:0.0625rem solid #390d26;border-right:0.0625rem solid #390d26;border-bottom:0.0625rem solid #390d26;display:block; }
 }@media only screen and (max-width: 763px) { #NXi1DEMV3J5fb7zCxG8dVJKBA5EGvMGA { display:block; }
 }@media only screen and (max-width: 763px) { #LSGhrL18SMkcVHe1979dvGydHy0OzC00 { width:7.5625rem;height:2.1875rem;top:10.75rem;left:1.5625rem;font-size:0.75rem;border-top:0.0625rem solid #390d26;border-left:0.0625rem solid #390d26;border-right:0.0625rem solid #390d26;border-bottom:0.0625rem solid #390d26;display:block; }
 }@media only screen and (max-width: 763px) { #OvMtbHm4vTghFMi4dPuBKvllXtsztHtb { display:block; }
 }@media only screen and (max-width: 763px) { #XnXtmV4yOt9iupWkVi0GRmzAcZWA3g0U { width:5.25rem;height:2.1875rem;top:14.375rem;left:9.8125rem;font-size:0.75rem;border-top:0.0625rem solid #390d26;border-left:0.0625rem solid #390d26;border-right:0.0625rem solid #390d26;border-bottom:0.0625rem solid #390d26;display:block; }
 }@media only screen and (max-width: 763px) { #eLe0MSPVhwm4wGFEZAXx8CrkoN6S3gfR { display:block; }
 }@media only screen and (max-width: 763px) { #GsXzvR6QJFmlmSwegyfLhftoB6UCOONu { width:3.6875rem;height:2.1875rem;top:20rem;left:8.125rem;font-size:0.75rem;border-top:0.0625rem solid #390d26;border-left:0.0625rem solid #390d26;border-right:0.0625rem solid #390d26;border-bottom:0.0625rem solid #390d26;display:none; }
 }@media only screen and (max-width: 763px) { #zCQdTF1tiosnNgDG2AM1KyTBQ0J79PIO { display:block; }
 }@media only screen and (max-width: 763px) { #vvurNdPKFlvCmt4TXi3qDplPzK4OLNum { width:8.1875rem;height:2.1875rem;top:2rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kx2OFKSwE5vHxnoETumBqTLUOMPgbczc { display:block; }
 }@media only screen and (max-width: 763px) { #rb7hWNtDBvyQDhRSgnqw02MXKxTbTFNs { width:8.125rem;height:3.9375rem;top:2rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLDkLAsUt7QE2nwyeeipxpzOsrFbJ3aM { width:6.375rem;height:1.5rem;top:14.6875rem;left:1.5625rem;font-size:0.75rem;z-index:15003;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VgNEHxeCcqDX1L3eqO9qBRvChm3H2dtB { display:flex;top:14.6875rem;left:7.6875rem;width:1.5625rem;height:1.5625rem;z-index:15009;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #OHoQ0LcrdnLWkwWWc20Hd2QhcTt2ZWZt { display:block; }#OHoQ0LcrdnLWkwWWc20Hd2QhcTt2ZWZt > .row .container { width:20rem;height:21.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qaJhAAl7GpVLI88esofm7JuoQgDB1e3W { width:17.9375rem;height:4.6875rem;top:2.0625rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #st4UXLr4avRp9xlM3VMfEmHl5WtcVvtS { display:flex;width:1.25rem;height:1.25rem;top:8.6875rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #S1n8elDpGElTu8ixi6SiCnR5WNzAGGbG { width:6.5rem;height:0.84375rem;top:8.9375rem;left:2.9375rem;font-size:0.5625rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AzxIOVuoKVPNDRyDQLeDWyaD5SvLEMS3 { width:20rem;height:7.6875rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeceVb9W63c9HMJtmiVQRA5paWziN6ml { display:block; }#XeceVb9W63c9HMJtmiVQRA5paWziN6ml > .row .container { width:20rem;height:16.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XvSdGKHwurET0z03M2Tpmpl5GBAvaK9l { width:17.8125rem;height:15rem;top:1.8125rem;left:1.09375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPDBni7Fl2C7Dw8CL0kOUd5hRuKMJxGm { display:block; }#QPDBni7Fl2C7Dw8CL0kOUd5hRuKMJxGm > .row .container { width:20rem;height:37.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wo2A9DeSbVOgJH2PenA4nzmyV4rMKWbQ { width:18.125rem;height:3.125rem;top:1.875rem;left:0.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdqTESHNnrowXbsqLTAQuWnTM6qpHJ9T { width:18.186875rem;height:30rem;top:5.9375rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIGw4IgJU0CZlDxmtgQe7yAVuJftdx9D { display:block; }#yIGw4IgJU0CZlDxmtgQe7yAVuJftdx9D > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uzxLnuF4ciutFXTTfwk7NCH2PeuLRGGZ { width:16.625rem;height:4.6875rem;top:1.8125rem;left:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIJw75pcgTd0Ja7von2b72EKtWSVRvCS { width:16.5625rem;height:4.5rem;top:7.816162109375rem;left:1.71875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpC6tEU4ibOf9y3822eA8UrAyOMfnN90 { width:16.9995rem;height:15.625rem;top:13.328857421875rem;left:1.4990234375rem;font-size:0.75rem;display:block; }#VpC6tEU4ibOf9y3822eA8UrAyOMfnN90 li:before{  }
 }@media only screen and (max-width: 763px) { #uDq3if1TqPAbtiTCKuCWtoPsTImNFPtO { width:17.749rem;height:16.5rem;top:30.4443359375rem;left:1.12548828125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8yPpSOODENuRpHqWsSDoA8dX9w59Myo { display:block; }#U8yPpSOODENuRpHqWsSDoA8dX9w59Myo > .row .container { width:20rem;height:21.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a0KcPA40mlfN61sznhdPGC4wq8DvmuZW { width:17rem;height:5.625rem;top:1.8125rem;left:1.6875rem;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #w0PaGb6gT31Kt2TenhML6I8FydJX8qiS { width:16.7480625rem;height:7.5rem;top:9.6201171875rem;left:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctNDZEMyx3ed70HzPV5mDGM0ogepX3MU { display:block; }#ctNDZEMyx3ed70HzPV5mDGM0ogepX3MU > .row .container { width:20rem;height:45.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sIzHEc4ANsq2W8Gdf6V8uvIk4wnb43LH { width:16.936875rem;height:3.125rem;top:1.8088111877441rem;left:1.5310330986977rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuyuCAkdSXWKG9ZLciEKkpkqIIpDK5NG { width:17.06175rem;height:29.8125rem;top:6.46240234375rem;left:1.46728515625rem;font-size:0.75rem;display:block; }#NuyuCAkdSXWKG9ZLciEKkpkqIIpDK5NG li:before{  }
 }@media only screen and (max-width: 763px) { #kSrAxshcivhPiNJ5SUQ5ur5paTLbCl1L { width:17.4365rem;height:4.5rem;top:37.9443359375rem;left:1.280517578125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIHZlKH0nHTGp8qodCFPcoD5w6Swu1QC { display:block; }#bIHZlKH0nHTGp8qodCFPcoD5w6Swu1QC > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #seMoBSgFsMynZgC8CvPfNx8qk95vKTql { width:16.936875rem;height:3.125rem;top:1.8088111877441rem;left:1.5310330986977rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw { display:flex;height:auto;width:17.5rem;top:6.436767578125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #lyJU5Fc3vbwLrcOumUlq5NmQPeLJTQkB {  }
 }@media only screen and (max-width: 763px) { #UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #JlsRDrDyGKCvdTS0mgKfW3RVhhRL6sam {  }
 }@media only screen and (max-width: 763px) { #UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #h4hAItWKa0dCdcEEpS3WoARDMwbf5XC4 {  }
 }@media only screen and (max-width: 763px) { #UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #i8VXSvCdGulR6WVzSdia2XxXT53tTN5z {  }
 }@media only screen and (max-width: 763px) { #UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #vmp149feSEL6zmwuftKu5K8lviKQ5A3y {  }
 }@media only screen and (max-width: 763px) { #UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #oulfVEEsq5WfoPpCbid0NgV8TONuGWOn {  }
 }@media only screen and (max-width: 763px) { #UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #hvU1pWz9eik2CL24l2Tfk8yerV4bVi1t {  }
 }@media only screen and (max-width: 763px) { #UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #rRZuZ37GkEnocIy0PhCAVIxL1kf73ZFs {  }
 }@media only screen and (max-width: 763px) { #UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #C9AcJpVGHEBnd1I4qcdA9sW23pc6bsWu {  }
 }@media only screen and (max-width: 763px) { #UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #MkFa6nT2He1TTCVOZJwLZtd6EVkAh7pK {  }
 }@media only screen and (max-width: 763px) { #UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #FCA2RPNGVTTfrIX71X5mvFWbuV2FR4x5 {  }
 }@media only screen and (max-width: 763px) { #UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #uu4zpnWepkxxC5DnvpBFsaABisuiKlF2 {  }
 }@media only screen and (max-width: 763px) { #UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #L5eIaruJ6qdyUSy70aF4iy9pBE27vTFy {  }
 }@media only screen and (max-width: 763px) { #UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #RD0Zgo5Lb9qutHycvlbyl6V28FJVIFSS {  }
 }@media only screen and (max-width: 763px) { #UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #glEe2DHoJ9141G7QKhnQsKRv7x0f4zvm {  }
 }@media only screen and (max-width: 763px) { #UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #vficQzGzmXISt2aBAUp3PCn3WxkwfCDa {  }
 }@media only screen and (max-width: 763px) { #UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #ZTd9IvttEcSa0BmpDaqfxmaEw5i40EvJ {  }
 }@media only screen and (max-width: 763px) { #UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #SaaRkXtcmR0M9vKRDr35TR1DZHoa9E5u {  }
 }@media only screen and (max-width: 763px) { #UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #Phnofo2KPPudPVoxnKHCKSx7zaXdAGsJ {  }
 }@media only screen and (max-width: 763px) { #UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #QUDuF0TzHAzMaWUWZUQQqtTNfCMzaMFQ {  }
 }@media only screen and (max-width: 763px) { #UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #K3oafDbQ7e8eosNeRum41eLTnd0Aq5RP {  }
 }@media only screen and (max-width: 763px) { #UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #Rsn9lBLSUm2lioqWz0LVTSNv24P9d55m {  }
 }@media only screen and (max-width: 763px) { #UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #OxmV2wmQtZmMPQ789M0pZL9a9aX7AR4K {  }
 }@media only screen and (max-width: 763px) { #UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #JQWqk9QbaC04nnJTVALpDOZbFQZPN01H {  }
 }@media only screen and (max-width: 763px) { #UP6s8Jw9TwFnGn99txTHWNtF4ciiGnCw #xFDi0BfhTgGTsI91TtJqrpuEmZ42OCsP {  }
 }@media only screen and (max-width: 763px) { #rWlH7fUZTkI8spJw4f5XAQkguPHRrJcm { display:block; }#rWlH7fUZTkI8spJw4f5XAQkguPHRrJcm > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hM6rSv42yF0TbRVUsc19kp2hIBMSm2kQ { width:16.6875rem;height:1.5625rem;top:1.4375rem;left:0.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #heOcNkHaqSIZbe0V8X2IwMesMVHnrBfx { width:18rem;height:13.5rem;top:4.4375rem;left:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVkSKrZMe6GvrUNV2WGoCBgKUKXie2WF { width:18.9355625rem;height:6.5625rem;top:18.8720703125rem;left:0.531005859375rem;font-size:0.5625rem;display:block; }#zVkSKrZMe6GvrUNV2WGoCBgKUKXie2WF li:before{  }
 }@media only screen and (max-width: 763px) { #LBK8kz7ZffyDxqheTbQTMyDpwGqrZIt8 { display:block; }#LBK8kz7ZffyDxqheTbQTMyDpwGqrZIt8 > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #axkguz56uWWEOAfi3adTGc6F0u9rNpTw { width:16.375rem;height:7.1953125rem;top:17.6875rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpicoNpS5nTVTFABahsv8KK3qZzyKGEu { width:14.25rem;height:2.92410625rem;top:1.9375rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGoSrEWwtIeqAsnsG3VgMx8aM3tWIUnd { width:17.875rem;height:25.4375rem;top:11rem;left:1rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Q0sgnUs77nIThXFs7fwfPiGtMMnlydeZ { width:12.1875rem;height:3.1875rem;top:27.125rem;left:3.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Esh7E9mMwAE7dhf8ka7bbQsxMSCwBTHN { width:7.4375rem;height:2.1875rem;top:37.8125rem;left:2.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfxRkdRgnir4Ex3XUybLZGyw2462ZCyX { display:block; }
 }@media only screen and (max-width: 763px) { #DMq5K2TrCPXMAGMKtZk6sagVwSxpQJxL { width:7.3125rem;height:2.1875rem;top:37.8125rem;left:10.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z44PgMzJldnJqmefomzHHXerzT1FfWae { display:block; }
 }@media only screen and (max-width: 763px) { #imJLnO783uFOKtPXxIwx8LGNPTtLAuRR { display:flex;width:1.875rem;height:1.875rem;top:32.4375rem;left:5.25rem; }
#imJLnO783uFOKtPXxIwx8LGNPTtLAuRR > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Q10DV7l9wenh9BCdf9x6FgSFCRZ5hHv0 { display:flex;width:1.875rem;height:1.875rem;top:32.4375rem;left:7.875rem; }
#Q10DV7l9wenh9BCdf9x6FgSFCRZ5hHv0 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #qSsBhPLeOEIJiJXWeyuJzz8D6cB9aCF2 { display:flex;width:1.875rem;height:1.875rem;top:32.4375rem;left:10.375rem; }
#qSsBhPLeOEIJiJXWeyuJzz8D6cB9aCF2 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #uTo89DSbN4y7k2Tad5UQFd7TKhZKAK54 { display:flex;width:2.0625rem;height:2.0625rem;top:32.375rem;left:12.75rem; }
#uTo89DSbN4y7k2Tad5UQFd7TKhZKAK54 > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #FEoDkdyrW68H9Xpsvv1PK7g42XfMGhO9 { height:10.4375rem;width:18.75rem;top:5.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnAlCobhFQNbnVBqGFH4Iy9bKwsJebhg { display:block; }#UnAlCobhFQNbnVBqGFH4Iy9bKwsJebhg > .row .container { width:20rem;height:23.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDsnPq6mz7WV8TQGR50233L8fox2sPBU { width:16.25rem;height:1.8005375rem;top:12.875rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8rMIZyrM994mz4fzeAkG1zwsUIJh2az { width:6.25rem;height:0.0625rem;top:12.5625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaUtTLG3dnHTXzzXXLgT8A04CCWxR6DX { display:flex;width:1.875rem;height:1.875rem;top:2.5625rem;left:0.875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #Hq8IACfnHVIhloHT3AQoBB6ep1T1hW19 { width:16.4375rem;height:1.8005375rem;top:2.625rem;left:2.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FF0F7oh3IssEwCdL9BrG7FKrWgOdrbpZ { width:16.25rem;height:4.796875rem;top:6.1875rem;left:2.6875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hwzOGdKRzl25USTebLnJQ5S378hTNRyR { width:6.25rem;height:0.0625rem;top:2.375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkeT7dbQuhi2AtqblsGIDDhbVEChWm78 { display:flex;width:1.875rem;height:1.875rem;top:12.8125rem;left:0.9375rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #uqbTDcztfeienLWyPdKOPODpHvnWnTOz { width:16.25rem;height:4.796875rem;top:16.3125rem;left:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OntM3JSZtsQBwDet21CoClaJeZCsp1zn { width:16.25rem;height:1rem;top:14.5625rem;left:2.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSVQIBNZ9OPm95tx9rRFikSfoxau6UgX { width:16.25rem;height:1rem;top:4.5rem;left:2.75rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vIwezSXrdbWqxHtOAu8lyJbp21lKKXuT { display:block; }#vIwezSXrdbWqxHtOAu8lyJbp21lKKXuT > .row .container { width:20rem;height:69.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rWhaEumEUq4oK4gRIL3O3MFrpWCBnAtN { width:11.5rem;height:3.125rem;top:2.125rem;left:1.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZdeyOnDRUO7XppKWk8yuvvhGX4pnzNs { width:15rem;height:5.249025rem;top:6.375rem;left:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVVnI1K06mFqWodCxHiE1KzA05WtlsIZ { width:9.5625rem;height:2.1875rem;top:12.5rem;left:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTHwJwty4c3L7JiIqHUnsFoAMVPu132x { display:block; }
 }@media only screen and (max-width: 763px) { #gT3OA6373rbsAyKzHXylLZdIxaURl05K { width:18.4375rem;height:11.0625rem;top:16.3125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwSMNSJzdAVd8y9bLad8TEwb6nqCrRrW { width:14.1875rem;height:2.4375rem;top:28.8125rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKEOU5WezGK1aws2yP5wZAkM5uGu63IZ { width:17.4375rem;height:4.5rem;top:32.5rem;left:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wm7eLgNligVoeNPgmHvkPA3QT1kJ16qr { width:7.4375rem;height:1.875rem;top:37.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFcIUd0l2zBNgFTKAaWVsp3cAVnBwKm3 { display:block; }
 }@media only screen and (max-width: 763px) { #oJ7d6bVkZT0P3OZNkvCndf88KwTQTExl { width:18.75rem;height:11.25rem;top:41rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDOm7bpR1H2sPA7N7prGV3yLOgqWCebI { width:17.9375rem;height:4.5rem;top:56.9375rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsUAJSrU9t46h4waXwlkXdc4hxuOE9mv { width:14.4375rem;height:2.4375rem;top:53.625rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPXT6k0J41HEEiskGIrUlRUGBm5V16tG { width:6.1875rem;height:1.875rem;top:63.1875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQ9cTBugtvhTBsG9LFO7beTi79zUg88n { display:block; }
 }@media only screen and (max-width: 763px) { #QR7HBumFikQEUn09fPT5dviJTHKzXWNf { display:block; }#QR7HBumFikQEUn09fPT5dviJTHKzXWNf > .row .container { width:20rem;height:23.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C4ar2AQ1ey8fc0V5k2fkUclSKWJpmXhi { width:17rem;height:4.6875rem;top:2.625rem;left:1.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWQDJTiOd5yruEARvClyNlsAUhJT92ZM { width:17.0625rem;height:9.375rem;top:12.0625rem;left:1.46875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #paoemuhTgkTnrSbqm43ScfxnmXGlTlzP { width:11.0625rem;height:2.1875rem;top:8.375rem;left:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gwtpa7EFer9ZhtzBrNghiGku4Q2KZtGU { display:block; }
 }@media only screen and (max-width: 763px) { #OQuihbhu2P0O25vgtk7FqnAvNIuMzkJu { display:block; }#OQuihbhu2P0O25vgtk7FqnAvNIuMzkJu > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SWsvSLC4h8iqBhw66B7BadRJio5QH1fm { width:5.1875rem;height:2.5625rem;top:1.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUchg1oSqUs68L1SkrEVA8QbslHEULky { width:10.1875rem;height:1.40625rem;top:5.75rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iI7JZ9Dlnn2ByRVPOgcXHXWyuqHp0aou { width:4.6875rem;height:1.25rem;top:8.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qo4pvbmoW7u0Uor2pvC7Vdb1MfC6lRPI { display:block; }
 }@media only screen and (max-width: 763px) { #OclXQl5fuifSk4sBiZcv8sVeA5QKukzv { width:3.5rem;height:1.25rem;top:10.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aapkPqZ1nkwOpQeLnVl7MHigW9Zy3Wn0 { display:block; }
 }@media only screen and (max-width: 763px) { #hsbBKoXgKWFRCw6Qnbz4PTtTTRXC1Wm1 { width:3.5rem;height:1.25rem;top:15.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTtINaoFByG4N0zw8qp0ZbSXofn0Kw3r { display:block; }
 }@media only screen and (max-width: 763px) { #a1WB3NvhZLKrpTpTqmCqzISRLhe4q4tg { width:3.375rem;height:1.25rem;top:13.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2fz6qdiVR7s4lLm17Z6cq6P3C1CRaQJ { display:block; }
 }@media only screen and (max-width: 763px) { #U3r50MQHf69mXbafrKKUW8XB5gAcxn6v { width:2.375rem;height:1.25rem;top:8.25rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gq1pkyiPSTpUPzWE0k1fkeQgUuTRoUld { display:block; }
 }@media only screen and (max-width: 763px) { #kQLkOmWweqB2UoB1sUQEgxpZQyczyxJv { width:4.1875rem;height:1.25rem;top:10.75rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #atFN1wsDPvT2lc3J6tVTki0C5HEdQO8Q { display:block; }
 }@media only screen and (max-width: 763px) { #bq0v4Kr5aNSqBexsDkLoi1WbotFdCsEF { width:5.6875rem;height:1.25rem;top:15.75rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xznx2Ta8PFK8WZ2cqxXZfObiuQVHIvlF { display:block; }
 }@media only screen and (max-width: 763px) { #r5I2dTFKzce7xBGwrLh0WfwlgmI1HEBA { width:3.625rem;height:1.25rem;top:13.25rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0dzBATLea7J5HrZMsQI2sCyT9AlVAze { display:block; }
 }@media only screen and (max-width: 763px) { #WE53teSuqlrzz4UuKKu4eMzsceoPNrUW { width:10.1875rem;height:1.40625rem;top:18.625rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTlZuKARBOkpaFJqGXKmyuA6fkxBhPwh { width:6.25rem;height:1.25rem;top:21.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTQoEuzGiyarTMDLMeuLpbi9uw3KlguW { display:block; }
 }@media only screen and (max-width: 763px) { #fRlVq9x5izGfLwaGkRlcRHcdsrF1spRn { width:4.9375rem;height:1.25rem;top:23.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPhB35bVdmLwVzmczB9oCv9Gn8eL5cQP { display:block; }
 }@media only screen and (max-width: 763px) { #TfW0iVPOKTw5SewdoqELo90aw5tDrMRF { width:3.3125rem;height:1.25rem;top:23.75rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cw4VUeau1gA5h7UTQJQrS6q59iMEyyUS { display:block; }
 }@media only screen and (max-width: 763px) { #mZ9lsCTAiZ2k6TgB4MxAEH22JcqU2Oof { width:4.75rem;height:1.25rem;top:21.25rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRweVA9yQwDbMpNLsiqwDLo2Mw5TTSTZ { display:block; }
 }@media only screen and (max-width: 763px) { #u53NqJXo5ngKNR6swTgrgohqJlHTDsCh { display:block; }#u53NqJXo5ngKNR6swTgrgohqJlHTDsCh > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d2m9L2mpcdwgW0l4uhlgKAKzNloVtlbo { width:18.1875rem;height:3.75rem;top:5.125rem;left:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xv5ZXvfXywcIaAJOalBTleikwFG2gHQm { width:18.125rem;height:2.5rem;top:24.59375rem;left:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1OT4uZUODTb7qoCTyxAfSuONenWAncS { display:flex;width:1.875rem;height:1.875rem;top:16.25rem;left:0.9375rem; }
#w1OT4uZUODTb7qoCTyxAfSuONenWAncS > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #ISEJhiDKLTUREFCMr1T8CPhSVI8TDAmS { display:flex;width:1.875rem;height:1.875rem;top:16.25rem;left:3.6875rem; }
#ISEJhiDKLTUREFCMr1T8CPhSVI8TDAmS > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #cXtoGdrJ9TPxAlXcXphtDg2PWomGLMsb { display:flex;width:1.875rem;height:1.875rem;top:16.25rem;left:6.6875rem; }
#cXtoGdrJ9TPxAlXcXphtDg2PWomGLMsb > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #UD2EHaRrd7CFPZ2Cx0xOWyxSgdvKVkFO { display:flex;width:2.0625rem;height:2.0625rem;top:16.125rem;left:9.8125rem; }
#UD2EHaRrd7CFPZ2Cx0xOWyxSgdvKVkFO > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #xNmMmK2OurI44woeBbryxTKnLbqukimp { width:8.25rem;height:2.1875rem;top:1.484375rem;left:11rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0rDCxs51NREZFXr67wUpi81M9XWv83x { display:block; }
 }@media only screen and (max-width: 763px) { #w5TeTLRzBTR0cWnMWquMfAT4NklNyPB5 { width:6.6875rem;height:1.40625rem;top:1.875rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5uDrZFtATxOTTAsE2bJSi4lHOzDTwVu { width:8rem;height:3.75rem;top:19.78125rem;left:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBpG8SsVrXqr8rhLKFehfbtHil1ZffEZ { width:16.9375rem;height:5rem;top:9.9375rem;left:0.9375rem;font-size:0.625rem;display:block; }
 }