.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:60rem;overflow:visible;position:relative;display:block; }#FH6a5rvW1iJJTsSnATARNaGcWPWiMqtv { color:#ffffff;display:block;width:18.9995625rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.51507568359375rem;left:0.77593231201175rem;height:2.4375rem;font-style:normal;display:block; }
#T0tockAa36zsqsHaS8W1T7RMNyQgsSwI { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:2.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.49956607818604rem;left:45.776372909546rem;display:block; }
#QH0VcrWk4hsVhuz8edbK5uIU8UvH1iTE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#idXIWKNMm4d6on5h6MzcOH2Z9W1oNVTL { position:relative;display:none; }#idXIWKNMm4d6on5h6MzcOH2Z9W1oNVTL { border-width: 0; border-radius: 0; }#idXIWKNMm4d6on5h6MzcOH2Z9W1oNVTL > .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; }#idXIWKNMm4d6on5h6MzcOH2Z9W1oNVTL > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#s6CySvePm0qMHiykszSegMaguTV26E56 { position:relative;display:block; }#s6CySvePm0qMHiykszSegMaguTV26E56 { background-color: transparent; background-image: none; }#s6CySvePm0qMHiykszSegMaguTV26E56::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6CySvePm0qMHiykszSegMaguTV26E56 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6CySvePm0qMHiykszSegMaguTV26E56 > .row .container > .video-iframe-container { display: none; }#s6CySvePm0qMHiykszSegMaguTV26E56 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6CySvePm0qMHiykszSegMaguTV26E56 > .row > .video-iframe-container { display: none; }#s6CySvePm0qMHiykszSegMaguTV26E56 > .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); }#s6CySvePm0qMHiykszSegMaguTV26E56 { border-width: 0; border-radius: 0; }#s6CySvePm0qMHiykszSegMaguTV26E56 > .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; }#s6CySvePm0qMHiykszSegMaguTV26E56 > .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:65.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BtEo80ocKPLGrOXK6NJgTa2nGPncD4rd { color:#000000;display:block;width:57.3125rem;position:absolute;font-family:brown;font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.1875rem;left:1.25rem;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;display:block; }
#ezy5dz9fLQC5SuZyazrDI5FUIEMTRFCU { color:#515151;display:block;width:46.25rem;position:absolute;font-family:brown;font-size:2.1875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:14.6875rem;left:1.25rem;height:5.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#URLuoiTJcAnK8F6zlTzbisFiZMkF8DP3 { color:#515151;display:block;width:46.25rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:20.875rem;left:3.1875rem;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;display:block; }
#cyVLTuDrTDcdsvTwIH6zG8fcJVpG0vMO { color:#000000;display:block;width:46.25rem;position:absolute;font-family:brown;font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:24.5rem;left:2.0625rem;height:2.03125rem;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; }
#slBIlmiW3ptkpsHDhDoaxDSdv5EuMv3a { position:absolute;display:block;z-index:14999;background-color:#fff6e1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f3b33e;border-left:0.125rem solid #f3b33e;border-right:0.125rem solid #f3b33e;border-bottom:0.125rem solid #f3b33e;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.0625rem;width:56.1875rem;top:23.8125rem;left:1.25rem;display:block; }
#BpzxleICFdb0Vhf5MTTwZQTiVC213iWc { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.624675rem;width:27.6871875rem;top:61.5625rem;left:1.25rem;overflow:hidden;display:block; }
#fZTzH7Ctw2f6zLrNl0ieuKPRXhusABhT { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:27.3125rem;top:61.8125rem;left:30rem;overflow:hidden;display:block; }
#pqoNmAb1JGkMRR8pzM5LnVROAR4U6gyL { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:1.5rem;width:1.5rem;top:20.75rem;left:1.375rem;overflow:hidden;display:block; }
#hMPDJI2MW4hsdueNcyShcqS3eoF5Bu2U { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.14) ;height:31.3125rem;width:60rem;top:29.4375rem;left:0rem;overflow:hidden;display:block; }
#sogaHrfK0wJRKP0fDCTB5lWqR2bmeRB0 { position:relative;display:block; }#sogaHrfK0wJRKP0fDCTB5lWqR2bmeRB0 { background-color: transparent; background-image: none; }#sogaHrfK0wJRKP0fDCTB5lWqR2bmeRB0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sogaHrfK0wJRKP0fDCTB5lWqR2bmeRB0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sogaHrfK0wJRKP0fDCTB5lWqR2bmeRB0 > .row .container > .video-iframe-container { display: none; }#sogaHrfK0wJRKP0fDCTB5lWqR2bmeRB0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sogaHrfK0wJRKP0fDCTB5lWqR2bmeRB0 > .row > .video-iframe-container { display: none; }#sogaHrfK0wJRKP0fDCTB5lWqR2bmeRB0 > .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); }#sogaHrfK0wJRKP0fDCTB5lWqR2bmeRB0 { border-width: 0; border-radius: 0; }#sogaHrfK0wJRKP0fDCTB5lWqR2bmeRB0 > .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; }#sogaHrfK0wJRKP0fDCTB5lWqR2bmeRB0 > .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:218.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wkfbFRUsnSkX2QRkpc8498ioZHIqENVc { color:#000000;display:block;width:55.1871875rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.000325679779rem;left:1.25rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Pv2grlsqkishxPD9ESupztr6Okc6uKei { color:#000000;display:block;width:56.25rem;position:absolute;font-family:brown;font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:1.9997820854187rem;left:1.25rem;height:12.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;display:block; }
#M89PcaCZgQvos0cpHJiq46qJ1gGaMXFP { color:#000000;display:block;width:56.25rem;position:absolute;font-family:brown;font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:20.750328063965rem;left:1.25rem;height:17.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;display:block; }
#SX5pHvKWmeGD5nZ6zUeJJ9wRuWRBrZIX { color:#000000;display:block;width:55.1871875rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:71.375rem;left:1.25rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LC94oQDT5A8OSBZ2rqSOc6Ewxbw5z46m { color:#000000;display:block;width:56.25rem;position:absolute;font-family:brown;font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:76.375rem;left:1.25rem;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;font-style:normal;display:block; }
#g51FD0IPEMAGuENVAfroNpauWk9UbmgW { color:#000000;display:block;width:56.25rem;position:absolute;font-family:brown;font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:90.0625rem;left:0rem;height:12.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;display:block; }
#PkaVGxnSKlHnXtWRgdLIPFv187T6z3HE { color:#000000;display:block;width:57.5625rem;position:absolute;font-family:brown;font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:131.4375rem;left:0rem;height:12.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;display:block; }
#gZNe3PxI0tIyk1HLNwHqlJVlzlCBtMO7 { color:#000000;display:block;width:56.25rem;position:absolute;font-family:brown;font-size:1.5625rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:176.1875rem;left:0rem;height:12.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;display:block; }
#H1KgHbdMkDTk4HTJ47lGz2TgMg2ySOTg { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:24.3125rem;width:56.6875rem;top:191.6875rem;left:0rem;overflow:hidden;display:block; }
#KlkpRP5yqs2BoHQc74LTyWVOxtS8Qg5T { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:26.75rem;width:56.875rem;top:145.4375rem;left:0rem;overflow:hidden;display:block; }
#vNMuxXLipWdA9cfLGTBVte6ym15xmUH6 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:25.25rem;width:56.875rem;top:104.5rem;left:0rem;overflow:hidden;display:block; }
#IsCLDZNMfRs51DUl9cuVTG461dWXTEKT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:26.8125rem;width:55.625rem;top:41rem;left:0rem;overflow:hidden;display:block; }
#qqL8TKB8dwVb9PwWlnQtoEupo8FlAll8 { position:relative;display:block; }#qqL8TKB8dwVb9PwWlnQtoEupo8FlAll8 { background-color: transparent; background-image: none; }#qqL8TKB8dwVb9PwWlnQtoEupo8FlAll8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqL8TKB8dwVb9PwWlnQtoEupo8FlAll8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqL8TKB8dwVb9PwWlnQtoEupo8FlAll8 > .row .container > .video-iframe-container { display: none; }#qqL8TKB8dwVb9PwWlnQtoEupo8FlAll8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqL8TKB8dwVb9PwWlnQtoEupo8FlAll8 > .row > .video-iframe-container { display: none; }#qqL8TKB8dwVb9PwWlnQtoEupo8FlAll8 > .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); }#qqL8TKB8dwVb9PwWlnQtoEupo8FlAll8 { border-width: 0; border-radius: 0; }#qqL8TKB8dwVb9PwWlnQtoEupo8FlAll8 > .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; }#qqL8TKB8dwVb9PwWlnQtoEupo8FlAll8 > .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:64.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BExpX422qhmcRbxruZIN29vHGGNkQ3fD { color:#000000;display:block;width:60rem;position:absolute;font-family:brown;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:2.9996643066406rem;left:0rem;height:3.28125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qxXxoTH1JrLx3Sp3fKy4om0obrsRFOt3 { color:#f3b33e;display:block;width:60rem;position:absolute;font-family:brown;font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:42.75rem;left:0rem;height:2.84399375rem;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:block; }
#XIq8A7uPQUcsuZsAfDiPy4AkXWecRpX9 { color:#000000;display:block;width:56.25rem;position:absolute;font-family:brown;font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:48.1875rem;left:0.875rem;height:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#shSQXmKwKuy5WTX8cglayGc820qb0Ugt { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.14) ;height:32.31225rem;width:31.437rem;top:7.81201171875rem;left:13.279541015625rem;overflow:hidden;display:block; }
#mK5mQHTXXyeDTQOWVNEvMXiosqwXnwsN { position:relative;display:block; }#mK5mQHTXXyeDTQOWVNEvMXiosqwXnwsN { background-color: transparent; background-image: none; }#mK5mQHTXXyeDTQOWVNEvMXiosqwXnwsN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mK5mQHTXXyeDTQOWVNEvMXiosqwXnwsN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mK5mQHTXXyeDTQOWVNEvMXiosqwXnwsN > .row .container > .video-iframe-container { display: none; }#mK5mQHTXXyeDTQOWVNEvMXiosqwXnwsN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mK5mQHTXXyeDTQOWVNEvMXiosqwXnwsN > .row > .video-iframe-container { display: none; }#mK5mQHTXXyeDTQOWVNEvMXiosqwXnwsN > .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); }#mK5mQHTXXyeDTQOWVNEvMXiosqwXnwsN { border-width: 0; border-radius: 0; }#mK5mQHTXXyeDTQOWVNEvMXiosqwXnwsN > .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; }#mK5mQHTXXyeDTQOWVNEvMXiosqwXnwsN > .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:43.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ebg0ab6vLUtre12zWpsTHGCTRBTBtAxh { color:#000000;display:block;width:60rem;position:absolute;font-family:brown;font-size:1.5625rem;font-weight:400;z-index:14999;line-height:1.6;letter-spacing:0;top:31.18701171875rem;left:0rem;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;font-style:normal;display:block; }
#y3C9tsEQkISh8PzlM3beosmEJUdiqVDz { color:#515151;display:block;width:60rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.6;letter-spacing:0;top:1.06982421875rem;left:0rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#V2dr0K3LbHeJGl5bTt1QZy5fFlbekwTz { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:24rem;width:56.125rem;top:4.625rem;left:0rem;overflow:hidden;display:block; }
#fK4dJyzrNpPSIpv7C8N8wVlzTIHpul4y { position:relative;display:block; }#fK4dJyzrNpPSIpv7C8N8wVlzTIHpul4y { background-color: transparent; background-image: none; }#fK4dJyzrNpPSIpv7C8N8wVlzTIHpul4y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fK4dJyzrNpPSIpv7C8N8wVlzTIHpul4y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fK4dJyzrNpPSIpv7C8N8wVlzTIHpul4y > .row .container > .video-iframe-container { display: none; }#fK4dJyzrNpPSIpv7C8N8wVlzTIHpul4y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fK4dJyzrNpPSIpv7C8N8wVlzTIHpul4y > .row > .video-iframe-container { display: none; }#fK4dJyzrNpPSIpv7C8N8wVlzTIHpul4y > .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); }#fK4dJyzrNpPSIpv7C8N8wVlzTIHpul4y { border-width: 0; border-radius: 0; }#fK4dJyzrNpPSIpv7C8N8wVlzTIHpul4y > .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; }#fK4dJyzrNpPSIpv7C8N8wVlzTIHpul4y > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:44.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ku8PyP50RR7tTU5apbpMMOu8qcnmgCT7 { color:#000000;display:block;width:60rem;position:absolute;font-family:brown;font-size:1.5625rem;font-weight:400;z-index:14999;line-height:1.6;letter-spacing:0;top:29.56201171875rem;left:0rem;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;font-style:normal;display:block; }
#Vn7BwodgdaGqZTUH9QC8IVCBkQStQcVI { color:#515151;display:block;width:60rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.6;letter-spacing:0;top:1.5625rem;left:0rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GsaMNpIe28iVEM9Xmoh0Lb5f0FcdROoy { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:21.4375rem;width:50.125rem;top:5.6875rem;left:0rem;overflow:hidden;display:block; }
#R3HVQg9u8g3MgLvtRV855EAxThEKQ9n8 { position:relative;display:block; }#R3HVQg9u8g3MgLvtRV855EAxThEKQ9n8 { background-color: transparent; background-image: none; }#R3HVQg9u8g3MgLvtRV855EAxThEKQ9n8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R3HVQg9u8g3MgLvtRV855EAxThEKQ9n8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R3HVQg9u8g3MgLvtRV855EAxThEKQ9n8 > .row .container > .video-iframe-container { display: none; }#R3HVQg9u8g3MgLvtRV855EAxThEKQ9n8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R3HVQg9u8g3MgLvtRV855EAxThEKQ9n8 > .row > .video-iframe-container { display: none; }#R3HVQg9u8g3MgLvtRV855EAxThEKQ9n8 > .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); }#R3HVQg9u8g3MgLvtRV855EAxThEKQ9n8 { border-width: 0; border-radius: 0; }#R3HVQg9u8g3MgLvtRV855EAxThEKQ9n8 > .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; }#R3HVQg9u8g3MgLvtRV855EAxThEKQ9n8 > .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:40rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#S6f8Aaw2D2TLPSoITIh8oSFso3layErc { color:#000000;display:block;width:60rem;position:absolute;font-family:brown;font-size:1.5625rem;font-weight:400;z-index:14999;line-height:1.6;letter-spacing:0;top:30.75rem;left:0rem;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;display:block; }
#cT2tTz89q9iPviUJAXTQSGqLSMghk4EG { color:#515151;display:block;width:60rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.6;letter-spacing:0;top:0.875rem;left:0rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gZH6yzpGvEJktmLm628HlCaEl2GPMBPO { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:23.625rem;width:55.3125rem;top:5.125rem;left:0rem;overflow:hidden;display:block; }
#bCOrRfwwCtqfbhNf2NaWoLutysLEbJuJ { position:relative;display:block; }#bCOrRfwwCtqfbhNf2NaWoLutysLEbJuJ { background-color: transparent; background-image: none; }#bCOrRfwwCtqfbhNf2NaWoLutysLEbJuJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bCOrRfwwCtqfbhNf2NaWoLutysLEbJuJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bCOrRfwwCtqfbhNf2NaWoLutysLEbJuJ > .row .container > .video-iframe-container { display: none; }#bCOrRfwwCtqfbhNf2NaWoLutysLEbJuJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bCOrRfwwCtqfbhNf2NaWoLutysLEbJuJ > .row > .video-iframe-container { display: none; }#bCOrRfwwCtqfbhNf2NaWoLutysLEbJuJ > .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); }#bCOrRfwwCtqfbhNf2NaWoLutysLEbJuJ { border-width: 0; border-radius: 0; }#bCOrRfwwCtqfbhNf2NaWoLutysLEbJuJ > .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; }#bCOrRfwwCtqfbhNf2NaWoLutysLEbJuJ > .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:40.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Dz4ESbTEJ9gpfB3T71yQVvZU9bNci4LS { color:#515151;display:block;width:60rem;position:absolute;font-family:brown;font-size:1.5625rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:1.8125rem;left:0rem;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;font-style:normal;display:block; }
#g0qk7TJadbupWD57gJL3zTNdEnfKuMLV { position:absolute;display:block;z-index:15001;background-color:#fff6e1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f3b33e;border-left:0.125rem solid #f3b33e;border-right:0.125rem solid #f3b33e;border-bottom:0.125rem solid #f3b33e;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5.74978125rem;width:59.8123125rem;top:31.8125rem;left:0rem;display:block; }
#ibLcTRyqXElVfqCn3P9lUGmL5fRPMAIx { color:#000000;display:block;width:60rem;position:absolute;font-family:brown;font-size:1.5625rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:9.5625rem;left:0rem;height:20rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zupBuuBrUebQ5MbOU7JHridrTqddMrTc { color:#000000;display:block;width:56.25rem;position:absolute;font-family:brown;font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:32.3125rem;left:1.25rem;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;font-style:normal;display:block; }
#W6kug91zxKLLl29BHLnKc217IG6pABXa { position:absolute;display:block;z-index:15014;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.14) ;height:23.4375rem;width:16.9375rem;top:15.97412109375rem;left:42.9375rem;overflow:hidden;display:none; }
#r656MdeqZLmcSgQfctWkf6WnZ72vgVMQ { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.06) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:2.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.49956607818604rem;left:45.776372909546rem;display:none; }
#XfKZkiZqeDPX257KqAhRfPgE23TImhfH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jn0zUvWW6zW0muwSNunhB48fD9fhWuv7 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0rem;box-shadow: none;height:29.25rem;width:28.5rem;top:7.375rem;left:0rem;overflow:hidden;display:none; }
#erGSwhUmROUxGuqR8tKcytwvUQ7VpNnb { position:relative;display:block; }#erGSwhUmROUxGuqR8tKcytwvUQ7VpNnb { background-color: transparent; background-image: none; }#erGSwhUmROUxGuqR8tKcytwvUQ7VpNnb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#erGSwhUmROUxGuqR8tKcytwvUQ7VpNnb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#erGSwhUmROUxGuqR8tKcytwvUQ7VpNnb > .row .container > .video-iframe-container { display: none; }#erGSwhUmROUxGuqR8tKcytwvUQ7VpNnb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#erGSwhUmROUxGuqR8tKcytwvUQ7VpNnb > .row > .video-iframe-container { display: none; }#erGSwhUmROUxGuqR8tKcytwvUQ7VpNnb > .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); }#erGSwhUmROUxGuqR8tKcytwvUQ7VpNnb { border-width: 0; border-radius: 0; }#erGSwhUmROUxGuqR8tKcytwvUQ7VpNnb > .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; }#erGSwhUmROUxGuqR8tKcytwvUQ7VpNnb > .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:67.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KD58ybRyLC4dPcE6lSSIqzFX90MeB4T5 { color:#000000;display:block;width:53.8748125rem;position:absolute;font-family:brown;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:3.5625rem;left:0rem;height:3.28125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KqIJgwcKo5GT1HFp1LqZnKUyEydqoTGJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;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:15.375rem;width:28.3125rem;top:23.59375rem;left:0rem;overflow:hidden;display:block; }
#CQcm3ryLHNv4rkAqOv66uHvyOCflgLaI { color:#000000;display:block;width:56.25rem;position:absolute;font-family:brown;font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:8.0625rem;left:0rem;height:12.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;display:block; }
#k7vuqpKwQMwGfm7nh3nIy7oUwgpfbt1o { color:#000000;display:block;width:49.25rem;position:absolute;font-family:brown;font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.9;letter-spacing:0;top:47rem;left:1.8125rem;height:16.09375rem;font-style:normal;display:block; }#k7vuqpKwQMwGfm7nh3nIy7oUwgpfbt1o li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#k7vuqpKwQMwGfm7nh3nIy7oUwgpfbt1o li:before{  }
#Q4g7M7GebIkw3UVxKfeXXJrT5oHLzHwb { color:#000000;display:block;width:56.25rem;position:absolute;font-family:brown;font-size:1.5625rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:41.875rem;left:0rem;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;font-style:normal;display:block; }
#cyKUepffyE4lOn7ZVorIgWCkI4XnzMbW { position:absolute;display:block;z-index:15002;background-color:#fff6e1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f3b33e;border-left:0.125rem solid #f3b33e;border-right:0.125rem solid #f3b33e;border-bottom:0.125rem solid #f3b33e;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:19.125rem;width:45.1875rem;top:45.5625rem;left:0rem;display:block; }
#pdTs1RlwyRZPPVRvTwldNO3zVoN2Ab5h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.6875rem;width:8.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:26.9375rem;left:10.6875rem; }
#TNp3tfm5w4L6cT1QEE2gFwNbJ9Z1VkXp { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;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:15.375rem;width:30.6875rem;top:23.65625rem;left:29.3125rem;overflow:hidden;display:block; }
#ZAUMQ68HEhuxaxtENSUcX94O04dll1V5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.6875rem;width:8.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:26.9375rem;left:38.875rem; }
#HDEA837DWzotUnbJ9rsILtW0fG0zHVd5 { position:relative;display:block; }#HDEA837DWzotUnbJ9rsILtW0fG0zHVd5 { background-color: transparent; background-image: none; }#HDEA837DWzotUnbJ9rsILtW0fG0zHVd5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDEA837DWzotUnbJ9rsILtW0fG0zHVd5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDEA837DWzotUnbJ9rsILtW0fG0zHVd5 > .row .container > .video-iframe-container { display: none; }#HDEA837DWzotUnbJ9rsILtW0fG0zHVd5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDEA837DWzotUnbJ9rsILtW0fG0zHVd5 > .row > .video-iframe-container { display: none; }#HDEA837DWzotUnbJ9rsILtW0fG0zHVd5 > .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); }#HDEA837DWzotUnbJ9rsILtW0fG0zHVd5 { border-width: 0; border-radius: 0; }#HDEA837DWzotUnbJ9rsILtW0fG0zHVd5 > .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; }#HDEA837DWzotUnbJ9rsILtW0fG0zHVd5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:53.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Vb0Etk5NKscro4kAIc1DFKmlvQoKLuVg { color:#515151;display:block;width:60rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.6;letter-spacing:0;top:2.9448785781861rem;left:0rem;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;display:block; }
#S7hqSeZy3fwxQ5p0zivLz38x48eqMQ92 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;left:25.654951095581rem;top:14.536674499512rem; }
#FsSz89XLG1Z1tQFigrCr98PKnxzc4Lbb { color:#000000;display:block;width:20.1871875rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:2.3;letter-spacing:0;top:14.536674499512rem;left:1.0618495941162rem;height:34.207075rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#i4FmQhmuMrPNiQK9WV39AdLgPt7AEXI5 { color:#000000;display:block;width:56.25rem;position:absolute;font-family:brown;font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:5.9445531368256rem;left:0rem;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;font-style:normal;display:block; }
#ytqnse6ZCeq8ZnOHS2tfQVI074DRzlT5 { color:#000000;display:block;width:16.3748125rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:11.248916625976rem;left:1.0618495941162rem;height:2.09985625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FCih7V2fZkRdgAWNSaZWnTKL9Zzrsp7d { color:#000000;display:block;width:16.3748125rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:10.387260437012rem;left:18.185983657837rem;height:2.69970625rem;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:block; }
#GzPd2QquEBHuXzOOCvvV2dN1Q7wE4xnx { color:#000000;display:block;width:16.3748125rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:10.583229064941rem;left:28.187067031861rem;height:2.69970625rem;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:block; }
#le1mSrtCvdF4Lr50SwuDZTZE2J1XhUQP { position:absolute;display:block;z-index:14993;background-color:#faf8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #d3d3d3;border-left:0.125rem solid #d3d3d3;border-right:0.125rem solid #d3d3d3;border-bottom:0.125rem solid #d3d3d3;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:38.375rem;width:40.9375rem;top:10.373916625976rem;left:0.0625rem;display:block; }
#WWiBXd9MuXasiqyItKiuoiJeUUv9CLbD { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.437175rem;width:1.437175rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;left:25.654951095581rem;top:17.2998046875rem; }
#EMnGcGpLV3Ht7IynJvb01x3XPm9sAvIC { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.437175rem;width:1.437175rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;left:25.654951095581rem;top:46.8359375rem; }
#wN1cSN30aAWTlWLrwnfyCAaTlg5uti7V { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.437175rem;width:1.437175rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;left:25.654951095581rem;top:44.514434814453rem; }
#oIBP8LfoNST4FotraRT7p5rIB92NtiEP { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.437175rem;width:1.437175rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;left:25.654951095581rem;top:22.362197875976rem; }
#PhNZ2MnC7g0EdAMLztGh9cBR1aHwinvX { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.437175rem;width:1.437175rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;left:25.654951095581rem;top:19.98698425293rem; }
#kfq4XcZUzkgrDIaWpmxOEiE2ZnNI5P3s { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.437175rem;width:1.437175rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;left:25.654951095581rem;top:24.925132751465rem; }
#Qqu9eNfsAqgknnozpMKJquXsVvTXmwiP { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.437175rem;width:1.437175rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;left:25.654951095581rem;top:29.6337890625rem; }
#qiRv0xWR3Tcv26ZrDS8hfvi4F7DTVgQx { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.437175rem;width:1.437175rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;left:25.654951095581rem;top:27.362197875976rem; }
#q7imT2u5ARPAWdTHeoA8x82tD4q0kcsv { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.437175rem;width:1.437175rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;left:25.654951095581rem;top:41.897789001465rem; }
#m6hAS0gaJEJout7Pqo7Dm24nzqhHe2Mb { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.437175rem;width:1.437175rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;left:25.654951095581rem;top:32.237411499024rem; }
#AxSTWr6hwQDox3StlnVeTA8lVhuDBFeK { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.437175rem;width:1.437175rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;left:25.654951095581rem;top:37.112632751465rem; }
#vDQ5LsEPqQFKTxB2WV8BWxCSEOtaUH0I { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.437175rem;width:1.437175rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;left:25.654951095581rem;top:34.468856811524rem; }
#WgmyEVo0irEsSIIWITxbLSrAwq8EZuQK { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.437175rem;width:1.437175rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;left:35.780492782593rem;top:24.925132751465rem; }
#xhTZVundVCTkuQtZCc0PW686A9F00wJi { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.437175rem;width:1.437175rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;left:35.780492782593rem;top:19.612091064453rem; }
#PqlVNIdTcrvdnSbbvroOVp1cCASNUQSN { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.437175rem;width:1.437175rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;left:35.780492782593rem;top:16.924911499024rem; }
#oFJpyPJ9NTRPlUNl8EiVV35d0DFLbthX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.31239375rem;width:1.31239375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;left:35.842882156372rem;top:14.599067687988rem; }
#ZvNIPrsITJ8JPqQ68JA3q4f1gQKDqe0i { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.31239375rem;width:1.31239375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;left:35.842882156372rem;top:39.549697875976rem; }
#Tpr5hopkTtFhTuR9gR8XXP1BXqVbR0Im { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.31239375rem;width:1.31239375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;left:35.842882156372rem;top:34.530708312988rem; }
#tXRcT6WHs0Rl9mhaeDwvOeHAOJDEcn5I { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.31239375rem;width:1.31239375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;left:35.842882156372rem;top:29.696182250976rem; }
#cQzfFx0UdtqoZXV7x1sXzfyJTzpv0AXX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.31239375rem;width:1.31239375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;left:35.842882156372rem;top:32.299263000488rem; }
#Azp1gz0xLiRbqVAWAyHtG16b0ra7nqTl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.31239375rem;width:1.31239375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;left:35.842882156372rem;top:41.960182189941rem; }
#JbiATFzdO4OZqJ1zJZ05E0JwoQrexsdG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.31239375rem;width:1.31239375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;left:35.842882156372rem;top:44.57682800293rem; }
#L3bzPliohIrK0NwGqeGL138M0BR9SEbG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.31239375rem;width:1.31239375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;left:35.842882156372rem;top:22.424049377441rem; }
#Q3SQ4CPcX04ZJD9H2IBFdIUR738yT76b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.31239375rem;width:1.31239375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;left:35.842882156372rem;top:27.424049377441rem; }
#IyN3EuSfogzwJkQLVXf2CT3lkJe4z0OQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.31239375rem;width:1.31239375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;left:35.842882156372rem;top:37.175025939941rem; }
#K2onuqFrthVkqpRFE40GeXdPQuzzBTgg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.31239375rem;width:1.31239375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;left:35.842882156372rem;top:46.835395812988rem; }
#LDwJcudriCyJlnKUHNecETedW8pkf5Tr { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.437175rem;width:1.437175rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;left:25.654951095581rem;top:39.4873046875rem; }
#WsoenzuFPXQZ50f5iPhNCrrKCZk2fST9 { position:absolute;display:block;z-index:14994;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #faf8f8;border-left:0.125rem solid #faf8f8;border-right:0.125rem solid #faf8f8;border-bottom:0.125rem solid #faf8f8;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.1875rem;width:21.625rem;top:10.623916625976rem;left:0.0625rem;display:block; }
#agz9vspKzG2pSEPOX4gM9FbqWIUgPeaF { position:absolute;display:block;z-index:14995;background-color:#f9fbe5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #cbea3c;border-left:0.125rem solid #cbea3c;border-right:0.125rem solid #cbea3c;border-bottom:0.125rem solid #cbea3c;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.09) ;height:40.375rem;width:9.8125rem;top:9.4353332519531rem;left:21.625001907349rem;display:block; }
#TWTk4VCKgIXDMwmhMAgBa2LpN6BR7oko { color:#d3d3d3;display:block;width:20.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:1.29980625rem;top:12.585071086884rem;left:0.5rem;display:block; }
#sAPO8ahzeXRfwV37Jx0b5XDeGtXKP4MO { color:#cbea3c;display:block;width:19.8746875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;height:1.29980625rem;top:12.556424617767rem;left:22.463758468628rem;display:block; }
#C25Z6HMqgnLNS9ZFrLXOKyJeBdDc2DNH { color:#d3d3d3;display:block;width:19.8746875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;height:1.29980625rem;top:12.522571086884rem;left:32.215280532837rem;display:block; }
#apfUSOvP4GOWgfWzapNbssUgh4WPIQlp { position:relative;display:none; }#apfUSOvP4GOWgfWzapNbssUgh4WPIQlp { border-width: 0; border-radius: 0; }#apfUSOvP4GOWgfWzapNbssUgh4WPIQlp > .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; }#apfUSOvP4GOWgfWzapNbssUgh4WPIQlp > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#L6TGlOygyX9pvrgU96NCUOzcFObsranC { color:#000000;display:block;width:56.25rem;position:absolute;font-family:brown;font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:5.9445531368256rem;left:0rem;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;font-style:normal;display:none; }
#sGfHGc8TE7vda2fEccm3I0uP35vuNP9E { color:#515151;display:block;width:60rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.6;letter-spacing:0;top:2.9448785781861rem;left:0rem;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;display:none; }
#uQcVB1kqn3TNG5olsGEKOT4MLCeNNReI { color:#000000;display:block;width:12.375rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:23.875rem;top:11rem;left:0.25rem;display:none; }
#zOh90aEl6k5xylGQZD0bW0GPnI5gEfPf { color:#000000;display:block;width:5.3125rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:9.5rem;left:10.1875rem;display:none; }
#PsfP6uI4eNx9BTTtk6UE5EPv4nMa7SQ2 { color:#000000;display:block;width:4.0625rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:9.5rem;left:15.875rem;display:none; }
#DcWrt8ty6dmGCZVrCf63I3qq9f4MznWL { color:#000000;display:block;width:6.9375rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:9.5rem;left:0rem;display:none; }
#K8dW5mrxoI0HVEE4hfXiRrKzU0801I0T { 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; }
#Eo57f88sFPcU3TURT49lc1fQOiAHDsdp { 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; }
#SBeXdQT5mDILuC9Kzuc1ozHVbvplu1Bc { 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; }
#zwieDLOUQ0kd1UNWDBtuhSiEUKEsU8Al { 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; }
#ARZ4dg0Fqr2VvCuZHPhvwf5M8wpNBvgT { 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; }
#NywIIdloAClv2THLiOkTB2MGTA56vtLh { 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; }
#r59eDstPnNvnHfoAFFWnmHbAyna6XFow { 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; }
#Gkk4PeEcnyqGt8GtQwNKVc3C9TFIQKuU { 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; }
#SGgCEVG5CHERbN9Mz27aHvtARV0mvClq { 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; }
#UJHSBkJR2eJA8KVmXwG8a1f6AcLtOZkE { 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; }
#xUxyT2XpIFrpdA36MebNnfsq5vgLSOo6 { 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; }
#e8r85LGdtTZhah7m1ano6lBDUxaLJ1KM { 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; }
#p1IllDeLO0Vu0tuqWMyW14ZXdMQygeMv { 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; }
#udrxm4zDLIyq4XXR3svT7wTLfgXoTLTn { 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; }
#S3qczLpXtEd7PFJKp0geFVvSfTV8DxEf { position:absolute;display:block;z-index:15000;background-color:rgba(208,192,134,0.12);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:27.625rem;top:21.534615516663rem;left:29.9365234375rem;display:none; }
#aFzShdJ2boR4TRA7XQmi312rPfNFXO4a { 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; }
#KU911NdqhpQwU6lfhlkxIyVsRC7l69ho { 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; }
#ean51qrPH47trTAk3DMb1MdbiK1omzoT { 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; }
#AkupZ5BSUymrhHlaw2P97XMcuVvs9Ux1 { 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; }
#wsrn1GqFFWUlb8xEQHQPSJyJUGmitNA7 { 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; }
#PwD73Med58lgcVba41HPicEqTBxyUEwZ { 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; }
#lbTnLkkN8Ih2PPhAnCCQoD3GpfKykol3 { 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; }
#kqvOJfMXta4HEiaqwusCKE5TiRkgq6Bb { 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; }
#guLOvgTaPDAhCt1hXc6B2Dgns0p4FneX { 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; }
#tDS0PdssvOcII4O6c6I9q5KXicUFKp4A { 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; }
#l9hz4WFpbHDzouPPenUV9WNOfiSnPGuK { 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; }
#SrgHTnyAuHJO9waHG0AS4aRJb4TOhTVm { 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; }
#IZ63l9DlTLE16tnWicwrTpFsxqtLGvz5 { 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; }
#L7pU6F7lakeRWay5956zuWQoODeoTHwt { 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; }
#FHLvmAclSwWHzvIQhJZT0NGLWiHomena { color:#d3d3d3;display:block;width:20.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:1.29980625rem;top:12.585071086884rem;left:0.5rem;display:none; }
#mKlP5MwiKti6mh3RVtlTVFlpKgWUUefc { color:#d3d3d3;display:block;width:20.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:1.29980625rem;top:12.585071086884rem;left:0.5rem;display:none; }
#pvfBCZmOvIxTJ5aA1CmhFQe5Ecq3itJN { position:absolute;display:block;z-index:15000;background-color:rgba(208,192,134,0.12);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:27.625rem;top:21.534615516663rem;left:29.9365234375rem;display:none; }
#lc0MASl8t32Tw3yaFpHPBArZqLJGSDNB { color:#d3d3d3;display:block;width:20.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:1.29980625rem;top:12.585071086884rem;left:0.5rem;display:none; }
#ysQkNnbJ1ti3ThWvzXhUqKAOANeVW8wH { position:relative;display:block; }#ysQkNnbJ1ti3ThWvzXhUqKAOANeVW8wH { background-color: transparent; background-image: none; }#ysQkNnbJ1ti3ThWvzXhUqKAOANeVW8wH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ysQkNnbJ1ti3ThWvzXhUqKAOANeVW8wH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ysQkNnbJ1ti3ThWvzXhUqKAOANeVW8wH > .row .container > .video-iframe-container { display: none; }#ysQkNnbJ1ti3ThWvzXhUqKAOANeVW8wH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ysQkNnbJ1ti3ThWvzXhUqKAOANeVW8wH > .row > .video-iframe-container { display: none; }#ysQkNnbJ1ti3ThWvzXhUqKAOANeVW8wH > .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); }#ysQkNnbJ1ti3ThWvzXhUqKAOANeVW8wH { border-width: 0; border-radius: 0; }#ysQkNnbJ1ti3ThWvzXhUqKAOANeVW8wH > .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; }#ysQkNnbJ1ti3ThWvzXhUqKAOANeVW8wH > .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:28.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lk0odQB4hIZL1GOW5y06FFDrX5tOpoWE { color:#515151;display:block;width:60rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.6;letter-spacing:0;top:3.125rem;left:0rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dTIt6xfMhbiMEVFoPWwGiibrDZnVLUAC { color:#515151;display:block;width:46.25rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:9.125rem;left:1.9375rem;height:1.62524375rem;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; }
#HQVkhkLoZ3h5NJQzJMC1uvnMCwoTPaqc { color:#515151;display:block;width:57.9375rem;position:absolute;font-family:brown;font-size:1.375rem;font-weight:400;z-index:14999;line-height:1.6;letter-spacing:0;top:13.25rem;left:0.8125rem;height:10.9985625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rNkeEdtHO9JFwv8tAG8PJUIE3Cevm8l6 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:10.3125rem;top:6.0625rem;left:0rem;display:block; }
#UWnQP7I596TZIeGkS7S4ERLdmBCTIBUq { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124511875rem;width:60rem;top:27.1875rem;left:0rem;display:block; }
#IFTTDKoWtsbf4amcD76l3usxhEDiwcxZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6245125rem;width:1.6245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:9.0625rem;left:0rem; }
#XPX52RdTUe5n39UBnra8CcqZXZ48ePLm { position:relative;display:block; }#XPX52RdTUe5n39UBnra8CcqZXZ48ePLm { background-color: transparent; background-image: none; }#XPX52RdTUe5n39UBnra8CcqZXZ48ePLm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPX52RdTUe5n39UBnra8CcqZXZ48ePLm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPX52RdTUe5n39UBnra8CcqZXZ48ePLm > .row .container > .video-iframe-container { display: none; }#XPX52RdTUe5n39UBnra8CcqZXZ48ePLm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPX52RdTUe5n39UBnra8CcqZXZ48ePLm > .row > .video-iframe-container { display: none; }#XPX52RdTUe5n39UBnra8CcqZXZ48ePLm > .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); }#XPX52RdTUe5n39UBnra8CcqZXZ48ePLm { border-width: 0; border-radius: 0; }#XPX52RdTUe5n39UBnra8CcqZXZ48ePLm > .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; }#XPX52RdTUe5n39UBnra8CcqZXZ48ePLm > .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:18.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#q1MZWUBLdCiGxGErAxGV37PiMLidp2rl { color:#515151;display:block;width:57.375rem;position:absolute;font-family:brown;font-size:1.375rem;font-weight:400;z-index:14999;line-height:1.6;letter-spacing:0;top:8.2497825622556rem;left:0.9375rem;height:6.599125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qGPeWPHOGHUZowFIPn1S5AaH3dmUK07t { color:#515151;display:block;width:46.25rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:4.375rem;left:1.9375rem;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;display:block; }
#xkeyImkEGfpGzaxkuDcpMaOx8RmLd6Xa { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:10.3125rem;top:1.3125rem;left:0rem;display:block; }
#hTbewBLapa79zImci8RGXmc2azSxWtGF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62489375rem;width:1.62489375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:4.25rem;left:0rem; }
#Bq3zWQAnS1lLd6iAm74LzKCi8puQpgKH { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:60rem;top:17.162001609802rem;left:0rem;display:block; }
#wKcdklC5Oa5iWUDfNbuSxGNZmW4WM9ux { position:relative;display:block; }#wKcdklC5Oa5iWUDfNbuSxGNZmW4WM9ux { background-color: transparent; background-image: none; }#wKcdklC5Oa5iWUDfNbuSxGNZmW4WM9ux::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wKcdklC5Oa5iWUDfNbuSxGNZmW4WM9ux > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wKcdklC5Oa5iWUDfNbuSxGNZmW4WM9ux > .row .container > .video-iframe-container { display: none; }#wKcdklC5Oa5iWUDfNbuSxGNZmW4WM9ux > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wKcdklC5Oa5iWUDfNbuSxGNZmW4WM9ux > .row > .video-iframe-container { display: none; }#wKcdklC5Oa5iWUDfNbuSxGNZmW4WM9ux > .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); }#wKcdklC5Oa5iWUDfNbuSxGNZmW4WM9ux { border-width: 0; border-radius: 0; }#wKcdklC5Oa5iWUDfNbuSxGNZmW4WM9ux > .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; }#wKcdklC5Oa5iWUDfNbuSxGNZmW4WM9ux > .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:23.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WGxnxTJrqgcHk4coxZscoBsulTCgHKid { color:#515151;display:block;width:57.3123125rem;position:absolute;font-family:brown;font-size:1.375rem;font-weight:400;z-index:14999;line-height:1.6;letter-spacing:0;top:8.4364166259762rem;left:1.3433170318604rem;height:10.9985625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HcEl6RT5yTg8gM557WhJ9EsTgwcXinG4 { color:#515151;display:block;width:46.25rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:4.375rem;left:1.9375rem;height:1.62524375rem;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; }
#dikx8hLZXieEHWKcEkGr61bIp9yvpOWQ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:10.3125rem;top:1.3125rem;left:0rem;display:block; }
#Nh1FeMx38GSPOkyM7vDFnfxaGIWi664F { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62489375rem;width:1.62489375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:4.25rem;left:0rem; }
#kIbIv6Cy3TIfsXzb6vPHOlkOM8fETwEf { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:60rem;top:22.363282521256rem;left:0rem;display:block; }
#hEkiTBuk9MVkxZvBwkirhgazIqmzKZ0y { position:relative;display:block; }#hEkiTBuk9MVkxZvBwkirhgazIqmzKZ0y { background-color: transparent; background-image: none; }#hEkiTBuk9MVkxZvBwkirhgazIqmzKZ0y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEkiTBuk9MVkxZvBwkirhgazIqmzKZ0y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEkiTBuk9MVkxZvBwkirhgazIqmzKZ0y > .row .container > .video-iframe-container { display: none; }#hEkiTBuk9MVkxZvBwkirhgazIqmzKZ0y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEkiTBuk9MVkxZvBwkirhgazIqmzKZ0y > .row > .video-iframe-container { display: none; }#hEkiTBuk9MVkxZvBwkirhgazIqmzKZ0y > .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); }#hEkiTBuk9MVkxZvBwkirhgazIqmzKZ0y { border-width: 0; border-radius: 0; }#hEkiTBuk9MVkxZvBwkirhgazIqmzKZ0y > .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; }#hEkiTBuk9MVkxZvBwkirhgazIqmzKZ0y > .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:16rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rX7dxm0ad4KNgBsyTneWRK3yWsNP6w0R { color:#515151;display:block;width:58.4375rem;position:absolute;font-family:brown;font-size:1.375rem;font-weight:400;z-index:14999;line-height:1.6;letter-spacing:0;top:8.4369583129881rem;left:0.78125rem;height:2.19986875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#iCTv9HOSH0vBLv3m1T84xkbUKuC3FC2B { color:#515151;display:block;width:46.25rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:4.375rem;left:1.9375rem;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;display:block; }
#OgFCBHRozc0teg6e6aOUA07Udp4KSv5A { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:10.3125rem;top:1.3125rem;left:0rem;display:block; }
#UqT6qDGd4ABJqaeHWTMtzHG4cAx45BW2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62489375rem;width:1.62489375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:4.25rem;left:0rem; }
#HlMo5nn6uoRFPrlOq3KuowPHGP6fuwCJ { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:13.49880695343rem;left:0rem;display:block; }
#buG8fRT2x2zCC34uMGT5RKodLnnKPsta { position:relative;display:block; }#buG8fRT2x2zCC34uMGT5RKodLnnKPsta { background-color: transparent; background-image: none; }#buG8fRT2x2zCC34uMGT5RKodLnnKPsta::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#buG8fRT2x2zCC34uMGT5RKodLnnKPsta > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#buG8fRT2x2zCC34uMGT5RKodLnnKPsta > .row .container > .video-iframe-container { display: none; }#buG8fRT2x2zCC34uMGT5RKodLnnKPsta > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#buG8fRT2x2zCC34uMGT5RKodLnnKPsta > .row > .video-iframe-container { display: none; }#buG8fRT2x2zCC34uMGT5RKodLnnKPsta > .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); }#buG8fRT2x2zCC34uMGT5RKodLnnKPsta { border-width: 0; border-radius: 0; }#buG8fRT2x2zCC34uMGT5RKodLnnKPsta > .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; }#buG8fRT2x2zCC34uMGT5RKodLnnKPsta > .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:39rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eVpEyITciBAmbflAfxL3mA3oIybo7dWl { color:#000000;display:block;width:60rem;position:absolute;font-family:brown;font-size:1.5625rem;font-weight:400;z-index:14999;line-height:1.6;letter-spacing:0;top:1.6232643127441rem;left:0rem;height:20rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wUOTDwwZIHF3Ap7PHk2HdN0Op1skfKpT { color:#000000;display:block;width:57.9996875rem;position:absolute;font-family:brown;font-size:1.5625rem;font-weight:400;z-index:15000;line-height:1.6;letter-spacing:0;top:24.209526062012rem;left:1.4995670318604rem;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;font-style:normal;display:block; }
#FoPCJWbSuIUTI7Skey8pWyg3Lpb7aXtZ { position:absolute;display:block;z-index:14998;background-color:#fff6e1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f3b33e;border-left:0.125rem solid #f3b33e;border-right:0.125rem solid #f3b33e;border-bottom:0.125rem solid #f3b33e;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:4.125rem;width:57.4375rem;top:23.292102813721rem;left:0.10362434387207rem;display:block; }
#NJwcuTD7ERfEx74IfOIbXluduzwwhIlB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.63);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#NJwcuTD7ERfEx74IfOIbXluduzwwhIlB > .row .container { background-color: transparent; background-image: none; }#NJwcuTD7ERfEx74IfOIbXluduzwwhIlB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJwcuTD7ERfEx74IfOIbXluduzwwhIlB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJwcuTD7ERfEx74IfOIbXluduzwwhIlB > .row .container > .video-iframe-container { display: none; }#NJwcuTD7ERfEx74IfOIbXluduzwwhIlB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJwcuTD7ERfEx74IfOIbXluduzwwhIlB > .row > .video-iframe-container { display: none; }#NJwcuTD7ERfEx74IfOIbXluduzwwhIlB > .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); }#NJwcuTD7ERfEx74IfOIbXluduzwwhIlB > .row .container { border-width: 0; border-radius: 0; }#NJwcuTD7ERfEx74IfOIbXluduzwwhIlB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NJwcuTD7ERfEx74IfOIbXluduzwwhIlB > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:60rem;position:relative;display:block; }#LoPeqh75HUgebGyqoRJZ8L9qaZorqpUy { background-color:#fdc743;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f7de8c;border-left:0.125rem solid #f7de8c;border-right:0.125rem solid #f7de8c;border-bottom:0.125rem solid #f7de8c;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.06) ;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:brown;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.5625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.53125rem;left:36.3427734375rem;display:block; }
#CsaBRE2UHo6gcHGaqIBNlspPB82J08v0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HXmr4WBOTMViye8yydz01vhRT2sev0VT { color:#ffffff;display:block;width:57.9995rem;position:absolute;font-family:brown;font-size:1.375rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:1.3125rem;left:1.5009765625rem;height:2.19970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FH6a5rvW1iJJTsSnATARNaGcWPWiMqtv { top:0.5rem;left:0rem;width:18.9375rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0tockAa36zsqsHaS8W1T7RMNyQgsSwI { width:13.4375rem;height:2.5625rem;top:0.4375rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QH0VcrWk4hsVhuz8edbK5uIU8UvH1iTE { display:block; }
 }@media only screen and (max-width: 763px) { #idXIWKNMm4d6on5h6MzcOH2Z9W1oNVTL { display:none; }#idXIWKNMm4d6on5h6MzcOH2Z9W1oNVTL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #s6CySvePm0qMHiykszSegMaguTV26E56 { display:block; }#s6CySvePm0qMHiykszSegMaguTV26E56 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtEo80ocKPLGrOXK6NJgTa2nGPncD4rd { top:6.1875rem;left:0rem;width:47.75rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezy5dz9fLQC5SuZyazrDI5FUIEMTRFCU { top:14.6875rem;left:0rem;width:46.25rem;height:5.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #URLuoiTJcAnK8F6zlTzbisFiZMkF8DP3 { top:20.875rem;left:0rem;width:46.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyVLTuDrTDcdsvTwIH6zG8fcJVpG0vMO { top:24.5rem;left:0rem;width:46.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #slBIlmiW3ptkpsHDhDoaxDSdv5EuMv3a { top:23.8125rem;left:0rem;width:47.5rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpzxleICFdb0Vhf5MTTwZQTiVC213iWc { width:27.625rem;height:3.6165337080554rem;top:61.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fZTzH7Ctw2f6zLrNl0ieuKPRXhusABhT { width:27.25rem;height:3.6164053757806rem;top:61.8125rem;left:20.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pqoNmAb1JGkMRR8pzM5LnVROAR4U6gyL { top:20.75rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMPDJI2MW4hsdueNcyShcqS3eoF5Bu2U { top:29.4375rem;left:0rem;width:47.75rem;height:24.91953125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sogaHrfK0wJRKP0fDCTB5lWqR2bmeRB0 { display:block; }#sogaHrfK0wJRKP0fDCTB5lWqR2bmeRB0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wkfbFRUsnSkX2QRkpc8498ioZHIqENVc { top:17rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pv2grlsqkishxPD9ESupztr6Okc6uKei { top:1.9375rem;left:0rem;width:47.75rem;height:12.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M89PcaCZgQvos0cpHJiq46qJ1gGaMXFP { top:20.75rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SX5pHvKWmeGD5nZ6zUeJJ9wRuWRBrZIX { top:71.375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LC94oQDT5A8OSBZ2rqSOc6Ewxbw5z46m { top:76.375rem;left:0rem;width:47.75rem;height:10rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g51FD0IPEMAGuENVAfroNpauWk9UbmgW { top:90.0625rem;left:0rem;width:47.75rem;height:12.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkaVGxnSKlHnXtWRgdLIPFv187T6z3HE { top:131.4375rem;left:0rem;width:47.75rem;height:12.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZNe3PxI0tIyk1HLNwHqlJVlzlCBtMO7 { top:176.1875rem;left:0rem;width:47.75rem;height:12.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1KgHbdMkDTk4HTJ47lGz2TgMg2ySOTg { top:191.6875rem;left:0rem;width:47.75rem;height:20.479327453142rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlkpRP5yqs2BoHQc74LTyWVOxtS8Qg5T { top:145.4375rem;left:0rem;width:47.75rem;height:22.458241758242rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNMuxXLipWdA9cfLGTBVte6ym15xmUH6 { top:104.5rem;left:0rem;width:47.75rem;height:21.198901098901rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsCLDZNMfRs51DUl9cuVTG461dWXTEKT { top:41rem;left:0rem;width:47.75rem;height:23.016573033708rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqL8TKB8dwVb9PwWlnQtoEupo8FlAll8 { display:block; }#qqL8TKB8dwVb9PwWlnQtoEupo8FlAll8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BExpX422qhmcRbxruZIN29vHGGNkQ3fD { top:2.9375rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxXxoTH1JrLx3Sp3fKy4om0obrsRFOt3 { top:42.75rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIq8A7uPQUcsuZsAfDiPy4AkXWecRpX9 { top:48.1875rem;left:0rem;width:47.75rem;height:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #shSQXmKwKuy5WTX8cglayGc820qb0Ugt { top:7.75rem;left:7.154541015625rem;width:31.375rem;height:32.248523833381rem;display:block; }
 }@media only screen and (max-width: 763px) { #mK5mQHTXXyeDTQOWVNEvMXiosqwXnwsN { display:block; }#mK5mQHTXXyeDTQOWVNEvMXiosqwXnwsN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ebg0ab6vLUtre12zWpsTHGCTRBTBtAxh { top:31.125rem;left:0rem;width:47.75rem;height:10rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3C9tsEQkISh8PzlM3beosmEJUdiqVDz { top:1.0625rem;left:0rem;width:47.75rem;height:3rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2dr0K3LbHeJGl5bTt1QZy5fFlbekwTz { top:4.625rem;left:0rem;width:47.75rem;height:20.418708240534rem;display:block; }
 }@media only screen and (max-width: 763px) { #fK4dJyzrNpPSIpv7C8N8wVlzTIHpul4y { display:block; }#fK4dJyzrNpPSIpv7C8N8wVlzTIHpul4y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ku8PyP50RR7tTU5apbpMMOu8qcnmgCT7 { top:29.5rem;left:0rem;width:47.75rem;height:10rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vn7BwodgdaGqZTUH9QC8IVCBkQStQcVI { top:1.5625rem;left:0rem;width:47.75rem;height:3rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsaMNpIe28iVEM9Xmoh0Lb5f0FcdROoy { top:5.6875rem;left:0rem;width:47.75rem;height:20.421758104738rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3HVQg9u8g3MgLvtRV855EAxThEKQ9n8 { display:block; }#R3HVQg9u8g3MgLvtRV855EAxThEKQ9n8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S6f8Aaw2D2TLPSoITIh8oSFso3layErc { top:30.75rem;left:0rem;width:47.75rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT2tTz89q9iPviUJAXTQSGqLSMghk4EG { top:0.875rem;left:0rem;width:47.75rem;height:3rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZH6yzpGvEJktmLm628HlCaEl2GPMBPO { top:5.125rem;left:0rem;width:47.75rem;height:20.394915254237rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCOrRfwwCtqfbhNf2NaWoLutysLEbJuJ { display:block; }#bCOrRfwwCtqfbhNf2NaWoLutysLEbJuJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dz4ESbTEJ9gpfB3T71yQVvZU9bNci4LS { top:1.8125rem;left:0rem;width:47.75rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0qk7TJadbupWD57gJL3zTNdEnfKuMLV { top:31.8125rem;left:0rem;width:47.5rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibLcTRyqXElVfqCn3P9lUGmL5fRPMAIx { top:9.5625rem;left:0rem;width:47.75rem;height:20rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zupBuuBrUebQ5MbOU7JHridrTqddMrTc { top:32.3125rem;left:0rem;width:47.75rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6kug91zxKLLl29BHLnKc217IG6pABXa { top:15.9375rem;left:30.6875rem;width:16.9375rem;height:23.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #r656MdeqZLmcSgQfctWkf6WnZ72vgVMQ { width:13.4375rem;height:2.5625rem;top:0.4375rem;left:34.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XfKZkiZqeDPX257KqAhRfPgE23TImhfH { display:block; }
 }@media only screen and (max-width: 763px) { #Jn0zUvWW6zW0muwSNunhB48fD9fhWuv7 { top:7.375rem;left:0rem;width:28.5rem;height:29.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #erGSwhUmROUxGuqR8tKcytwvUQ7VpNnb { display:block; }#erGSwhUmROUxGuqR8tKcytwvUQ7VpNnb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KD58ybRyLC4dPcE6lSSIqzFX90MeB4T5 { top:3.5625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqIJgwcKo5GT1HFp1LqZnKUyEydqoTGJ { top:23.5625rem;left:0rem;width:28.3125rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQcm3ryLHNv4rkAqOv66uHvyOCflgLaI { top:8.0625rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7vuqpKwQMwGfm7nh3nIy7oUwgpfbt1o { top:47rem;left:0rem;width:47.75rem;height:16.0625rem;font-size:1rem;display:block; }#k7vuqpKwQMwGfm7nh3nIy7oUwgpfbt1o li:before{  }
 }@media only screen and (max-width: 763px) { #Q4g7M7GebIkw3UVxKfeXXJrT5oHLzHwb { top:41.875rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyKUepffyE4lOn7ZVorIgWCkI4XnzMbW { top:45.5625rem;left:0rem;width:45.1875rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdTs1RlwyRZPPVRvTwldNO3zVoN2Ab5h { top:26.9375rem;left:4.5625rem;width:8.6875rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNp3tfm5w4L6cT1QEE2gFwNbJ9Z1VkXp { top:23.625rem;left:17.0625rem;width:30.6875rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAUMQ68HEhuxaxtENSUcX94O04dll1V5 { top:26.9375rem;left:32.75rem;width:8.6875rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDEA837DWzotUnbJ9rsILtW0fG0zHVd5 { display:block; }#HDEA837DWzotUnbJ9rsILtW0fG0zHVd5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vb0Etk5NKscro4kAIc1DFKmlvQoKLuVg { top:2.9375rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7hqSeZy3fwxQ5p0zivLz38x48eqMQ92 { top:14.5rem;left:19.529951095581rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FsSz89XLG1Z1tQFigrCr98PKnxzc4Lbb { top:14.5rem;left:0rem;width:20.125rem;height:34.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4FmQhmuMrPNiQK9WV39AdLgPt7AEXI5 { top:5.9375rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytqnse6ZCeq8ZnOHS2tfQVI074DRzlT5 { top:11.1875rem;left:0rem;width:16.3125rem;height:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCih7V2fZkRdgAWNSaZWnTKL9Zzrsp7d { top:10.375rem;left:12.060983657837rem;width:16.3125rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzPd2QquEBHuXzOOCvvV2dN1Q7wE4xnx { top:10.5625rem;left:22.062067031861rem;width:16.3125rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #le1mSrtCvdF4Lr50SwuDZTZE2J1XhUQP { top:10.3125rem;left:0rem;width:40.9375rem;height:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWiBXd9MuXasiqyItKiuoiJeUUv9CLbD { top:17.25rem;left:19.529951095581rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EMnGcGpLV3Ht7IynJvb01x3XPm9sAvIC { top:46.8125rem;left:19.529951095581rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wN1cSN30aAWTlWLrwnfyCAaTlg5uti7V { top:44.5rem;left:19.529951095581rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oIBP8LfoNST4FotraRT7p5rIB92NtiEP { top:22.3125rem;left:19.529951095581rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PhNZ2MnC7g0EdAMLztGh9cBR1aHwinvX { top:19.9375rem;left:19.529951095581rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kfq4XcZUzkgrDIaWpmxOEiE2ZnNI5P3s { top:24.875rem;left:19.529951095581rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qqu9eNfsAqgknnozpMKJquXsVvTXmwiP { top:29.625rem;left:19.529951095581rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qiRv0xWR3Tcv26ZrDS8hfvi4F7DTVgQx { top:27.3125rem;left:19.529951095581rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #q7imT2u5ARPAWdTHeoA8x82tD4q0kcsv { top:41.875rem;left:19.529951095581rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #m6hAS0gaJEJout7Pqo7Dm24nzqhHe2Mb { top:32.1875rem;left:19.529951095581rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AxSTWr6hwQDox3StlnVeTA8lVhuDBFeK { top:37.0625rem;left:19.529951095581rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vDQ5LsEPqQFKTxB2WV8BWxCSEOtaUH0I { top:34.4375rem;left:19.529951095581rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WgmyEVo0irEsSIIWITxbLSrAwq8EZuQK { top:24.875rem;left:29.655492782592rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xhTZVundVCTkuQtZCc0PW686A9F00wJi { top:19.5625rem;left:29.655492782592rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PqlVNIdTcrvdnSbbvroOVp1cCASNUQSN { top:16.875rem;left:29.655492782592rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oFJpyPJ9NTRPlUNl8EiVV35d0DFLbthX { top:14.5625rem;left:29.717882156372rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZvNIPrsITJ8JPqQ68JA3q4f1gQKDqe0i { top:39.5rem;left:29.717882156372rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tpr5hopkTtFhTuR9gR8XXP1BXqVbR0Im { top:34.5rem;left:29.717882156372rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tXRcT6WHs0Rl9mhaeDwvOeHAOJDEcn5I { top:29.6875rem;left:29.717882156372rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #cQzfFx0UdtqoZXV7x1sXzfyJTzpv0AXX { top:32.25rem;left:29.717882156372rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Azp1gz0xLiRbqVAWAyHtG16b0ra7nqTl { top:41.9375rem;left:29.717882156372rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JbiATFzdO4OZqJ1zJZ05E0JwoQrexsdG { top:44.5625rem;left:29.717882156372rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #L3bzPliohIrK0NwGqeGL138M0BR9SEbG { top:22.375rem;left:29.717882156372rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q3SQ4CPcX04ZJD9H2IBFdIUR738yT76b { top:27.375rem;left:29.717882156372rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IyN3EuSfogzwJkQLVXf2CT3lkJe4z0OQ { top:37.125rem;left:29.717882156372rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #K2onuqFrthVkqpRFE40GeXdPQuzzBTgg { top:46.8125rem;left:29.717882156372rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LDwJcudriCyJlnKUHNecETedW8pkf5Tr { top:39.4375rem;left:19.529951095581rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WsoenzuFPXQZ50f5iPhNCrrKCZk2fST9 { top:10.5625rem;left:0rem;width:21.625rem;height:38.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #agz9vspKzG2pSEPOX4gM9FbqWIUgPeaF { top:9.375rem;left:15.500001907349rem;width:9.8125rem;height:40.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWTk4VCKgIXDMwmhMAgBa2LpN6BR7oko { top:12.5625rem;left:0rem;width:20.5rem;height:1.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sAPO8ahzeXRfwV37Jx0b5XDeGtXKP4MO { top:12.5rem;left:16.338758468628rem;width:19.8125rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #C25Z6HMqgnLNS9ZFrLXOKyJeBdDc2DNH { top:12.5rem;left:26.090280532837rem;width:19.8125rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #apfUSOvP4GOWgfWzapNbssUgh4WPIQlp { display:none; }#apfUSOvP4GOWgfWzapNbssUgh4WPIQlp > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #L6TGlOygyX9pvrgU96NCUOzcFObsranC { top:5.9375rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sGfHGc8TE7vda2fEccm3I0uP35vuNP9E { top:2.9375rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uQcVB1kqn3TNG5olsGEKOT4MLCeNNReI { top:11rem;left:0rem;width:12.375rem;height:23.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zOh90aEl6k5xylGQZD0bW0GPnI5gEfPf { top:9.5rem;left:4.0625rem;width:5.3125rem;height:0.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PsfP6uI4eNx9BTTtk6UE5EPv4nMa7SQ2 { top:9.5rem;left:9.75rem;width:4.0625rem;height:0.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DcWrt8ty6dmGCZVrCf63I3qq9f4MznWL { top:9.5rem;left:0rem;width:6.9375rem;height:0.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #K8dW5mrxoI0HVEE4hfXiRrKzU0801I0T { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #Eo57f88sFPcU3TURT49lc1fQOiAHDsdp { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #SBeXdQT5mDILuC9Kzuc1ozHVbvplu1Bc { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #zwieDLOUQ0kd1UNWDBtuhSiEUKEsU8Al { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #ARZ4dg0Fqr2VvCuZHPhvwf5M8wpNBvgT { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #NywIIdloAClv2THLiOkTB2MGTA56vtLh { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #r59eDstPnNvnHfoAFFWnmHbAyna6XFow { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #Gkk4PeEcnyqGt8GtQwNKVc3C9TFIQKuU { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #SGgCEVG5CHERbN9Mz27aHvtARV0mvClq { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #UJHSBkJR2eJA8KVmXwG8a1f6AcLtOZkE { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #xUxyT2XpIFrpdA36MebNnfsq5vgLSOo6 { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #e8r85LGdtTZhah7m1ano6lBDUxaLJ1KM { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #p1IllDeLO0Vu0tuqWMyW14ZXdMQygeMv { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #udrxm4zDLIyq4XXR3svT7wTLfgXoTLTn { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #S3qczLpXtEd7PFJKp0geFVvSfTV8DxEf { top:21.5rem;left:20.125rem;width:27.625rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #aFzShdJ2boR4TRA7XQmi312rPfNFXO4a { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #KU911NdqhpQwU6lfhlkxIyVsRC7l69ho { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #ean51qrPH47trTAk3DMb1MdbiK1omzoT { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #AkupZ5BSUymrhHlaw2P97XMcuVvs9Ux1 { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #wsrn1GqFFWUlb8xEQHQPSJyJUGmitNA7 { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #PwD73Med58lgcVba41HPicEqTBxyUEwZ { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #lbTnLkkN8Ih2PPhAnCCQoD3GpfKykol3 { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #kqvOJfMXta4HEiaqwusCKE5TiRkgq6Bb { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #guLOvgTaPDAhCt1hXc6B2Dgns0p4FneX { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #tDS0PdssvOcII4O6c6I9q5KXicUFKp4A { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #l9hz4WFpbHDzouPPenUV9WNOfiSnPGuK { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #SrgHTnyAuHJO9waHG0AS4aRJb4TOhTVm { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #IZ63l9DlTLE16tnWicwrTpFsxqtLGvz5 { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #L7pU6F7lakeRWay5956zuWQoODeoTHwt { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #FHLvmAclSwWHzvIQhJZT0NGLWiHomena { top:9.75rem;left:0rem;width:20rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mKlP5MwiKti6mh3RVtlTVFlpKgWUUefc { top:3.75rem;left:5.75rem;width:8.125rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pvfBCZmOvIxTJ5aA1CmhFQe5Ecq3itJN { top:21.5rem;left:20.125rem;width:27.625rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #lc0MASl8t32Tw3yaFpHPBArZqLJGSDNB { top:3.75rem;left:5.75rem;width:8.125rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ysQkNnbJ1ti3ThWvzXhUqKAOANeVW8wH { display:block; }#ysQkNnbJ1ti3ThWvzXhUqKAOANeVW8wH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lk0odQB4hIZL1GOW5y06FFDrX5tOpoWE { top:3.125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTIt6xfMhbiMEVFoPWwGiibrDZnVLUAC { top:9.125rem;left:0rem;width:46.25rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQVkhkLoZ3h5NJQzJMC1uvnMCwoTPaqc { top:13.25rem;left:0rem;width:47.75rem;height:10.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNkeEdtHO9JFwv8tAG8PJUIE3Cevm8l6 { width:10.3125rem;height:3.125rem;top:6.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UWnQP7I596TZIeGkS7S4ERLdmBCTIBUq { top:27.1875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFTTDKoWtsbf4amcD76l3usxhEDiwcxZ { top:9.0625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPX52RdTUe5n39UBnra8CcqZXZ48ePLm { display:none; }#XPX52RdTUe5n39UBnra8CcqZXZ48ePLm > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #q1MZWUBLdCiGxGErAxGV37PiMLidp2rl { top:8.1875rem;left:0rem;width:47.75rem;height:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGPeWPHOGHUZowFIPn1S5AaH3dmUK07t { top:4.375rem;left:0rem;width:46.25rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkeyImkEGfpGzaxkuDcpMaOx8RmLd6Xa { width:10.3125rem;height:3.125rem;top:1.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hTbewBLapa79zImci8RGXmc2azSxWtGF { top:4.25rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bq3zWQAnS1lLd6iAm74LzKCi8puQpgKH { top:17.125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKcdklC5Oa5iWUDfNbuSxGNZmW4WM9ux { display:none; }#wKcdklC5Oa5iWUDfNbuSxGNZmW4WM9ux > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WGxnxTJrqgcHk4coxZscoBsulTCgHKid { top:8.375rem;left:0rem;width:47.75rem;height:10.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcEl6RT5yTg8gM557WhJ9EsTgwcXinG4 { top:4.375rem;left:0rem;width:46.25rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dikx8hLZXieEHWKcEkGr61bIp9yvpOWQ { width:10.3125rem;height:3.125rem;top:1.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nh1FeMx38GSPOkyM7vDFnfxaGIWi664F { top:4.25rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIbIv6Cy3TIfsXzb6vPHOlkOM8fETwEf { top:22.3125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEkiTBuk9MVkxZvBwkirhgazIqmzKZ0y { display:none; }#hEkiTBuk9MVkxZvBwkirhgazIqmzKZ0y > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rX7dxm0ad4KNgBsyTneWRK3yWsNP6w0R { top:8.375rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCTv9HOSH0vBLv3m1T84xkbUKuC3FC2B { top:4.375rem;left:0rem;width:46.25rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgFCBHRozc0teg6e6aOUA07Udp4KSv5A { width:10.3125rem;height:3.125rem;top:1.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UqT6qDGd4ABJqaeHWTMtzHG4cAx45BW2 { top:4.25rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlMo5nn6uoRFPrlOq3KuowPHGP6fuwCJ { top:13.4375rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #buG8fRT2x2zCC34uMGT5RKodLnnKPsta { display:block; }#buG8fRT2x2zCC34uMGT5RKodLnnKPsta > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eVpEyITciBAmbflAfxL3mA3oIybo7dWl { top:1.5625rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUOTDwwZIHF3Ap7PHk2HdN0Op1skfKpT { top:24.1875rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoPCJWbSuIUTI7Skey8pWyg3Lpb7aXtZ { top:23.25rem;left:0rem;width:47.5rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJwcuTD7ERfEx74IfOIbXluduzwwhIlB { display:block; }#NJwcuTD7ERfEx74IfOIbXluduzwwhIlB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LoPeqh75HUgebGyqoRJZ8L9qaZorqpUy { width:21.875rem;height:3.5625rem;top:0.5rem;left:25.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CsaBRE2UHo6gcHGaqIBNlspPB82J08v0 { display:block; }
 }@media only screen and (max-width: 763px) { #HXmr4WBOTMViye8yydz01vhRT2sev0VT { top:1.3125rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FH6a5rvW1iJJTsSnATARNaGcWPWiMqtv { width:18.9371875rem;height:1.62524375rem;top:0.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0tockAa36zsqsHaS8W1T7RMNyQgsSwI { width:8.6875rem;height:1.8125rem;top:0.4375rem;left:10.71630859375rem;font-size:0.9375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QH0VcrWk4hsVhuz8edbK5uIU8UvH1iTE { display:block; }
 }@media only screen and (max-width: 763px) { #idXIWKNMm4d6on5h6MzcOH2Z9W1oNVTL { display:block; }#idXIWKNMm4d6on5h6MzcOH2Z9W1oNVTL > .row .container { width:20rem;height:2.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s6CySvePm0qMHiykszSegMaguTV26E56 { display:block; }#s6CySvePm0qMHiykszSegMaguTV26E56 > .row .container { width:20rem;height:35.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtEo80ocKPLGrOXK6NJgTa2nGPncD4rd { width:20rem;height:6.3369375rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezy5dz9fLQC5SuZyazrDI5FUIEMTRFCU { width:20rem;height:3.0869125rem;top:7.8330078125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #URLuoiTJcAnK8F6zlTzbisFiZMkF8DP3 { width:17.6248125rem;height:1.29980625rem;top:15.8125rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyVLTuDrTDcdsvTwIH6zG8fcJVpG0vMO { width:19.3125rem;height:2.5996125rem;top:11.875rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #slBIlmiW3ptkpsHDhDoaxDSdv5EuMv3a { width:19.749875rem;height:3.06206875rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpzxleICFdb0Vhf5MTTwZQTiVC213iWc { top:29.25rem;left:0rem;width:20rem;height:2.6183049470084rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fZTzH7Ctw2f6zLrNl0ieuKPRXhusABhT { top:31.875rem;left:0rem;width:20rem;height:2.65380625rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pqoNmAb1JGkMRR8pzM5LnVROAR4U6gyL { width:1.5rem;height:1.5rem;top:15.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMPDJI2MW4hsdueNcyShcqS3eoF5Bu2U { width:20rem;height:10.4375rem;top:18.0625rem;left:0rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sogaHrfK0wJRKP0fDCTB5lWqR2bmeRB0 { display:block; }#sogaHrfK0wJRKP0fDCTB5lWqR2bmeRB0 > .row .container { width:20rem;height:155.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wkfbFRUsnSkX2QRkpc8498ioZHIqENVc { width:20rem;height:3.4121125rem;top:18.062067031861rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pv2grlsqkishxPD9ESupztr6Okc6uKei { width:20rem;height:14.3965rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M89PcaCZgQvos0cpHJiq46qJ1gGaMXFP { width:20rem;height:20.7949375rem;top:23.247614860534rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SX5pHvKWmeGD5nZ6zUeJJ9wRuWRBrZIX { width:20rem;height:3.4121125rem;top:57rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LC94oQDT5A8OSBZ2rqSOc6Ewxbw5z46m { width:20rem;height:11.19725rem;top:61.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g51FD0IPEMAGuENVAfroNpauWk9UbmgW { width:20rem;height:14.3965rem;top:75.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkaVGxnSKlHnXtWRgdLIPFv187T6z3HE { width:20rem;height:14.3965rem;top:102.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZNe3PxI0tIyk1HLNwHqlJVlzlCBtMO7 { width:20rem;height:14.3965rem;top:130rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1KgHbdMkDTk4HTJ47lGz2TgMg2ySOTg { width:20rem;height:8.577728776185rem;top:145.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlkpRP5yqs2BoHQc74LTyWVOxtS8Qg5T { width:20rem;height:9.4065934065931rem;top:117.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNMuxXLipWdA9cfLGTBVte6ym15xmUH6 { width:20rem;height:8.8791208791206rem;top:90.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsCLDZNMfRs51DUl9cuVTG461dWXTEKT { width:20rem;height:9.640125rem;top:45.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqL8TKB8dwVb9PwWlnQtoEupo8FlAll8 { display:block; }#qqL8TKB8dwVb9PwWlnQtoEupo8FlAll8 > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BExpX422qhmcRbxruZIN29vHGGNkQ3fD { width:20rem;height:4.125rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxXxoTH1JrLx3Sp3fKy4om0obrsRFOt3 { width:20rem;height:3.2504875rem;top:29.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIq8A7uPQUcsuZsAfDiPy4AkXWecRpX9 { width:20rem;height:12.796875rem;top:34.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #shSQXmKwKuy5WTX8cglayGc820qb0Ugt { width:19.9995rem;height:20.49975rem;top:6.545654296875rem;left:0rem;overflow:hidden;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mK5mQHTXXyeDTQOWVNEvMXiosqwXnwsN { display:block; }#mK5mQHTXXyeDTQOWVNEvMXiosqwXnwsN > .row .container { width:20rem;height:30.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ebg0ab6vLUtre12zWpsTHGCTRBTBtAxh { width:20rem;height:12.796875rem;top:16.4140625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3C9tsEQkISh8PzlM3beosmEJUdiqVDz { width:20rem;height:4.5996125rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2dr0K3LbHeJGl5bTt1QZy5fFlbekwTz { width:20rem;height:8.5rem;top:7.107421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fK4dJyzrNpPSIpv7C8N8wVlzTIHpul4y { display:block; }#fK4dJyzrNpPSIpv7C8N8wVlzTIHpul4y > .row .container { width:20rem;height:30.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ku8PyP50RR7tTU5apbpMMOu8qcnmgCT7 { width:20rem;height:12.796875rem;top:16.373046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vn7BwodgdaGqZTUH9QC8IVCBkQStQcVI { width:20rem;height:4.5996125rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsaMNpIe28iVEM9Xmoh0Lb5f0FcdROoy { width:19.9995rem;height:8.49975rem;top:6.85693359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3HVQg9u8g3MgLvtRV855EAxThEKQ9n8 { display:block; }#R3HVQg9u8g3MgLvtRV855EAxThEKQ9n8 > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S6f8Aaw2D2TLPSoITIh8oSFso3layErc { width:20rem;height:7.9980625rem;top:16.6240234375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT2tTz89q9iPviUJAXTQSGqLSMghk4EG { width:20rem;height:4.5996125rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZH6yzpGvEJktmLm628HlCaEl2GPMBPO { width:20rem;height:8.5rem;top:7.05908203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCOrRfwwCtqfbhNf2NaWoLutysLEbJuJ { display:block; }#bCOrRfwwCtqfbhNf2NaWoLutysLEbJuJ > .row .container { width:20rem;height:35.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dz4ESbTEJ9gpfB3T71yQVvZU9bNci4LS { width:20rem;height:4.798825rem;top:0.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0qk7TJadbupWD57gJL3zTNdEnfKuMLV { width:19.75rem;height:5.6875rem;top:28.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibLcTRyqXElVfqCn3P9lUGmL5fRPMAIx { width:20rem;height:20.7949375rem;top:6.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zupBuuBrUebQ5MbOU7JHridrTqddMrTc { width:19.0625rem;height:4.798825rem;top:28.875rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6kug91zxKLLl29BHLnKc217IG6pABXa { width:10.1875rem;height:14.125rem;top:6.625rem;left:4.71875rem;z-index:15015;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #r656MdeqZLmcSgQfctWkf6WnZ72vgVMQ { width:14.625rem;height:2.25rem;top:22.4375rem;left:2.6875rem;font-size:1.0625rem;z-index:15005;color:#ffffff;background-color:#f3b33e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.125rem solid #f7de8c;border-left:0.125rem solid #f7de8c;border-right:0.125rem solid #f7de8c;border-bottom:0.125rem solid #f7de8c;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.06) ;display:none; }
 }@media only screen and (max-width: 763px) { #XfKZkiZqeDPX257KqAhRfPgE23TImhfH { display:block; }
 }@media only screen and (max-width: 763px) { #Jn0zUvWW6zW0muwSNunhB48fD9fhWuv7 { width:20rem;height:20.5625rem;top:8rem;left:0rem;z-index:15001;overflow:hidden;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #erGSwhUmROUxGuqR8tKcytwvUQ7VpNnb { display:block; }#erGSwhUmROUxGuqR8tKcytwvUQ7VpNnb > .row .container { width:20rem;height:68.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KD58ybRyLC4dPcE6lSSIqzFX90MeB4T5 { width:20rem;height:3rem;top:14.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqIJgwcKo5GT1HFp1LqZnKUyEydqoTGJ { width:20rem;height:10.9375rem;top:1.625rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQcm3ryLHNv4rkAqOv66uHvyOCflgLaI { width:20rem;height:14.3965rem;top:18.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7vuqpKwQMwGfm7nh3nIy7oUwgpfbt1o { width:18.8125rem;height:12.6494375rem;top:51.9375rem;left:1rem;font-size:1rem;display:block; }#k7vuqpKwQMwGfm7nh3nIy7oUwgpfbt1o li:before{  }
 }@media only screen and (max-width: 763px) { #Q4g7M7GebIkw3UVxKfeXXJrT5oHLzHwb { width:20rem;height:4.0004875rem;top:45.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyKUepffyE4lOn7ZVorIgWCkI4XnzMbW { width:19.75rem;height:15.5625rem;top:50.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdTs1RlwyRZPPVRvTwldNO3zVoN2Ab5h { display:flex;width:5rem;height:5rem;top:4.59375rem;left:7.5rem; }
 }@media only screen and (max-width: 763px) { #TNp3tfm5w4L6cT1QEE2gFwNbJ9Z1VkXp { width:20rem;height:10.020366598778rem;top:33.3125rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAUMQ68HEhuxaxtENSUcX94O04dll1V5 { display:flex;width:5rem;height:5rem;top:35.125rem;left:6.5625rem;font-size:3.5rem; }
 }@media only screen and (max-width: 763px) { #HDEA837DWzotUnbJ9rsILtW0fG0zHVd5 { display:none; }#HDEA837DWzotUnbJ9rsILtW0fG0zHVd5 > .row .container { width:20rem;height:184rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Vb0Etk5NKscro4kAIc1DFKmlvQoKLuVg { width:20rem;height:1.69970625rem;top:1.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7hqSeZy3fwxQ5p0zivLz38x48eqMQ92 { display:flex;top:62.246399997559rem;left:9.0299491882325rem;width:1.4375rem;height:1.4375rem;z-index:15035;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #FsSz89XLG1Z1tQFigrCr98PKnxzc4Lbb { width:20rem;height:22.1347875rem;top:21.412107873535rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4FmQhmuMrPNiQK9WV39AdLgPt7AEXI5 { width:20rem;height:3.3994125rem;top:2.94921875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytqnse6ZCeq8ZnOHS2tfQVI074DRzlT5 { width:16.311875rem;height:1.5rem;top:19.346246242523rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCih7V2fZkRdgAWNSaZWnTKL9Zzrsp7d { width:16.311875rem;height:2.69965rem;top:17.823894023895rem;left:3.5970053672791rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzPd2QquEBHuXzOOCvvV2dN1Q7wE4xnx { width:16.312375rem;height:2.69965rem;top:98.9782675rem;left:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #le1mSrtCvdF4Lr50SwuDZTZE2J1XhUQP { width:13.1875rem;height:26.625rem;top:17.249389648438rem;left:-0.12510848045349rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWiBXd9MuXasiqyItKiuoiJeUUv9CLbD { display:flex;top:65.00953018555rem;left:9.0299491882325rem;width:1.375rem;height:1.375rem;z-index:15035;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #EMnGcGpLV3Ht7IynJvb01x3XPm9sAvIC { display:flex;top:94.54566299805rem;left:9.0299491882325rem;width:1.375rem;height:1.375rem;z-index:15035;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #wN1cSN30aAWTlWLrwnfyCAaTlg5uti7V { display:flex;top:73.75927734375rem;left:8.27978515625rem;width:1.375rem;height:1.375rem;z-index:15035;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #oIBP8LfoNST4FotraRT7p5rIB92NtiEP { display:flex;top:70.071923374025rem;left:9.0299491882325rem;width:1.375rem;height:1.375rem;z-index:15035;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #PhNZ2MnC7g0EdAMLztGh9cBR1aHwinvX { display:flex;top:67.696709750975rem;left:9.0299491882325rem;width:1.375rem;height:1.375rem;z-index:15035;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #kfq4XcZUzkgrDIaWpmxOEiE2ZnNI5P3s { display:flex;top:72.634858249513rem;left:9.0299491882325rem;width:1.375rem;height:1.375rem;z-index:15035;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #Qqu9eNfsAqgknnozpMKJquXsVvTXmwiP { display:flex;top:77.34351456055rem;left:9.0299491882325rem;width:1.375rem;height:1.375rem;z-index:15035;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #qiRv0xWR3Tcv26ZrDS8hfvi4F7DTVgQx { display:flex;top:75.071923374025rem;left:9.0299491882325rem;width:1.375rem;height:1.375rem;z-index:15035;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #q7imT2u5ARPAWdTHeoA8x82tD4q0kcsv { display:flex;top:89.607514499513rem;left:9.0299491882325rem;width:1.375rem;height:1.375rem;z-index:15035;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #m6hAS0gaJEJout7Pqo7Dm24nzqhHe2Mb { display:flex;top:79.947136997069rem;left:9.0299491882325rem;width:1.375rem;height:1.375rem;z-index:15035;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #AxSTWr6hwQDox3StlnVeTA8lVhuDBFeK { display:flex;top:84.822358249513rem;left:9.0299491882325rem;width:1.375rem;height:1.375rem;z-index:15035;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #vDQ5LsEPqQFKTxB2WV8BWxCSEOtaUH0I { display:flex;top:82.178582309569rem;left:9.0299491882325rem;width:1.375rem;height:1.375rem;z-index:15035;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #WgmyEVo0irEsSIIWITxbLSrAwq8EZuQK { display:flex;top:31.800566125488rem;left:18.625rem;width:1.375rem;height:1.375rem;z-index:15035;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #xhTZVundVCTkuQtZCc0PW686A9F00wJi { display:flex;top:26.487524438476rem;left:18.625rem;width:1.375rem;height:1.375rem;z-index:15035;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #PqlVNIdTcrvdnSbbvroOVp1cCASNUQSN { display:flex;top:23.800344873047rem;left:18.625rem;width:1.375rem;height:1.375rem;z-index:15035;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #oFJpyPJ9NTRPlUNl8EiVV35d0DFLbthX { display:flex;top:21.474501062012rem;left:18.75rem;width:1.25rem;height:1.25rem;z-index:15035;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #ZvNIPrsITJ8JPqQ68JA3q4f1gQKDqe0i { display:flex;top:46.42513125rem;left:18.75rem;width:1.25rem;height:1.25rem;z-index:15035;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #Tpr5hopkTtFhTuR9gR8XXP1BXqVbR0Im { display:flex;top:41.406141687012rem;left:18.75rem;width:1.25rem;height:1.25rem;z-index:15035;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #tXRcT6WHs0Rl9mhaeDwvOeHAOJDEcn5I { display:flex;top:36.571615625rem;left:18.75rem;width:1.25rem;height:1.25rem;z-index:15035;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #cQzfFx0UdtqoZXV7x1sXzfyJTzpv0AXX { display:flex;top:39.174696374512rem;left:18.75rem;width:1.25rem;height:1.25rem;z-index:15035;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #Azp1gz0xLiRbqVAWAyHtG16b0ra7nqTl { display:flex;top:48.835615563965rem;left:18.75rem;width:1.25rem;height:1.25rem;z-index:15035;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #JbiATFzdO4OZqJ1zJZ05E0JwoQrexsdG { display:flex;top:51.452261376953rem;left:18.75rem;width:1.25rem;height:1.25rem;z-index:15035;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #L3bzPliohIrK0NwGqeGL138M0BR9SEbG { display:flex;top:29.299482751465rem;left:18.75rem;width:1.25rem;height:1.25rem;z-index:15035;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #Q3SQ4CPcX04ZJD9H2IBFdIUR738yT76b { display:flex;top:34.299482751465rem;left:18.75rem;width:1.25rem;height:1.25rem;z-index:15035;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #IyN3EuSfogzwJkQLVXf2CT3lkJe4z0OQ { display:flex;top:44.050459313965rem;left:18.75rem;width:1.25rem;height:1.25rem;z-index:15035;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #K2onuqFrthVkqpRFE40GeXdPQuzzBTgg { display:flex;top:53.710829187012rem;left:18.75rem;width:1.25rem;height:1.25rem;z-index:15035;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #LDwJcudriCyJlnKUHNecETedW8pkf5Tr { display:flex;top:87.19703018555rem;left:9.0299491882325rem;width:1.375rem;height:1.375rem;z-index:15035;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #WsoenzuFPXQZ50f5iPhNCrrKCZk2fST9 { width:5.37489375rem;height:10.5620625rem;top:58.335507869721rem;left:1.0617406368256rem;display:block; }
 }@media only screen and (max-width: 763px) { #agz9vspKzG2pSEPOX4gM9FbqWIUgPeaF { width:9.8125rem;height:40.375rem;top:57.14505875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWTk4VCKgIXDMwmhMAgBa2LpN6BR7oko { top:19.460504460907rem;left:0rem;width:20rem;height:1.29980625rem;z-index:14988;text-align:center;text-align-last:center;color:#f3efef;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-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAPO8ahzeXRfwV37Jx0b5XDeGtXKP4MO { top:19.431857991791rem;left:0.1876875rem;width:19.8123125rem;height:1.29980625rem;z-index:14988;text-align:center;text-align-last:center;color:#f3efef;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-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C25Z6HMqgnLNS9ZFrLXOKyJeBdDc2DNH { top:102.92738rem;left:0.0625rem;width:19.8123125rem;height:1.29980625rem;z-index:14988;text-align:center;text-align-last:center;color:#f3efef;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-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #apfUSOvP4GOWgfWzapNbssUgh4WPIQlp { display:block; }#apfUSOvP4GOWgfWzapNbssUgh4WPIQlp > .row .container { width:20rem;height:39.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L6TGlOygyX9pvrgU96NCUOzcFObsranC { width:20rem;height:3.3999rem;top:5rem;left:0rem;font-size:1.0625rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #sGfHGc8TE7vda2fEccm3I0uP35vuNP9E { width:20rem;height:1.69995rem;top:2rem;left:0rem;font-size:1.0625rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #uQcVB1kqn3TNG5olsGEKOT4MLCeNNReI { top:12.6875rem;left:0.375rem;width:12.375rem;height:23.8847875rem;z-index:15006;font-size:0.8125rem;color:#000000;line-height:2.1;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zOh90aEl6k5xylGQZD0bW0GPnI5gEfPf { top:11.0478515625rem;left:10.75rem;width:5.3745125rem;height:0.9746125rem;z-index:15005;font-size:0.8125rem;color:#000000;line-height:1.2;font-family:brown;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PsfP6uI4eNx9BTTtk6UE5EPv4nMa7SQ2 { top:11.0478515625rem;left:15.9375rem;width:4.0625rem;height:0.9746125rem;z-index:15006;font-size:0.8125rem;color:#000000;line-height:1.2;font-family:brown;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DcWrt8ty6dmGCZVrCf63I3qq9f4MznWL { top:10.9853515625rem;left:0rem;width:6.9375rem;height:0.9746125rem;z-index:15006;font-size:0.8125rem;color:#000000;line-height:1.2;font-family:brown;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K8dW5mrxoI0HVEE4hfXiRrKzU0801I0T { display:flex;top:21.1875rem;left:12.75rem;width:0.875rem;height:0.875rem;z-index:15035;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #Eo57f88sFPcU3TURT49lc1fQOiAHDsdp { display:flex;top:23.3125rem;left:12.75rem;width:0.875rem;height:0.875rem;z-index:15035;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #SBeXdQT5mDILuC9Kzuc1ozHVbvplu1Bc { display:flex;top:24.75rem;left:12.75rem;width:0.875rem;height:0.875rem;z-index:15035;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #zwieDLOUQ0kd1UNWDBtuhSiEUKEsU8Al { display:flex;top:19.78125rem;left:12.75rem;width:0.875rem;height:0.875rem;z-index:15035;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #ARZ4dg0Fqr2VvCuZHPhvwf5M8wpNBvgT { display:flex;top:18.1875rem;left:12.75rem;width:0.875rem;height:0.875rem;z-index:15035;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #NywIIdloAClv2THLiOkTB2MGTA56vtLh { display:flex;top:16.5rem;left:12.75rem;width:0.875rem;height:0.875rem;z-index:15035;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #r59eDstPnNvnHfoAFFWnmHbAyna6XFow { display:flex;top:14.75rem;left:12.75rem;width:0.875rem;height:0.875rem;z-index:15035;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #Gkk4PeEcnyqGt8GtQwNKVc3C9TFIQKuU { display:flex;top:13.3125rem;left:12.75rem;width:0.875rem;height:0.875rem;z-index:15035;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #SGgCEVG5CHERbN9Mz27aHvtARV0mvClq { display:flex;top:30.0625rem;left:12.875rem;width:0.875rem;height:0.875rem;z-index:15041;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #UJHSBkJR2eJA8KVmXwG8a1f6AcLtOZkE { display:flex;top:31.75rem;left:12.875rem;width:0.875rem;height:0.875rem;z-index:15042;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #xUxyT2XpIFrpdA36MebNnfsq5vgLSOo6 { display:flex;top:33.625rem;left:12.875rem;width:0.875rem;height:0.875rem;z-index:15043;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #e8r85LGdtTZhah7m1ano6lBDUxaLJ1KM { display:flex;top:28.25rem;left:12.87451171875rem;width:0.875rem;height:0.875rem;z-index:15044;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #p1IllDeLO0Vu0tuqWMyW14ZXdMQygeMv { display:flex;top:34.94677734375rem;left:12.875rem;width:0.875rem;height:0.875rem;z-index:15045;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #udrxm4zDLIyq4XXR3svT7wTLfgXoTLTn { display:flex;top:26.4375rem;left:12.8125rem;width:0.875rem;height:0.875rem;z-index:15046;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #S3qczLpXtEd7PFJKp0geFVvSfTV8DxEf { top:10.5478515625rem;left:0rem;width:19.875rem;height:26.1875rem;z-index:14990;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;border-top:0.0625rem solid #d3d3d3;border-left:0.0625rem solid #d3d3d3;border-right:0.0625rem solid #d3d3d3;border-bottom:0.0625rem solid #d3d3d3;background-color:#faf8f8;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #aFzShdJ2boR4TRA7XQmi312rPfNFXO4a { display:flex;top:26.46875rem;left:17.5625rem;width:0.8125rem;height:0.8125rem;z-index:15035;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #KU911NdqhpQwU6lfhlkxIyVsRC7l69ho { display:flex;top:28.28125rem;left:17.5625rem;width:0.8125rem;height:0.8125rem;z-index:15035;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #ean51qrPH47trTAk3DMb1MdbiK1omzoT { display:flex;top:23.34375rem;left:17.5625rem;width:0.8125rem;height:0.8125rem;z-index:15035;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #AkupZ5BSUymrhHlaw2P97XMcuVvs9Ux1 { display:flex;top:30.09375rem;left:17.5625rem;width:0.8125rem;height:0.8125rem;z-index:15035;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #wsrn1GqFFWUlb8xEQHQPSJyJUGmitNA7 { display:flex;top:31.78125rem;left:17.5625rem;width:0.8125rem;height:0.8125rem;z-index:15035;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #PwD73Med58lgcVba41HPicEqTBxyUEwZ { display:flex;top:33.65625rem;left:17.5625rem;width:0.8125rem;height:0.8125rem;z-index:15035;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #lbTnLkkN8Ih2PPhAnCCQoD3GpfKykol3 { display:flex;top:34.97802734375rem;left:17.5625rem;width:0.8125rem;height:0.8125rem;z-index:15035;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #kqvOJfMXta4HEiaqwusCKE5TiRkgq6Bb { display:flex;top:21.59375rem;left:17.5625rem;width:0.8125rem;height:0.8125rem;z-index:15037;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #guLOvgTaPDAhCt1hXc6B2Dgns0p4FneX { display:flex;top:13.34375rem;left:17.5625rem;width:0.8125rem;height:0.8125rem;z-index:15039;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #tDS0PdssvOcII4O6c6I9q5KXicUFKp4A { display:flex;top:24.78125rem;left:17.5625rem;width:0.8125rem;height:0.8125rem;z-index:15035;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #l9hz4WFpbHDzouPPenUV9WNOfiSnPGuK { display:flex;top:18.21875rem;left:17.5625rem;width:0.8125rem;height:0.8125rem;z-index:15040;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #SrgHTnyAuHJO9waHG0AS4aRJb4TOhTVm { display:flex;top:19.8125rem;left:17.5625rem;width:0.8125rem;height:0.8125rem;z-index:15041;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #IZ63l9DlTLE16tnWicwrTpFsxqtLGvz5 { display:flex;top:16.5rem;left:17.53125rem;width:0.875rem;height:0.875rem;z-index:15036;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #L7pU6F7lakeRWay5956zuWQoODeoTHwt { display:flex;top:14.75rem;left:17.53125rem;width:0.875rem;height:0.875rem;z-index:15037;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #FHLvmAclSwWHzvIQhJZT0NGLWiHomena { top:11.13720703125rem;left:0rem;width:8.125rem;height:1.29980625rem;z-index:15047;text-align:center;text-align-last:center;color:#d3d3d3;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-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKlP5MwiKti6mh3RVtlTVFlpKgWUUefc { top:11.19970703125rem;left:16rem;width:4rem;height:1.29980625rem;z-index:15048;text-align:center;text-align-last:center;color:#d3d3d3;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-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvfBCZmOvIxTJ5aA1CmhFQe5Ecq3itJN { top:9.875rem;left:10.875rem;width:4.9375rem;height:27.625rem;z-index:14991;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;border-top:0.0625rem solid #cbea3c;border-left:0.0625rem solid #cbea3c;border-right:0.0625rem solid #cbea3c;border-bottom:0.0625rem solid #cbea3c;background-color:#f7fadc;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #lc0MASl8t32Tw3yaFpHPBArZqLJGSDNB { top:11.26220703125rem;left:11.18701171875rem;width:4rem;height:1.29980625rem;z-index:15049;text-align:center;text-align-last:center;color:#cbea3c;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-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysQkNnbJ1ti3ThWvzXhUqKAOANeVW8wH { display:block; }#ysQkNnbJ1ti3ThWvzXhUqKAOANeVW8wH > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lk0odQB4hIZL1GOW5y06FFDrX5tOpoWE { width:20rem;height:1.69995rem;top:1.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTIt6xfMhbiMEVFoPWwGiibrDZnVLUAC { width:18.5rem;height:1.21875rem;top:5.3125rem;left:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQVkhkLoZ3h5NJQzJMC1uvnMCwoTPaqc { width:20rem;height:9.7993125rem;top:7.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNkeEdtHO9JFwv8tAG8PJUIE3Cevm8l6 { top:3.5625rem;left:0rem;width:4.9375rem;height:1.375rem;z-index:15035;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UWnQP7I596TZIeGkS7S4ERLdmBCTIBUq { width:20rem;height:0.0625rem;top:59.1865234375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IFTTDKoWtsbf4amcD76l3usxhEDiwcxZ { display:flex;width:1.3125rem;height:1.3125rem;top:5.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XPX52RdTUe5n39UBnra8CcqZXZ48ePLm { display:block; }#XPX52RdTUe5n39UBnra8CcqZXZ48ePLm > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q1MZWUBLdCiGxGErAxGV37PiMLidp2rl { width:20rem;height:5.5996125rem;top:5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGPeWPHOGHUZowFIPn1S5AaH3dmUK07t { width:18.375rem;height:1.21875rem;top:3.0458984375rem;left:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkeyImkEGfpGzaxkuDcpMaOx8RmLd6Xa { top:1.1875rem;left:0rem;width:4.9375rem;height:1.5rem;z-index:15035;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hTbewBLapa79zImci8RGXmc2azSxWtGF { display:flex;width:1.3125rem;height:1.3125rem;top:2.9990234375rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #Bq3zWQAnS1lLd6iAm74LzKCi8puQpgKH { width:20rem;height:0.0625rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKcdklC5Oa5iWUDfNbuSxGNZmW4WM9ux { display:block; }#wKcdklC5Oa5iWUDfNbuSxGNZmW4WM9ux > .row .container { width:20rem;height:16.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WGxnxTJrqgcHk4coxZscoBsulTCgHKid { width:20rem;height:9.7993125rem;top:4.6240234375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcEl6RT5yTg8gM557WhJ9EsTgwcXinG4 { width:18.6875rem;height:1.21875rem;top:2.3125rem;left:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dikx8hLZXieEHWKcEkGr61bIp9yvpOWQ { top:0.875rem;left:0rem;width:4.75rem;height:1.4375rem;z-index:15035;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Nh1FeMx38GSPOkyM7vDFnfxaGIWi664F { display:flex;width:1.3125rem;height:1.3125rem;top:2.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kIbIv6Cy3TIfsXzb6vPHOlkOM8fETwEf { width:20rem;height:0.0625rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEkiTBuk9MVkxZvBwkirhgazIqmzKZ0y { display:none; }#hEkiTBuk9MVkxZvBwkirhgazIqmzKZ0y > .row .container { width:20rem;height:48rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rX7dxm0ad4KNgBsyTneWRK3yWsNP6w0R { width:20rem;height:3.19921875rem;top:24.74935rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCTv9HOSH0vBLv3m1T84xkbUKuC3FC2B { width:20rem;height:1.625rem;top:41.749046325684rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgFCBHRozc0teg6e6aOUA07Udp4KSv5A { top:35.999267578125rem;left:4.8125rem;width:10.3125rem;height:3.125rem;z-index:15035;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UqT6qDGd4ABJqaeHWTMtzHG4cAx45BW2 { display:flex;width:1.5625rem;height:1.5625rem;top:38.936546325684rem;left:4.8125rem; }
 }@media only screen and (max-width: 763px) { #HlMo5nn6uoRFPrlOq3KuowPHGP6fuwCJ { width:20rem;height:0.125rem;top:44.623940075684rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #buG8fRT2x2zCC34uMGT5RKodLnnKPsta { display:block; }#buG8fRT2x2zCC34uMGT5RKodLnnKPsta > .row .container { width:20rem;height:28.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eVpEyITciBAmbflAfxL3mA3oIybo7dWl { width:20rem;height:19.1953125rem;top:1.310546875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUOTDwwZIHF3Ap7PHk2HdN0Op1skfKpT { width:19.4375rem;height:3.19921875rem;top:22.5625rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoPCJWbSuIUTI7Skey8pWyg3Lpb7aXtZ { width:19.75rem;height:4.125rem;top:22rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJwcuTD7ERfEx74IfOIbXluduzwwhIlB { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:rgba(0,0,0,0);background-image:none;display:block; }#NJwcuTD7ERfEx74IfOIbXluduzwwhIlB > .row .container { background-color: transparent; background-image: none; }#NJwcuTD7ERfEx74IfOIbXluduzwwhIlB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJwcuTD7ERfEx74IfOIbXluduzwwhIlB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJwcuTD7ERfEx74IfOIbXluduzwwhIlB > .row .container > .video-iframe-container { display: none; }#NJwcuTD7ERfEx74IfOIbXluduzwwhIlB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJwcuTD7ERfEx74IfOIbXluduzwwhIlB > .row > .video-iframe-container { display: none; }#NJwcuTD7ERfEx74IfOIbXluduzwwhIlB > .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); }#NJwcuTD7ERfEx74IfOIbXluduzwwhIlB > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LoPeqh75HUgebGyqoRJZ8L9qaZorqpUy { width:17.0625rem;height:3.0625rem;top:0.90625rem;left:1.46875rem;font-size:1.0625rem;z-index:15004;color:#ffffff;background-color:#f3b33e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.125rem solid #f7de8c;border-left:0.125rem solid #f7de8c;border-right:0.125rem solid #f7de8c;border-bottom:0.125rem solid #f7de8c;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.06) ;display:block; }
 }@media only screen and (max-width: 763px) { #CsaBRE2UHo6gcHGaqIBNlspPB82J08v0 { display:block; }
 }@media only screen and (max-width: 763px) { #HXmr4WBOTMViye8yydz01vhRT2sev0VT { width:20rem;height:0;top:1.25rem;left:0rem;font-size:0.9375rem;display:none; }
 }