.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#f8cfcf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fc674b;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;top:0rem;left:0rem;right:0rem;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:3.4375rem;width:75rem;position:relative;display:block; }#k2LFB1JPSwTmAWNtdxrxmRx7ImGQhEkJ { color:#ffffff;display:block;width:74.6875rem;position:absolute;font-family:sweet;font-size:1.3125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:0.875rem;left:0.3125rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SDTqnG7TebEyJQlNGWzyTISaoyXB92eW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9c3d7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SDTqnG7TebEyJQlNGWzyTISaoyXB92eW > .row .container { background-color: transparent; background-image: none; }#SDTqnG7TebEyJQlNGWzyTISaoyXB92eW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDTqnG7TebEyJQlNGWzyTISaoyXB92eW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDTqnG7TebEyJQlNGWzyTISaoyXB92eW > .row .container > .video-iframe-container { display: none; }#SDTqnG7TebEyJQlNGWzyTISaoyXB92eW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDTqnG7TebEyJQlNGWzyTISaoyXB92eW > .row > .video-iframe-container { display: none; }#SDTqnG7TebEyJQlNGWzyTISaoyXB92eW > .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); }#SDTqnG7TebEyJQlNGWzyTISaoyXB92eW > .row .container { border-width: 0; border-radius: 0; }#SDTqnG7TebEyJQlNGWzyTISaoyXB92eW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SDTqnG7TebEyJQlNGWzyTISaoyXB92eW > .row .container { font-size:0.875rem;font-family:arial;height:43.4375rem;width:75rem;position:relative;display:block; }#eWRMzv6189UBlUOqfq4polAkzdnAxTBy { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.8125rem;width:23.125rem;top:8.873046875rem;left:27.5615234375rem;overflow:hidden;display:block; }
#HGa0aC1ufvLkX7A8mDXGi7TZxBs0J8l3 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:2.125rem;width:1.1875rem;top:38.7802734375rem;left:38.4052734375rem;display:block; }
#dRfh3W7QuwXkShc2NOf4sRno2uU9LEBf { position:absolute;display:block;z-index:15002;background-color:#000000;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:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:0.75rem;width:0.3125rem;top:38.7802734375rem;left:38.9677734375rem;display:block; }
#ppsDQuhZHMy6dOb6kzAEGw92TSmJpgdy { background-color:#fc674b;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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sweet;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:3.6875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:33.1552734375rem;left:30.5302734375rem;display:block; }
#DMnbO6362VoSTZEkIUH24IH28WhbTtn9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zaZrUBo3ADLpRWyvcVOxARSv6PHKSA7W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9c3d7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zaZrUBo3ADLpRWyvcVOxARSv6PHKSA7W > .row .container { background-color: transparent; background-image: none; }#zaZrUBo3ADLpRWyvcVOxARSv6PHKSA7W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zaZrUBo3ADLpRWyvcVOxARSv6PHKSA7W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zaZrUBo3ADLpRWyvcVOxARSv6PHKSA7W > .row .container > .video-iframe-container { display: none; }#zaZrUBo3ADLpRWyvcVOxARSv6PHKSA7W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zaZrUBo3ADLpRWyvcVOxARSv6PHKSA7W > .row > .video-iframe-container { display: none; }#zaZrUBo3ADLpRWyvcVOxARSv6PHKSA7W > .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); }#zaZrUBo3ADLpRWyvcVOxARSv6PHKSA7W > .row .container { border-width: 0; border-radius: 0; }#zaZrUBo3ADLpRWyvcVOxARSv6PHKSA7W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zaZrUBo3ADLpRWyvcVOxARSv6PHKSA7W > .row .container { font-size:0.875rem;font-family:arial;height:34.6875rem;width:75rem;position:relative;display:block; }#mlXniX3awAibRksarldhLRIX0eMgK6Mv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.875rem;width:32.8125rem;top:3.40625rem;left:23.0625rem;overflow:hidden;display:block; }
#N90UG3PgIVDSmfAk7FLwFUrc3buVGDKE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8cfcf;background-image:url("https://images.assets-landingi.com/p4R6T02s/1_4.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#N90UG3PgIVDSmfAk7FLwFUrc3buVGDKE.adaptive-delivery-prevent-bg, #N90UG3PgIVDSmfAk7FLwFUrc3buVGDKE.lazyload, #N90UG3PgIVDSmfAk7FLwFUrc3buVGDKE.lazyloading { background-image: none; }#N90UG3PgIVDSmfAk7FLwFUrc3buVGDKE > .row .container { background-color: transparent; background-image: none; }#N90UG3PgIVDSmfAk7FLwFUrc3buVGDKE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N90UG3PgIVDSmfAk7FLwFUrc3buVGDKE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N90UG3PgIVDSmfAk7FLwFUrc3buVGDKE > .row .container > .video-iframe-container { display: none; }#N90UG3PgIVDSmfAk7FLwFUrc3buVGDKE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N90UG3PgIVDSmfAk7FLwFUrc3buVGDKE > .row > .video-iframe-container { display: none; }#N90UG3PgIVDSmfAk7FLwFUrc3buVGDKE > .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); }#N90UG3PgIVDSmfAk7FLwFUrc3buVGDKE > .row .container { border-width: 0; border-radius: 0; }#N90UG3PgIVDSmfAk7FLwFUrc3buVGDKE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N90UG3PgIVDSmfAk7FLwFUrc3buVGDKE > .row .container { font-size:0.875rem;font-family:arial;height:38.5625rem;width:75rem;position:relative;display:block; }#QJ5e5zZDEDztvSBqeDEf62KMvACtufIE { color:#fc674b;display:block;width:33.5rem;position:absolute;font-family:"libre baskerville";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:2.8125rem;left:38.4375rem;height:5.07352925rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uFcJerh8SBFrJQUnqMFTRCdTmzPbrnud { color:#fc674b;display:block;width:36.875rem;position:absolute;font-family:"libre baskerville";font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:9.4375rem;left:36.75rem;height:1.911764625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SuS5RpkeGmgbSNflxt5r6kHBOqV8lHUz { color:#000000;display:block;width:33.8125rem;position:absolute;font-family:sweet;font-size:0.9375rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:12.7578125rem;left:38.28125rem;height:18.1617636875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dt1yef1pnlGAridn1rDTqXIJFJPSTDvi { background-color:#fc674b;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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sweet;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:2.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:32.4453125rem;left:48.46875rem;display:block; }
#hl4yZRfwxyAZB6aeFMTCTnU9XLB9f2TP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mvsohmenfZEeaThnv8VVpZWevsEIdToB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.4375rem;width:20rem;display:none; }
#Icuck1D6Amzq7KRhSfvwOLTTqUoMkzLS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8cfcf;background-image:url("https://images.assets-landingi.com/aFF8hLC2/2_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Icuck1D6Amzq7KRhSfvwOLTTqUoMkzLS.adaptive-delivery-prevent-bg, #Icuck1D6Amzq7KRhSfvwOLTTqUoMkzLS.lazyload, #Icuck1D6Amzq7KRhSfvwOLTTqUoMkzLS.lazyloading { background-image: none; }#Icuck1D6Amzq7KRhSfvwOLTTqUoMkzLS > .row .container { background-color: transparent; background-image: none; }#Icuck1D6Amzq7KRhSfvwOLTTqUoMkzLS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Icuck1D6Amzq7KRhSfvwOLTTqUoMkzLS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Icuck1D6Amzq7KRhSfvwOLTTqUoMkzLS > .row .container > .video-iframe-container { display: none; }#Icuck1D6Amzq7KRhSfvwOLTTqUoMkzLS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Icuck1D6Amzq7KRhSfvwOLTTqUoMkzLS > .row > .video-iframe-container { display: none; }#Icuck1D6Amzq7KRhSfvwOLTTqUoMkzLS > .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); }#Icuck1D6Amzq7KRhSfvwOLTTqUoMkzLS > .row .container { border-width: 0; border-radius: 0; }#Icuck1D6Amzq7KRhSfvwOLTTqUoMkzLS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Icuck1D6Amzq7KRhSfvwOLTTqUoMkzLS > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;position:relative;display:block; }#DOSSxzg8HHPzGVcTyh7fKHMfR95olcHL { color:#000000;display:block;width:34rem;position:absolute;font-family:sweet;font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:5.0625rem;left:3.125rem;height:18.16176375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rEsh7wbWxaIOfp6qq5lihmFiW9LDW4lI { color:#fc674b;display:block;width:37.75rem;position:absolute;font-family:"libre baskerville";font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1.8;letter-spacing:0;top:24.9375rem;left:1.25rem;height:12.794117rem;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; }
#H6B56ItupAtRKN65zXbaNM17dgoJQ22s { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.4375rem;width:20rem;display:none; }
#HdneTrOZcktGBbkh713fQG6ozEQ3ROWK { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:sweet;font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:39.818359375rem;left:6.21875rem;height:6.9852939375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ehezEsm52XdOzWgHWFkP7dfd946AHz9u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8cfcf;background-image:url("https://images.assets-landingi.com/wK40tDS5/4_3.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ehezEsm52XdOzWgHWFkP7dfd946AHz9u.adaptive-delivery-prevent-bg, #ehezEsm52XdOzWgHWFkP7dfd946AHz9u.lazyload, #ehezEsm52XdOzWgHWFkP7dfd946AHz9u.lazyloading { background-image: none; }#ehezEsm52XdOzWgHWFkP7dfd946AHz9u > .row .container { background-color: transparent; background-image: none; }#ehezEsm52XdOzWgHWFkP7dfd946AHz9u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ehezEsm52XdOzWgHWFkP7dfd946AHz9u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ehezEsm52XdOzWgHWFkP7dfd946AHz9u > .row .container > .video-iframe-container { display: none; }#ehezEsm52XdOzWgHWFkP7dfd946AHz9u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ehezEsm52XdOzWgHWFkP7dfd946AHz9u > .row > .video-iframe-container { display: none; }#ehezEsm52XdOzWgHWFkP7dfd946AHz9u > .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); }#ehezEsm52XdOzWgHWFkP7dfd946AHz9u > .row .container { border-width: 0; border-radius: 0; }#ehezEsm52XdOzWgHWFkP7dfd946AHz9u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ehezEsm52XdOzWgHWFkP7dfd946AHz9u > .row .container { font-size:0.875rem;font-family:arial;height:30.375rem;width:75rem;position:relative;display:block; }#AkGP2BTyHxhXcxeMv3gro4i1vwklwquT { color:#fc674b;display:block;width:34.625rem;position:absolute;font-family:sweet;font-size:0.9375rem;font-weight:300;z-index:15000;line-height:1.4;letter-spacing:0;top:7.3125rem;left:2.25rem;height:16.25rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#kS5ODLFEAtPwOZN9WVSJgQb00a6skNIT { color:#000000;display:block;width:36.875rem;position:absolute;font-family:sweet;font-size:0.9375rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:26.5625rem;left:1.125rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gLx4XDB931c9Gkkzw94QfIXduwFRlmER { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:20rem;display:none; }
#rifFBddQVAd7NuIIokeDdfAeLIdNP4w1 { color:#fc674b;display:block;width:36.875rem;position:absolute;font-family:"libre baskerville";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:4.625rem;left:1.125rem;height:1.6911764375rem;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; }
#NQ73JoQa3QtAmtg5pUxyakhMu5Snml5y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8cfcf;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#NQ73JoQa3QtAmtg5pUxyakhMu5Snml5y > .row .container { border-width: 0; border-radius: 0; }#NQ73JoQa3QtAmtg5pUxyakhMu5Snml5y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NQ73JoQa3QtAmtg5pUxyakhMu5Snml5y > .row .container { font-size:0.875rem;font-family:arial;height:44.5625rem;width:75rem;position:relative;display:none; }#PWy0iQbWhhMmLs4bSSTzElzqBXS1NGD0 { color:#fc674b;display:block;width:32.0605625rem;position:absolute;font-family:"libre baskerville";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:8.875rem;left:38.373046875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oR2Cz5cgUybCSf7InShWu0XPRpOI3f9L { color:#fc674b;display:block;width:36.8745rem;position:absolute;font-family:"libre baskerville";font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:5.4990234375rem;left:35.96484375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dKtZI2I0qHBgeDiAnvnn8hG4Zxw0Ltl0 { color:#000000;display:block;width:33.5rem;position:absolute;font-family:sweet;font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:13.625rem;left:37.65234375rem;height:28.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#M59on1isAm6Me8Jr8SVI8OT2FHUkFGFW { background-color:#fc674b;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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sweet;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.620625rem;height:3.87305rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:38.34375rem;left:8.93701171875rem;display:block; }
#QRpS6Setkpvm93N8dcdkHbAQO8TdecVx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bLTLOkzd4sdFigW943mTF01Cpq0nkqTe { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.3745rem;width:32.3745rem;top:3.18603515625rem;left:1.5615234375rem;overflow:hidden;display:block; }
#uMq4oWfZeGQLUqn72G7x2nbhJA8DeH3m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8cfcf;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#uMq4oWfZeGQLUqn72G7x2nbhJA8DeH3m > .row .container { border-width: 0; border-radius: 0; }#uMq4oWfZeGQLUqn72G7x2nbhJA8DeH3m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uMq4oWfZeGQLUqn72G7x2nbhJA8DeH3m > .row .container { font-size:0.875rem;font-family:arial;height:23rem;width:75rem;position:relative;display:none; }#ZdezVafc6qATxvTBnGo4Mou3lfOFhLDc { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.875rem;width:22.875rem;top:0.0625rem;left:26.0625rem;overflow:hidden;display:block; }
#DRRSa4TliTqnSWrUsgTv5M7UmtJTTuVw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8cfcf;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#DRRSa4TliTqnSWrUsgTv5M7UmtJTTuVw > .row .container { border-width: 0; border-radius: 0; }#DRRSa4TliTqnSWrUsgTv5M7UmtJTTuVw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DRRSa4TliTqnSWrUsgTv5M7UmtJTTuVw > .row .container { font-size:0.875rem;font-family:arial;height:44.5625rem;width:75rem;position:relative;display:none; }#imK5uZ1XKAcaXRHU24MJD5AJh9FeAGAg { color:#fc674b;display:block;width:32.0605625rem;position:absolute;font-family:"libre baskerville";font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:2.75rem;left:23.4375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sBUbcZ0upcIo2G6i5TSnM5QGDpAnGhrL { color:#fc674b;display:block;width:44.375rem;position:absolute;font-family:"libre baskerville";font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:5.875rem;left:15.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;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZDKaKPiv5FtggTncdN7xJ3HklOJPTlVC { background-color:#fc674b;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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sweet;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.620625rem;height:3.87305rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:38.595703125rem;left:30.65625rem;display:block; }
#IEVdPpho1KCwlPGkdnD7Cr3W2Q0TSwmX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qZPnZk7R6qTKNUEU84T5cbmWq8tAghLs { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:25.062rem;width:44.6865rem;top:11.091796875rem;left:17.09033203125rem;display:block; }
#ZL9s1qLud1TRcrDIgc7TnP6t31u3n515 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8cfcf;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ZL9s1qLud1TRcrDIgc7TnP6t31u3n515 > .row .container { border-width: 0; border-radius: 0; }#ZL9s1qLud1TRcrDIgc7TnP6t31u3n515 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZL9s1qLud1TRcrDIgc7TnP6t31u3n515 > .row .container { font-size:0.875rem;font-family:arial;height:44.5625rem;width:75rem;position:relative;display:none; }#mAaNWQtRptF5LU2PdOkdgMOu4TW853mk { color:#fc674b;display:block;width:32.0595625rem;position:absolute;font-family:"libre baskerville";font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:4.1865234375rem;left:4.341796875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eu5inyUara3icOxrikanu2SkmaIsbdaK { color:#000000;display:block;width:30.4995rem;position:absolute;font-family:sweet;font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:11.46533203125rem;left:4.341796875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RzZTQVUd3niG2lUUHkZq8ZzUmyp9xXF7 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.875rem;width:36.875rem;top:5.5rem;left:38.125rem;overflow:hidden;display:block; }
#SHrBp9Q3kZ6seN2841uEuCLnxKsgeUl0 { background-color:#fc674b;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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sweet;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.620625rem;height:3.87305rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:37.62744140625rem;left:11.560546875rem;display:block; }
#h1xfeUD43pJW0yRahF079fCQDlzsJkUs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V5neDTd26lyX9mNxTFvn2L7BQqEGGq6t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8cfcf;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#V5neDTd26lyX9mNxTFvn2L7BQqEGGq6t > .row .container { border-width: 0; border-radius: 0; }#V5neDTd26lyX9mNxTFvn2L7BQqEGGq6t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V5neDTd26lyX9mNxTFvn2L7BQqEGGq6t > .row .container { font-size:0.875rem;font-family:arial;height:44.5625rem;width:75rem;position:relative;display:none; }#Orr3ziuwRtRqA2h0OJdAM1P068hm1Vtu { color:#fc674b;display:block;width:32.0605625rem;position:absolute;font-family:"libre baskerville";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:8.125rem;left:40.53125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GyzeqUGC7ixki2EdQAbQHiAnGDTTComC { color:#fc674b;display:block;width:36.875rem;position:absolute;font-family:"libre baskerville";font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:4.1875rem;left:38.125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FTcTSWNnvLDa8DAWXTNIeBe4dymgZWG6 { color:#000000;display:block;width:33.125rem;position:absolute;font-family:sweet;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:27rem;left:40.625rem;height:15.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RyyEHEvBWoJHAx0L87zcwQrJTJtRbkfb { position:absolute;display:block;z-index:15010;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:31.9375rem;width:33.125rem;top:6.3125rem;left:3.71630859375rem;overflow:hidden;display:block; }
#TetSkz6dvew4v71mlK7yL18pMvTmXhuy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8cfcf;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TetSkz6dvew4v71mlK7yL18pMvTmXhuy > .row .container { border-width: 0; border-radius: 0; }#TetSkz6dvew4v71mlK7yL18pMvTmXhuy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TetSkz6dvew4v71mlK7yL18pMvTmXhuy > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:75rem;position:relative;display:none; }#cNtpdy606NktriEJ2B3gsXFXMb9mF0eR { color:#fc674b;display:block;width:32.0595625rem;position:absolute;font-family:"libre baskerville";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:7.375rem;left:3.15625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OwCMu3Z0xJW2RcnSDNnhQ5wBV8AaXKvx { color:#fc674b;display:block;width:36.8745rem;position:absolute;font-family:"libre baskerville";font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:4.1875rem;left:0.75rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZUgyJLvAxlkTbkT6kZCukq5N5rJsT4y3 { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:sweet;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:13.1875rem;left:5.279296875rem;height:13.125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TQTcqyCuRRp7WMQUACbtpohgT8L32Vyz { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.875rem;width:35.875rem;top:2.1875rem;left:35.625rem;overflow:hidden;display:block; }
#Rch9GTO669vawATE21wHeZq4H1R98qtW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8cfcf;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Rch9GTO669vawATE21wHeZq4H1R98qtW > .row .container { background-color: transparent; background-image: none; }#Rch9GTO669vawATE21wHeZq4H1R98qtW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rch9GTO669vawATE21wHeZq4H1R98qtW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rch9GTO669vawATE21wHeZq4H1R98qtW > .row .container > .video-iframe-container { display: none; }#Rch9GTO669vawATE21wHeZq4H1R98qtW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rch9GTO669vawATE21wHeZq4H1R98qtW > .row > .video-iframe-container { display: none; }#Rch9GTO669vawATE21wHeZq4H1R98qtW > .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); }#Rch9GTO669vawATE21wHeZq4H1R98qtW > .row .container { border-width: 0; border-radius: 0; }#Rch9GTO669vawATE21wHeZq4H1R98qtW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rch9GTO669vawATE21wHeZq4H1R98qtW > .row .container { font-size:0.875rem;font-family:arial;height:34.125rem;width:75rem;position:relative;display:block; }#TWIK214gNQ9mvBiR4snLlVCEtWQEDyUm { color:#fc674b;display:block;width:32.060546875rem;position:absolute;font-family:"libre baskerville";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:1.75rem;left:2.3759765625rem;height:11.838234875rem;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; }
#DBKUldA6UzJT200ORgUr7e7N0MureBNz { color:#fc674b;display:block;width:17.8125rem;position:absolute;font-family:"libre baskerville";font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:34.0625rem;left:9.5rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#oyFJROfEFialfJuzTtf694AzGrS1h0iI { color:#fc674b;display:block;width:36.875rem;position:absolute;font-family:"libre baskerville";font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:1.75rem;left:38.125rem;height:2.1323528125rem;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; }
#V0yKiAZtUOshO9dKz6hHNDVRkBJoOlqM { color:#000000;display:block;width:32.5625rem;position:absolute;font-family:sweet;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:9.5rem;left:2.3759765625rem;height:23.749999rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TnvWghGoUBGhuGad6hSTP16WwrnPJ5Bd { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.625rem;width:22.625rem;top:7.625rem;left:45.25rem;overflow:hidden;display:block; }
#hXVwRVpls17Zbt5krOS054IoIl1dDFTy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8cfcf;background-image:url("https://images.assets-landingi.com/45k30HhJ/3_3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hXVwRVpls17Zbt5krOS054IoIl1dDFTy.adaptive-delivery-prevent-bg, #hXVwRVpls17Zbt5krOS054IoIl1dDFTy.lazyload, #hXVwRVpls17Zbt5krOS054IoIl1dDFTy.lazyloading { background-image: none; }#hXVwRVpls17Zbt5krOS054IoIl1dDFTy > .row .container { background-color: transparent; background-image: none; }#hXVwRVpls17Zbt5krOS054IoIl1dDFTy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXVwRVpls17Zbt5krOS054IoIl1dDFTy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXVwRVpls17Zbt5krOS054IoIl1dDFTy > .row .container > .video-iframe-container { display: none; }#hXVwRVpls17Zbt5krOS054IoIl1dDFTy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXVwRVpls17Zbt5krOS054IoIl1dDFTy > .row > .video-iframe-container { display: none; }#hXVwRVpls17Zbt5krOS054IoIl1dDFTy > .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); }#hXVwRVpls17Zbt5krOS054IoIl1dDFTy > .row .container { border-width: 0; border-radius: 0; }#hXVwRVpls17Zbt5krOS054IoIl1dDFTy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hXVwRVpls17Zbt5krOS054IoIl1dDFTy > .row .container { font-size:0.875rem;font-family:arial;height:40.5625rem;width:75rem;position:relative;display:block; }#aTl3QyP1540QRlnz5o6G3oi7EXewanxU { color:#fc674b;display:block;width:30.5625rem;position:absolute;font-family:"libre baskerville";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:1.6875rem;left:41.25rem;height:13.5294113125rem;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; }
#tIEfSyaJnt4k0cw34IwMSbM8lEOzw2xC { color:#fc674b;display:block;width:17.8125rem;position:absolute;font-family:"libre baskerville";font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:26.8125rem;left:47.625rem;height:6.17647025rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#Fd5S1KA8FLnTWUfnODlxzJ8tO1dqh9UG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:20rem;display:none; }
#RHpEdbvKut1TRrKkKgh38AsJVITgxZ5w { color:#fc674b;display:block;width:36.875rem;position:absolute;font-family:"libre baskerville";font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:1.6875rem;left:2.6884765625rem;height:2.1323528125rem;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; }
#uyrMMlu9uRdNiP3d8z3zNgfoikvQzBOW { color:#000000;display:block;width:30.4375rem;position:absolute;font-family:sweet;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:18rem;left:41.3125rem;height:6.9852936875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TrP2R7iLWyJQxrVoPAyTlELw9lalnHq2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf1ce;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TrP2R7iLWyJQxrVoPAyTlELw9lalnHq2 > .row .container { background-color: transparent; background-image: none; }#TrP2R7iLWyJQxrVoPAyTlELw9lalnHq2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrP2R7iLWyJQxrVoPAyTlELw9lalnHq2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrP2R7iLWyJQxrVoPAyTlELw9lalnHq2 > .row .container > .video-iframe-container { display: none; }#TrP2R7iLWyJQxrVoPAyTlELw9lalnHq2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrP2R7iLWyJQxrVoPAyTlELw9lalnHq2 > .row > .video-iframe-container { display: none; }#TrP2R7iLWyJQxrVoPAyTlELw9lalnHq2 > .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); }#TrP2R7iLWyJQxrVoPAyTlELw9lalnHq2 > .row .container { border-width: 0; border-radius: 0; }#TrP2R7iLWyJQxrVoPAyTlELw9lalnHq2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TrP2R7iLWyJQxrVoPAyTlELw9lalnHq2 > .row .container { font-size:0.875rem;font-family:arial;height:38.5625rem;width:75rem;position:relative;display:block; }#nPeutNDRkpJxvEKGx60IoxdZBXLgPhUV { color:#fc674b;display:block;width:75rem;position:absolute;font-family:"libre baskerville";font-size:3rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:0rem;left:0rem;height:4.485293875rem;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; }
#XOqZFJN7hgt1oXbID3cMB5iZ1efFBNhc { position:absolute;display:block;z-index:15010;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:31.625rem;width:39.75rem;top:0.875rem;left:19.34375rem;overflow:hidden;display:block; }
#XtRAtzmJ3kzv4PkrTEShx96cwSii7gV9 { color:#40082c;display:block;width:68.6875rem;position:absolute;font-family:"libre baskerville";font-size:2rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:33.0625rem;left:3.15625rem;height:2.3529410625rem;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; }
#dDHuHQJcwU9dgmB93WoGA7P1J0lIGhvz { border-top:0.0625rem solid #fdfdfd;border-left:0.0625rem solid #fdfdfd;border-right:0.0625rem solid #fdfdfd;border-bottom:0.0625rem solid #fdfdfd;background-color:#fbf1ce;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dDHuHQJcwU9dgmB93WoGA7P1J0lIGhvz > .row .container { background-color: transparent; background-image: none; }#dDHuHQJcwU9dgmB93WoGA7P1J0lIGhvz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dDHuHQJcwU9dgmB93WoGA7P1J0lIGhvz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dDHuHQJcwU9dgmB93WoGA7P1J0lIGhvz > .row .container > .video-iframe-container { display: none; }#dDHuHQJcwU9dgmB93WoGA7P1J0lIGhvz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dDHuHQJcwU9dgmB93WoGA7P1J0lIGhvz > .row > .video-iframe-container { display: none; }#dDHuHQJcwU9dgmB93WoGA7P1J0lIGhvz > .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); }#dDHuHQJcwU9dgmB93WoGA7P1J0lIGhvz > .row .container { border-width: 0; border-radius: 0; }#dDHuHQJcwU9dgmB93WoGA7P1J0lIGhvz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dDHuHQJcwU9dgmB93WoGA7P1J0lIGhvz > .row .container { font-size:0.875rem;font-family:arial;height:37.1875rem;width:75rem;position:relative;display:block; }#wFL6ROfDAZ5zPl1XEu4ScBGKxgRuaNpl { color:#aac7f1;display:block;width:28.375rem;position:absolute;font-family:"libre baskerville";font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.7;letter-spacing:0;top:4.125rem;left:42.0625rem;height:2.9411764375rem;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; }
#EZiwpPh9SM0GdChxdXMdmtrJqs5uRGpJ { color:#000000;display:block;width:32.5625rem;position:absolute;font-family:sweet;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:9.65625rem;left:40.53125rem;height:18.1617639375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xSE6gbNbDTWbLFxcFGNeetEkyx7qQEVM { position:absolute;display:block;z-index:15008;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:34.5625rem;width:27.5rem;top:0.8125rem;left:3.6875rem;overflow:hidden;display:block; }
#a8J5TOLSt51OnrVTy00RCSL5OnKcqaUB { background-color:#40082c;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#fbf1ce;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sweet;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.1875rem;height:2.625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:29.625rem;left:47.21875rem;display:block; }
#i5eEVM1nXU21vFJWomN7JnFK1s4H0hAm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U5m9Tp9tUnS3HJDJFplwlrUGUF5B09wa { border-top:0.0625rem solid #fdfdfd;border-left:0.0625rem solid #fdfdfd;border-right:0.0625rem solid #fdfdfd;border-bottom:0.0625rem solid #fdfdfd;background-color:#fbf1ce;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#U5m9Tp9tUnS3HJDJFplwlrUGUF5B09wa > .row .container { background-color: transparent; background-image: none; }#U5m9Tp9tUnS3HJDJFplwlrUGUF5B09wa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5m9Tp9tUnS3HJDJFplwlrUGUF5B09wa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5m9Tp9tUnS3HJDJFplwlrUGUF5B09wa > .row .container > .video-iframe-container { display: none; }#U5m9Tp9tUnS3HJDJFplwlrUGUF5B09wa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5m9Tp9tUnS3HJDJFplwlrUGUF5B09wa > .row > .video-iframe-container { display: none; }#U5m9Tp9tUnS3HJDJFplwlrUGUF5B09wa > .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); }#U5m9Tp9tUnS3HJDJFplwlrUGUF5B09wa > .row .container { border-width: 0; border-radius: 0; }#U5m9Tp9tUnS3HJDJFplwlrUGUF5B09wa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U5m9Tp9tUnS3HJDJFplwlrUGUF5B09wa > .row .container { font-size:0.875rem;font-family:arial;height:39.75rem;width:75rem;position:relative;display:block; }#dvPwTsTOMCE1xg7pes1loT6ue1TfDn9J { color:#aac7f1;display:block;width:34.75rem;position:absolute;font-family:"libre baskerville";font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.8;letter-spacing:0;top:3.3125rem;left:38.875rem;height:3.088235125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T7tLImrxF5tS50wxyHBqMhuTGutAtHcK { color:#000000;display:block;width:29.375rem;position:absolute;font-family:sweet;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:5.4375rem;left:4.0625rem;height:29.338233875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Wl5g9MK71dJlI6sltMEcxSzWJF50xAax { position:absolute;display:block;z-index:15008;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:27rem;width:38rem;top:6.375rem;left:36.875rem;overflow:hidden;display:block; }
#ZwHOzgUbVHldAJ60ySEnpmX5DAVKL9Ni { background-color:#40082c;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#fbf1ce;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sweet;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.1875rem;height:2.625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:33.375rem;left:46.65625rem;display:block; }
#lJTJfpPgJ0E3C3db00Hxw0aSHTV1yDQo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H4kgq5kcmtyzhE1vMdSf9637hfCFF9Zn { border-top:0.0625rem solid #fdfdfd;border-left:0.0625rem solid #fdfdfd;border-right:0.0625rem solid #fdfdfd;border-bottom:0.0625rem solid #fdfdfd;background-color:#fbf1ce;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#H4kgq5kcmtyzhE1vMdSf9637hfCFF9Zn > .row .container { background-color: transparent; background-image: none; }#H4kgq5kcmtyzhE1vMdSf9637hfCFF9Zn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H4kgq5kcmtyzhE1vMdSf9637hfCFF9Zn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H4kgq5kcmtyzhE1vMdSf9637hfCFF9Zn > .row .container > .video-iframe-container { display: none; }#H4kgq5kcmtyzhE1vMdSf9637hfCFF9Zn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H4kgq5kcmtyzhE1vMdSf9637hfCFF9Zn > .row > .video-iframe-container { display: none; }#H4kgq5kcmtyzhE1vMdSf9637hfCFF9Zn > .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); }#H4kgq5kcmtyzhE1vMdSf9637hfCFF9Zn > .row .container { border-width: 0; border-radius: 0; }#H4kgq5kcmtyzhE1vMdSf9637hfCFF9Zn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H4kgq5kcmtyzhE1vMdSf9637hfCFF9Zn > .row .container { font-size:0.875rem;font-family:arial;height:39.75rem;width:75rem;position:relative;display:block; }#rcorNo8qdK5ulBCneg91vbTGbPK3Nf9g { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.9375rem;width:42.375rem;top:4.125rem;left:15.7666015625rem;overflow:hidden;display:block; }
#g8cxSKdXGFVnoTtCUggHzasUuPpp7aL4 { border-top:0.0625rem solid #fdfdfd;border-left:0.0625rem solid #fdfdfd;border-right:0.0625rem solid #fdfdfd;border-bottom:0.0625rem solid #fdfdfd;background-color:#fbf1ce;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#g8cxSKdXGFVnoTtCUggHzasUuPpp7aL4 > .row .container { background-color: transparent; background-image: none; }#g8cxSKdXGFVnoTtCUggHzasUuPpp7aL4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8cxSKdXGFVnoTtCUggHzasUuPpp7aL4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8cxSKdXGFVnoTtCUggHzasUuPpp7aL4 > .row .container > .video-iframe-container { display: none; }#g8cxSKdXGFVnoTtCUggHzasUuPpp7aL4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8cxSKdXGFVnoTtCUggHzasUuPpp7aL4 > .row > .video-iframe-container { display: none; }#g8cxSKdXGFVnoTtCUggHzasUuPpp7aL4 > .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); }#g8cxSKdXGFVnoTtCUggHzasUuPpp7aL4 > .row .container { border-width: 0; border-radius: 0; }#g8cxSKdXGFVnoTtCUggHzasUuPpp7aL4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g8cxSKdXGFVnoTtCUggHzasUuPpp7aL4 > .row .container { font-size:0.875rem;font-family:arial;height:35.6875rem;width:75rem;position:relative;display:block; }#aLQghRgE3QoyhLtXcVkUHA1dTZXalh0o { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.1875rem;width:38.375rem;top:3.28125rem;left:0rem;overflow:hidden;display:block; }
#geWq3FWqgWyy7huKOWC5E89OFe9r71vQ { background-color:#40082c;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#fbf1ce;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sweet;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.1875rem;height:2.625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:30.46875rem;left:27.71875rem;display:block; }
#utfXXQdwh8cxHMTAaCgAbf4evbHMPPWb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yEO5KvV0heKy5puKEouEerorxATxWt10 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29rem;width:38.75rem;top:34.0625rem;left:13.5625rem;overflow:hidden;display:none; }
#tRaWz08b2rOR9I7GILtU6A6OqM0iUC9e { 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:26.875rem;width:35.9375rem;top:34.5625rem;left:14.748046875rem;overflow:hidden;display:block; }
#U1EGhmvQOv3EX9SAKOKnDuSUZqA4ZBh8 { position:absolute;display:block;z-index:15020;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:27.4375rem;width:38.75rem;top:3.375rem;left:35.6875rem;overflow:hidden;display:block; }
#XmrMDLtTdroWDOQp2h91XTIzCqFe0BJ3 { border-top:0.0625rem solid #fdfdfd;border-left:0.0625rem solid #fdfdfd;border-right:0.0625rem solid #fdfdfd;border-bottom:0.0625rem solid #fdfdfd;background-color:#fbf1ce;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XmrMDLtTdroWDOQp2h91XTIzCqFe0BJ3 > .row .container { background-color: transparent; background-image: none; }#XmrMDLtTdroWDOQp2h91XTIzCqFe0BJ3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XmrMDLtTdroWDOQp2h91XTIzCqFe0BJ3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XmrMDLtTdroWDOQp2h91XTIzCqFe0BJ3 > .row .container > .video-iframe-container { display: none; }#XmrMDLtTdroWDOQp2h91XTIzCqFe0BJ3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XmrMDLtTdroWDOQp2h91XTIzCqFe0BJ3 > .row > .video-iframe-container { display: none; }#XmrMDLtTdroWDOQp2h91XTIzCqFe0BJ3 > .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); }#XmrMDLtTdroWDOQp2h91XTIzCqFe0BJ3 > .row .container { border-width: 0; border-radius: 0; }#XmrMDLtTdroWDOQp2h91XTIzCqFe0BJ3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XmrMDLtTdroWDOQp2h91XTIzCqFe0BJ3 > .row .container { font-size:0.875rem;font-family:arial;height:31.375rem;width:75rem;position:relative;display:block; }#VSyTlsrfsx0EM7KsgDiTmVF76gRy7UCZ { 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:26.8125rem;width:35.8125rem;top:4.5625rem;left:26.25rem;overflow:hidden;display:block; }
#TtTVKxxIBzmbKniR7TNtFnhA1Gbhzwcf { border-top:0.0625rem solid #fdfdfd;border-left:0.0625rem solid #fdfdfd;border-right:0.0625rem solid #fdfdfd;border-bottom:0.0625rem solid #fdfdfd;background-color:#fbf1ce;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TtTVKxxIBzmbKniR7TNtFnhA1Gbhzwcf > .row .container { background-color: transparent; background-image: none; }#TtTVKxxIBzmbKniR7TNtFnhA1Gbhzwcf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtTVKxxIBzmbKniR7TNtFnhA1Gbhzwcf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtTVKxxIBzmbKniR7TNtFnhA1Gbhzwcf > .row .container > .video-iframe-container { display: none; }#TtTVKxxIBzmbKniR7TNtFnhA1Gbhzwcf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtTVKxxIBzmbKniR7TNtFnhA1Gbhzwcf > .row > .video-iframe-container { display: none; }#TtTVKxxIBzmbKniR7TNtFnhA1Gbhzwcf > .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); }#TtTVKxxIBzmbKniR7TNtFnhA1Gbhzwcf > .row .container { border-width: 0; border-radius: 0; }#TtTVKxxIBzmbKniR7TNtFnhA1Gbhzwcf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TtTVKxxIBzmbKniR7TNtFnhA1Gbhzwcf > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#OFASaU8dgiICSfgNr5HB7bEEBMnU6NDf { color:#000000;display:block;width:30rem;position:absolute;font-family:sweet;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:9.6875rem;left:41.25rem;height:20.955881375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UgI0Kfcphwbq8sdQQr83z5AREysmzp5r { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.625rem;width:30.5rem;top:6.1875rem;left:2.75rem;overflow:hidden;display:block; }
#TXfGsaTM7cXotzor5bUc9hmKMmHwBxUw { color:#aac7f1;display:block;width:58.1875rem;position:absolute;font-family:"libre baskerville";font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.8;letter-spacing:0;top:2.0625rem;left:9.3125rem;height:3.088235125rem;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; }
#XTUNvoSHJPmw2LGl7dWoBFeXOdfalEbo { background-color:#40082c;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#fbf1ce;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sweet;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.1875rem;height:2.625rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:32.1875rem;left:47.28125rem;display:block; }
#bpGcLfEdPNhOuF1hbUezRdloRyfF1QB2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bSo77oEtVytXd2RsnosJM12O1CqqmeZq { border-top:0.0625rem solid #fdfdfd;border-left:0.0625rem solid #fdfdfd;border-right:0.0625rem solid #fdfdfd;border-bottom:0.0625rem solid #fdfdfd;background-color:#fbf1ce;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bSo77oEtVytXd2RsnosJM12O1CqqmeZq > .row .container { background-color: transparent; background-image: none; }#bSo77oEtVytXd2RsnosJM12O1CqqmeZq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSo77oEtVytXd2RsnosJM12O1CqqmeZq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSo77oEtVytXd2RsnosJM12O1CqqmeZq > .row .container > .video-iframe-container { display: none; }#bSo77oEtVytXd2RsnosJM12O1CqqmeZq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSo77oEtVytXd2RsnosJM12O1CqqmeZq > .row > .video-iframe-container { display: none; }#bSo77oEtVytXd2RsnosJM12O1CqqmeZq > .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); }#bSo77oEtVytXd2RsnosJM12O1CqqmeZq > .row .container { border-width: 0; border-radius: 0; }#bSo77oEtVytXd2RsnosJM12O1CqqmeZq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bSo77oEtVytXd2RsnosJM12O1CqqmeZq > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:75rem;position:relative;display:block; }#OICPmKXr8dqwb1qhGSnyr4992SHmccbD { color:#000000;display:block;width:30rem;position:absolute;font-family:sweet;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:15.625rem;left:4.375rem;height:8.382352625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UbsXTTvdw4XGKcU40hlOXMOXRNmqaN6W { color:#aac7f1;display:block;width:35.9375rem;position:absolute;font-family:"libre baskerville";font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.8;letter-spacing:0;top:5.375rem;left:0.78125rem;height:3.088235125rem;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; }
#CUD4l3SOV1c34PxNhzi9IVLhZvw1l0xh { background-color:#40082c;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#fbf1ce;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sweet;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.1875rem;height:2.625rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:28.5rem;left:9.15625rem;display:block; }
#r5sCaAAbizFpTdUbTGREfaivSEToBsEo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q16KOLofGzR6gwPi4wcFlSyNIr96MWoO { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.9375rem;width:20.375rem;top:14.875rem;left:45.21875rem;overflow:hidden;display:block; }
#bcfF3n91JBE6Cr7mG9EcNFLvwmOuQ2L7 { position:absolute;display:block;z-index:15023;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:23.3125rem;width:20.6875rem;top:2.0625rem;left:52.3125rem;overflow:hidden;display:block; }
#gW4EAViAuP2bWyahBGrrTnh9ratNITTH { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.8125rem;width:20.25rem;top:0rem;left:40.5625rem;overflow:hidden;display:block; }
#bg8qHgexKcDtTBbWPFAW1GCcVJT5Jmdc { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:8.5rem;left:15.625rem;overflow:hidden;display:block; }
#T9CnU6JebdH00EWLeiWTFd9VFQB3CuFI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf1ce;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T9CnU6JebdH00EWLeiWTFd9VFQB3CuFI > .row .container { background-color: transparent; background-image: none; }#T9CnU6JebdH00EWLeiWTFd9VFQB3CuFI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9CnU6JebdH00EWLeiWTFd9VFQB3CuFI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9CnU6JebdH00EWLeiWTFd9VFQB3CuFI > .row .container > .video-iframe-container { display: none; }#T9CnU6JebdH00EWLeiWTFd9VFQB3CuFI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9CnU6JebdH00EWLeiWTFd9VFQB3CuFI > .row > .video-iframe-container { display: none; }#T9CnU6JebdH00EWLeiWTFd9VFQB3CuFI > .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); }#T9CnU6JebdH00EWLeiWTFd9VFQB3CuFI > .row .container { border-width: 0; border-radius: 0; }#T9CnU6JebdH00EWLeiWTFd9VFQB3CuFI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T9CnU6JebdH00EWLeiWTFd9VFQB3CuFI > .row .container { font-size:0.875rem;font-family:arial;height:50.4375rem;width:75rem;position:relative;display:block; }#dTvCKCrt8BBTZaSgAAfzEVZIgWSFTbUV { color:#01091f;display:block;width:29.5rem;position:absolute;font-family:sweet;font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:32.09375rem;left:3.75rem;height:13.0698528125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }#dTvCKCrt8BBTZaSgAAfzEVZIgWSFTbUV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dTvCKCrt8BBTZaSgAAfzEVZIgWSFTbUV li:before{  }
#NbGTCCLhwe91amrZwhHoaLJ5nosUWK3m { color:#aac7f1;display:block;width:75rem;position:absolute;font-family:"libre baskerville";font-size:2.1875rem;font-weight:700;z-index:15008;line-height:1.8;letter-spacing:0;top:1.875rem;left:0rem;height:3.89705875rem;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; }
#svFlQATQcKq7t9wAw14wkaCbiFKq6ER2 { color:#01091f;display:block;width:29.625rem;position:absolute;font-family:sweet;font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:32.09375rem;left:41.4375rem;height:11.7169115rem;text-align:center;text-align-last:center;font-style:normal;display:block; }#svFlQATQcKq7t9wAw14wkaCbiFKq6ER2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#svFlQATQcKq7t9wAw14wkaCbiFKq6ER2 li:before{  }
#WQ2zAZet4ufMeLpdaNxDfIZwh1bMnXmr { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.6875rem;width:44.1875rem;top:1.875rem;left:16.9375rem;overflow:hidden;display:block; }
#opwoUvT7EPIaUyKSsFFmQL7qgNZnpTIq { border-top:0.125rem dotted #a8b4ec;border-left:0.125rem dotted #a8b4ec;border-right:0.125rem dotted #a8b4ec;border-bottom:0.125rem dotted #a8b4ec;background-color:#f8cfcf;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#opwoUvT7EPIaUyKSsFFmQL7qgNZnpTIq > .row .container { background-color: transparent; background-image: none; }#opwoUvT7EPIaUyKSsFFmQL7qgNZnpTIq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opwoUvT7EPIaUyKSsFFmQL7qgNZnpTIq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opwoUvT7EPIaUyKSsFFmQL7qgNZnpTIq > .row .container > .video-iframe-container { display: none; }#opwoUvT7EPIaUyKSsFFmQL7qgNZnpTIq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opwoUvT7EPIaUyKSsFFmQL7qgNZnpTIq > .row > .video-iframe-container { display: none; }#opwoUvT7EPIaUyKSsFFmQL7qgNZnpTIq > .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); }#opwoUvT7EPIaUyKSsFFmQL7qgNZnpTIq > .row .container { border-width: 0; border-radius: 0; }#opwoUvT7EPIaUyKSsFFmQL7qgNZnpTIq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#opwoUvT7EPIaUyKSsFFmQL7qgNZnpTIq > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#sooledzEObfHeF41sfuDrKKB5qUJxcnz { color:#fc674b;display:block;width:75rem;position:absolute;font-family:"libre baskerville";font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.8;letter-spacing:0;top:0.6875rem;left:0rem;height:3.088235125rem;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; }
#eTbliLCXMmrTLi79UL3K8fqp52CcTyUm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8cfcf;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eTbliLCXMmrTLi79UL3K8fqp52CcTyUm > .row .container { background-color: transparent; background-image: none; }#eTbliLCXMmrTLi79UL3K8fqp52CcTyUm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTbliLCXMmrTLi79UL3K8fqp52CcTyUm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTbliLCXMmrTLi79UL3K8fqp52CcTyUm > .row .container > .video-iframe-container { display: none; }#eTbliLCXMmrTLi79UL3K8fqp52CcTyUm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTbliLCXMmrTLi79UL3K8fqp52CcTyUm > .row > .video-iframe-container { display: none; }#eTbliLCXMmrTLi79UL3K8fqp52CcTyUm > .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); }#eTbliLCXMmrTLi79UL3K8fqp52CcTyUm > .row .container { border-width: 0; border-radius: 0; }#eTbliLCXMmrTLi79UL3K8fqp52CcTyUm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eTbliLCXMmrTLi79UL3K8fqp52CcTyUm > .row .container { font-size:0.875rem;font-family:arial;height:43.0625rem;width:75rem;position:relative;display:block; }#Vdh5filXxf57WF9cumCOm2dWGEkpKoGz { color:#40082c;display:block;width:17.75rem;position:absolute;font-family:"libre baskerville";font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.8;letter-spacing:0;top:2.0009765625rem;left:0rem;height:3.308823375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cgvtxKIqwBt4K27WwaTnhOSqplLlhFdf { color:#000000;display:block;width:36.874rem;position:absolute;font-family:sweet;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:13.171875rem;left:0rem;height:7.922793875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#cgvtxKIqwBt4K27WwaTnhOSqplLlhFdf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cgvtxKIqwBt4K27WwaTnhOSqplLlhFdf li:before{  }
#psB1rONC3VQAB3RU7d1QdTkbURz7Obfg { color:#000000;display:block;width:36.875rem;position:absolute;font-family:sweet;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:28.75rem;left:0rem;height:1.83823525rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#As4XfbkIUTvrvcfN9n1TOMiZwbbl0wpv { color:#40082c;display:block;width:12.5rem;position:absolute;font-family:"libre baskerville";font-size:2.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:31.6875rem;left:0rem;height:2.8676469375rem;font-style:normal;display:block; }
#zF0RTOTyocOTQao8iXrSufiAn49xkDKt { color:#000000;display:block;width:6.6875rem;position:absolute;font-family:"libre baskerville";font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:32.099975585938rem;left:8.1238508224488rem;height:1.911764625rem;font-style:normal;display:block; }
#Si9pK8Kz2ETFzom47e02tvD2k5cWxm9N { color:#000000;display:block;width:36.875rem;position:absolute;font-family:sweet;font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:39.125rem;left:0rem;height:1.1764705rem;font-style:normal;display:block; }
#Ph3SdSBgfb05q63JNs9ls3d2gf9nhxbm { background-color:#40082c;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sweet;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.624080875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:31.807189941406rem;left:16.756663322449rem;display:block; }
#HcMFQngv9IDqZi8umAxRoQGpwU1TVD0A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s6vpEqavVhzEqTVCn89VOdW6gAyC30pA { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:sweet;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:6.9130859375rem;left:0rem;height:4.1911764375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ccMB3BGLw2K7aNsUdmMF1LQREfMpQ07D { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.75rem;width:19.5rem;top:4.78125rem;left:46.5rem;overflow:hidden;display:block; }
#meL7TVBd5IqXIcZ2UfxcFliXfmURf9fE { color:#000000;display:block;width:36.875rem;position:absolute;font-family:sweet;font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:40.5625rem;left:0rem;height:1.1764705rem;font-style:normal;display:block; }
#ZpLsTM455gdvG1fFdKKQDs6D98ietLeg { box-sizing:content-box;height:27.8125rem;width:27.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:#fbf1ce;background-image:none;top:2.8125rem;left:41.65625rem;display:none; }
#adtv4FoLEd9WvVqTwR8F1T7CKUU8iJ6c { box-sizing:content-box;height:25.9375rem;width:25.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14998;background-color:#fbf1ce;background-image:none;top:4.1875rem;left:43.28125rem;display:block; }
#x5ium4WU9wF1Kq4Nc3zfO1D65cb59gsl { color:#40082c;display:block;width:33.9993095625rem;position:absolute;font-family:"libre baskerville";font-size:0.8125rem;font-weight:700;z-index:15008;line-height:1.8;letter-spacing:0;top:22.876831054688rem;left:1.4361219406128rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a9shwUmOrdHUTZbFibt28DiM6WUNbtQZ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"libre baskerville";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:35.544799804688rem;left:6.9990816116331rem;height:1.6176470625rem;font-style:normal;display:block; }
#uDpk7gV21ON80afZQOEJpWVn3lIdrQvT { color:#40082c;display:block;width:7.625rem;position:absolute;font-family:"libre baskerville";font-size:1.8125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:35.1875rem;left:0rem;height:2.3529410625rem;font-style:normal;display:block; }
#y2v0vpRM2JwUiAy9rGUi9UPLkJ0rTT6i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8cfcf;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y2v0vpRM2JwUiAy9rGUi9UPLkJ0rTT6i > .row .container { background-color: transparent; background-image: none; }#y2v0vpRM2JwUiAy9rGUi9UPLkJ0rTT6i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y2v0vpRM2JwUiAy9rGUi9UPLkJ0rTT6i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y2v0vpRM2JwUiAy9rGUi9UPLkJ0rTT6i > .row .container > .video-iframe-container { display: none; }#y2v0vpRM2JwUiAy9rGUi9UPLkJ0rTT6i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y2v0vpRM2JwUiAy9rGUi9UPLkJ0rTT6i > .row > .video-iframe-container { display: none; }#y2v0vpRM2JwUiAy9rGUi9UPLkJ0rTT6i > .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); }#y2v0vpRM2JwUiAy9rGUi9UPLkJ0rTT6i > .row .container { border-width: 0; border-radius: 0; }#y2v0vpRM2JwUiAy9rGUi9UPLkJ0rTT6i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y2v0vpRM2JwUiAy9rGUi9UPLkJ0rTT6i > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#ALOi23VAa3C4c6necKfVkS7lw07B2eug { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.0625rem;width:26.25rem;top:2.5625rem;left:5.625rem;overflow:hidden;display:block; }
#BTs8e4O9zksRE72A6p7XTZIa3BKGldRR { color:#fc674b;display:block;width:34.1875rem;position:absolute;font-family:"libre baskerville";font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.8;letter-spacing:0;top:1.3125rem;left:38.4677734375rem;height:3.088235125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yV83yTVw9zIpbXF2E6x0CPIDrAEPUiUp { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:sweet;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:11.34375rem;left:38.8427734375rem;height:7.922793875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#yV83yTVw9zIpbXF2E6x0CPIDrAEPUiUp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yV83yTVw9zIpbXF2E6x0CPIDrAEPUiUp li:before{  }
#gaLzKPJfhN6rPlAWTX5Dr8F9dEl7DXAV { color:#000000;display:block;width:21.625rem;position:absolute;font-family:sweet;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:21.4375rem;left:38.4677734375rem;height:1.6176470625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HJ1nUdb2EcEvRb2kLTUUOpdTpTJ8sFim { color:#fc674b;display:block;width:12.5rem;position:absolute;font-family:"libre baskerville";font-size:2.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:24.46875rem;left:38.8427734375rem;height:2.8676469375rem;font-style:normal;display:block; }
#oSBDDB67IGxec3GUt9oTxT02fT84Cdpy { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"libre baskerville";font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:25rem;left:45.5927734375rem;height:1.911764625rem;font-style:normal;display:block; }
#PgAt2bTKaEewSAa8wFEvMSrw7tScSmxx { color:#000000;display:block;width:22.5625rem;position:absolute;font-family:sweet;font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:29.5rem;left:38.8427734375rem;height:1.1764705rem;font-style:normal;display:block; }
#ATqKFod0FrQpzAETpRppexT5zFHS7FDl { background-color:#a54f9e;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sweet;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11rem;height:2.625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:24.59375rem;left:56.5302734375rem;display:block; }
#N7C63BJGTQLXn2wLoRKsST5B0ruFvzQd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EV3dLtM64ED4wMTT3Mo6bKHcJJJctSgB { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:sweet;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:5.6005859375rem;left:38.5625rem;height:4.1911764375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#EefehgUVRlstTUBwLpL2ZUPsgB9yhb7O { color:#000000;display:block;width:24.375rem;position:absolute;font-family:sweet;font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:30.625rem;left:38.8427734375rem;height:1.1764705rem;font-style:normal;display:block; }
#l04y6wXEXTJFuyZTyfIOiiuKOdh2qUhL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8cfcf;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#l04y6wXEXTJFuyZTyfIOiiuKOdh2qUhL > .row .container { border-width: 0; border-radius: 0; }#l04y6wXEXTJFuyZTyfIOiiuKOdh2qUhL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l04y6wXEXTJFuyZTyfIOiiuKOdh2qUhL > .row .container { font-size:0.875rem;font-family:arial;height:39.1875rem;width:75rem;position:relative;display:none; }#EtLfk0hWAxgx50J2AToJitDFsTICghZ3 { color:#fc674b;display:block;width:36.875rem;position:absolute;font-family:"libre baskerville";font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.8;letter-spacing:0;top:3.375rem;left:38.125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bDUaZPHr6mTcgS0gUWXT9DCrE85AsxXU { color:#000000;display:block;width:36.125rem;position:absolute;font-family:sweet;font-size:1.1875rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:7.1875rem;left:38.125rem;height:1.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#shGTX0P060QvIFQQ3LR7kgdT9DbSJUzL { color:#000000;display:block;width:37.5rem;position:absolute;font-family:sweet;font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:10.3125rem;left:37.4375rem;height:10.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#shGTX0P060QvIFQQ3LR7kgdT9DbSJUzL li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#shGTX0P060QvIFQQ3LR7kgdT9DbSJUzL li:before{  }
#yunB2ikPzS1B3nJFKzhJH2op5VBBdfXE { color:#000000;display:block;width:36.875rem;position:absolute;font-family:sweet;font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:32rem;left:37.6875rem;height:1.25rem;font-style:normal;display:block; }
#KZTOwqP7qX3B78Rrc95ycJUh2zKVCJ6K { color:#fc674b;display:block;width:12.5rem;position:absolute;font-family:"libre baskerville";font-size:2.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:28.5rem;left:37.6875rem;height:2.875rem;font-style:normal;display:block; }
#hTE4nRMtd2KMym2CBhLrdE8qcS7WgUEl { color:#000000;display:block;width:12.4980625rem;position:absolute;font-family:"libre baskerville";font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:29.0625rem;left:45.875rem;height:1.9375rem;font-style:normal;display:block; }
#EQ9dnTqHzu6N7yDDmTizN8HK95Qhikq5 { color:#000000;display:block;width:36.875rem;position:absolute;font-family:sweet;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:26.6875rem;left:37.6875rem;height:1.875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FTkA4yK1VfCd1HieVlDLlHxV2Rz4TgXb { background-color:#a54f9e;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sweet;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11rem;height:2.625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:28.625rem;left:61.6875rem;display:block; }
#NGZGESAh7TVdRRPfNMGr3qJvqMtCcatK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TimIsOUNH0MnVnaOnykoQ6Qu3ra0t3lT { color:#000000;display:block;width:21.9975rem;position:absolute;font-family:sweet;font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:1.75rem;left:38.5rem;height:1.625rem;font-style:normal;display:block; }
#ABkDA11ZKqKilbHw318ZaSqxlPqwDv67 { position:absolute;display:block;z-index:15011;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:37.25rem;width:37.25rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#TpFJREJbFqU6vGe1UBSp6by5y4gBhKKx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8cfcf;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TpFJREJbFqU6vGe1UBSp6by5y4gBhKKx > .row .container { background-color: transparent; background-image: none; }#TpFJREJbFqU6vGe1UBSp6by5y4gBhKKx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpFJREJbFqU6vGe1UBSp6by5y4gBhKKx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpFJREJbFqU6vGe1UBSp6by5y4gBhKKx > .row .container > .video-iframe-container { display: none; }#TpFJREJbFqU6vGe1UBSp6by5y4gBhKKx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpFJREJbFqU6vGe1UBSp6by5y4gBhKKx > .row > .video-iframe-container { display: none; }#TpFJREJbFqU6vGe1UBSp6by5y4gBhKKx > .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); }#TpFJREJbFqU6vGe1UBSp6by5y4gBhKKx > .row .container { border-width: 0; border-radius: 0; }#TpFJREJbFqU6vGe1UBSp6by5y4gBhKKx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TpFJREJbFqU6vGe1UBSp6by5y4gBhKKx > .row .container { font-size:0.875rem;font-family:arial;height:37.3125rem;width:75rem;position:relative;display:block; }#l3G2twcnVsRBxM5ePuxTmiT9ZMNiFynn { color:#fc674b;display:block;width:35.375rem;position:absolute;font-family:"libre baskerville";font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.8;letter-spacing:0;top:1rem;left:1.0625rem;height:3.088235125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#evyLhLiSs5LQ4vtt7sFxSlr2OGmrol8W { color:#000000;display:block;width:35.625rem;position:absolute;font-family:sweet;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:5.125rem;left:0.9375rem;height:1.39705875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#EuJ15sAiyQFbwbhTFsTG4wMdz4hwlqcT { color:#fc674b;display:block;width:12.5rem;position:absolute;font-family:"libre baskerville";font-size:2.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:30.25rem;left:0rem;height:2.8676469375rem;font-style:normal;display:block; }
#qLOBmC0BB0ePfX5eB6MQKM97G2nHM6Ta { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"libre baskerville";font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:30.78125rem;left:7rem;height:1.911764625rem;font-style:normal;display:block; }
#AH0L9LPczNgTPalWwIfIXETG4CZZBrLb { color:#000000;display:block;width:36.875rem;position:absolute;font-family:sweet;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:7.6875rem;left:0rem;height:6.588234875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#AH0L9LPczNgTPalWwIfIXETG4CZZBrLb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AH0L9LPczNgTPalWwIfIXETG4CZZBrLb li:before{  }
#TrcyDITXZ8ukTPzdPwDBLkdIZuxuiPix { position:absolute;display:block;z-index:15013;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:27.625rem;width:27.5rem;top:4.0625rem;left:42.5rem;overflow:hidden;display:block; }
#aG2SvfUsRNdbnrFvMx4PuPC9bt8gBZdr { background-color:#a54f9e;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sweet;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.875rem;height:2.625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:27.65625rem;left:20.78125rem;display:block; }
#vScCXno1EUJoqtoT6vQdXhEL38i3P5Pm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#onzpqIO8AUOHVJvdKltelOTdddoaCG5X { color:#000000;display:block;width:36.875rem;position:absolute;font-family:sweet;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:27.875rem;left:0.3125rem;height:1.83823525rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#oTWKZa4VfkGykuKniiFai1prVGGeNnCt { color:#000000;display:block;width:31.0625rem;position:absolute;font-family:sweet;font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:35rem;left:0rem;height:1.1764705rem;font-style:normal;display:block; }
#UIVVnb850rLCo1zszcQu9m6pTt5xWmMZ { position:absolute;display:block;z-index:15016;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:6.75rem;width:10.25rem;top:5.125rem;left:40.4375rem;overflow:hidden;display:block; }
#FgSU6QGqWmbMsGn9HDSCWhW2cibTMoVW { color:#000000;display:block;width:34.8125rem;position:absolute;font-family:sweet;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:16.25rem;left:0rem;height:9.6323528125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#FgSU6QGqWmbMsGn9HDSCWhW2cibTMoVW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FgSU6QGqWmbMsGn9HDSCWhW2cibTMoVW li:before{  }
#fMUM4PoLTRHTFu8dfTkOAqTOVFLChEX1 { background-color:#a54f9e;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sweet;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9990234375rem;height:2.7490234375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:31.0625rem;left:20.71875rem;display:block; }
#pfanO8LcHta7LfLcmT4twMXtN253KoC5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rURPor0lx2EME48XkzZT9zvhTR6rSrrM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8cfcf;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#rURPor0lx2EME48XkzZT9zvhTR6rSrrM > .row .container { border-width: 0; border-radius: 0; }#rURPor0lx2EME48XkzZT9zvhTR6rSrrM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rURPor0lx2EME48XkzZT9zvhTR6rSrrM > .row .container { font-size:0.875rem;font-family:arial;height:37.3125rem;width:75rem;position:relative;display:none; }#eEQmemgGTasogTWMSnhgXMi8qGNc8tsn { color:#000000;display:block;width:35.375rem;position:absolute;font-family:sweet;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:0rem;left:38.125rem;height:1.625rem;font-style:normal;display:block; }
#yxbkfemxMCeX2GMdnTWeM82MKNRTZp91 { color:#fc674b;display:block;width:36.875rem;position:absolute;font-family:"libre baskerville";font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.8;letter-spacing:0;top:3.5625rem;left:37.8125rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kfTPGDSccZqkCVAkXTvdOTABJvqbMFpJ { color:#000000;display:block;width:36.875rem;position:absolute;font-family:sweet;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:11.279296875rem;left:37.8125rem;height:2.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PoqTfTmdaS3MI3iW1T9uPcQ2JuzOVqPN { color:#000000;display:block;width:36.875rem;position:absolute;font-family:sweet;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:15.25rem;left:37.8125rem;height:5.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#PoqTfTmdaS3MI3iW1T9uPcQ2JuzOVqPN li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#PoqTfTmdaS3MI3iW1T9uPcQ2JuzOVqPN li:before{  }
#B5hVHueWPMQJbIGdPibrOPl6zK8NfeHF { color:#000000;display:block;width:36.875rem;position:absolute;font-family:sweet;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:21.47265625rem;left:38.125rem;height:2.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#aVxNl7qRUbeAu34TOwIggqVO7nqacxE9 { color:#000000;display:block;width:36.875rem;position:absolute;font-family:sweet;font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:31.1875rem;left:38.125rem;height:1.25rem;font-style:normal;display:block; }
#TTc1A0x8F7AQU8ePJ2XdJNuIrqJALW3N { color:#fc674b;display:block;width:12.5rem;position:absolute;font-family:"libre baskerville";font-size:2.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:27.6875rem;left:38.125rem;height:2.875rem;font-style:normal;display:block; }
#Q67f5xNPSZopBPwFMuHgBfdbTxoTnUU4 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"libre baskerville";font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:28.437498092651rem;left:45.874996185302rem;height:1.9375rem;font-style:normal;display:block; }
#lNtQi13T9GLKE5gAc3TTnrQPcM0KCNRX { color:#000000;display:block;width:36.875rem;position:absolute;font-family:sweet;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:25.875rem;left:38.125rem;height:1.875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#D309ohs4REhyxpNCNcI7Gq8APUiwZPBX { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.5625rem;width:35.4375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#XI5MvDy9fhkHdTpEdlwJmTOmomhFQ4Z4 { color:#fc674b;display:block;width:36.875rem;position:absolute;font-family:"libre baskerville";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.8;letter-spacing:0;top:6.3125rem;left:37.8125rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ookkh5DT8eooMyZLsn0xAx0d8IupsDUt { background-color:#a54f9e;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sweet;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11rem;height:2.625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:29.9375rem;left:60.8125rem;display:block; }
#hFZ1pl5K9HTRXxhmHD1L4BteWPiMDf7T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QJqJTTlSPc5PNeL6Xaz7H1gKMBFmue6l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8cfcf;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#QJqJTTlSPc5PNeL6Xaz7H1gKMBFmue6l > .row .container { border-width: 0; border-radius: 0; }#QJqJTTlSPc5PNeL6Xaz7H1gKMBFmue6l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QJqJTTlSPc5PNeL6Xaz7H1gKMBFmue6l > .row .container { font-size:0.875rem;font-family:arial;height:37.3125rem;width:75rem;position:relative;display:none; }#qoOKzCxU8isB153k4Xemt9QMSV4PRkpH { color:#000000;display:block;width:35.375rem;position:absolute;font-family:sweet;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:0rem;left:38.125rem;height:1.62305rem;font-style:normal;display:block; }
#pBbMcVloumKIsXJh8r0Fkd9fSJa8MKD0 { color:#fc674b;display:block;width:36.875rem;position:absolute;font-family:"libre baskerville";font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.8;letter-spacing:0;top:3.5625rem;left:37.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HyGAPGBgqcDhQsrHPckS7OuyqnkTABtv { color:#000000;display:block;width:36.875rem;position:absolute;font-family:sweet;font-size:1.1875rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:8.5625rem;left:37.5rem;height:3.5625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#urAELSPXUqRsfRvT0lfRyH7OmefkIuZV { color:#000000;display:block;width:36.875rem;position:absolute;font-family:sweet;font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:12.9375rem;left:37.5rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#urAELSPXUqRsfRvT0lfRyH7OmefkIuZV li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#urAELSPXUqRsfRvT0lfRyH7OmefkIuZV li:before{  }
#E3oWT5iRGQrAO2gkXPNlcxHUNGTTTFL3 { color:#000000;display:block;width:36.875rem;position:absolute;font-family:sweet;font-size:1.1875rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:18.03515625rem;left:37.5rem;height:7.125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#l90UnN11yeNyikJfkgNTBJc1ca6kxSiS { color:#000000;display:block;width:36.875rem;position:absolute;font-family:sweet;font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:31.1875rem;left:38.125rem;height:1.29931875rem;font-style:normal;display:block; }
#pJATesmBMtS7dWyXprDRR2U87V5JTZa6 { color:#fc674b;display:block;width:12.5rem;position:absolute;font-family:"libre baskerville";font-size:2.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:27.6875rem;left:38.125rem;height:2.923825rem;font-style:normal;display:block; }
#EH0O02H0uTDUPTqGb9KguKSl73kG4bda { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"libre baskerville";font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:28.435546875rem;left:46.185546875rem;height:2.01220625rem;font-style:normal;display:block; }
#DpkZ44OEEycap69dlt7MaMenxQdISXyb { color:#000000;display:block;width:36.875rem;position:absolute;font-family:sweet;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:25.875rem;left:38.125rem;height:1.8735375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#AlePJkaZbiBZk3FuErIHzu40Zt5OLJXD { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.125rem;width:33.125rem;top:0rem;left:2.1875rem;overflow:hidden;display:block; }
#aSpCek50tquTsZfgu3MTqSPTS0FUwfSl { color:#fc674b;display:block;width:36.875rem;position:absolute;font-family:"libre baskerville";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.8;letter-spacing:0;top:6.3125rem;left:37.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Dk8lHkG4efLPmvtQeM07dH2HQvJzhTq3 { background-color:#a54f9e;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sweet;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11rem;height:2.625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:27.8359375rem;left:61rem;display:block; }
#mQezudMdLPdZAWrbr4fP7EGZgwpoMC1n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kO5mUztQL9muU1FkSCp1waqn6GxhuuUD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8cfcf;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kO5mUztQL9muU1FkSCp1waqn6GxhuuUD > .row .container { background-color: transparent; background-image: none; }#kO5mUztQL9muU1FkSCp1waqn6GxhuuUD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kO5mUztQL9muU1FkSCp1waqn6GxhuuUD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kO5mUztQL9muU1FkSCp1waqn6GxhuuUD > .row .container > .video-iframe-container { display: none; }#kO5mUztQL9muU1FkSCp1waqn6GxhuuUD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kO5mUztQL9muU1FkSCp1waqn6GxhuuUD > .row > .video-iframe-container { display: none; }#kO5mUztQL9muU1FkSCp1waqn6GxhuuUD > .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); }#kO5mUztQL9muU1FkSCp1waqn6GxhuuUD > .row .container { border-width: 0; border-radius: 0; }#kO5mUztQL9muU1FkSCp1waqn6GxhuuUD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kO5mUztQL9muU1FkSCp1waqn6GxhuuUD > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#nmCEgJfVhTpTLXRId9CgWSUiTUpUHBVi { color:#fc674b;display:block;width:35.374625rem;position:absolute;font-family:"libre baskerville";font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.8;letter-spacing:0;top:2.5625rem;left:37.75rem;height:3.088235125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K7BN3mfweacT75aF9KrX7n73DuLR8KT8 { color:#000000;display:block;width:35.625rem;position:absolute;font-family:sweet;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:5.9375rem;left:38.125rem;height:4.19117625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VAECa9FzKHuqPWPH17SyqmzD1uWoLRyc { color:#000000;display:block;width:36.875rem;position:absolute;font-family:sweet;font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:30.6875rem;left:37.5rem;height:1.1764705rem;font-style:normal;display:block; }
#zqovMpwgNpIWpnGcM90wDNEtGsyKN8Tq { color:#fc674b;display:block;width:12.5rem;position:absolute;font-family:"libre baskerville";font-size:2.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:15.59375rem;left:37.75rem;height:2.8676469375rem;font-style:normal;display:block; }
#Rq4O6ThNE0iw7HX1HMdnkqooGhSle0aX { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"libre baskerville";font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:16.25rem;left:44.875rem;height:1.911764625rem;font-style:normal;display:block; }
#pTIWJkofb4taMIsCkAwghRptyQ5CVdHc { color:#000000;display:block;width:36.875rem;position:absolute;font-family:sweet;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:13.0625rem;left:37.625rem;height:1.83823525rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZAmoRvT4RDWxfXi59LccFIpt8MmgvfSc { color:#fc674b;display:block;width:12.5rem;position:absolute;font-family:"libre baskerville";font-size:2.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:27.0625rem;left:37.5rem;height:2.8676469375rem;font-style:normal;display:block; }
#w7DG1aDHDkHK3D1ltbXKLVeHLGW4ffRd { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"libre baskerville";font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:27.53125rem;left:44.4375rem;height:1.911764625rem;font-style:normal;display:block; }
#UFRH0AzZNyszvIQyv5RVGzC1zVFKVRvO { color:#000000;display:block;width:36.875rem;position:absolute;font-family:sweet;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:22.8125rem;left:37.5rem;height:3.6764705rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KAMAXbS9Tl9qoOlbWn1PfbHSHzVR0gRs { background-color:#a54f9e;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sweet;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11rem;height:2.625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:15.71875rem;left:57.375rem;display:block; }
#nIrBsisBA1FatZZ28Kov1qXPgJqiriA2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cbA3pAOkkqdPCoiGMJAAz2ghmu7tH0Th { background-color:#a54f9e;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sweet;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11rem;height:2.625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:27.4375rem;left:56.875rem;display:block; }
#V8rDD9KahTxhO2JT2JHq87hxErnh2odG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fXTAQoXObMRoFTnFc8zkPAWHiPLxDy68 { color:#000000;display:block;width:36.875rem;position:absolute;font-family:sweet;font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:19.5625rem;left:37.5rem;height:1.1764705rem;font-style:normal;display:block; }
#qPT5z2vEdTFeOiBgSqo019pkoHkaOVxh { position:absolute;display:block;z-index:15016;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:26.8125rem;width:26.75rem;top:2.5625rem;left:2.0625rem;overflow:hidden;display:block; }
#GOThhWzG7ClND74E1zn5y6vCSbdccRgh { color:#000000;display:block;width:36.875rem;position:absolute;font-family:sweet;font-size:0.9375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:20.75rem;left:37.5rem;height:1.1764705rem;font-style:normal;display:block; }
#T6UAGev871rOA9rTu1fouZLxrSSbvXKC { color:#000000;display:block;width:36.875rem;position:absolute;font-family:sweet;font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:31.875rem;left:37.5rem;height:1.1764705rem;font-style:normal;display:block; }
#TttTb8cru5bRKF0p7M8V5T3QGKOcMTJm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8cfcf;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TttTb8cru5bRKF0p7M8V5T3QGKOcMTJm > .row .container { background-color: transparent; background-image: none; }#TttTb8cru5bRKF0p7M8V5T3QGKOcMTJm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TttTb8cru5bRKF0p7M8V5T3QGKOcMTJm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TttTb8cru5bRKF0p7M8V5T3QGKOcMTJm > .row .container > .video-iframe-container { display: none; }#TttTb8cru5bRKF0p7M8V5T3QGKOcMTJm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TttTb8cru5bRKF0p7M8V5T3QGKOcMTJm > .row > .video-iframe-container { display: none; }#TttTb8cru5bRKF0p7M8V5T3QGKOcMTJm > .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); }#TttTb8cru5bRKF0p7M8V5T3QGKOcMTJm > .row .container { border-width: 0; border-radius: 0; }#TttTb8cru5bRKF0p7M8V5T3QGKOcMTJm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TttTb8cru5bRKF0p7M8V5T3QGKOcMTJm > .row .container { font-size:0.875rem;font-family:arial;height:33.3125rem;width:75rem;position:relative;display:block; }#WBAbC8B2mDPUsZDG3cQIwVp3Z0yyBaDx { color:#fc674b;display:block;width:35.375rem;position:absolute;font-family:"libre baskerville";font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.8;letter-spacing:0;top:1.8125rem;left:1.0625rem;height:3.088235125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gZ88CNuM7RN92xWzSbdQL6J6iO6T7Zyq { color:#000000;display:block;width:32.5rem;position:absolute;font-family:sweet;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:5.6875rem;left:1.0625rem;height:4.1911761875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#z6TVy5HqC0UFZqsDBFiDlDvABe0rvaq2 { color:#000000;display:block;width:36.875rem;position:absolute;font-family:sweet;font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:29.0625rem;left:1.3125rem;height:1.1764705rem;font-style:normal;display:block; }
#MDVNh28Q6xX5MHMxHfWDe4SvKKzFOaQq { color:#fc674b;display:block;width:12.5rem;position:absolute;font-family:"libre baskerville";font-size:2.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:13.9375rem;left:1.0625rem;height:2.8676469375rem;font-style:normal;display:block; }
#sypvX5NGcV04muHvzTJFL5EEggPinVCx { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"libre baskerville";font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:14.5625rem;left:8.125rem;height:1.911764625rem;font-style:normal;display:block; }
#RlROtLA94ozSUqvoTHksed4PezGlEhuq { color:#000000;display:block;width:36.875rem;position:absolute;font-family:sweet;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:11.3125rem;left:1.0625rem;height:1.83823525rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#eOkyC0DQ1TqFbhWqKViRunV319oTOpGq { color:#fc674b;display:block;width:12.5rem;position:absolute;font-family:"libre baskerville";font-size:2.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:24.8125rem;left:1.0625rem;height:2.8676469375rem;font-style:normal;display:block; }
#uZszxp50nOL2U7e3cHrzlPo5AZQxTTz0 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"libre baskerville";font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:25.28125rem;left:8.125rem;height:1.911764625rem;font-style:normal;display:block; }
#xXM0bgID5zz3Qp6sXJNdTJITV554d8a6 { color:#000000;display:block;width:36.875rem;position:absolute;font-family:sweet;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:22.125rem;left:1.0625rem;height:1.83823525rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#X5D9DNvEIvpMHMopeC37nIWZIvf6C11Z { background-color:#a54f9e;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sweet;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11rem;height:2.625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:14.0625rem;left:20.1875rem;display:block; }
#nWiRbIJLlAii7EyXUJ6ZQCoxSFiTBcpy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gm8UFLU6H8qDVyrdLig5LJI3SVZnlyVZ { background-color:#a54f9e;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sweet;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11rem;height:2.625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:24.9375rem;left:20.1875rem;display:block; }
#eRGJrdwpSgoIkRVMWpLSRf37kncyCZRq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UU589rvrR4L5zXXHDNVcetX47Cu1G6zS { color:#000000;display:block;width:36.875rem;position:absolute;font-family:sweet;font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:18.1875rem;left:1.0625rem;height:1.1764705rem;font-style:normal;display:block; }
#SDcuyUlKcRPUUbkP6oHoZT10td9NcGM5 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.25rem;width:28.25rem;top:2.90625rem;left:42.8125rem;overflow:hidden;display:block; }
#NTAzZ1A54LWZZgpARSiyEt4o6ptNVV2B { color:#000000;display:block;width:36.875rem;position:absolute;font-family:sweet;font-size:0.9375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:19.375rem;left:1rem;height:1.1764705rem;font-style:normal;display:block; }
#p3dTTnVi8Ix8WZInSUJFRc1s2pB63JJs { color:#000000;display:block;width:36.875rem;position:absolute;font-family:sweet;font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:30.25rem;left:1.25rem;height:1.1764705rem;font-style:normal;display:block; }
#OxwQtVX06xORAwQqwQVJl2VkOefHR0ur { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8cfcf;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#OxwQtVX06xORAwQqwQVJl2VkOefHR0ur > .row .container { border-width: 0; border-radius: 0; }#OxwQtVX06xORAwQqwQVJl2VkOefHR0ur > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OxwQtVX06xORAwQqwQVJl2VkOefHR0ur > .row .container { font-size:0.875rem;font-family:arial;height:34.0625rem;width:75rem;position:relative;display:none; }#vIKuTeL7pJh9WdwrnA19TwyoJxQVJ89u { color:#fc674b;display:block;width:35.3745rem;position:absolute;font-family:"libre baskerville";font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.8;letter-spacing:0;top:2.65576171875rem;left:38.560546875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LLOiCRV05vZ929fe5pKKIIF4zqAvVpNL { color:#000000;display:block;width:35.625rem;position:absolute;font-family:sweet;font-size:1.1875rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:6.03076171875rem;left:38.4375rem;height:1.78125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Gn7ISm59UmAgKo5oAImotdBtWfhzB5dD { color:#000000;display:block;width:36.875rem;position:absolute;font-family:sweet;font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:28.0625rem;left:38.125rem;height:1.29980625rem;font-style:normal;display:block; }
#TdnlpxK34iTocLFoDdc1qtuVJowrLvcE { color:#fc674b;display:block;width:12.5rem;position:absolute;font-family:"libre baskerville";font-size:2.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:24.8125rem;left:38.25rem;height:2.92480625rem;font-style:normal;display:block; }
#QiUUmduOVfLJvEJqvLT73Xs7zmtGIl6y { color:#000000;display:block;width:12.4995rem;position:absolute;font-family:"libre baskerville";font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:25.2333984375rem;left:45.498046875rem;height:1.94970625rem;font-style:normal;display:block; }
#ItLI1sFD9HCHOQWpXQwNLFrTdTdu4oTp { color:#000000;display:block;width:36.8745rem;position:absolute;font-family:sweet;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:23.0302734375rem;left:38.12548828125rem;height:1.875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LGodv7AkTzovCyVs8cT7AhoNNiIUXiLd { background-color:#a54f9e;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sweet;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11rem;height:2.625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:24.9375rem;left:56.875rem;display:block; }
#zzqOvepBEpq7ucwErUAqiKaTw4X2DToT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zWIxbVsoI7PuenWopdrBKaqeswMvAwQk { color:#01091f;display:block;width:35.625rem;position:absolute;font-family:sweet;font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:9.32080078125rem;left:38.4375rem;height:9.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#zWIxbVsoI7PuenWopdrBKaqeswMvAwQk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zWIxbVsoI7PuenWopdrBKaqeswMvAwQk li:before{  }
#vAlQq4Am1hpfbiJsTmBqbM8Ars3uD6Xo { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.625rem;width:33.8125rem;top:0.71875rem;left:0.9375rem;overflow:hidden;display:block; }
#wq2ZDfSRQ0ocEMTg0nhiAzG4dV1P3Tng { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8cfcf;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#wq2ZDfSRQ0ocEMTg0nhiAzG4dV1P3Tng > .row .container { border-width: 0; border-radius: 0; }#wq2ZDfSRQ0ocEMTg0nhiAzG4dV1P3Tng > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wq2ZDfSRQ0ocEMTg0nhiAzG4dV1P3Tng > .row .container { font-size:0.875rem;font-family:arial;height:34.0625rem;width:75rem;position:relative;display:none; }#WDW2mV28v3Te5hiVfT0IKt69ZhfPXP7T { color:#fc674b;display:block;width:35.375rem;position:absolute;font-family:"libre baskerville";font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.8;letter-spacing:0;top:4.1875rem;left:1.0625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dzp8bZa3NmZoATw3mdyOPE3rbTbE1WQp { color:#000000;display:block;width:35.625rem;position:absolute;font-family:sweet;font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:8.287109375rem;left:0.9375rem;height:1.59375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ds2Oo0TtDJG0TumCzHO8agoJi0n6NUBu { position:absolute;display:block;z-index:15010;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:35.875rem;width:35.875rem;top:0rem;left:38.3125rem;overflow:hidden;display:block; }
#HKt2JVTm5MxecW7VSUl01GxizfLGXdJ7 { color:#000000;display:block;width:35.625rem;position:absolute;font-family:sweet;font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:12.375rem;left:0.9375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#HKt2JVTm5MxecW7VSUl01GxizfLGXdJ7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HKt2JVTm5MxecW7VSUl01GxizfLGXdJ7 li:before{  }
#PBdJ0cVL75FEdAZTDMQbBoMeyH5LBErf { color:#000000;display:block;width:36.875rem;position:absolute;font-family:sweet;font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:28.5625rem;left:0.6875rem;height:1.29980625rem;font-style:normal;display:block; }
#Aocvc3W4Ps3woaZqelfcAUs0aALsGi5F { color:#fc674b;display:block;width:12.5rem;position:absolute;font-family:"libre baskerville";font-size:2.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:25.3125rem;left:0.8125rem;height:2.92480625rem;font-style:normal;display:block; }
#n87ozolLAy9KrQHizTMhLaDueZF49Vvu { color:#000000;display:block;width:12.4995rem;position:absolute;font-family:"libre baskerville";font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:26rem;left:9.25rem;height:1.94970625rem;font-style:normal;display:block; }
#a2TGMpwCTVpmZ9c5AzHVUfnkQnL6WHdk { color:#000000;display:block;width:36.8745rem;position:absolute;font-family:sweet;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:23.5rem;left:0.6875rem;height:1.875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UkZN14RA5Ob3CT7nDO1W48FRz0TJckQO { background-color:#a54f9e;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sweet;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11rem;height:2.625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:25.4375rem;left:19.4375rem;display:block; }
#i86cKK4gBDf7SIMTriVbE90vRlh8GZ6O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uBAZTP3TEO4OPFRl1ofOJwobLeuqanvT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9c3d7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#uBAZTP3TEO4OPFRl1ofOJwobLeuqanvT > .row .container { border-width: 0; border-radius: 0; }#uBAZTP3TEO4OPFRl1ofOJwobLeuqanvT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uBAZTP3TEO4OPFRl1ofOJwobLeuqanvT > .row .container { font-size:0.875rem;font-family:arial;height:14.3125rem;width:75rem;position:relative;display:none; }#CNvgDOI7AAugxs2qffsIve2OaliHphT1 { color:#fc674b;display:block;width:75rem;position:absolute;font-family:"libre baskerville";font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.3125rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cSyZOcTCtqgsHTGC4LTPr2uw8dcyVlpv { color:#fc674b;display:block;width:18.8730625rem;position:absolute;font-family:"libre baskerville";font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:7.0625rem;left:28.0625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#PPxHIsvX0ruFFxJ50uWMNy4FEw0vXtft { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9c3d7;background-image:url("https://images.assets-landingi.com/Tpw4hYHF/bg_6_new.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#PPxHIsvX0ruFFxJ50uWMNy4FEw0vXtft.adaptive-delivery-prevent-bg, #PPxHIsvX0ruFFxJ50uWMNy4FEw0vXtft.lazyload, #PPxHIsvX0ruFFxJ50uWMNy4FEw0vXtft.lazyloading { background-image: none; }#PPxHIsvX0ruFFxJ50uWMNy4FEw0vXtft > .row .container { border-width: 0; border-radius: 0; }#PPxHIsvX0ruFFxJ50uWMNy4FEw0vXtft > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PPxHIsvX0ruFFxJ50uWMNy4FEw0vXtft > .row .container { font-size:0.875rem;font-family:arial;height:55.875rem;width:75rem;position:relative;display:none; }#DtPkESr6LzgNrBEOJqpulDL5xy0mTsX3 { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.375rem;width:18.125rem;top:28rem;left:9.4365234375rem;display:block; }
#RF44T2kAqRKTCukDILwJ37vXEbpp5kfo { color:#000000;display:block;width:15.625rem;position:absolute;font-family:sweet;font-size:1.4375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:28.9990234375rem;left:10.6875rem;height:1.86865rem;font-style:normal;display:block; }
#N3VdoH3dyVZnZdDinwi5XlPFTL4x8SnT { color:#000000;display:block;width:15.625rem;position:absolute;font-family:sweet;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:32.5rem;left:10.6875rem;height:1.4624rem;font-style:normal;display:block; }
#nV4KhPWH5zRJEq7AVI6dhkun04eBXUbf { color:#000000;display:block;width:15.625rem;position:absolute;font-family:sweet;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:34rem;left:10.6875rem;height:1.4624rem;font-style:normal;display:block; }
#e55iJ86T1SA0NXlKFbzLz948XJdeIwg3 { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:sweet;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:34.0615234375rem;left:11.6865234375rem;height:2.92480625rem;font-style:normal;display:block; }
#GcOQ08DqGp0sExHhffTWcuSqT53zwhbn { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:sweet;font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:37.12451171875rem;left:11.625rem;height:1.4624rem;font-style:normal;display:block; }
#mvmOg4gJx3czkdRrIIoK3RTMA8tsxQRq { color:#000000;display:block;width:15.5rem;position:absolute;font-family:sweet;font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:37.0615234375rem;left:10.62451171875rem;height:1.4624rem;font-style:normal;display:block; }
#a1bnvnTSqEUMx7CB6nsnbXcur6QTSpH9 { color:#000000;display:block;width:15.625rem;position:absolute;font-family:sweet;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:41.24951171875rem;left:10.6875rem;height:1.6875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UzSSMwxGT74GPHKSmEMT1fJNcunQbSs2 { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:"libre baskerville";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:43.375rem;left:16.43701171875rem;height:1.625rem;font-style:normal;display:block; }
#WzKGHpB6x6kEkHc9lrpTKXDwKy3mKuxl { color:#fc674b;display:block;width:8.4375rem;position:absolute;font-family:"libre baskerville";font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:42.74951171875rem;left:10.6875rem;height:2.4375rem;font-style:normal;display:block; }
#mMznXD8HHPzgn6VOSieSDMKNxoc6ZA75 { color:#000000;display:block;width:15.625rem;position:absolute;font-family:sweet;font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:45.6865234375rem;left:10.6875rem;height:1.4624rem;font-style:normal;display:block; }
#g99nEarebQ4MXpW9Vy0V89iLdTs09CoF { background-color:#fc674b;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sweet;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:47.43701171875rem;left:10.6875rem;display:block; }
#GgkFrONFLt78JfEQ3on5dMmQ6WKxtvgm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JhHeSk82JEUWiKxmOLKTdqk3TH3vipax { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.375rem;width:18.125rem;top:28.12451171875rem;left:47.6865234375rem;display:block; }
#O0oJbDJJ2aTPwICngye54b0TKZ8Euu4u { color:#000000;display:block;width:15.625rem;position:absolute;font-family:sweet;font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:45.74951171875rem;left:48.9375rem;height:1.4624rem;font-style:normal;display:block; }
#BFOe4NySpbgpOsgs4afAITM0wAtJcqKH { background-color:#fc674b;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sweet;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:3.875rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:47.5rem;left:48.6240234375rem;display:block; }
#RHWCoz4I78TMb2ZRWmZhbdD2sO1DbpXy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K054b4BoOGnKlRBzcdIN6fRlZwU1UhmZ { color:#000000;display:block;width:15.625rem;position:absolute;font-family:sweet;font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:41.3740234375rem;left:48.9375rem;height:1.6875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#z3x2HHF9fLe7mtch3AwllywrEv33ey66 { color:#000000;display:block;width:3.125rem;position:absolute;font-family:"libre baskerville";font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:42.8740234375rem;left:55.1865234375rem;height:1.625rem;font-style:normal;display:block; }
#kNlVWZyT0Inv9zSP4laviuvvxBrpvTGR { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:sweet;font-size:1.125rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:35.5rem;left:49.875rem;height:1.4624rem;font-style:normal;display:block; }
#ZsrhwTyvUhe9LW1lm9t120ycqBKW73xs { color:#000000;display:block;width:15.5rem;position:absolute;font-family:sweet;font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:35.43701171875rem;left:48.87451171875rem;height:1.4624rem;font-style:normal;display:block; }
#Be9w2BvoTkbgGce4OVDokSqJx8G3PTyN { color:#fc674b;display:block;width:8.4375rem;position:absolute;font-family:"libre baskerville";font-size:1.875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:42.4990234375rem;left:48.9375rem;height:2.4375rem;font-style:normal;display:block; }
#NUqeDWpxWgAk6oQZfQBytHDHIrNfhgAq { color:#000000;display:block;width:15.625rem;position:absolute;font-family:sweet;font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:31.2490234375rem;left:48.9375rem;height:2.92480625rem;font-style:normal;display:block; }
#mGvDOuc4yTnV0pCraNIGFhJTLx54z8OO { color:#000000;display:block;width:15.625rem;position:absolute;font-family:sweet;font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:34.0615234375rem;left:48.9375rem;height:1.4624rem;font-style:normal;display:block; }
#AyTxJDpCq5QnII3A7PQozTBX3lfw5OB7 { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:sweet;font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:34.12451171875rem;left:49.9365234375rem;height:1.4624rem;font-style:normal;display:block; }
#v6utFZGELL8luD3T2557cUshTGWhOoto { color:#000000;display:block;width:15.625rem;position:absolute;font-family:sweet;font-size:1.4375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:29.06201171875rem;left:48.9375rem;height:1.86865rem;font-style:normal;display:block; }
#CI5FWirwnE8ufq2eqXrD2TrrBBrfBDWK { background-color:#fc674b;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sweet;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6855625rem;height:4.0620125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:21.89501953125rem;left:10.6552734375rem;display:block; }
#mTfnaTLK6lTbVu1CPJyfwvTPrelmmoVV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FnL4UblHCabfUC5nkw1HEef86q9NTTPE { background-color:#fc674b;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sweet;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:3.875rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:47.5rem;left:57.0615234375rem;display:block; }
#Vmk3c94bDX986d6r0p48pLew6d1Vfm7W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RpiJAp16ewWvlUJ0linFVWbAlkTocaHL { position:absolute;display:block;z-index:15033;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.375rem;width:18.125rem;top:28rem;left:28.5615234375rem;display:block; }
#wTtTRqVEnkqcviDXtChxUUz22PXnCDKC { color:#000000;display:block;width:15.625rem;position:absolute;font-family:sweet;font-size:1.125rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:31.2490234375rem;left:29.8125rem;height:2.92480625rem;font-style:normal;display:block; }
#rlpkx6hug9g89CTpZzkrGHfR3gJT207X { color:#000000;display:block;width:15.625rem;position:absolute;font-family:sweet;font-size:1.4375rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:29.06201171875rem;left:29.8125rem;height:1.86865rem;font-style:normal;display:block; }
#HU5Rzh7b1pT0I3cHS1TQUiJPwcLeQPTm { color:#000000;display:block;width:15.625rem;position:absolute;font-family:sweet;font-size:1.125rem;font-weight:700;z-index:15042;line-height:1.5;letter-spacing:0;top:37.9990234375rem;left:29.8125rem;height:1.6875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TvTxgV2T7kiZLgDmPgioKEPO12kS4EbU { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:sweet;font-size:1.125rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:35.5rem;left:30.8115234375rem;height:1.4624rem;font-style:normal;display:block; }
#oOo4WNAt9nTa5BteUpg4VhhbJ3Rq32LC { color:#000000;display:block;width:15.5rem;position:absolute;font-family:sweet;font-size:1.125rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:35.43701171875rem;left:29.8125rem;height:1.4624rem;font-style:normal;display:block; }
#R3ZOg2BZQMTpaVtuCH64dVV6WNS8zlwT { color:#000000;display:block;width:15.625rem;position:absolute;font-family:sweet;font-size:1.125rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:34.0615234375rem;left:29.8125rem;height:1.4624rem;font-style:normal;display:block; }
#klWMe3EwwAoqi28uXwea32fwHCiTR4bA { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:sweet;font-size:1.125rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:34.12451171875rem;left:30.8115234375rem;height:1.4624rem;font-style:normal;display:block; }
#EFdTxDbPvPk1tOeNWGmFLuWQTKUTAKzg { color:#000000;display:block;width:15.625rem;position:absolute;font-family:sweet;font-size:1.125rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:45.6865234375rem;left:29.74951171875rem;height:1.4624rem;font-style:normal;display:block; }
#i70KREqsiFUQklmVzgCSEfvqNXis9qv5 { color:#000000;display:block;width:3.125rem;position:absolute;font-family:"libre baskerville";font-size:1.25rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:40.375rem;left:35.8125rem;height:1.625rem;font-style:normal;display:block; }
#xGHtoXwnH5WFE7Pv37VpZu6OFKu1biyE { color:#fc674b;display:block;width:8.4375rem;position:absolute;font-family:"libre baskerville";font-size:1.875rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:39.8125rem;left:29.8125rem;height:2.4375rem;font-style:normal;display:block; }
#t6gA0TwoaE9M2pgFNTJFryASQRQrHSmW { color:#fc674b;display:block;width:8.4375rem;position:absolute;font-family:"libre baskerville";font-size:1.875rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:42.4990234375rem;left:29.8125rem;height:2.4375rem;font-style:normal;display:block; }
#LlZT7N405ZcAS9V3p52N6BhFVCAhTqIs { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:"libre baskerville";font-size:1.25rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:43.0615234375rem;left:35.8125rem;height:1.625rem;font-style:normal;display:block; }
#HWIQnaM4TKNaNirLzxEVJbVyOWdiSwLZ { color:#000000;display:block;width:7.5625rem;position:absolute;font-family:"libre baskerville";font-size:1.125rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:43.12451171875rem;left:38.625rem;height:1.4624rem;display:block; }
#woP2sbgEl2uDc58O7H4nZXKwN0GDZq6O { color:#fc674b;display:block;width:3.875rem;position:absolute;font-family:sweet;font-size:1.125rem;font-weight:700;z-index:15043;line-height:1.5;letter-spacing:0;top:40.31201171875rem;left:38.625rem;height:1.6875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#S9DWqokGLwuRr6894uNhHA4m3EluTzLf { background-color:#fc674b;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sweet;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:3.875rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:47.5rem;left:29.56201171875rem;display:block; }
#oD78DxSH9hbrnRLgNWdNft4WM6M4wkgI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cTWo6rSZJg6LTcDiA37maCzDBT2euAcz { background-color:#fc674b;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sweet;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:3.875rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:47.5rem;left:38.0625rem;display:block; }
#xGfQQxwzaPqkiUMtaOWs67KXTaeEKPJe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GDKkur1X30f4ySGTnuQz6Zy2TmUcRcTP { color:#ffffff;display:block;width:15.624rem;position:absolute;font-family:sweet;font-size:1.25rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:4.71533203125rem;left:10.65380859375rem;height:1.625rem;font-style:normal;display:block; }
#Tikfaebrd8O2UOhLeFleckLQLQxQ154V { color:#ffffff;display:block;width:20.937rem;position:absolute;font-family:sweet;font-size:1.4375rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:6.39990234375rem;left:10.6875rem;height:3.7373rem;font-style:normal;display:block; }
#ku5lTwwVlsNzhEny3J6PAcgHzSIXhPN3 { color:#ffffff;display:block;width:21.8730625rem;position:absolute;font-family:sweet;font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:10.2919921875rem;left:10.6875rem;height:1.4624rem;font-style:normal;display:block; }
#nFCVlXH0eFL9ppZSz8GsJn5kIh5ufshZ { color:#ffffff;display:block;width:14.6850625rem;position:absolute;font-family:sweet;font-size:1.1875rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:12.767578125rem;left:10.6875rem;height:6.7988125rem;font-style:normal;display:block; }#nFCVlXH0eFL9ppZSz8GsJn5kIh5ufshZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nFCVlXH0eFL9ppZSz8GsJn5kIh5ufshZ li:before{  }
#n78ORHA58JkQRPhQWFVVq4pBDVhOoQGT { position:absolute;display:block;z-index:15000;background-color:#a54f9e;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:23.5625rem;width:18rem;top:3.4365234375rem;left:47.62353515625rem;display:block; }
#uv5xATX547i0dh8TI92IV1kJiyaqTxnb { position:absolute;display:block;z-index:14999;background-color:#a54f9e;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:23.375rem;width:18.1875rem;top:3.49951171875rem;left:9.4365234375rem;display:block; }
#xmTMIOddMaomoC9hJDcz7oWweVSeX4l8 { color:#ffffff;display:block;width:15.624rem;position:absolute;font-family:sweet;font-size:1.25rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:4.74609375rem;left:48.9345703125rem;height:1.625rem;font-style:normal;display:block; }
#Rcr7s5DaFeluvI0NBgbM9b3tVS1r6N9E { color:#ffffff;display:block;width:18.5625rem;position:absolute;font-family:sweet;font-size:1.25rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:5.73193359375rem;left:48.9375rem;height:1.625rem;font-style:normal;display:block; }
#f7ySOxhXIPlB3U8BEakwG8sTzBC207Ld { color:#ffffff;display:block;width:15.25rem;position:absolute;font-family:sweet;font-size:1.0625rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:8.951171875rem;left:48.9375rem;height:4.142575rem;font-style:normal;display:block; }
#DPWe8CaE4P0mGWJAR7tqayrbkyrat96W { color:#ffffff;display:block;width:14.6850625rem;position:absolute;font-family:sweet;font-size:1rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:11.71533203125rem;left:49.37255859375rem;height:;font-style:normal;display:block; }#DPWe8CaE4P0mGWJAR7tqayrbkyrat96W li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DPWe8CaE4P0mGWJAR7tqayrbkyrat96W li:before{  }
#BDHvmN7pcomRQNoplB7oXNV1UKTq67y7 { color:#000000;display:block;width:15.624rem;position:absolute;font-family:sweet;font-size:1.125rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:8.98681640625rem;left:29.6865234375rem;height:2.92480625rem;font-style:normal;display:block; }
#pmi3AtScDpQFEyVvsuxvw6BpgvTVvZ8B { color:#000000;display:block;width:15.624rem;position:absolute;font-family:sweet;font-size:1.4375rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:6.39990234375rem;left:29.6865234375rem;height:1.86865rem;font-style:normal;display:block; }
#oPatz4edz9D91NwNOniErMe76sRxWpt8 { background-color:#fc674b;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sweet;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6855625rem;height:4.0620125rem;text-decoration:none;z-index:15062;text-align:center;text-align-last:center;top:21.89501953125rem;left:29.65576171875rem;display:block; }
#EKhFy1a9x1cKHLxeDpxl0Bmfg5OlX7Wz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UTzqSypyZ1TZVVJiPuffdo2WT2hunBhq { position:absolute;display:block;z-index:15049;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.562rem;width:18.1245rem;top:3.4365234375rem;left:28.43701171875rem;display:block; }
#MZL9oSmyQMf5lIgLo0vmE0n5Nps59AEW { background-color:#fc674b;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sweet;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.8125rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:17.0654296875rem;left:48.9375rem;display:block; }
#pENsK85kZKFGy3WOU3Jq354RJCNttPh5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#awSXQSZi93s8D23hs7t1K6yJtSo8NcbA { background-color:#fc674b;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sweet;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:3.875rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:21.98828125rem;left:48.9375rem;display:block; }
#RgOfyCPfCGeZJzr56R23BhJqsWwHXAoM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xmddxp2FnSnZWuTb8BM0l2WrH59dxPVr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8cfcf;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xmddxp2FnSnZWuTb8BM0l2WrH59dxPVr > .row .container { background-color: transparent; background-image: none; }#xmddxp2FnSnZWuTb8BM0l2WrH59dxPVr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xmddxp2FnSnZWuTb8BM0l2WrH59dxPVr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xmddxp2FnSnZWuTb8BM0l2WrH59dxPVr > .row .container > .video-iframe-container { display: none; }#xmddxp2FnSnZWuTb8BM0l2WrH59dxPVr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xmddxp2FnSnZWuTb8BM0l2WrH59dxPVr > .row > .video-iframe-container { display: none; }#xmddxp2FnSnZWuTb8BM0l2WrH59dxPVr > .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); }#xmddxp2FnSnZWuTb8BM0l2WrH59dxPVr > .row .container { border-width: 0; border-radius: 0; }#xmddxp2FnSnZWuTb8BM0l2WrH59dxPVr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xmddxp2FnSnZWuTb8BM0l2WrH59dxPVr > .row .container { font-size:0.875rem;font-family:arial;height:30.3125rem;width:75rem;position:relative;display:block; }#p83uwVMS4ELvPDh6UVZCmZmSLci6nOwW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.5625rem;width:20.4375rem;top:2.375rem;left:6.8125rem;overflow:hidden;display:block; }
#bFEpHeywXKHVTzSikvmUhD31Nfl7TmU7 { color:#fc674b;display:block;width:36.875rem;position:absolute;font-family:"libre baskerville";font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.5rem;left:38.125rem;height:2.2058823125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lDz4GwgskwfNvSaQBJiCwwEHLn0GdUBH { color:#000000;display:block;width:34.875rem;position:absolute;font-family:sweet;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:6.8125rem;left:38.125rem;height:6.985293875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xTUHwJgysGlogv6bKylby8COr04CTCzT { color:#000000;display:block;width:34.5rem;position:absolute;font-family:sweet;font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:15.25rem;left:38.125rem;height:8.3823523125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#I0C1aLSOEtBqEgT6egd7J17A4KTeq0Kw { color:#000000;display:block;width:35.875rem;position:absolute;font-family:sweet;font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:26.1875rem;left:38.3125rem;height:1.102941125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#sArRzXW1HncxuekFNLFy8TWrVpgxehed { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8cfcf;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sArRzXW1HncxuekFNLFy8TWrVpgxehed > .row .container { background-color: transparent; background-image: none; }#sArRzXW1HncxuekFNLFy8TWrVpgxehed::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sArRzXW1HncxuekFNLFy8TWrVpgxehed > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sArRzXW1HncxuekFNLFy8TWrVpgxehed > .row .container > .video-iframe-container { display: none; }#sArRzXW1HncxuekFNLFy8TWrVpgxehed > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sArRzXW1HncxuekFNLFy8TWrVpgxehed > .row > .video-iframe-container { display: none; }#sArRzXW1HncxuekFNLFy8TWrVpgxehed > .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); }#sArRzXW1HncxuekFNLFy8TWrVpgxehed > .row .container { border-width: 0; border-radius: 0; }#sArRzXW1HncxuekFNLFy8TWrVpgxehed > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sArRzXW1HncxuekFNLFy8TWrVpgxehed > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:block; }#U6fNdSnkk2GCcDUDFstWbRpdlp2aC76S { color:#fc674b;display:block;width:75rem;position:absolute;font-family:"libre baskerville";font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.40625rem;left:0rem;height:2.2058823125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#pQefxpHx99nrAvwFQKZ0O0Ot6bKZvyp1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8cfcf;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pQefxpHx99nrAvwFQKZ0O0Ot6bKZvyp1 > .row .container { background-color: transparent; background-image: none; }#pQefxpHx99nrAvwFQKZ0O0Ot6bKZvyp1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQefxpHx99nrAvwFQKZ0O0Ot6bKZvyp1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQefxpHx99nrAvwFQKZ0O0Ot6bKZvyp1 > .row .container > .video-iframe-container { display: none; }#pQefxpHx99nrAvwFQKZ0O0Ot6bKZvyp1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQefxpHx99nrAvwFQKZ0O0Ot6bKZvyp1 > .row > .video-iframe-container { display: none; }#pQefxpHx99nrAvwFQKZ0O0Ot6bKZvyp1 > .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); }#pQefxpHx99nrAvwFQKZ0O0Ot6bKZvyp1 > .row .container { border-width: 0; border-radius: 0; }#pQefxpHx99nrAvwFQKZ0O0Ot6bKZvyp1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pQefxpHx99nrAvwFQKZ0O0Ot6bKZvyp1 > .row .container { font-size:0.875rem;font-family:arial;height:39.3125rem;width:75rem;position:relative;display:block; }#Axkn03OR1Hk7yqet7NTzAzv2KIeCodPJ { color:#000000;display:block;width:36.875rem;position:absolute;font-family:sweet;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0rem;height:3.235294125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d3GksDIK25TaSMVWREfTNh68bcNz7quA { color:#000000;display:block;width:36.875rem;position:absolute;font-family:sweet;font-size:0.9375rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:4.0625rem;left:0rem;height:5.5882349375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ggWFUZKl5t7u9tESAhsM6aDopQrgSToR { color:#000000;display:block;width:36.875rem;position:absolute;font-family:sweet;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.8125rem;left:37.5rem;height:1.6176470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yH09IcGxi8dHWzhuXd2MrNwkS9LKE4xI { color:#000000;display:block;width:37.75rem;position:absolute;font-family:sweet;font-size:0.9375rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:4.1246337890625rem;left:37.499999046326rem;height:33.5294099375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mAkNOIyMmu6Ly6yihDmyr7Wwd9kaIdHq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32rem;width:30.4375rem;display:none; }
#w5GC54NAIFSSvSuZCTQQ6nQoiE8np6sB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32rem;width:30.4375rem;display:none; }
#pyIF0vTqrsvnGOd4i1pKA51PlJlTThBA { color:#000000;display:block;width:36.875rem;position:absolute;font-family:sweet;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.0625rem;left:0rem;height:1.6176470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GkKIGIHFv1T3CaOW5CEG0C4KvXL9GBBg { color:#000000;display:block;width:36.875rem;position:absolute;font-family:sweet;font-size:0.9375rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:9.0625rem;left:0rem;height:1.39705875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WnSSekXZqVotLbwS7TzzauUgUlNlMhh3 { color:#000000;display:block;width:36.875rem;position:absolute;font-family:sweet;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:11.3125rem;left:0rem;height:1.6176470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zVsMKi5QTB3vAbTgdCU8Xhdp9NPpz4JT { color:#000000;display:block;width:36.875rem;position:absolute;font-family:sweet;font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:12.875rem;left:0rem;height:1.39705875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EFrTbFSMqH9mGD8xWr2lKEXL0RucrB3t { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32rem;width:30.4375rem;display:none; }
#Tn9vEyeqFgLmgxSyp63L7LQaGg2hNJLx { color:#000000;display:block;width:36.875rem;position:absolute;font-family:sweet;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.8125rem;left:0rem;height:1.6176470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H1dMi5Zwo6TQgnAiE9Z7Z6fTZ40CzTa7 { color:#000000;display:block;width:36.875rem;position:absolute;font-family:sweet;font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:16.375rem;left:0rem;height:5.5882351875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ss8M1JvumZzUd7AU7IJ7cyiTXJnxaEcW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32rem;width:30.4375rem;display:none; }
#xPa1vKNciqmT4CBg0u5FLNyW7S55EcZD { color:#000000;display:block;width:36.875rem;position:absolute;font-family:sweet;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:20.25rem;left:0rem;height:1.6176470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VmLuQdSu0A6bmJ90hNmyUHSSTSOlI5hl { color:#000000;display:block;width:36.875rem;position:absolute;font-family:sweet;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:21.841552734375rem;left:0rem;height:1.6176470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LSAPIivTiH1O9Mf6foQE2STKbGOzkmyH { color:#000000;display:block;width:36.875rem;position:absolute;font-family:sweet;font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:22.4375rem;left:0rem;height:6.985293625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zxTTOfTivWV2s84NKAnpry3lAsffzbJF { color:#000000;display:block;width:36.875rem;position:absolute;font-family:sweet;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:31.0625rem;left:0rem;height:1.6176470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xxfHcRxEd6fnI46V5mwFu0LAGQfHpXiV { color:#000000;display:block;width:34.6875rem;position:absolute;font-family:sweet;font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:33.25rem;left:0.625rem;height:1.39705875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }#xxfHcRxEd6fnI46V5mwFu0LAGQfHpXiV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xxfHcRxEd6fnI46V5mwFu0LAGQfHpXiV li:before{  }
#qNa2WnhglRbrDnI5SrAXfZDkI6tkFZWT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3747701875rem;width:7.1875rem;top:34.625rem;left:0.625rem;overflow:hidden;display:block; }
#G8ns4qaX6eOWteiNIFtRxOL00Ai4OTTR { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0622701875rem;width:4.3118105rem;top:35rem;left:22.0625rem;overflow:hidden;display:block; }
#lQrSK9dhFiUPhqZcI92CSc1Mln0QFqyl { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.99908075rem;width:8.0618105rem;top:35.0625rem;left:27.3125rem;overflow:hidden;display:block; }
#nUsICrLrp3ddQHBkkBLSgwMRveyr715p { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:11.4372701875rem;top:35.5rem;left:9.1875rem;overflow:hidden;display:block; }
#ptxAIQQHxSQZeQW8VG8RiDqBf3u7NJo4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ptxAIQQHxSQZeQW8VG8RiDqBf3u7NJo4 > .row .container { background-color: transparent; background-image: none; }#ptxAIQQHxSQZeQW8VG8RiDqBf3u7NJo4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptxAIQQHxSQZeQW8VG8RiDqBf3u7NJo4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptxAIQQHxSQZeQW8VG8RiDqBf3u7NJo4 > .row .container > .video-iframe-container { display: none; }#ptxAIQQHxSQZeQW8VG8RiDqBf3u7NJo4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptxAIQQHxSQZeQW8VG8RiDqBf3u7NJo4 > .row > .video-iframe-container { display: none; }#ptxAIQQHxSQZeQW8VG8RiDqBf3u7NJo4 > .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); }#ptxAIQQHxSQZeQW8VG8RiDqBf3u7NJo4 > .row .container { border-width: 0; border-radius: 0; }#ptxAIQQHxSQZeQW8VG8RiDqBf3u7NJo4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ptxAIQQHxSQZeQW8VG8RiDqBf3u7NJo4 > .row .container { font-size:0.875rem;font-family:arial;height:2.375rem;width:75rem;position:relative;display:block; }#RSLRgMOPa2tXfo2USTDCeG31VrHU2IDk { color:#000000;display:block;width:12.5rem;position:absolute;font-family:sweet;font-size:0.6875rem;font-weight:700;z-index:15000;line-height:1.6;letter-spacing:0;top:0rem;left:31.25rem;height:2.058823625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k2LFB1JPSwTmAWNtdxrxmRx7ImGQhEkJ { top:0.875rem;left:0rem;width:47.75rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDTqnG7TebEyJQlNGWzyTISaoyXB92eW { display:block; }#SDTqnG7TebEyJQlNGWzyTISaoyXB92eW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eWRMzv6189UBlUOqfq4polAkzdnAxTBy { width:23.125rem;height:22.8125rem;top:8.8125rem;left:13.9365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGa0aC1ufvLkX7A8mDXGi7TZxBs0J8l3 { width:1.1875rem;height:2.125rem;top:38.75rem;left:24.7802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRfh3W7QuwXkShc2NOf4sRno2uU9LEBf { width:0.3125rem;height:0.75rem;top:38.75rem;left:25.3427734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppsDQuhZHMy6dOb6kzAEGw92TSmJpgdy { width:17.1875rem;height:3.6875rem;top:33.125rem;left:16.9052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMnbO6362VoSTZEkIUH24IH28WhbTtn9 { display:block; }
 }@media only screen and (max-width: 763px) { #zaZrUBo3ADLpRWyvcVOxARSv6PHKSA7W { display:block; }#zaZrUBo3ADLpRWyvcVOxARSv6PHKSA7W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mlXniX3awAibRksarldhLRIX0eMgK6Mv { width:32.8125rem;height:27.875rem;top:3.375rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N90UG3PgIVDSmfAk7FLwFUrc3buVGDKE { display:block; }#N90UG3PgIVDSmfAk7FLwFUrc3buVGDKE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QJ5e5zZDEDztvSBqeDEf62KMvACtufIE { width:33.5rem;height:5.25rem;top:2.8125rem;left:14.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFcJerh8SBFrJQUnqMFTRCdTmzPbrnud { width:36.875rem;height:1.875rem;top:9.4375rem;left:10.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuS5RpkeGmgbSNflxt5r6kHBOqV8lHUz { width:33.8125rem;height:17.875rem;top:12.75rem;left:13.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dt1yef1pnlGAridn1rDTqXIJFJPSTDvi { width:13.4375rem;height:2.875rem;top:32.4375rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hl4yZRfwxyAZB6aeFMTCTnU9XLB9f2TP { display:block; }
 }@media only screen and (max-width: 763px) { #mvsohmenfZEeaThnv8VVpZWevsEIdToB { width:20rem;height:22.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Icuck1D6Amzq7KRhSfvwOLTTqUoMkzLS { display:block; }#Icuck1D6Amzq7KRhSfvwOLTTqUoMkzLS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DOSSxzg8HHPzGVcTyh7fKHMfR95olcHL { width:34rem;height:17.875rem;top:5.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEsh7wbWxaIOfp6qq5lihmFiW9LDW4lI { width:37.75rem;height:12.75rem;top:24.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6B56ItupAtRKN65zXbaNM17dgoJQ22s { width:20rem;height:22.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HdneTrOZcktGBbkh713fQG6ozEQ3ROWK { width:27.8125rem;height:6.875rem;top:39.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehezEsm52XdOzWgHWFkP7dfd946AHz9u { display:block; }#ehezEsm52XdOzWgHWFkP7dfd946AHz9u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AkGP2BTyHxhXcxeMv3gro4i1vwklwquT { width:34.5625rem;height:16.9375rem;top:7.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kS5ODLFEAtPwOZN9WVSJgQb00a6skNIT { width:36.875rem;height:1.3125rem;top:26.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLx4XDB931c9Gkkzw94QfIXduwFRlmER { width:20rem;height:13.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rifFBddQVAd7NuIIokeDdfAeLIdNP4w1 { width:36.875rem;height:1.75rem;top:4.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQ73JoQa3QtAmtg5pUxyakhMu5Snml5y { display:block; }#NQ73JoQa3QtAmtg5pUxyakhMu5Snml5y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PWy0iQbWhhMmLs4bSSTzElzqBXS1NGD0 { width:32rem;height:0;top:8.875rem;left:15.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oR2Cz5cgUybCSf7InShWu0XPRpOI3f9L { width:36.8125rem;height:;top:5.4375rem;left:10.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKtZI2I0qHBgeDiAnvnn8hG4Zxw0Ltl0 { width:33.5rem;height:28.5625rem;top:13.625rem;left:14.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M59on1isAm6Me8Jr8SVI8OT2FHUkFGFW { width:17.5625rem;height:3.8125rem;top:38.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRpS6Setkpvm93N8dcdkHbAQO8TdecVx { display:block; }
 }@media only screen and (max-width: 763px) { #bLTLOkzd4sdFigW943mTF01Cpq0nkqTe { top:3.125rem;left:0rem;width:32.3125rem;height:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMq4oWfZeGQLUqn72G7x2nbhJA8DeH3m { display:block; }#uMq4oWfZeGQLUqn72G7x2nbhJA8DeH3m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZdezVafc6qATxvTBnGo4Mou3lfOFhLDc { top:0.0625rem;left:12.4375rem;width:22.875rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRRSa4TliTqnSWrUsgTv5M7UmtJTTuVw { display:block; }#DRRSa4TliTqnSWrUsgTv5M7UmtJTTuVw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #imK5uZ1XKAcaXRHU24MJD5AJh9FeAGAg { width:32rem;height:;top:2.6875rem;left:9.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBUbcZ0upcIo2G6i5TSnM5QGDpAnGhrL { width:44.375rem;height:;top:5.875rem;left:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDKaKPiv5FtggTncdN7xJ3HklOJPTlVC { width:17.5625rem;height:3.8125rem;top:38.5625rem;left:17.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEVdPpho1KCwlPGkdnD7Cr3W2Q0TSwmX { display:block; }
 }@media only screen and (max-width: 763px) { #qZPnZk7R6qTKNUEU84T5cbmWq8tAghLs { top:11.0625rem;left:3.0625rem;width:44.625rem;height:25.027508307878rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZL9s1qLud1TRcrDIgc7TnP6t31u3n515 { display:block; }#ZL9s1qLud1TRcrDIgc7TnP6t31u3n515 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mAaNWQtRptF5LU2PdOkdgMOu4TW853mk { width:32rem;height:5.25rem;top:4.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eu5inyUara3icOxrikanu2SkmaIsbdaK { width:30.4375rem;height:;top:11.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzZTQVUd3niG2lUUHkZq8ZzUmyp9xXF7 { top:5.5rem;left:10.875rem;width:36.875rem;height:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHrBp9Q3kZ6seN2841uEuCLnxKsgeUl0 { width:17.5625rem;height:3.8125rem;top:37.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1xfeUD43pJW0yRahF079fCQDlzsJkUs { display:block; }
 }@media only screen and (max-width: 763px) { #V5neDTd26lyX9mNxTFvn2L7BQqEGGq6t { display:block; }#V5neDTd26lyX9mNxTFvn2L7BQqEGGq6t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Orr3ziuwRtRqA2h0OJdAM1P068hm1Vtu { width:32rem;height:;top:8.125rem;left:15.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyzeqUGC7ixki2EdQAbQHiAnGDTTComC { width:36.875rem;height:;top:4.1875rem;left:10.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTcTSWNnvLDa8DAWXTNIeBe4dymgZWG6 { width:33.125rem;height:15.75rem;top:27rem;left:14.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyyEHEvBWoJHAx0L87zcwQrJTJtRbkfb { top:6.3125rem;left:0rem;width:33.125rem;height:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TetSkz6dvew4v71mlK7yL18pMvTmXhuy { display:block; }#TetSkz6dvew4v71mlK7yL18pMvTmXhuy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cNtpdy606NktriEJ2B3gsXFXMb9mF0eR { width:32rem;height:;top:7.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwCMu3Z0xJW2RcnSDNnhQ5wBV8AaXKvx { width:36.8125rem;height:2.625rem;top:4.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUgyJLvAxlkTbkT6kZCukq5N5rJsT4y3 { width:27.8125rem;height:15.75rem;top:13.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQTcqyCuRRp7WMQUACbtpohgT8L32Vyz { top:2.1875rem;left:11.875rem;width:35.875rem;height:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rch9GTO669vawATE21wHeZq4H1R98qtW { display:block; }#Rch9GTO669vawATE21wHeZq4H1R98qtW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWIK214gNQ9mvBiR4snLlVCEtWQEDyUm { width:32rem;height:12.25rem;top:1.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBKUldA6UzJT200ORgUr7e7N0MureBNz { width:17.8125rem;height:;top:34.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyFJROfEFialfJuzTtf694AzGrS1h0iI { width:36.875rem;height:2.1875rem;top:1.75rem;left:10.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0yKiAZtUOshO9dKz6hHNDVRkBJoOlqM { width:32.5625rem;height:23.375rem;top:9.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnvWghGoUBGhuGad6hSTP16WwrnPJ5Bd { top:7.625rem;left:25.125rem;width:22.625rem;height:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXVwRVpls17Zbt5krOS054IoIl1dDFTy { display:block; }#hXVwRVpls17Zbt5krOS054IoIl1dDFTy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTl3QyP1540QRlnz5o6G3oi7EXewanxU { width:30.5625rem;height:14rem;top:1.6875rem;left:17.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIEfSyaJnt4k0cw34IwMSbM8lEOzw2xC { width:17.8125rem;height:6.375rem;top:26.8125rem;left:29.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fd5S1KA8FLnTWUfnODlxzJ8tO1dqh9UG { width:20rem;height:17.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RHpEdbvKut1TRrKkKgh38AsJVITgxZ5w { width:36.875rem;height:2.1875rem;top:1.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyrMMlu9uRdNiP3d8z3zNgfoikvQzBOW { width:30.4375rem;height:6.875rem;top:18rem;left:17.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrP2R7iLWyJQxrVoPAyTlELw9lalnHq2 { display:block; }#TrP2R7iLWyJQxrVoPAyTlELw9lalnHq2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nPeutNDRkpJxvEKGx60IoxdZBXLgPhUV { width:47.75rem;height:;top:0rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOqZFJN7hgt1oXbID3cMB5iZ1efFBNhc { top:0.875rem;left:5.71875rem;width:39.75rem;height:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtRAtzmJ3kzv4PkrTEShx96cwSii7gV9 { width:47.75rem;height:2.375rem;top:33.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDHuHQJcwU9dgmB93WoGA7P1J0lIGhvz { display:block; }#dDHuHQJcwU9dgmB93WoGA7P1J0lIGhvz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wFL6ROfDAZ5zPl1XEu4ScBGKxgRuaNpl { width:28.375rem;height:2.9375rem;top:4.125rem;left:19.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZiwpPh9SM0GdChxdXMdmtrJqs5uRGpJ { width:32.5625rem;height:17.875rem;top:9.625rem;left:15.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSE6gbNbDTWbLFxcFGNeetEkyx7qQEVM { top:0.8125rem;left:0rem;width:27.5rem;height:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8J5TOLSt51OnrVTy00RCSL5OnKcqaUB { width:19.1875rem;height:2.625rem;top:29.625rem;left:26.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5eEVM1nXU21vFJWomN7JnFK1s4H0hAm { display:block; }
 }@media only screen and (max-width: 763px) { #U5m9Tp9tUnS3HJDJFplwlrUGUF5B09wa { display:block; }#U5m9Tp9tUnS3HJDJFplwlrUGUF5B09wa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dvPwTsTOMCE1xg7pes1loT6ue1TfDn9J { width:34.75rem;height:3.125rem;top:3.3125rem;left:13rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7tLImrxF5tS50wxyHBqMhuTGutAtHcK { width:29.375rem;height:28.875rem;top:5.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wl5g9MK71dJlI6sltMEcxSzWJF50xAax { top:6.375rem;left:0rem;width:38rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwHOzgUbVHldAJ60ySEnpmX5DAVKL9Ni { width:19.1875rem;height:2.625rem;top:33.375rem;left:26.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJTJfpPgJ0E3C3db00Hxw0aSHTV1yDQo { display:block; }
 }@media only screen and (max-width: 763px) { #H4kgq5kcmtyzhE1vMdSf9637hfCFF9Zn { display:block; }#H4kgq5kcmtyzhE1vMdSf9637hfCFF9Zn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rcorNo8qdK5ulBCneg91vbTGbPK3Nf9g { top:4.125rem;left:0rem;width:42.375rem;height:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8cxSKdXGFVnoTtCUggHzasUuPpp7aL4 { display:block; }#g8cxSKdXGFVnoTtCUggHzasUuPpp7aL4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aLQghRgE3QoyhLtXcVkUHA1dTZXalh0o { top:3.25rem;left:0rem;width:38.375rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #geWq3FWqgWyy7huKOWC5E89OFe9r71vQ { width:19.1875rem;height:2.625rem;top:30.4375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #utfXXQdwh8cxHMTAaCgAbf4evbHMPPWb { display:block; }
 }@media only screen and (max-width: 763px) { #yEO5KvV0heKy5puKEouEerorxATxWt10 { top:34.0625rem;left:0rem;width:38.75rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRaWz08b2rOR9I7GILtU6A6OqM0iUC9e { top:34.5625rem;left:0rem;width:35.9375rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1EGhmvQOv3EX9SAKOKnDuSUZqA4ZBh8 { top:3.375rem;left:0rem;width:38.75rem;height:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmrMDLtTdroWDOQp2h91XTIzCqFe0BJ3 { display:block; }#XmrMDLtTdroWDOQp2h91XTIzCqFe0BJ3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VSyTlsrfsx0EM7KsgDiTmVF76gRy7UCZ { top:4.5625rem;left:0rem;width:35.8125rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtTVKxxIBzmbKniR7TNtFnhA1Gbhzwcf { display:block; }#TtTVKxxIBzmbKniR7TNtFnhA1Gbhzwcf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OFASaU8dgiICSfgNr5HB7bEEBMnU6NDf { width:30rem;height:20.625rem;top:9.6875rem;left:17.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgI0Kfcphwbq8sdQQr83z5AREysmzp5r { top:6.1875rem;left:0rem;width:30.5rem;height:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXfGsaTM7cXotzor5bUc9hmKMmHwBxUw { width:47.75rem;height:3.125rem;top:2.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTUNvoSHJPmw2LGl7dWoBFeXOdfalEbo { width:19.1875rem;height:2.625rem;top:32.1875rem;left:26.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpGcLfEdPNhOuF1hbUezRdloRyfF1QB2 { display:block; }
 }@media only screen and (max-width: 763px) { #bSo77oEtVytXd2RsnosJM12O1CqqmeZq { display:block; }#bSo77oEtVytXd2RsnosJM12O1CqqmeZq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OICPmKXr8dqwb1qhGSnyr4992SHmccbD { width:30rem;height:8.25rem;top:15.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbsXTTvdw4XGKcU40hlOXMOXRNmqaN6W { width:35.9375rem;height:3.125rem;top:5.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUD4l3SOV1c34PxNhzi9IVLhZvw1l0xh { width:19.1875rem;height:2.625rem;top:28.5rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5sCaAAbizFpTdUbTGREfaivSEToBsEo { display:block; }
 }@media only screen and (max-width: 763px) { #Q16KOLofGzR6gwPi4wcFlSyNIr96MWoO { top:14.875rem;left:24.78125rem;width:20.375rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcfF3n91JBE6Cr7mG9EcNFLvwmOuQ2L7 { top:2.0625rem;left:27.0625rem;width:20.6875rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gW4EAViAuP2bWyahBGrrTnh9ratNITTH { top:0rem;left:23.875rem;width:20.25rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bg8qHgexKcDtTBbWPFAW1GCcVJT5Jmdc { top:8.5rem;left:8.8125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9CnU6JebdH00EWLeiWTFd9VFQB3CuFI { display:block; }#T9CnU6JebdH00EWLeiWTFd9VFQB3CuFI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTvCKCrt8BBTZaSgAAfzEVZIgWSFTbUV { width:29.5rem;height:13.3125rem;top:32.0625rem;left:0rem;font-size:0.9375rem;display:block; }#dTvCKCrt8BBTZaSgAAfzEVZIgWSFTbUV li:before{  }
 }@media only screen and (max-width: 763px) { #NbGTCCLhwe91amrZwhHoaLJ5nosUWK3m { width:47.75rem;height:3.9375rem;top:1.875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #svFlQATQcKq7t9wAw14wkaCbiFKq6ER2 { width:29.5625rem;height:;top:32.0625rem;left:18.1875rem;font-size:0.9375rem;display:block; }#svFlQATQcKq7t9wAw14wkaCbiFKq6ER2 li:before{  }
 }@media only screen and (max-width: 763px) { #WQ2zAZet4ufMeLpdaNxDfIZwh1bMnXmr { top:1.875rem;left:0rem;width:44.1875rem;height:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #opwoUvT7EPIaUyKSsFFmQL7qgNZnpTIq { display:block; }#opwoUvT7EPIaUyKSsFFmQL7qgNZnpTIq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sooledzEObfHeF41sfuDrKKB5qUJxcnz { width:47.75rem;height:;top:0.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTbliLCXMmrTLi79UL3K8fqp52CcTyUm { display:block; }#eTbliLCXMmrTLi79UL3K8fqp52CcTyUm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vdh5filXxf57WF9cumCOm2dWGEkpKoGz { width:17.75rem;height:3.375rem;top:2rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgvtxKIqwBt4K27WwaTnhOSqplLlhFdf { width:36.8125rem;height:;top:13.125rem;left:0rem;font-size:0.8125rem;display:block; }#cgvtxKIqwBt4K27WwaTnhOSqplLlhFdf li:before{  }
 }@media only screen and (max-width: 763px) { #psB1rONC3VQAB3RU7d1QdTkbURz7Obfg { width:36.875rem;height:1.8125rem;top:28.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #As4XfbkIUTvrvcfN9n1TOMiZwbbl0wpv { width:12.5rem;height:2.8125rem;top:31.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zF0RTOTyocOTQao8iXrSufiAn49xkDKt { width:6.6875rem;height:1.9375rem;top:32.0625rem;left:1.3113508224488rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Si9pK8Kz2ETFzom47e02tvD2k5cWxm9N { width:36.875rem;height:1.125rem;top:39.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ph3SdSBgfb05q63JNs9ls3d2gf9nhxbm { width:18.75rem;height:2.5625rem;top:31.75rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcMFQngv9IDqZi8umAxRoQGpwU1TVD0A { display:block; }
 }@media only screen and (max-width: 763px) { #s6vpEqavVhzEqTVCn89VOdW6gAyC30pA { width:33.4375rem;height:4.1875rem;top:6.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccMB3BGLw2K7aNsUdmMF1LQREfMpQ07D { width:19.5rem;height:24.75rem;top:4.75rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #meL7TVBd5IqXIcZ2UfxcFliXfmURf9fE { width:36.875rem;height:1.125rem;top:40.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpLsTM455gdvG1fFdKKQDs6D98ietLeg { top:2.8125rem;left:19.5rem;width:27.8125rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #adtv4FoLEd9WvVqTwR8F1T7CKUU8iJ6c { top:4.1875rem;left:21.8125rem;width:25.9375rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5ium4WU9wF1Kq4Nc3zfO1D65cb59gsl { width:33.9375rem;height:;top:22.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9shwUmOrdHUTZbFibt28DiM6WUNbtQZ { width:12.5rem;height:1.5625rem;top:35.5rem;left:0.1865816116333rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDpk7gV21ON80afZQOEJpWVn3lIdrQvT { width:7.5625rem;height:2.3125rem;top:35.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2v0vpRM2JwUiAy9rGUi9UPLkJ0rTT6i { display:block; }#y2v0vpRM2JwUiAy9rGUi9UPLkJ0rTT6i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ALOi23VAa3C4c6necKfVkS7lw07B2eug { width:26.25rem;height:28.0625rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTs8e4O9zksRE72A6p7XTZIa3BKGldRR { width:34.1875rem;height:3.125rem;top:1.3125rem;left:13.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yV83yTVw9zIpbXF2E6x0CPIDrAEPUiUp { width:33.4375rem;height:7.8125rem;top:11.3125rem;left:14.3125rem;font-size:0.8125rem;display:block; }#yV83yTVw9zIpbXF2E6x0CPIDrAEPUiUp li:before{  }
 }@media only screen and (max-width: 763px) { #gaLzKPJfhN6rPlAWTX5Dr8F9dEl7DXAV { width:21.625rem;height:1.6875rem;top:21.4375rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJ1nUdb2EcEvRb2kLTUUOpdTpTJ8sFim { width:12.5rem;height:2.875rem;top:24.4375rem;left:23.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSBDDB67IGxec3GUt9oTxT02fT84Cdpy { width:12.5rem;height:1.9375rem;top:25rem;left:25.1552734375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgAt2bTKaEewSAa8wFEvMSrw7tScSmxx { width:22.5rem;height:1.125rem;top:29.4375rem;left:23.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATqKFod0FrQpzAETpRppexT5zFHS7FDl { width:11rem;height:2.625rem;top:24.5625rem;left:36.0927734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7C63BJGTQLXn2wLoRKsST5B0ruFvzQd { display:block; }
 }@media only screen and (max-width: 763px) { #EV3dLtM64ED4wMTT3Mo6bKHcJJJctSgB { width:33.4375rem;height:4.125rem;top:5.5625rem;left:14.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EefehgUVRlstTUBwLpL2ZUPsgB9yhb7O { width:24.375rem;height:1.1875rem;top:30.625rem;left:23.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l04y6wXEXTJFuyZTyfIOiiuKOdh2qUhL { display:block; }#l04y6wXEXTJFuyZTyfIOiiuKOdh2qUhL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EtLfk0hWAxgx50J2AToJitDFsTICghZ3 { width:36.875rem;height:3.375rem;top:3.375rem;left:10.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDUaZPHr6mTcgS0gUWXT9DCrE85AsxXU { width:36.125rem;height:1.75rem;top:7.1875rem;left:11.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #shGTX0P060QvIFQQ3LR7kgdT9DbSJUzL { width:37.5rem;height:14.3125rem;top:10.3125rem;left:0rem;font-size:1rem;display:block; }#shGTX0P060QvIFQQ3LR7kgdT9DbSJUzL li:before{  }
 }@media only screen and (max-width: 763px) { #yunB2ikPzS1B3nJFKzhJH2op5VBBdfXE { width:36.875rem;height:1.25rem;top:32rem;left:10.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZTOwqP7qX3B78Rrc95ycJUh2zKVCJ6K { width:12.5rem;height:2.875rem;top:28.5rem;left:23.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTE4nRMtd2KMym2CBhLrdE8qcS7WgUEl { width:12.4375rem;height:1.9375rem;top:29.0625rem;left:25.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQ9dnTqHzu6N7yDDmTizN8HK95Qhikq5 { width:36.875rem;height:1.875rem;top:26.6875rem;left:10.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTkA4yK1VfCd1HieVlDLlHxV2Rz4TgXb { width:11rem;height:2.625rem;top:28.625rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGZGESAh7TVdRRPfNMGr3qJvqMtCcatK { display:block; }
 }@media only screen and (max-width: 763px) { #TimIsOUNH0MnVnaOnykoQ6Qu3ra0t3lT { width:21.9375rem;height:1.625rem;top:1.75rem;left:23.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABkDA11ZKqKilbHw318ZaSqxlPqwDv67 { top:0rem;left:0rem;width:37.25rem;height:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpFJREJbFqU6vGe1UBSp6by5y4gBhKKx { display:block; }#TpFJREJbFqU6vGe1UBSp6by5y4gBhKKx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l3G2twcnVsRBxM5ePuxTmiT9ZMNiFynn { width:35.375rem;height:3.125rem;top:1rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #evyLhLiSs5LQ4vtt7sFxSlr2OGmrol8W { width:35.625rem;height:1.375rem;top:5.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuJ15sAiyQFbwbhTFsTG4wMdz4hwlqcT { width:12.5rem;height:2.875rem;top:30.25rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLOBmC0BB0ePfX5eB6MQKM97G2nHM6Ta { width:12.5rem;height:1.9375rem;top:30.75rem;left:0.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AH0L9LPczNgTPalWwIfIXETG4CZZBrLb { width:36.875rem;height:6.4375rem;top:7.6875rem;left:0rem;font-size:0.8125rem;display:block; }#AH0L9LPczNgTPalWwIfIXETG4CZZBrLb li:before{  }
 }@media only screen and (max-width: 763px) { #TrcyDITXZ8ukTPzdPwDBLkdIZuxuiPix { top:4.0625rem;left:20.25rem;width:27.5rem;height:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aG2SvfUsRNdbnrFvMx4PuPC9bt8gBZdr { width:10.875rem;height:2.625rem;top:27.625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #vScCXno1EUJoqtoT6vQdXhEL38i3P5Pm { display:block; }
 }@media only screen and (max-width: 763px) { #onzpqIO8AUOHVJvdKltelOTdddoaCG5X { width:36.875rem;height:1.875rem;top:27.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTWKZa4VfkGykuKniiFai1prVGGeNnCt { width:31.0625rem;height:1.1875rem;top:35rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIVVnb850rLCo1zszcQu9m6pTt5xWmMZ { top:5.125rem;left:23.875rem;width:10.25rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgSU6QGqWmbMsGn9HDSCWhW2cibTMoVW { width:34.8125rem;height:9.5rem;top:16.25rem;left:0rem;font-size:0.8125rem;display:block; }#FgSU6QGqWmbMsGn9HDSCWhW2cibTMoVW li:before{  }
 }@media only screen and (max-width: 763px) { #fMUM4PoLTRHTFu8dfTkOAqTOVFLChEX1 { width:10.9375rem;height:2.6875rem;top:31.0625rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfanO8LcHta7LfLcmT4twMXtN253KoC5 { display:block; }
 }@media only screen and (max-width: 763px) { #rURPor0lx2EME48XkzZT9zvhTR6rSrrM { display:block; }#rURPor0lx2EME48XkzZT9zvhTR6rSrrM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eEQmemgGTasogTWMSnhgXMi8qGNc8tsn { width:35.375rem;height:1.625rem;top:0rem;left:12.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxbkfemxMCeX2GMdnTWeM82MKNRTZp91 { width:36.875rem;height:3.375rem;top:3.5625rem;left:10.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfTPGDSccZqkCVAkXTvdOTABJvqbMFpJ { width:36.875rem;height:2.75rem;top:11.25rem;left:10.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoqTfTmdaS3MI3iW1T9uPcQ2JuzOVqPN { width:36.875rem;height:5.5rem;top:15.25rem;left:10.875rem;font-size:0.9375rem;display:block; }#PoqTfTmdaS3MI3iW1T9uPcQ2JuzOVqPN li:before{  }
 }@media only screen and (max-width: 763px) { #B5hVHueWPMQJbIGdPibrOPl6zK8NfeHF { width:36.875rem;height:2.75rem;top:21.4375rem;left:10.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVxNl7qRUbeAu34TOwIggqVO7nqacxE9 { width:36.875rem;height:1.25rem;top:31.1875rem;left:10.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTc1A0x8F7AQU8ePJ2XdJNuIrqJALW3N { width:12.5rem;height:2.875rem;top:27.625rem;left:23.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q67f5xNPSZopBPwFMuHgBfdbTxoTnUU4 { width:12.5rem;height:1.875rem;top:28.375rem;left:25.437496185302rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNtQi13T9GLKE5gAc3TTnrQPcM0KCNRX { width:36.875rem;height:1.875rem;top:25.875rem;left:10.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D309ohs4REhyxpNCNcI7Gq8APUiwZPBX { width:35.4375rem;height:34.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XI5MvDy9fhkHdTpEdlwJmTOmomhFQ4Z4 { width:36.875rem;height:2.25rem;top:6.3125rem;left:10.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ookkh5DT8eooMyZLsn0xAx0d8IupsDUt { width:11rem;height:2.625rem;top:29.9375rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFZ1pl5K9HTRXxhmHD1L4BteWPiMDf7T { display:block; }
 }@media only screen and (max-width: 763px) { #QJqJTTlSPc5PNeL6Xaz7H1gKMBFmue6l { display:block; }#QJqJTTlSPc5PNeL6Xaz7H1gKMBFmue6l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qoOKzCxU8isB153k4Xemt9QMSV4PRkpH { width:35.375rem;height:1.625rem;top:0rem;left:12.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBbMcVloumKIsXJh8r0Fkd9fSJa8MKD0 { width:36.875rem;height:;top:3.5625rem;left:10.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyGAPGBgqcDhQsrHPckS7OuyqnkTABtv { width:36.875rem;height:3.625rem;top:8.5625rem;left:10.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #urAELSPXUqRsfRvT0lfRyH7OmefkIuZV { width:36.875rem;height:;top:12.9375rem;left:10.875rem;font-size:1.1875rem;display:block; }#urAELSPXUqRsfRvT0lfRyH7OmefkIuZV li:before{  }
 }@media only screen and (max-width: 763px) { #E3oWT5iRGQrAO2gkXPNlcxHUNGTTTFL3 { width:36.875rem;height:7.1875rem;top:18rem;left:10.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l90UnN11yeNyikJfkgNTBJc1ca6kxSiS { width:36.875rem;height:1.25rem;top:31.1875rem;left:10.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJATesmBMtS7dWyXprDRR2U87V5JTZa6 { width:12.5rem;height:2.875rem;top:27.6875rem;left:23.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EH0O02H0uTDUPTqGb9KguKSl73kG4bda { width:12.5rem;height:1.875rem;top:28.375rem;left:25.748046875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpkZ44OEEycap69dlt7MaMenxQdISXyb { width:36.875rem;height:1.875rem;top:25.875rem;left:10.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlePJkaZbiBZk3FuErIHzu40Zt5OLJXD { width:33.125rem;height:34.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSpCek50tquTsZfgu3MTqSPTS0FUwfSl { width:36.875rem;height:;top:6.3125rem;left:10.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dk8lHkG4efLPmvtQeM07dH2HQvJzhTq3 { width:11rem;height:2.625rem;top:27.8125rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQezudMdLPdZAWrbr4fP7EGZgwpoMC1n { display:block; }
 }@media only screen and (max-width: 763px) { #kO5mUztQL9muU1FkSCp1waqn6GxhuuUD { display:block; }#kO5mUztQL9muU1FkSCp1waqn6GxhuuUD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nmCEgJfVhTpTLXRId9CgWSUiTUpUHBVi { width:35.3125rem;height:3.125rem;top:2.5625rem;left:12.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7BN3mfweacT75aF9KrX7n73DuLR8KT8 { width:35.625rem;height:4.125rem;top:5.9375rem;left:12.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAECa9FzKHuqPWPH17SyqmzD1uWoLRyc { width:36.875rem;height:1.1875rem;top:30.6875rem;left:10.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqovMpwgNpIWpnGcM90wDNEtGsyKN8Tq { width:12.5rem;height:2.875rem;top:15.5625rem;left:23.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rq4O6ThNE0iw7HX1HMdnkqooGhSle0aX { width:12.5rem;height:1.9375rem;top:16.25rem;left:24.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTIWJkofb4taMIsCkAwghRptyQ5CVdHc { width:36.875rem;height:1.875rem;top:13.0625rem;left:10.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAmoRvT4RDWxfXi59LccFIpt8MmgvfSc { width:12.5rem;height:2.875rem;top:27.0625rem;left:23.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7DG1aDHDkHK3D1ltbXKLVeHLGW4ffRd { width:12.5rem;height:1.9375rem;top:27.5rem;left:24rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFRH0AzZNyszvIQyv5RVGzC1zVFKVRvO { width:36.875rem;height:3.75rem;top:22.8125rem;left:10.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAMAXbS9Tl9qoOlbWn1PfbHSHzVR0gRs { width:11rem;height:2.625rem;top:15.6875rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIrBsisBA1FatZZ28Kov1qXPgJqiriA2 { display:block; }
 }@media only screen and (max-width: 763px) { #cbA3pAOkkqdPCoiGMJAAz2ghmu7tH0Th { width:11rem;height:2.625rem;top:27.4375rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8rDD9KahTxhO2JT2JHq87hxErnh2odG { display:block; }
 }@media only screen and (max-width: 763px) { #fXTAQoXObMRoFTnFc8zkPAWHiPLxDy68 { width:36.875rem;height:1.1875rem;top:19.5625rem;left:10.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPT5z2vEdTFeOiBgSqo019pkoHkaOVxh { width:26.75rem;height:26.8125rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOThhWzG7ClND74E1zn5y6vCSbdccRgh { width:36.875rem;height:1.1875rem;top:20.75rem;left:10.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6UAGev871rOA9rTu1fouZLxrSSbvXKC { width:36.875rem;height:1.1875rem;top:31.875rem;left:10.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TttTb8cru5bRKF0p7M8V5T3QGKOcMTJm { display:block; }#TttTb8cru5bRKF0p7M8V5T3QGKOcMTJm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WBAbC8B2mDPUsZDG3cQIwVp3Z0yyBaDx { width:35.375rem;height:3.125rem;top:1.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZ88CNuM7RN92xWzSbdQL6J6iO6T7Zyq { width:32.5rem;height:4.125rem;top:5.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6TVy5HqC0UFZqsDBFiDlDvABe0rvaq2 { width:36.875rem;height:1.1875rem;top:29.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDVNh28Q6xX5MHMxHfWDe4SvKKzFOaQq { width:12.5rem;height:2.875rem;top:13.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sypvX5NGcV04muHvzTJFL5EEggPinVCx { width:12.5rem;height:1.9375rem;top:14.5625rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlROtLA94ozSUqvoTHksed4PezGlEhuq { width:36.875rem;height:1.875rem;top:11.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOkyC0DQ1TqFbhWqKViRunV319oTOpGq { width:12.5rem;height:2.875rem;top:24.8125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZszxp50nOL2U7e3cHrzlPo5AZQxTTz0 { width:12.5rem;height:1.9375rem;top:25.25rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXM0bgID5zz3Qp6sXJNdTJITV554d8a6 { width:36.875rem;height:1.875rem;top:22.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5D9DNvEIvpMHMopeC37nIWZIvf6C11Z { width:11rem;height:2.625rem;top:14.0625rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWiRbIJLlAii7EyXUJ6ZQCoxSFiTBcpy { display:block; }
 }@media only screen and (max-width: 763px) { #Gm8UFLU6H8qDVyrdLig5LJI3SVZnlyVZ { width:11rem;height:2.625rem;top:24.9375rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRGJrdwpSgoIkRVMWpLSRf37kncyCZRq { display:block; }
 }@media only screen and (max-width: 763px) { #UU589rvrR4L5zXXHDNVcetX47Cu1G6zS { width:36.875rem;height:1.1875rem;top:18.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDcuyUlKcRPUUbkP6oHoZT10td9NcGM5 { width:28.25rem;height:28.25rem;top:2.875rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTAzZ1A54LWZZgpARSiyEt4o6ptNVV2B { width:36.875rem;height:1.1875rem;top:19.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3dTTnVi8Ix8WZInSUJFRc1s2pB63JJs { width:36.875rem;height:1.1875rem;top:30.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxwQtVX06xORAwQqwQVJl2VkOefHR0ur { display:block; }#OxwQtVX06xORAwQqwQVJl2VkOefHR0ur > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vIKuTeL7pJh9WdwrnA19TwyoJxQVJ89u { width:35.3125rem;height:;top:2.625rem;left:12.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLOiCRV05vZ929fe5pKKIIF4zqAvVpNL { width:35.625rem;height:1.75rem;top:6rem;left:12.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gn7ISm59UmAgKo5oAImotdBtWfhzB5dD { width:36.8125rem;height:1.25rem;top:28.0625rem;left:10.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdnlpxK34iTocLFoDdc1qtuVJowrLvcE { width:12.5rem;height:2.875rem;top:24.8125rem;left:23.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiUUmduOVfLJvEJqvLT73Xs7zmtGIl6y { width:12.4375rem;height:2rem;top:25.1875rem;left:25.060546875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItLI1sFD9HCHOQWpXQwNLFrTdTdu4oTp { width:36.8125rem;height:1.875rem;top:23rem;left:10.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGodv7AkTzovCyVs8cT7AhoNNiIUXiLd { width:10.9375rem;height:2.625rem;top:24.9375rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzqOvepBEpq7ucwErUAqiKaTw4X2DToT { display:block; }
 }@media only screen and (max-width: 763px) { #zWIxbVsoI7PuenWopdrBKaqeswMvAwQk { width:35.625rem;height:;top:9.3125rem;left:12.125rem;font-size:1.0625rem;display:block; }#zWIxbVsoI7PuenWopdrBKaqeswMvAwQk li:before{  }
 }@media only screen and (max-width: 763px) { #vAlQq4Am1hpfbiJsTmBqbM8Ars3uD6Xo { top:0.6875rem;left:0rem;width:33.8125rem;height:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wq2ZDfSRQ0ocEMTg0nhiAzG4dV1P3Tng { display:block; }#wq2ZDfSRQ0ocEMTg0nhiAzG4dV1P3Tng > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WDW2mV28v3Te5hiVfT0IKt69ZhfPXP7T { width:35.375rem;height:;top:4.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzp8bZa3NmZoATw3mdyOPE3rbTbE1WQp { width:35.625rem;height:3.1875rem;top:8.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ds2Oo0TtDJG0TumCzHO8agoJi0n6NUBu { top:0rem;left:11.875rem;width:35.875rem;height:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKt2JVTm5MxecW7VSUl01GxizfLGXdJ7 { width:35.625rem;height:;top:12.375rem;left:0rem;font-size:1.0625rem;display:block; }#HKt2JVTm5MxecW7VSUl01GxizfLGXdJ7 li:before{  }
 }@media only screen and (max-width: 763px) { #PBdJ0cVL75FEdAZTDMQbBoMeyH5LBErf { width:36.875rem;height:1.25rem;top:28.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aocvc3W4Ps3woaZqelfcAUs0aALsGi5F { width:12.5rem;height:2.875rem;top:25.3125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n87ozolLAy9KrQHizTMhLaDueZF49Vvu { width:12.4375rem;height:1.9375rem;top:26rem;left:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2TGMpwCTVpmZ9c5AzHVUfnkQnL6WHdk { width:36.8125rem;height:1.875rem;top:23.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkZN14RA5Ob3CT7nDO1W48FRz0TJckQO { width:11rem;height:2.625rem;top:25.4375rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i86cKK4gBDf7SIMTriVbE90vRlh8GZ6O { display:block; }
 }@media only screen and (max-width: 763px) { #uBAZTP3TEO4OPFRl1ofOJwobLeuqanvT { display:block; }#uBAZTP3TEO4OPFRl1ofOJwobLeuqanvT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CNvgDOI7AAugxs2qffsIve2OaliHphT1 { width:47.75rem;height:2.5rem;top:3.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSyZOcTCtqgsHTGC4LTPr2uw8dcyVlpv { width:18.8125rem;height:4.875rem;top:7.0625rem;left:14.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPxHIsvX0ruFFxJ50uWMNy4FEw0vXtft { display:block; }#PPxHIsvX0ruFFxJ50uWMNy4FEw0vXtft > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DtPkESr6LzgNrBEOJqpulDL5xy0mTsX3 { width:18.125rem;height:24.375rem;top:28rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RF44T2kAqRKTCukDILwJ37vXEbpp5kfo { width:15.625rem;height:1.8125rem;top:28.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3VdoH3dyVZnZdDinwi5XlPFTL4x8SnT { width:15.625rem;height:1.375rem;top:32.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nV4KhPWH5zRJEq7AVI6dhkun04eBXUbf { width:15.625rem;height:1.4375rem;top:34rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e55iJ86T1SA0NXlKFbzLz948XJdeIwg3 { width:14.6875rem;height:2.875rem;top:34rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcOQ08DqGp0sExHhffTWcuSqT53zwhbn { width:14.6875rem;height:1.4375rem;top:37.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvmOg4gJx3czkdRrIIoK3RTMA8tsxQRq { width:15.5rem;height:1.4375rem;top:37rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1bnvnTSqEUMx7CB6nsnbXcur6QTSpH9 { width:15.625rem;height:1.6875rem;top:41.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzSSMwxGT74GPHKSmEMT1fJNcunQbSs2 { width:9.1875rem;height:1.625rem;top:43.375rem;left:2.81201171875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzKGHpB6x6kEkHc9lrpTKXDwKy3mKuxl { width:8.4375rem;height:2.5rem;top:42.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMznXD8HHPzgn6VOSieSDMKNxoc6ZA75 { width:15.625rem;height:1.4375rem;top:45.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g99nEarebQ4MXpW9Vy0V89iLdTs09CoF { width:15.625rem;height:3.875rem;top:47.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgkFrONFLt78JfEQ3on5dMmQ6WKxtvgm { display:block; }
 }@media only screen and (max-width: 763px) { #JhHeSk82JEUWiKxmOLKTdqk3TH3vipax { width:18.125rem;height:24.375rem;top:28.0625rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0oJbDJJ2aTPwICngye54b0TKZ8Euu4u { width:15.625rem;height:1.4375rem;top:45.6875rem;left:32.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFOe4NySpbgpOsgs4afAITM0wAtJcqKH { width:7.875rem;height:3.875rem;top:47.5rem;left:34.9990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHWCoz4I78TMb2ZRWmZhbdD2sO1DbpXy { display:block; }
 }@media only screen and (max-width: 763px) { #K054b4BoOGnKlRBzcdIN6fRlZwU1UhmZ { width:15.625rem;height:1.6875rem;top:41.3125rem;left:32.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3x2HHF9fLe7mtch3AwllywrEv33ey66 { width:3.125rem;height:1.625rem;top:42.8125rem;left:41.5615234375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNlVWZyT0Inv9zSP4laviuvvxBrpvTGR { width:14.6875rem;height:1.375rem;top:35.5rem;left:33.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsrhwTyvUhe9LW1lm9t120ycqBKW73xs { width:15.5rem;height:1.4375rem;top:35.375rem;left:32.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be9w2BvoTkbgGce4OVDokSqJx8G3PTyN { width:8.4375rem;height:2.4375rem;top:42.4375rem;left:35.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUqeDWpxWgAk6oQZfQBytHDHIrNfhgAq { width:15.625rem;height:2.75rem;top:31.1875rem;left:32.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGvDOuc4yTnV0pCraNIGFhJTLx54z8OO { width:15.625rem;height:1.4375rem;top:34rem;left:32.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyTxJDpCq5QnII3A7PQozTBX3lfw5OB7 { width:14.6875rem;height:1.4375rem;top:34.0625rem;left:33.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6utFZGELL8luD3T2557cUshTGWhOoto { width:15.625rem;height:1.8125rem;top:29rem;left:32.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI5FWirwnE8ufq2eqXrD2TrrBBrfBDWK { width:15.625rem;height:4rem;top:21.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTfnaTLK6lTbVu1CPJyfwvTPrelmmoVV { display:block; }
 }@media only screen and (max-width: 763px) { #FnL4UblHCabfUC5nkw1HEef86q9NTTPE { width:7.875rem;height:3.875rem;top:47.5rem;left:39.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vmk3c94bDX986d6r0p48pLew6d1Vfm7W { display:block; }
 }@media only screen and (max-width: 763px) { #RpiJAp16ewWvlUJ0linFVWbAlkTocaHL { width:18.125rem;height:24.375rem;top:28rem;left:14.9365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTtTRqVEnkqcviDXtChxUUz22PXnCDKC { width:15.625rem;height:2.875rem;top:31.1875rem;left:16.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlpkx6hug9g89CTpZzkrGHfR3gJT207X { width:15.625rem;height:1.8125rem;top:29rem;left:16.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HU5Rzh7b1pT0I3cHS1TQUiJPwcLeQPTm { width:15.625rem;height:1.6875rem;top:37.9375rem;left:16.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvTxgV2T7kiZLgDmPgioKEPO12kS4EbU { width:14.6875rem;height:1.4375rem;top:35.5rem;left:17.1865234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOo4WNAt9nTa5BteUpg4VhhbJ3Rq32LC { width:15.5rem;height:1.4375rem;top:35.375rem;left:16.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3ZOg2BZQMTpaVtuCH64dVV6WNS8zlwT { width:15.625rem;height:1.4375rem;top:34rem;left:16.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #klWMe3EwwAoqi28uXwea32fwHCiTR4bA { width:14.6875rem;height:1.4375rem;top:34.0625rem;left:17.1865234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFdTxDbPvPk1tOeNWGmFLuWQTKUTAKzg { width:15.625rem;height:1.4375rem;top:45.625rem;left:16.12451171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i70KREqsiFUQklmVzgCSEfvqNXis9qv5 { width:3.125rem;height:1.625rem;top:40.375rem;left:22.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGHtoXwnH5WFE7Pv37VpZu6OFKu1biyE { width:8.4375rem;height:2.4375rem;top:39.8125rem;left:16.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6gA0TwoaE9M2pgFNTJFryASQRQrHSmW { width:8.4375rem;height:2.4375rem;top:42.4375rem;left:16.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlZT7N405ZcAS9V3p52N6BhFVCAhTqIs { width:9.1875rem;height:1.625rem;top:43rem;left:22.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWIQnaM4TKNaNirLzxEVJbVyOWdiSwLZ { width:7.5625rem;height:1.4375rem;top:43.0625rem;left:25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #woP2sbgEl2uDc58O7H4nZXKwN0GDZq6O { width:3.875rem;height:1.6875rem;top:40.25rem;left:25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9DWqokGLwuRr6894uNhHA4m3EluTzLf { width:7.875rem;height:3.875rem;top:47.5rem;left:15.93701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oD78DxSH9hbrnRLgNWdNft4WM6M4wkgI { display:block; }
 }@media only screen and (max-width: 763px) { #cTWo6rSZJg6LTcDiA37maCzDBT2euAcz { width:7.875rem;height:3.875rem;top:47.5rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGfQQxwzaPqkiUMtaOWs67KXTaeEKPJe { display:block; }
 }@media only screen and (max-width: 763px) { #GDKkur1X30f4ySGTnuQz6Zy2TmUcRcTP { width:15.5625rem;height:1.5625rem;top:4.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tikfaebrd8O2UOhLeFleckLQLQxQ154V { width:20.875rem;height:3.6875rem;top:6.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ku5lTwwVlsNzhEny3J6PAcgHzSIXhPN3 { width:21.8125rem;height:1.5rem;top:10.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFCVlXH0eFL9ppZSz8GsJn5kIh5ufshZ { width:14.625rem;height:6.8125rem;top:12.75rem;left:0rem;font-size:1.1875rem;display:block; }#nFCVlXH0eFL9ppZSz8GsJn5kIh5ufshZ li:before{  }
 }@media only screen and (max-width: 763px) { #n78ORHA58JkQRPhQWFVVq4pBDVhOoQGT { width:18rem;height:23.5625rem;top:3.375rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uv5xATX547i0dh8TI92IV1kJiyaqTxnb { width:18.1875rem;height:23.375rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmTMIOddMaomoC9hJDcz7oWweVSeX4l8 { width:15.5625rem;height:1.625rem;top:4.6875rem;left:32.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rcr7s5DaFeluvI0NBgbM9b3tVS1r6N9E { width:18.5625rem;height:1.625rem;top:5.6875rem;left:29.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7ySOxhXIPlB3U8BEakwG8sTzBC207Ld { width:15.25rem;height:4.125rem;top:8.9375rem;left:32.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPWe8CaE4P0mGWJAR7tqayrbkyrat96W { width:14.625rem;height:;top:11.6875rem;left:33.125rem;font-size:1rem;display:block; }#DPWe8CaE4P0mGWJAR7tqayrbkyrat96W li:before{  }
 }@media only screen and (max-width: 763px) { #BDHvmN7pcomRQNoplB7oXNV1UKTq67y7 { width:15.5625rem;height:2.875rem;top:8.9375rem;left:16.0615234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmi3AtScDpQFEyVvsuxvw6BpgvTVvZ8B { width:15.5625rem;height:1.8125rem;top:6.375rem;left:16.0615234375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPatz4edz9D91NwNOniErMe76sRxWpt8 { width:15.625rem;height:4rem;top:21.875rem;left:16.03076171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKhFy1a9x1cKHLxeDpxl0Bmfg5OlX7Wz { display:block; }
 }@media only screen and (max-width: 763px) { #UTzqSypyZ1TZVVJiPuffdo2WT2hunBhq { width:18.0625rem;height:23.5rem;top:3.375rem;left:14.81201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZL9oSmyQMf5lIgLo0vmE0n5Nps59AEW { width:14.6875rem;height:3.8125rem;top:17.0625rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pENsK85kZKFGy3WOU3Jq354RJCNttPh5 { display:block; }
 }@media only screen and (max-width: 763px) { #awSXQSZi93s8D23hs7t1K6yJtSo8NcbA { width:14.8125rem;height:3.875rem;top:21.9375rem;left:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgOfyCPfCGeZJzr56R23BhJqsWwHXAoM { display:block; }
 }@media only screen and (max-width: 763px) { #xmddxp2FnSnZWuTb8BM0l2WrH59dxPVr { display:block; }#xmddxp2FnSnZWuTb8BM0l2WrH59dxPVr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p83uwVMS4ELvPDh6UVZCmZmSLci6nOwW { width:20.4375rem;height:25.5625rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFEpHeywXKHVTzSikvmUhD31Nfl7TmU7 { width:36.875rem;height:2.25rem;top:2.5rem;left:10.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDz4GwgskwfNvSaQBJiCwwEHLn0GdUBH { width:34.875rem;height:6.875rem;top:6.8125rem;left:12.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTUHwJgysGlogv6bKylby8COr04CTCzT { width:34.5rem;height:8.25rem;top:15.25rem;left:13.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0C1aLSOEtBqEgT6egd7J17A4KTeq0Kw { width:35.875rem;height:1.125rem;top:26.1875rem;left:11.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sArRzXW1HncxuekFNLFy8TWrVpgxehed { display:block; }#sArRzXW1HncxuekFNLFy8TWrVpgxehed > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6fNdSnkk2GCcDUDFstWbRpdlp2aC76S { width:47.75rem;height:2.25rem;top:1.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQefxpHx99nrAvwFQKZ0O0Ot6bKZvyp1 { display:block; }#pQefxpHx99nrAvwFQKZ0O0Ot6bKZvyp1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Axkn03OR1Hk7yqet7NTzAzv2KIeCodPJ { width:36.875rem;height:3.25rem;top:0.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3GksDIK25TaSMVWREfTNh68bcNz7quA { width:36.875rem;height:5.5rem;top:4.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggWFUZKl5t7u9tESAhsM6aDopQrgSToR { width:36.875rem;height:1.625rem;top:0.8125rem;left:10.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yH09IcGxi8dHWzhuXd2MrNwkS9LKE4xI { width:37.75rem;height:34.9375rem;top:4.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAkNOIyMmu6Ly6yihDmyr7Wwd9kaIdHq { width:30.4375rem;height:32rem;display:none; }
 }@media only screen and (max-width: 763px) { #w5GC54NAIFSSvSuZCTQQ6nQoiE8np6sB { width:30.4375rem;height:32rem;display:none; }
 }@media only screen and (max-width: 763px) { #pyIF0vTqrsvnGOd4i1pKA51PlJlTThBA { width:36.875rem;height:1.625rem;top:7.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkKIGIHFv1T3CaOW5CEG0C4KvXL9GBBg { width:36.875rem;height:1.375rem;top:9.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnSSekXZqVotLbwS7TzzauUgUlNlMhh3 { width:36.875rem;height:1.625rem;top:11.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVsMKi5QTB3vAbTgdCU8Xhdp9NPpz4JT { width:36.875rem;height:1.375rem;top:12.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFrTbFSMqH9mGD8xWr2lKEXL0RucrB3t { width:30.4375rem;height:32rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tn9vEyeqFgLmgxSyp63L7LQaGg2hNJLx { width:36.875rem;height:1.625rem;top:14.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1dMi5Zwo6TQgnAiE9Z7Z6fTZ40CzTa7 { width:36.875rem;height:5.5625rem;top:16.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ss8M1JvumZzUd7AU7IJ7cyiTXJnxaEcW { width:30.4375rem;height:32rem;display:none; }
 }@media only screen and (max-width: 763px) { #xPa1vKNciqmT4CBg0u5FLNyW7S55EcZD { width:36.875rem;height:1.5625rem;top:20.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmLuQdSu0A6bmJ90hNmyUHSSTSOlI5hl { width:36.875rem;height:1.5625rem;top:21.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSAPIivTiH1O9Mf6foQE2STKbGOzkmyH { width:36.875rem;height:6.9375rem;top:22.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxTTOfTivWV2s84NKAnpry3lAsffzbJF { width:36.875rem;height:1.5625rem;top:31.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxfHcRxEd6fnI46V5mwFu0LAGQfHpXiV { width:34.6875rem;height:1.375rem;top:33.25rem;left:0rem;font-size:0.9375rem;display:block; }#xxfHcRxEd6fnI46V5mwFu0LAGQfHpXiV li:before{  }
 }@media only screen and (max-width: 763px) { #qNa2WnhglRbrDnI5SrAXfZDkI6tkFZWT { top:34.625rem;left:0rem;width:7.1875rem;height:2.3747701875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8ns4qaX6eOWteiNIFtRxOL00Ai4OTTR { top:35rem;left:15.25rem;width:4.25rem;height:2.0327072112457rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQrSK9dhFiUPhqZcI92CSc1Mln0QFqyl { top:35.0625rem;left:15.875rem;width:8rem;height:1.9826136449126rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUsICrLrp3ddQHBkkBLSgwMRveyr715p { top:35.5rem;left:2.375rem;width:11.375rem;height:1.5539929728533rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptxAIQQHxSQZeQW8VG8RiDqBf3u7NJo4 { display:block; }#ptxAIQQHxSQZeQW8VG8RiDqBf3u7NJo4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RSLRgMOPa2tXfo2USTDCeG31VrHU2IDk { width:12.5rem;height:2.1875rem;top:0rem;left:17.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:2.96044921875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k2LFB1JPSwTmAWNtdxrxmRx7ImGQhEkJ { width:20rem;height:2.3529410625rem;top:0.6484375rem;left:-0.0625rem;font-size:0.75rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #SDTqnG7TebEyJQlNGWzyTISaoyXB92eW { display:block; }#SDTqnG7TebEyJQlNGWzyTISaoyXB92eW > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eWRMzv6189UBlUOqfq4polAkzdnAxTBy { width:14.5rem;height:14.25rem;top:4.125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGa0aC1ufvLkX7A8mDXGi7TZxBs0J8l3 { width:1.1875rem;height:2.0625rem;top:20.4375rem;left:9.3125rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #dRfh3W7QuwXkShc2NOf4sRno2uU9LEBf { width:0.25rem;height:0.5625rem;top:21.25rem;left:9.9375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #ppsDQuhZHMy6dOb6kzAEGw92TSmJpgdy { width:13.875rem;height:2.9375rem;top:24.623046875rem;left:3.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMnbO6362VoSTZEkIUH24IH28WhbTtn9 { display:block; }
 }@media only screen and (max-width: 763px) { #zaZrUBo3ADLpRWyvcVOxARSv6PHKSA7W { display:block; }#zaZrUBo3ADLpRWyvcVOxARSv6PHKSA7W > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mlXniX3awAibRksarldhLRIX0eMgK6Mv { width:19.75rem;height:16.625rem;top:2.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N90UG3PgIVDSmfAk7FLwFUrc3buVGDKE { background-color:#f8cfcf;background-image:none;display:block; }#N90UG3PgIVDSmfAk7FLwFUrc3buVGDKE > .row .container { background-color: transparent; background-image: none; }#N90UG3PgIVDSmfAk7FLwFUrc3buVGDKE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N90UG3PgIVDSmfAk7FLwFUrc3buVGDKE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N90UG3PgIVDSmfAk7FLwFUrc3buVGDKE > .row .container > .video-iframe-container { display: none; }#N90UG3PgIVDSmfAk7FLwFUrc3buVGDKE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N90UG3PgIVDSmfAk7FLwFUrc3buVGDKE > .row > .video-iframe-container { display: none; }#N90UG3PgIVDSmfAk7FLwFUrc3buVGDKE > .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); }#N90UG3PgIVDSmfAk7FLwFUrc3buVGDKE > .row .container { width:20rem;height:65.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QJ5e5zZDEDztvSBqeDEf62KMvACtufIE { width:18.875rem;height:5rem;top:25.6875rem;left:0.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFcJerh8SBFrJQUnqMFTRCdTmzPbrnud { width:20rem;height:1.25rem;top:32.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuS5RpkeGmgbSNflxt5r6kHBOqV8lHUz { width:18.75rem;height:22.3529398125rem;top:35.625rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dt1yef1pnlGAridn1rDTqXIJFJPSTDvi { width:12rem;height:2.3125rem;top:60.875rem;left:4rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hl4yZRfwxyAZB6aeFMTCTnU9XLB9f2TP { display:block; }
 }@media only screen and (max-width: 763px) { #mvsohmenfZEeaThnv8VVpZWevsEIdToB { top:2.75rem;left:0.0625rem;width:19.9375rem;height:22.375rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Icuck1D6Amzq7KRhSfvwOLTTqUoMkzLS { background-color:#f8cfcf;background-image:none;display:block; }#Icuck1D6Amzq7KRhSfvwOLTTqUoMkzLS > .row .container { background-color: transparent; background-image: none; }#Icuck1D6Amzq7KRhSfvwOLTTqUoMkzLS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Icuck1D6Amzq7KRhSfvwOLTTqUoMkzLS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Icuck1D6Amzq7KRhSfvwOLTTqUoMkzLS > .row .container > .video-iframe-container { display: none; }#Icuck1D6Amzq7KRhSfvwOLTTqUoMkzLS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Icuck1D6Amzq7KRhSfvwOLTTqUoMkzLS > .row > .video-iframe-container { display: none; }#Icuck1D6Amzq7KRhSfvwOLTTqUoMkzLS > .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); }#Icuck1D6Amzq7KRhSfvwOLTTqUoMkzLS > .row .container { width:20rem;height:73.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DOSSxzg8HHPzGVcTyh7fKHMfR95olcHL { width:18.75rem;height:23.529410375rem;top:40.8125rem;left:0.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rEsh7wbWxaIOfp6qq5lihmFiW9LDW4lI { width:18.75rem;height:14.5588235625rem;top:23.875rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6B56ItupAtRKN65zXbaNM17dgoJQ22s { top:1.0625rem;left:1.15625rem;width:17.6875rem;height:19.875rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HdneTrOZcktGBbkh713fQG6ozEQ3ROWK { width:18.75rem;height:7.0588230625rem;top:65.998046875rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehezEsm52XdOzWgHWFkP7dfd946AHz9u { background-color:#f8cfcf;background-image:none;display:block; }#ehezEsm52XdOzWgHWFkP7dfd946AHz9u > .row .container { background-color: transparent; background-image: none; }#ehezEsm52XdOzWgHWFkP7dfd946AHz9u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ehezEsm52XdOzWgHWFkP7dfd946AHz9u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ehezEsm52XdOzWgHWFkP7dfd946AHz9u > .row .container > .video-iframe-container { display: none; }#ehezEsm52XdOzWgHWFkP7dfd946AHz9u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ehezEsm52XdOzWgHWFkP7dfd946AHz9u > .row > .video-iframe-container { display: none; }#ehezEsm52XdOzWgHWFkP7dfd946AHz9u > .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); }#ehezEsm52XdOzWgHWFkP7dfd946AHz9u > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AkGP2BTyHxhXcxeMv3gro4i1vwklwquT { width:18.75rem;height:24.2647056875rem;top:18.8701171875rem;left:0.6240234375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kS5ODLFEAtPwOZN9WVSJgQb00a6skNIT { width:18.75rem;height:1.0294118125rem;top:45.125rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLx4XDB931c9Gkkzw94QfIXduwFRlmER { top:5.06103515625rem;left:0rem;width:19.9995rem;height:13.749rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rifFBddQVAd7NuIIokeDdfAeLIdNP4w1 { width:19.9995rem;height:1.6911764375rem;top:1.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQ73JoQa3QtAmtg5pUxyakhMu5Snml5y { background-color:#f8cfcf;background-image:none;display:none; }#NQ73JoQa3QtAmtg5pUxyakhMu5Snml5y > .row .container { width:20rem;height:75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PWy0iQbWhhMmLs4bSSTzElzqBXS1NGD0 { width:18.75rem;height:4.4619125rem;top:6.4833984375rem;left:0.6240234375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oR2Cz5cgUybCSf7InShWu0XPRpOI3f9L { width:20rem;height:4.19921875rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKtZI2I0qHBgeDiAnvnn8hG4Zxw0Ltl0 { width:19.9995rem;height:31.5rem;top:35.23388671875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M59on1isAm6Me8Jr8SVI8OT2FHUkFGFW { width:17.562rem;height:3.811525rem;top:69.234375rem;left:1.21728515625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRpS6Setkpvm93N8dcdkHbAQO8TdecVx { display:block; }
 }@media only screen and (max-width: 763px) { #bLTLOkzd4sdFigW943mTF01Cpq0nkqTe { width:19.9995rem;height:19.9995rem;top:12.42041015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMq4oWfZeGQLUqn72G7x2nbhJA8DeH3m { background-color:#f8cfcf;background-image:none;display:none; }#uMq4oWfZeGQLUqn72G7x2nbhJA8DeH3m > .row .container { width:20rem;height:20.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZdezVafc6qATxvTBnGo4Mou3lfOFhLDc { width:20rem;height:20rem;top:0.43701171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRRSa4TliTqnSWrUsgTv5M7UmtJTTuVw { background-color:#f8cfcf;background-image:none;display:none; }#DRRSa4TliTqnSWrUsgTv5M7UmtJTTuVw > .row .container { width:20rem;height:37.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #imK5uZ1XKAcaXRHU24MJD5AJh9FeAGAg { width:18.75rem;height:4.125rem;top:1.546875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBUbcZ0upcIo2G6i5TSnM5QGDpAnGhrL { width:19.9980625rem;height:5.75rem;top:7.470703125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDKaKPiv5FtggTncdN7xJ3HklOJPTlVC { width:17.562rem;height:3.811525rem;top:30.1083984375rem;left:1.21728515625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEVdPpho1KCwlPGkdnD7Cr3W2Q0TSwmX { display:block; }
 }@media only screen and (max-width: 763px) { #qZPnZk7R6qTKNUEU84T5cbmWq8tAghLs { height:11.2163125rem;width:19.9995rem;top:16.26708984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZL9s1qLud1TRcrDIgc7TnP6t31u3n515 { background-color:#f8cfcf;background-image:none;display:none; }#ZL9s1qLud1TRcrDIgc7TnP6t31u3n515 > .row .container { width:20rem;height:66.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mAaNWQtRptF5LU2PdOkdgMOu4TW853mk { width:18.75rem;height:6.2988125rem;top:2.10791015625rem;left:0.6240234375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eu5inyUara3icOxrikanu2SkmaIsbdaK { width:19.9995rem;height:26.588875rem;top:32.9970703125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzZTQVUd3niG2lUUHkZq8ZzUmyp9xXF7 { width:19.9995rem;height:19.9995rem;top:11.02294921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHrBp9Q3kZ6seN2841uEuCLnxKsgeUl0 { width:17.5605625rem;height:3.811525rem;top:61.353515625rem;left:1.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1xfeUD43pJW0yRahF079fCQDlzsJkUs { display:block; }
 }@media only screen and (max-width: 763px) { #V5neDTd26lyX9mNxTFvn2L7BQqEGGq6t { background-color:#f8cfcf;background-image:none;display:none; }#V5neDTd26lyX9mNxTFvn2L7BQqEGGq6t > .row .container { width:20rem;height:74.546875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Orr3ziuwRtRqA2h0OJdAM1P068hm1Vtu { width:18.75rem;height:17.847625rem;top:26.296875rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyzeqUGC7ixki2EdQAbQHiAnGDTTComC { width:20rem;height:2.0996125rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTcTSWNnvLDa8DAWXTNIeBe4dymgZWG6 { width:20rem;height:28.5rem;top:46.046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyyEHEvBWoJHAx0L87zcwQrJTJtRbkfb { width:20rem;height:19.296875rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TetSkz6dvew4v71mlK7yL18pMvTmXhuy { background-color:#f8cfcf;background-image:none;display:none; }#TetSkz6dvew4v71mlK7yL18pMvTmXhuy > .row .container { width:20rem;height:57.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cNtpdy606NktriEJ2B3gsXFXMb9mF0eR { width:18.75rem;height:2.9746125rem;top:26.296875rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwCMu3Z0xJW2RcnSDNnhQ5wBV8AaXKvx { width:20rem;height:2.0996125rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUgyJLvAxlkTbkT6kZCukq5N5rJsT4y3 { width:20rem;height:24rem;top:30.359375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQTcqyCuRRp7WMQUACbtpohgT8L32Vyz { width:20rem;height:20rem;top:5.333984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rch9GTO669vawATE21wHeZq4H1R98qtW { background-color:#f8cfcf;background-image:none;display:block; }#Rch9GTO669vawATE21wHeZq4H1R98qtW > .row .container { background-color: transparent; background-image: none; }#Rch9GTO669vawATE21wHeZq4H1R98qtW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rch9GTO669vawATE21wHeZq4H1R98qtW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rch9GTO669vawATE21wHeZq4H1R98qtW > .row .container > .video-iframe-container { display: none; }#Rch9GTO669vawATE21wHeZq4H1R98qtW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rch9GTO669vawATE21wHeZq4H1R98qtW > .row > .video-iframe-container { display: none; }#Rch9GTO669vawATE21wHeZq4H1R98qtW > .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); }#Rch9GTO669vawATE21wHeZq4H1R98qtW > .row .container { width:20rem;height:60.374572753906rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWIK214gNQ9mvBiR4snLlVCEtWQEDyUm { width:16.625rem;height:10rem;top:24.435546875rem;left:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBKUldA6UzJT200ORgUr7e7N0MureBNz { width:14.8730625rem;height:0;top:60.375rem;left:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyFJROfEFialfJuzTtf694AzGrS1h0iI { width:20rem;height:1.76470575rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0yKiAZtUOshO9dKz6hHNDVRkBJoOlqM { width:18.875rem;height:27.0588220625rem;top:31.4365234375rem;left:0.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnvWghGoUBGhuGad6hSTP16WwrnPJ5Bd { width:17.5rem;height:17.5rem;top:4.873046875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXVwRVpls17Zbt5krOS054IoIl1dDFTy { background-color:#f8cfcf;background-image:none;display:block; }#hXVwRVpls17Zbt5krOS054IoIl1dDFTy > .row .container { background-color: transparent; background-image: none; }#hXVwRVpls17Zbt5krOS054IoIl1dDFTy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXVwRVpls17Zbt5krOS054IoIl1dDFTy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXVwRVpls17Zbt5krOS054IoIl1dDFTy > .row .container > .video-iframe-container { display: none; }#hXVwRVpls17Zbt5krOS054IoIl1dDFTy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXVwRVpls17Zbt5krOS054IoIl1dDFTy > .row > .video-iframe-container { display: none; }#hXVwRVpls17Zbt5krOS054IoIl1dDFTy > .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); }#hXVwRVpls17Zbt5krOS054IoIl1dDFTy > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTl3QyP1540QRlnz5o6G3oi7EXewanxU { width:18rem;height:12.5rem;top:21.9375rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIEfSyaJnt4k0cw34IwMSbM8lEOzw2xC { width:14.873046875rem;height:4.6323528125rem;top:46.5rem;left:2.5634765625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fd5S1KA8FLnTWUfnODlxzJ8tO1dqh9UG { top:4.373046875rem;left:1.03125rem;width:17.9375rem;height:15.6875rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RHpEdbvKut1TRrKkKgh38AsJVITgxZ5w { width:19.9995rem;height:1.6911764375rem;top:1.24951171875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyrMMlu9uRdNiP3d8z3zNgfoikvQzBOW { width:18.125rem;height:7.0588230625rem;top:37.3125rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrP2R7iLWyJQxrVoPAyTlELw9lalnHq2 { background-color:#fbf1ce;background-image:none;display:block; }#TrP2R7iLWyJQxrVoPAyTlELw9lalnHq2 > .row .container { background-color: transparent; background-image: none; }#TrP2R7iLWyJQxrVoPAyTlELw9lalnHq2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrP2R7iLWyJQxrVoPAyTlELw9lalnHq2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrP2R7iLWyJQxrVoPAyTlELw9lalnHq2 > .row .container > .video-iframe-container { display: none; }#TrP2R7iLWyJQxrVoPAyTlELw9lalnHq2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrP2R7iLWyJQxrVoPAyTlELw9lalnHq2 > .row > .video-iframe-container { display: none; }#TrP2R7iLWyJQxrVoPAyTlELw9lalnHq2 > .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); }#TrP2R7iLWyJQxrVoPAyTlELw9lalnHq2 > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nPeutNDRkpJxvEKGx60IoxdZBXLgPhUV { width:19.9995rem;height:2.2058823125rem;top:1.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOqZFJN7hgt1oXbID3cMB5iZ1efFBNhc { width:20rem;height:15.9375rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtRAtzmJ3kzv4PkrTEShx96cwSii7gV9 { width:19.998046875rem;height:1.39705875rem;top:20.25rem;left:0.001953125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDHuHQJcwU9dgmB93WoGA7P1J0lIGhvz { background-color:#fbf1ce;background-image:none;display:block; }#dDHuHQJcwU9dgmB93WoGA7P1J0lIGhvz > .row .container { background-color: transparent; background-image: none; }#dDHuHQJcwU9dgmB93WoGA7P1J0lIGhvz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dDHuHQJcwU9dgmB93WoGA7P1J0lIGhvz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dDHuHQJcwU9dgmB93WoGA7P1J0lIGhvz > .row .container > .video-iframe-container { display: none; }#dDHuHQJcwU9dgmB93WoGA7P1J0lIGhvz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dDHuHQJcwU9dgmB93WoGA7P1J0lIGhvz > .row > .video-iframe-container { display: none; }#dDHuHQJcwU9dgmB93WoGA7P1J0lIGhvz > .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); }#dDHuHQJcwU9dgmB93WoGA7P1J0lIGhvz > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wFL6ROfDAZ5zPl1XEu4ScBGKxgRuaNpl { width:19.9990234375rem;height:2.0588235625rem;top:1.6728515625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EZiwpPh9SM0GdChxdXMdmtrJqs5uRGpJ { width:18.625rem;height:21.17647rem;top:23.6103515625rem;left:0.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSE6gbNbDTWbLFxcFGNeetEkyx7qQEVM { width:15.3125rem;height:19.25rem;top:4.3603515625rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8J5TOLSt51OnrVTy00RCSL5OnKcqaUB { width:19.1875rem;height:2.625rem;top:46.6103515625rem;left:0.40625rem;background-color:#40082c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #i5eEVM1nXU21vFJWomN7JnFK1s4H0hAm { display:block; }
 }@media only screen and (max-width: 763px) { #U5m9Tp9tUnS3HJDJFplwlrUGUF5B09wa { background-color:#fbf1ce;background-image:none;display:block; }#U5m9Tp9tUnS3HJDJFplwlrUGUF5B09wa > .row .container { background-color: transparent; background-image: none; }#U5m9Tp9tUnS3HJDJFplwlrUGUF5B09wa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5m9Tp9tUnS3HJDJFplwlrUGUF5B09wa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5m9Tp9tUnS3HJDJFplwlrUGUF5B09wa > .row .container > .video-iframe-container { display: none; }#U5m9Tp9tUnS3HJDJFplwlrUGUF5B09wa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5m9Tp9tUnS3HJDJFplwlrUGUF5B09wa > .row > .video-iframe-container { display: none; }#U5m9Tp9tUnS3HJDJFplwlrUGUF5B09wa > .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); }#U5m9Tp9tUnS3HJDJFplwlrUGUF5B09wa > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dvPwTsTOMCE1xg7pes1loT6ue1TfDn9J { width:19.998046875rem;height:4.411764625rem;top:1.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #T7tLImrxF5tS50wxyHBqMhuTGutAtHcK { width:18.5625rem;height:34.1176459375rem;top:19.080078125rem;left:0.71875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wl5g9MK71dJlI6sltMEcxSzWJF50xAax { width:18.5625rem;height:13.125rem;top:5.75rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwHOzgUbVHldAJ60ySEnpmX5DAVKL9Ni { width:19.1875rem;height:2.625rem;top:55.017578125rem;left:0.40625rem;background-color:#40082c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #lJTJfpPgJ0E3C3db00Hxw0aSHTV1yDQo { display:block; }
 }@media only screen and (max-width: 763px) { #H4kgq5kcmtyzhE1vMdSf9637hfCFF9Zn { background-color:#fbf1ce;background-image:none;display:block; }#H4kgq5kcmtyzhE1vMdSf9637hfCFF9Zn > .row .container { background-color: transparent; background-image: none; }#H4kgq5kcmtyzhE1vMdSf9637hfCFF9Zn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H4kgq5kcmtyzhE1vMdSf9637hfCFF9Zn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H4kgq5kcmtyzhE1vMdSf9637hfCFF9Zn > .row .container > .video-iframe-container { display: none; }#H4kgq5kcmtyzhE1vMdSf9637hfCFF9Zn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H4kgq5kcmtyzhE1vMdSf9637hfCFF9Zn > .row > .video-iframe-container { display: none; }#H4kgq5kcmtyzhE1vMdSf9637hfCFF9Zn > .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); }#H4kgq5kcmtyzhE1vMdSf9637hfCFF9Zn > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rcorNo8qdK5ulBCneg91vbTGbPK3Nf9g { width:19.5625rem;height:15.1875rem;top:0.96875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8cxSKdXGFVnoTtCUggHzasUuPpp7aL4 { background-color:#fbf1ce;background-image:none;display:block; }#g8cxSKdXGFVnoTtCUggHzasUuPpp7aL4 > .row .container { background-color: transparent; background-image: none; }#g8cxSKdXGFVnoTtCUggHzasUuPpp7aL4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8cxSKdXGFVnoTtCUggHzasUuPpp7aL4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8cxSKdXGFVnoTtCUggHzasUuPpp7aL4 > .row .container > .video-iframe-container { display: none; }#g8cxSKdXGFVnoTtCUggHzasUuPpp7aL4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8cxSKdXGFVnoTtCUggHzasUuPpp7aL4 > .row > .video-iframe-container { display: none; }#g8cxSKdXGFVnoTtCUggHzasUuPpp7aL4 > .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); }#g8cxSKdXGFVnoTtCUggHzasUuPpp7aL4 > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aLQghRgE3QoyhLtXcVkUHA1dTZXalh0o { width:19.75rem;height:14rem;top:0rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #geWq3FWqgWyy7huKOWC5E89OFe9r71vQ { width:19.1875rem;height:2.625rem;top:16.75rem;left:0.40625rem;background-color:#40082c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #utfXXQdwh8cxHMTAaCgAbf4evbHMPPWb { display:block; }
 }@media only screen and (max-width: 763px) { #yEO5KvV0heKy5puKEouEerorxATxWt10 { width:15.375rem;height:11.5rem;top:46.5625rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tRaWz08b2rOR9I7GILtU6A6OqM0iUC9e { width:20rem;height:14.9560546875rem;top:55.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #U1EGhmvQOv3EX9SAKOKnDuSUZqA4ZBh8 { width:20rem;height:14.161290322581rem;top:24.4560546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmrMDLtTdroWDOQp2h91XTIzCqFe0BJ3 { background-color:#fbf1ce;background-image:none;display:block; }#XmrMDLtTdroWDOQp2h91XTIzCqFe0BJ3 > .row .container { background-color: transparent; background-image: none; }#XmrMDLtTdroWDOQp2h91XTIzCqFe0BJ3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XmrMDLtTdroWDOQp2h91XTIzCqFe0BJ3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XmrMDLtTdroWDOQp2h91XTIzCqFe0BJ3 > .row .container > .video-iframe-container { display: none; }#XmrMDLtTdroWDOQp2h91XTIzCqFe0BJ3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XmrMDLtTdroWDOQp2h91XTIzCqFe0BJ3 > .row > .video-iframe-container { display: none; }#XmrMDLtTdroWDOQp2h91XTIzCqFe0BJ3 > .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); }#XmrMDLtTdroWDOQp2h91XTIzCqFe0BJ3 > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VSyTlsrfsx0EM7KsgDiTmVF76gRy7UCZ { width:19.875rem;height:14.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtTVKxxIBzmbKniR7TNtFnhA1Gbhzwcf { background-color:#fbf1ce;background-image:none;display:block; }#TtTVKxxIBzmbKniR7TNtFnhA1Gbhzwcf > .row .container { background-color: transparent; background-image: none; }#TtTVKxxIBzmbKniR7TNtFnhA1Gbhzwcf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtTVKxxIBzmbKniR7TNtFnhA1Gbhzwcf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtTVKxxIBzmbKniR7TNtFnhA1Gbhzwcf > .row .container > .video-iframe-container { display: none; }#TtTVKxxIBzmbKniR7TNtFnhA1Gbhzwcf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtTVKxxIBzmbKniR7TNtFnhA1Gbhzwcf > .row > .video-iframe-container { display: none; }#TtTVKxxIBzmbKniR7TNtFnhA1Gbhzwcf > .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); }#TtTVKxxIBzmbKniR7TNtFnhA1Gbhzwcf > .row .container { width:20rem;height:57.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OFASaU8dgiICSfgNr5HB7bEEBMnU6NDf { width:18.25rem;height:22.3529405625rem;top:27.25rem;left:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgI0Kfcphwbq8sdQQr83z5AREysmzp5r { width:18.25rem;height:18.375rem;top:7.3125rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXfGsaTM7cXotzor5bUc9hmKMmHwBxUw { width:20rem;height:4.411764625rem;top:1.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XTUNvoSHJPmw2LGl7dWoBFeXOdfalEbo { width:19.1875rem;height:2.625rem;top:52.375rem;left:0.40625rem;background-color:#40082c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #bpGcLfEdPNhOuF1hbUezRdloRyfF1QB2 { display:block; }
 }@media only screen and (max-width: 763px) { #bSo77oEtVytXd2RsnosJM12O1CqqmeZq { background-color:#fbf1ce;background-image:none;display:block; }#bSo77oEtVytXd2RsnosJM12O1CqqmeZq > .row .container { background-color: transparent; background-image: none; }#bSo77oEtVytXd2RsnosJM12O1CqqmeZq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSo77oEtVytXd2RsnosJM12O1CqqmeZq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSo77oEtVytXd2RsnosJM12O1CqqmeZq > .row .container > .video-iframe-container { display: none; }#bSo77oEtVytXd2RsnosJM12O1CqqmeZq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSo77oEtVytXd2RsnosJM12O1CqqmeZq > .row > .video-iframe-container { display: none; }#bSo77oEtVytXd2RsnosJM12O1CqqmeZq > .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); }#bSo77oEtVytXd2RsnosJM12O1CqqmeZq > .row .container { width:20rem;height:95.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OICPmKXr8dqwb1qhGSnyr4992SHmccbD { width:18.4375rem;height:10.588234875rem;top:6.5rem;left:0.78125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbsXTTvdw4XGKcU40hlOXMOXRNmqaN6W { width:20rem;height:2.2058823125rem;top:2rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CUD4l3SOV1c34PxNhzi9IVLhZvw1l0xh { width:19.1875rem;height:2.625rem;top:21.1875rem;left:0.40625rem;background-color:#40082c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #r5sCaAAbizFpTdUbTGREfaivSEToBsEo { display:block; }
 }@media only screen and (max-width: 763px) { #Q16KOLofGzR6gwPi4wcFlSyNIr96MWoO { width:20rem;height:22.5rem;top:48.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcfF3n91JBE6Cr7mG9EcNFLvwmOuQ2L7 { width:19.9375rem;height:22.4375rem;top:68.0146484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gW4EAViAuP2bWyahBGrrTnh9ratNITTH { width:20rem;height:22.5rem;top:25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bg8qHgexKcDtTBbWPFAW1GCcVJT5Jmdc { width:5.5618105rem;height:5.5618105rem;top:89.157836914062rem;left:7.2173711061475rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9CnU6JebdH00EWLeiWTFd9VFQB3CuFI { background-color:#fbf1ce;background-image:none;display:block; }#T9CnU6JebdH00EWLeiWTFd9VFQB3CuFI > .row .container { background-color: transparent; background-image: none; }#T9CnU6JebdH00EWLeiWTFd9VFQB3CuFI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9CnU6JebdH00EWLeiWTFd9VFQB3CuFI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9CnU6JebdH00EWLeiWTFd9VFQB3CuFI > .row .container > .video-iframe-container { display: none; }#T9CnU6JebdH00EWLeiWTFd9VFQB3CuFI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9CnU6JebdH00EWLeiWTFd9VFQB3CuFI > .row > .video-iframe-container { display: none; }#T9CnU6JebdH00EWLeiWTFd9VFQB3CuFI > .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); }#T9CnU6JebdH00EWLeiWTFd9VFQB3CuFI > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTvCKCrt8BBTZaSgAAfzEVZIgWSFTbUV { width:18.3125rem;height:12.40808775rem;top:22.037109375rem;left:0.84375rem;font-size:0.8125rem;display:block; }#dTvCKCrt8BBTZaSgAAfzEVZIgWSFTbUV li:before{  }
 }@media only screen and (max-width: 763px) { #NbGTCCLhwe91amrZwhHoaLJ5nosUWK3m { width:20rem;height:2.2058823125rem;top:1.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #svFlQATQcKq7t9wAw14wkaCbiFKq6ER2 { width:18.0625rem;height:11.1397051875rem;top:35.8818359375rem;left:0.96875rem;font-size:0.8125rem;display:block; }#svFlQATQcKq7t9wAw14wkaCbiFKq6ER2 li:before{  }
 }@media only screen and (max-width: 763px) { #WQ2zAZet4ufMeLpdaNxDfIZwh1bMnXmr { width:19.875rem;height:14.6875rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #opwoUvT7EPIaUyKSsFFmQL7qgNZnpTIq { background-color:#f8cfcf;background-image:none;display:block; }#opwoUvT7EPIaUyKSsFFmQL7qgNZnpTIq > .row .container { background-color: transparent; background-image: none; }#opwoUvT7EPIaUyKSsFFmQL7qgNZnpTIq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opwoUvT7EPIaUyKSsFFmQL7qgNZnpTIq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opwoUvT7EPIaUyKSsFFmQL7qgNZnpTIq > .row .container > .video-iframe-container { display: none; }#opwoUvT7EPIaUyKSsFFmQL7qgNZnpTIq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opwoUvT7EPIaUyKSsFFmQL7qgNZnpTIq > .row > .video-iframe-container { display: none; }#opwoUvT7EPIaUyKSsFFmQL7qgNZnpTIq > .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); }#opwoUvT7EPIaUyKSsFFmQL7qgNZnpTIq > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sooledzEObfHeF41sfuDrKKB5qUJxcnz { width:19.9990234375rem;height:2.2058823125rem;top:0.59375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #eTbliLCXMmrTLi79UL3K8fqp52CcTyUm { display:block; }#eTbliLCXMmrTLi79UL3K8fqp52CcTyUm > .row .container { width:20rem;height:69.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vdh5filXxf57WF9cumCOm2dWGEkpKoGz { width:19.9990234375rem;height:2.64705875rem;top:0.6240234375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#40082c;display:block; }
 }@media only screen and (max-width: 763px) { #cgvtxKIqwBt4K27WwaTnhOSqplLlhFdf { width:17.6240806875rem;height:7.996323125rem;top:30.590759277344rem;left:1.1868106126785rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#cgvtxKIqwBt4K27WwaTnhOSqplLlhFdf li:before{  }
 }@media only screen and (max-width: 763px) { #psB1rONC3VQAB3RU7d1QdTkbURz7Obfg { width:17.1875rem;height:2.0588235625rem;top:48.625rem;left:1.375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #As4XfbkIUTvrvcfN9n1TOMiZwbbl0wpv { width:10.9375rem;height:2.4264705rem;top:51.25rem;left:4.0625rem;font-size:1.875rem;color:#40082c;display:block; }
 }@media only screen and (max-width: 763px) { #zF0RTOTyocOTQao8iXrSufiAn49xkDKt { width:4.8724723125rem;height:1.39705875rem;top:51.6875rem;left:10.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Si9pK8Kz2ETFzom47e02tvD2k5cWxm9N { width:20rem;height:1.0294118125rem;top:63.5625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ph3SdSBgfb05q63JNs9ls3d2gf9nhxbm { width:19.2497691875rem;height:2.624080875rem;top:58.185791015625rem;left:0.37224268913269rem;background-color:#40082c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #HcMFQngv9IDqZi8umAxRoQGpwU1TVD0A { display:block; }
 }@media only screen and (max-width: 763px) { #s6vpEqavVhzEqTVCn89VOdW6gAyC30pA { width:18.6875rem;height:4.7058820625rem;top:24.21875rem;left:0.65625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ccMB3BGLw2K7aNsUdmMF1LQREfMpQ07D { width:14.25rem;height:18.0625rem;top:4.1240234375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #meL7TVBd5IqXIcZ2UfxcFliXfmURf9fE { width:18.0625rem;height:2.0588235625rem;top:65.0625rem;left:0.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZpLsTM455gdvG1fFdKKQDs6D98ietLeg { width:20rem;height:27.8125rem;top:61.873046875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #adtv4FoLEd9WvVqTwR8F1T7CKUU8iJ6c { width:19.6875rem;height:19.6875rem;top:3.3115234375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5ium4WU9wF1Kq4Nc3zfO1D65cb59gsl { width:20rem;height:5.588234875rem;top:40.65673828125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#40082c;display:block; }
 }@media only screen and (max-width: 763px) { #a9shwUmOrdHUTZbFibt28DiM6WUNbtQZ { width:5.2493105rem;height:1.1764705rem;top:54.6875rem;left:9.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDpk7gV21ON80afZQOEJpWVn3lIdrQvT { width:4.2497701875rem;height:1.4705881875rem;top:54.5625rem;left:5.375rem;font-size:1.1875rem;color:#40082c;display:block; }
 }@media only screen and (max-width: 763px) { #y2v0vpRM2JwUiAy9rGUi9UPLkJ0rTT6i { display:block; }#y2v0vpRM2JwUiAy9rGUi9UPLkJ0rTT6i > .row .container { width:20rem;height:63.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ALOi23VAa3C4c6necKfVkS7lw07B2eug { width:17.625rem;height:18.8125rem;top:4.71875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTs8e4O9zksRE72A6p7XTZIa3BKGldRR { width:19.9990234375rem;height:2.2058823125rem;top:1.1240234375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yV83yTVw9zIpbXF2E6x0CPIDrAEPUiUp { width:17.8125rem;height:7.996323125rem;top:35.25rem;left:1.09375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }#yV83yTVw9zIpbXF2E6x0CPIDrAEPUiUp li:before{  }
 }@media only screen and (max-width: 763px) { #gaLzKPJfhN6rPlAWTX5Dr8F9dEl7DXAV { width:20rem;height:1.4705881875rem;top:46.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HJ1nUdb2EcEvRb2kLTUUOpdTpTJ8sFim { width:10.9375rem;height:2.4264705rem;top:48.875rem;left:4.53125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSBDDB67IGxec3GUt9oTxT02fT84Cdpy { width:4.873046875rem;height:1.39705875rem;top:49.375rem;left:10.658203125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgAt2bTKaEewSAa8wFEvMSrw7tScSmxx { width:20rem;height:1.102941125rem;top:57.560546875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ATqKFod0FrQpzAETpRppexT5zFHS7FDl { width:10.998046875rem;height:2.623046875rem;top:52.1875rem;left:4.5009765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7C63BJGTQLXn2wLoRKsST5B0ruFvzQd { display:block; }
 }@media only screen and (max-width: 763px) { #EV3dLtM64ED4wMTT3Mo6bKHcJJJctSgB { width:18.0625rem;height:7.058823125rem;top:25.5625rem;left:0.96875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EefehgUVRlstTUBwLpL2ZUPsgB9yhb7O { width:18.875rem;height:2.2058823125rem;top:59.498046875rem;left:0.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l04y6wXEXTJFuyZTyfIOiiuKOdh2qUhL { display:none; }#l04y6wXEXTJFuyZTyfIOiiuKOdh2qUhL > .row .container { width:20rem;height:66.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EtLfk0hWAxgx50J2AToJitDFsTICghZ3 { width:19.9995rem;height:5.375rem;top:0.94921875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bDUaZPHr6mTcgS0gUWXT9DCrE85AsxXU { width:18.75rem;height:1.5rem;top:27.93603515625rem;left:0.6240234375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #shGTX0P060QvIFQQ3LR7kgdT9DbSJUzL { width:20.0625rem;height:22.5rem;top:30.5625rem;left:0.2490234375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }#shGTX0P060QvIFQQ3LR7kgdT9DbSJUzL li:before{  }
 }@media only screen and (max-width: 763px) { #yunB2ikPzS1B3nJFKzhJH2op5VBBdfXE { width:19.9995rem;height:1.125rem;top:59.56201171875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KZTOwqP7qX3B78Rrc95ycJUh2zKVCJ6K { width:10.4355625rem;height:2.4375rem;top:57.18701171875rem;left:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTE4nRMtd2KMym2CBhLrdE8qcS7WgUEl { width:5rem;height:1.4375rem;top:57.5625rem;left:10.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQ9dnTqHzu6N7yDDmTizN8HK95Qhikq5 { width:20rem;height:1.5rem;top:55.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FTkA4yK1VfCd1HieVlDLlHxV2Rz4TgXb { width:10.9980625rem;height:2.62305rem;top:62rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGZGESAh7TVdRRPfNMGr3qJvqMtCcatK { display:block; }
 }@media only screen and (max-width: 763px) { #TimIsOUNH0MnVnaOnykoQ6Qu3ra0t3lT { width:20rem;height:1.4375rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ABkDA11ZKqKilbHw318ZaSqxlPqwDv67 { width:19.2495rem;height:19.2495rem;top:7.05908203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpFJREJbFqU6vGe1UBSp6by5y4gBhKKx { display:block; }#TpFJREJbFqU6vGe1UBSp6by5y4gBhKKx > .row .container { width:20rem;height:72.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l3G2twcnVsRBxM5ePuxTmiT9ZMNiFynn { width:18rem;height:4.411764625rem;top:1.185546875rem;left:1rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #evyLhLiSs5LQ4vtt7sFxSlr2OGmrol8W { width:18.685546875rem;height:2.3529410625rem;top:6.4453125rem;left:0.6572265625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EuJ15sAiyQFbwbhTFsTG4wMdz4hwlqcT { width:10.9375rem;height:2.4264705rem;top:58.5625rem;left:4.53125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLOBmC0BB0ePfX5eB6MQKM97G2nHM6Ta { width:4.6875rem;height:1.39705875rem;top:59.0625rem;left:10.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AH0L9LPczNgTPalWwIfIXETG4CZZBrLb { width:18.375rem;height:9.172793375rem;top:29.3408203125rem;left:0.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }#AH0L9LPczNgTPalWwIfIXETG4CZZBrLb li:before{  }
 }@media only screen and (max-width: 763px) { #TrcyDITXZ8ukTPzdPwDBLkdIZuxuiPix { width:17.75rem;height:17.8125rem;top:10.935546875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aG2SvfUsRNdbnrFvMx4PuPC9bt8gBZdr { width:10.935546875rem;height:2.6865234375rem;top:61.779296875rem;left:4.5322265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vScCXno1EUJoqtoT6vQdXhEL38i3P5Pm { display:block; }
 }@media only screen and (max-width: 763px) { #onzpqIO8AUOHVJvdKltelOTdddoaCG5X { width:19.998046875rem;height:1.4705881875rem;top:56.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oTWKZa4VfkGykuKniiFai1prVGGeNnCt { width:15.625rem;height:2.0588235625rem;top:69.2783203125rem;left:2.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UIVVnb850rLCo1zszcQu9m6pTt5xWmMZ { width:6.5625rem;height:4.3125rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgSU6QGqWmbMsGn9HDSCWhW2cibTMoVW { width:18.0625rem;height:13.0147056875rem;top:40.8408203125rem;left:0.96875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }#FgSU6QGqWmbMsGn9HDSCWhW2cibTMoVW li:before{  }
 }@media only screen and (max-width: 763px) { #fMUM4PoLTRHTFu8dfTkOAqTOVFLChEX1 { width:10.9375rem;height:2.6875rem;top:65.3408203125rem;left:4.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfanO8LcHta7LfLcmT4twMXtN253KoC5 { display:block; }
 }@media only screen and (max-width: 763px) { #rURPor0lx2EME48XkzZT9zvhTR6rSrrM { display:none; }#rURPor0lx2EME48XkzZT9zvhTR6rSrrM > .row .container { width:20rem;height:65rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eEQmemgGTasogTWMSnhgXMi8qGNc8tsn { width:16.31125rem;height:2.84090625rem;top:15.8730625rem;left:1.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yxbkfemxMCeX2GMdnTWeM82MKNRTZp91 { width:20rem;height:2.21590625rem;top:20.02540625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kfTPGDSccZqkCVAkXTvdOTABJvqbMFpJ { width:18.75rem;height:4.43181875rem;top:26.5742375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoqTfTmdaS3MI3iW1T9uPcQ2JuzOVqPN { width:18.75rem;height:10.3409375rem;top:32.255875rem;left:0.625rem;font-size:1rem;display:block; }#PoqTfTmdaS3MI3iW1T9uPcQ2JuzOVqPN li:before{  }
 }@media only screen and (max-width: 763px) { #B5hVHueWPMQJbIGdPibrOPl6zK8NfeHF { width:18.75rem;height:4.43181875rem;top:43.90825rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVxNl7qRUbeAu34TOwIggqVO7nqacxE9 { width:20rem;height:1.1363625rem;top:58.6836375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTc1A0x8F7AQU8ePJ2XdJNuIrqJALW3N { width:11.6868125rem;height:2.3863625rem;top:49.6523875rem;left:4.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q67f5xNPSZopBPwFMuHgBfdbTxoTnUU4 { width:4.8109rem;height:1.42045625rem;top:56.0137125rem;left:7.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNtQi13T9GLKE5gAc3TTnrQPcM0KCNRX { width:20rem;height:1.477275rem;top:53.28715rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D309ohs4REhyxpNCNcI7Gq8APUiwZPBX { width:13.75rem;height:13.3744375rem;top:1.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XI5MvDy9fhkHdTpEdlwJmTOmomhFQ4Z4 { width:20rem;height:1.647725rem;top:23.55275rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ookkh5DT8eooMyZLsn0xAx0d8IupsDUt { width:10.99875rem;height:2.6234rem;top:61.1934rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFZ1pl5K9HTRXxhmHD1L4BteWPiMDf7T { display:block; }
 }@media only screen and (max-width: 763px) { #QJqJTTlSPc5PNeL6Xaz7H1gKMBFmue6l { display:none; }#QJqJTTlSPc5PNeL6Xaz7H1gKMBFmue6l > .row .container { width:20rem;height:63.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qoOKzCxU8isB153k4Xemt9QMSV4PRkpH { width:16.3105625rem;height:1.40625rem;top:16.5rem;left:1.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pBbMcVloumKIsXJh8r0Fkd9fSJa8MKD0 { width:20rem;height:2.15625rem;top:20.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HyGAPGBgqcDhQsrHPckS7OuyqnkTABtv { width:18.75rem;height:3rem;top:25.5rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #urAELSPXUqRsfRvT0lfRyH7OmefkIuZV { width:18.75rem;height:6rem;top:29.75rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }#urAELSPXUqRsfRvT0lfRyH7OmefkIuZV li:before{  }
 }@media only screen and (max-width: 763px) { #E3oWT5iRGQrAO2gkXPNlcxHUNGTTTFL3 { width:18.75rem;height:10.5rem;top:37rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l90UnN11yeNyikJfkgNTBJc1ca6kxSiS { width:20rem;height:1.125rem;top:56.1875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pJATesmBMtS7dWyXprDRR2U87V5JTZa6 { width:11.6875rem;height:2.4375rem;top:53.1875rem;left:4.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EH0O02H0uTDUPTqGb9KguKSl73kG4bda { width:4.81055rem;height:1.40625rem;top:53.6875rem;left:11.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpkZ44OEEycap69dlt7MaMenxQdISXyb { width:20rem;height:1.5rem;top:51.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AlePJkaZbiBZk3FuErIHzu40Zt5OLJXD { width:20rem;height:20.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSpCek50tquTsZfgu3MTqSPTS0FUwfSl { width:20rem;height:1.6875rem;top:22.75rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dk8lHkG4efLPmvtQeM07dH2HQvJzhTq3 { width:10.9980625rem;height:2.62305rem;top:58.5625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQezudMdLPdZAWrbr4fP7EGZgwpoMC1n { display:block; }
 }@media only screen and (max-width: 763px) { #kO5mUztQL9muU1FkSCp1waqn6GxhuuUD { display:block; }#kO5mUztQL9muU1FkSCp1waqn6GxhuuUD > .row .container { width:20rem;height:63.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nmCEgJfVhTpTLXRId9CgWSUiTUpUHBVi { width:19.9990234375rem;height:2.64705875rem;top:0.9990234375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K7BN3mfweacT75aF9KrX7n73DuLR8KT8 { width:18.685546875rem;height:4.7058820625rem;top:24.818359375rem;left:0.6572265625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VAECa9FzKHuqPWPH17SyqmzD1uWoLRyc { width:20rem;height:1.0294118125rem;top:58.5rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zqovMpwgNpIWpnGcM90wDNEtGsyKN8Tq { width:10.9375rem;height:2.4264705rem;top:34.3125rem;left:4.53125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rq4O6ThNE0iw7HX1HMdnkqooGhSle0aX { width:4.6875rem;height:1.39705875rem;top:34.8125rem;left:10.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTIWJkofb4taMIsCkAwghRptyQ5CVdHc { width:20rem;height:2.7941174375rem;top:30.875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZAmoRvT4RDWxfXi59LccFIpt8MmgvfSc { width:11.5rem;height:2.57352925rem;top:50.875rem;left:4.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7DG1aDHDkHK3D1ltbXKLVeHLGW4ffRd { width:4.873046875rem;height:1.39705875rem;top:51.4375rem;left:10.658203125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFRH0AzZNyszvIQyv5RVGzC1zVFKVRvO { width:19.6875rem;height:2.9411764375rem;top:47.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KAMAXbS9Tl9qoOlbWn1PfbHSHzVR0gRs { width:10.998046875rem;height:2.623046875rem;top:37.6875rem;left:4.5009765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIrBsisBA1FatZZ28Kov1qXPgJqiriA2 { display:block; }
 }@media only screen and (max-width: 763px) { #cbA3pAOkkqdPCoiGMJAAz2ghmu7tH0Th { width:10.998046875rem;height:2.623046875rem;top:54.25rem;left:4.5009765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8rDD9KahTxhO2JT2JHq87hxErnh2odG { display:block; }
 }@media only screen and (max-width: 763px) { #fXTAQoXObMRoFTnFc8zkPAWHiPLxDy68 { width:20rem;height:1.0294118125rem;top:41.5rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qPT5z2vEdTFeOiBgSqo019pkoHkaOVxh { width:18rem;height:18rem;top:5.123046875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOThhWzG7ClND74E1zn5y6vCSbdccRgh { width:18rem;height:2.0588235625rem;top:43.1875rem;left:1rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T6UAGev871rOA9rTu1fouZLxrSSbvXKC { width:18.5rem;height:2.0588235625rem;top:60.125rem;left:0.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TttTb8cru5bRKF0p7M8V5T3QGKOcMTJm { display:block; }#TttTb8cru5bRKF0p7M8V5T3QGKOcMTJm > .row .container { width:20rem;height:60.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WBAbC8B2mDPUsZDG3cQIwVp3Z0yyBaDx { width:19.9990234375rem;height:2.64705875rem;top:0.998046875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gZ88CNuM7RN92xWzSbdQL6J6iO6T7Zyq { width:17.625rem;height:5.882352625rem;top:23.9990234375rem;left:1.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z6TVy5HqC0UFZqsDBFiDlDvABe0rvaq2 { width:20rem;height:1.0294118125rem;top:55.375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MDVNh28Q6xX5MHMxHfWDe4SvKKzFOaQq { width:10.9375rem;height:2.4264705rem;top:34.75rem;left:4.53125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sypvX5NGcV04muHvzTJFL5EEggPinVCx { width:4.6875rem;height:1.39705875rem;top:35.25rem;left:10.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlROtLA94ozSUqvoTHksed4PezGlEhuq { width:20rem;height:1.4705881875rem;top:32.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eOkyC0DQ1TqFbhWqKViRunV319oTOpGq { width:11.5rem;height:2.57352925rem;top:49.0625rem;left:4.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZszxp50nOL2U7e3cHrzlPo5AZQxTTz0 { width:4.87305rem;height:1.39705875rem;top:49.625rem;left:10.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXM0bgID5zz3Qp6sXJNdTJITV554d8a6 { width:19.6875rem;height:1.4705881875rem;top:45.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X5D9DNvEIvpMHMopeC37nIWZIvf6C11Z { width:10.998046875rem;height:2.623046875rem;top:37.1875rem;left:4.5009765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWiRbIJLlAii7EyXUJ6ZQCoxSFiTBcpy { display:block; }
 }@media only screen and (max-width: 763px) { #Gm8UFLU6H8qDVyrdLig5LJI3SVZnlyVZ { width:10.9980625rem;height:2.62305rem;top:52.25rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRGJrdwpSgoIkRVMWpLSRf37kncyCZRq { display:block; }
 }@media only screen and (max-width: 763px) { #UU589rvrR4L5zXXHDNVcetX47Cu1G6zS { width:20rem;height:1.0294118125rem;top:41.0625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SDcuyUlKcRPUUbkP6oHoZT10td9NcGM5 { width:17.375rem;height:17.375rem;top:4.55859375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTAzZ1A54LWZZgpARSiyEt4o6ptNVV2B { width:17.9375rem;height:2.0588235625rem;top:42.625rem;left:1.03125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p3dTTnVi8Ix8WZInSUJFRc1s2pB63JJs { width:18rem;height:2.0588235625rem;top:57.0625rem;left:1rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OxwQtVX06xORAwQqwQVJl2VkOefHR0ur { display:none; }#OxwQtVX06xORAwQqwQVJl2VkOefHR0ur > .row .container { width:20rem;height:56.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vIKuTeL7pJh9WdwrnA19TwyoJxQVJ89u { width:19.9995rem;height:5.3994125rem;top:0rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LLOiCRV05vZ929fe5pKKIIF4zqAvVpNL { width:18.6855625rem;height:1.5rem;top:27.06103515625rem;left:0.65673828125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gn7ISm59UmAgKo5oAImotdBtWfhzB5dD { width:20rem;height:1.13720625rem;top:54.0625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TdnlpxK34iTocLFoDdc1qtuVJowrLvcE { width:11.4985625rem;height:2.5996125rem;top:47.6865234375rem;left:4.25048828125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiUUmduOVfLJvEJqvLT73Xs7zmtGIl6y { width:4.87305rem;height:1.4624rem;top:48.2548828125rem;left:10.93798828125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItLI1sFD9HCHOQWpXQwNLFrTdTdu4oTp { width:19.6875rem;height:1.5rem;top:46.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LGodv7AkTzovCyVs8cT7AhoNNiIUXiLd { width:10.9980625rem;height:2.62305rem;top:50.6875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzqOvepBEpq7ucwErUAqiKaTw4X2DToT { display:block; }
 }@media only screen and (max-width: 763px) { #zWIxbVsoI7PuenWopdrBKaqeswMvAwQk { width:19.9980625rem;height:15.59375rem;top:29.3232421875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }#zWIxbVsoI7PuenWopdrBKaqeswMvAwQk li:before{  }
 }@media only screen and (max-width: 763px) { #vAlQq4Am1hpfbiJsTmBqbM8Ars3uD6Xo { width:20rem;height:19.297597042514rem;top:6.13671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wq2ZDfSRQ0ocEMTg0nhiAzG4dV1P3Tng { display:none; }#wq2ZDfSRQ0ocEMTg0nhiAzG4dV1P3Tng > .row .container { width:20rem;height:63.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WDW2mV28v3Te5hiVfT0IKt69ZhfPXP7T { width:19.9995rem;height:5.3994125rem;top:1.31103515625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dzp8bZa3NmZoATw3mdyOPE3rbTbE1WQp { width:18.6855625rem;height:4.5rem;top:26.6865234375rem;left:0.65625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ds2Oo0TtDJG0TumCzHO8agoJi0n6NUBu { width:20rem;height:20rem;top:6.70947265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKt2JVTm5MxecW7VSUl01GxizfLGXdJ7 { width:20rem;height:17.1875rem;top:32.4365234375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }#HKt2JVTm5MxecW7VSUl01GxizfLGXdJ7 li:before{  }
 }@media only screen and (max-width: 763px) { #PBdJ0cVL75FEdAZTDMQbBoMeyH5LBErf { width:20rem;height:1.13720625rem;top:59.810546875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Aocvc3W4Ps3woaZqelfcAUs0aALsGi5F { width:12.5rem;height:2.5996125rem;top:52.935546875rem;left:4.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #n87ozolLAy9KrQHizTMhLaDueZF49Vvu { width:6.5rem;height:1.4624rem;top:53.5048828125rem;left:11.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2TGMpwCTVpmZ9c5AzHVUfnkQnL6WHdk { width:20rem;height:1.5rem;top:50.8740234375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UkZN14RA5Ob3CT7nDO1W48FRz0TJckQO { width:11rem;height:2.625rem;top:56.310546875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i86cKK4gBDf7SIMTriVbE90vRlh8GZ6O { display:block; }
 }@media only screen and (max-width: 763px) { #uBAZTP3TEO4OPFRl1ofOJwobLeuqanvT { display:none; }#uBAZTP3TEO4OPFRl1ofOJwobLeuqanvT > .row .container { width:20rem;height:6.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CNvgDOI7AAugxs2qffsIve2OaliHphT1 { width:19.9995rem;height:1.7871125rem;top:1.43701171875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSyZOcTCtqgsHTGC4LTPr2uw8dcyVlpv { width:18.808625rem;height:1.625rem;top:4.24951171875rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPxHIsvX0ruFFxJ50uWMNy4FEw0vXtft { display:none; }#PPxHIsvX0ruFFxJ50uWMNy4FEw0vXtft > .row .container { width:20rem;height:180.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DtPkESr6LzgNrBEOJqpulDL5xy0mTsX3 { width:18.125rem;height:22.1875rem;top:57.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RF44T2kAqRKTCukDILwJ37vXEbpp5kfo { width:15.625rem;height:1.8681625rem;top:58.5625rem;left:2.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3VdoH3dyVZnZdDinwi5XlPFTL4x8SnT { width:15.625rem;height:1.4619125rem;top:62.0625rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nV4KhPWH5zRJEq7AVI6dhkun04eBXUbf { width:15.625rem;height:1.4619125rem;top:63.5625rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e55iJ86T1SA0NXlKFbzLz948XJdeIwg3 { width:14.6875rem;height:2.923825rem;top:63.625rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcOQ08DqGp0sExHhffTWcuSqT53zwhbn { width:14.6875rem;height:1.4619125rem;top:66.6875rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvmOg4gJx3czkdRrIIoK3RTMA8tsxQRq { width:15.4355625rem;height:1.4619125rem;top:66.625rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1bnvnTSqEUMx7CB6nsnbXcur6QTSpH9 { width:15.625rem;height:1.6875rem;top:69.125rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzSSMwxGT74GPHKSmEMT1fJNcunQbSs2 { width:9.1230625rem;height:1.625rem;top:71.125rem;left:8.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzKGHpB6x6kEkHc9lrpTKXDwKy3mKuxl { width:8.4375rem;height:2.4375rem;top:70.75rem;left:2.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMznXD8HHPzgn6VOSieSDMKNxoc6ZA75 { width:15.625rem;height:1.4619125rem;top:73.125rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g99nEarebQ4MXpW9Vy0V89iLdTs09CoF { width:15.625rem;height:3.8125rem;top:75.1875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgkFrONFLt78JfEQ3on5dMmQ6WKxtvgm { display:block; }
 }@media only screen and (max-width: 763px) { #JhHeSk82JEUWiKxmOLKTdqk3TH3vipax { width:18.1245rem;height:24.4365rem;top:110rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0oJbDJJ2aTPwICngye54b0TKZ8Euu4u { width:15.625rem;height:1.4619125rem;top:127.625rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFOe4NySpbgpOsgs4afAITM0wAtJcqKH { width:7.5615rem;height:3.811525rem;top:129.2724609375rem;left:2.18701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHWCoz4I78TMb2ZRWmZhbdD2sO1DbpXy { display:block; }
 }@media only screen and (max-width: 763px) { #K054b4BoOGnKlRBzcdIN6fRlZwU1UhmZ { width:15.625rem;height:1.6875rem;top:123.25rem;left:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3x2HHF9fLe7mtch3AwllywrEv33ey66 { width:3.125rem;height:1.625rem;top:124.75rem;left:8.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNlVWZyT0Inv9zSP4laviuvvxBrpvTGR { width:14.6875rem;height:1.4619125rem;top:117.375rem;left:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsrhwTyvUhe9LW1lm9t120ycqBKW73xs { width:15.4355625rem;height:1.4619125rem;top:117.3125rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be9w2BvoTkbgGce4OVDokSqJx8G3PTyN { width:8.4375rem;height:2.4375rem;top:124.375rem;left:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUqeDWpxWgAk6oQZfQBytHDHIrNfhgAq { width:15.625rem;height:2.923825rem;top:113.125rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGvDOuc4yTnV0pCraNIGFhJTLx54z8OO { width:15.625rem;height:1.4619125rem;top:115.9375rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyTxJDpCq5QnII3A7PQozTBX3lfw5OB7 { width:14.6875rem;height:1.4619125rem;top:116rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6utFZGELL8luD3T2557cUshTGWhOoto { width:15.625rem;height:1.8681625rem;top:110.9375rem;left:1.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI5FWirwnE8ufq2eqXrD2TrrBBrfBDWK { width:15.624rem;height:3.811525rem;top:20.625rem;left:2.185546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTfnaTLK6lTbVu1CPJyfwvTPrelmmoVV { display:block; }
 }@media only screen and (max-width: 763px) { #FnL4UblHCabfUC5nkw1HEef86q9NTTPE { width:7.875rem;height:3.8745125rem;top:129.2724609375rem;left:10.154296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vmk3c94bDX986d6r0p48pLew6d1Vfm7W { display:block; }
 }@media only screen and (max-width: 763px) { #RpiJAp16ewWvlUJ0linFVWbAlkTocaHL { width:18.1245rem;height:24.375rem;top:82.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTtTRqVEnkqcviDXtChxUUz22PXnCDKC { width:15.625rem;height:2.923825rem;top:84.3125rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlpkx6hug9g89CTpZzkrGHfR3gJT207X { width:15.624rem;height:1.8681625rem;top:82.5625rem;left:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HU5Rzh7b1pT0I3cHS1TQUiJPwcLeQPTm { width:15.625rem;height:1.6875rem;top:91.0625rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvTxgV2T7kiZLgDmPgioKEPO12kS4EbU { width:14.6875rem;height:1.4619125rem;top:88.5625rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOo4WNAt9nTa5BteUpg4VhhbJ3Rq32LC { width:15.5rem;height:1.4619125rem;top:88.5rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3ZOg2BZQMTpaVtuCH64dVV6WNS8zlwT { width:15.625rem;height:1.4619125rem;top:87.125rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #klWMe3EwwAoqi28uXwea32fwHCiTR4bA { width:14.6875rem;height:1.4619125rem;top:87.1875rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFdTxDbPvPk1tOeNWGmFLuWQTKUTAKzg { width:15.625rem;height:1.4619125rem;top:98.75rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i70KREqsiFUQklmVzgCSEfvqNXis9qv5 { width:3.125rem;height:1.625rem;top:93.4375rem;left:8.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGHtoXwnH5WFE7Pv37VpZu6OFKu1biyE { width:8.4375rem;height:2.4375rem;top:92.875rem;left:2.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6gA0TwoaE9M2pgFNTJFryASQRQrHSmW { width:8.4375rem;height:2.4375rem;top:95.5625rem;left:2.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlZT7N405ZcAS9V3p52N6BhFVCAhTqIs { width:9.1875rem;height:1.625rem;top:96.125rem;left:8.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWIQnaM4TKNaNirLzxEVJbVyOWdiSwLZ { width:7.5625rem;height:1.4619125rem;top:96.1875rem;left:11rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #woP2sbgEl2uDc58O7H4nZXKwN0GDZq6O { width:3.875rem;height:1.6875rem;top:93.375rem;left:11rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9DWqokGLwuRr6894uNhHA4m3EluTzLf { width:7.875rem;height:3.875rem;top:100.5625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oD78DxSH9hbrnRLgNWdNft4WM6M4wkgI { display:block; }
 }@media only screen and (max-width: 763px) { #cTWo6rSZJg6LTcDiA37maCzDBT2euAcz { width:7.875rem;height:3.875rem;top:100.5625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGfQQxwzaPqkiUMtaOWs67KXTaeEKPJe { display:block; }
 }@media only screen and (max-width: 763px) { #GDKkur1X30f4ySGTnuQz6Zy2TmUcRcTP { width:15.624rem;height:1.625rem;top:3.82763671875rem;left:2.185546875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tikfaebrd8O2UOhLeFleckLQLQxQ154V { width:15.624rem;height:3.736325rem;top:5.3583984375rem;left:2.15478515625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ku5lTwwVlsNzhEny3J6PAcgHzSIXhPN3 { width:15.1855625rem;height:1.4619125rem;top:9rem;left:2.4052734375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFCVlXH0eFL9ppZSz8GsJn5kIh5ufshZ { width:14.6865rem;height:6.472625rem;top:12.4365234375rem;left:2.18701171875rem;font-size:1.125rem;display:block; }#nFCVlXH0eFL9ppZSz8GsJn5kIh5ufshZ li:before{  }
 }@media only screen and (max-width: 763px) { #n78ORHA58JkQRPhQWFVVq4pBDVhOoQGT { width:18.125rem;height:26.375rem;top:29.125rem;left:0.9375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #uv5xATX547i0dh8TI92IV1kJiyaqTxnb { width:18.1875rem;height:24.125rem;top:2.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmTMIOddMaomoC9hJDcz7oWweVSeX4l8 { width:15.5625rem;height:1.625rem;top:30.625rem;left:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rcr7s5DaFeluvI0NBgbM9b3tVS1r6N9E { width:17.8125rem;height:3.4746125rem;top:32.25rem;left:2.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7ySOxhXIPlB3U8BEakwG8sTzBC207Ld { width:17.4375rem;height:1.3808625rem;top:37.875rem;left:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPWe8CaE4P0mGWJAR7tqayrbkyrat96W { width:14.625rem;height:9.0488125rem;top:39.3125rem;left:2.1875rem;font-size:1rem;display:block; }#DPWe8CaE4P0mGWJAR7tqayrbkyrat96W li:before{  }
 }@media only screen and (max-width: 763px) { #BDHvmN7pcomRQNoplB7oXNV1UKTq67y7 { width:15.5625rem;height:2.923825rem;top:141.2973671875rem;left:2.18701171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmi3AtScDpQFEyVvsuxvw6BpgvTVvZ8B { width:15.5625rem;height:1.8681625rem;top:138.710453125rem;left:2.18701171875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPatz4edz9D91NwNOniErMe76sRxWpt8 { width:15.625rem;height:4rem;top:154.2055703125rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKhFy1a9x1cKHLxeDpxl0Bmfg5OlX7Wz { display:block; }
 }@media only screen and (max-width: 763px) { #UTzqSypyZ1TZVVJiPuffdo2WT2hunBhq { width:18.0625rem;height:23.5rem;top:135.74707421875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZL9oSmyQMf5lIgLo0vmE0n5Nps59AEW { width:14.6875rem;height:3.8125rem;top:160.4970703125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pENsK85kZKFGy3WOU3Jq354RJCNttPh5 { display:block; }
 }@media only screen and (max-width: 763px) { #awSXQSZi93s8D23hs7t1K6yJtSo8NcbA { width:14.8125rem;height:3.875rem;top:165.5595703125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgOfyCPfCGeZJzr56R23BhJqsWwHXAoM { display:block; }
 }@media only screen and (max-width: 763px) { #xmddxp2FnSnZWuTb8BM0l2WrH59dxPVr { display:block; }#xmddxp2FnSnZWuTb8BM0l2WrH59dxPVr > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p83uwVMS4ELvPDh6UVZCmZmSLci6nOwW { width:16rem;height:20rem;top:2.3115234375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFEpHeywXKHVTzSikvmUhD31Nfl7TmU7 { width:20rem;height:1.6176470625rem;top:23.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lDz4GwgskwfNvSaQBJiCwwEHLn0GdUBH { width:16.9375rem;height:10.588234875rem;top:26.6240234375rem;left:1.53125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xTUHwJgysGlogv6bKylby8COr04CTCzT { width:18.75rem;height:11.7647051875rem;top:38.625rem;left:0.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I0C1aLSOEtBqEgT6egd7J17A4KTeq0Kw { width:18.75rem;height:2.0588235625rem;top:51.9375rem;left:0.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sArRzXW1HncxuekFNLFy8TWrVpgxehed { display:block; }#sArRzXW1HncxuekFNLFy8TWrVpgxehed > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6fNdSnkk2GCcDUDFstWbRpdlp2aC76S { width:20rem;height:1.6176470625rem;top:1.03125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQefxpHx99nrAvwFQKZ0O0Ot6bKZvyp1 { display:block; }#pQefxpHx99nrAvwFQKZ0O0Ot6bKZvyp1 > .row .container { width:20rem;height:118.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Axkn03OR1Hk7yqet7NTzAzv2KIeCodPJ { width:18.75rem;height:2.7941174375rem;top:0rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3GksDIK25TaSMVWREfTNh68bcNz7quA { width:20rem;height:8.8235291875rem;top:3.75rem;left:-0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggWFUZKl5t7u9tESAhsM6aDopQrgSToR { width:18.75rem;height:1.39705875rem;top:48.75rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yH09IcGxi8dHWzhuXd2MrNwkS9LKE4xI { width:18.75rem;height:67.6470579375rem;top:51.3125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAkNOIyMmu6Ly6yihDmyr7Wwd9kaIdHq { top:25.623779296875rem;left:8.3421412706375rem;width:3.3122701875rem;height:3.4995403125rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #w5GC54NAIFSSvSuZCTQQ6nQoiE8np6sB { top:10.5rem;left:8.46875rem;width:3.0625rem;height:3.25rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pyIF0vTqrsvnGOd4i1pKA51PlJlTThBA { width:18.125rem;height:2.7941174375rem;top:37.8125rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkKIGIHFv1T3CaOW5CEG0C4KvXL9GBBg { width:18.75rem;height:1.4705881875rem;top:40.8125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnSSekXZqVotLbwS7TzzauUgUlNlMhh3 { width:18.75rem;height:1.39705875rem;top:29.8125rem;left:0.625rem;font-size:1.125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #zVsMKi5QTB3vAbTgdCU8Xhdp9NPpz4JT { width:18.75rem;height:1.4705881875rem;top:31.5rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFrTbFSMqH9mGD8xWr2lKEXL0RucrB3t { top:33.375rem;left:8.3125rem;width:3.3125rem;height:3.5rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Tn9vEyeqFgLmgxSyp63L7LQaGg2hNJLx { width:18.75rem;height:1.39705875rem;top:14.4375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1dMi5Zwo6TQgnAiE9Z7Z6fTZ40CzTa7 { width:19.6875rem;height:8.82352925rem;top:15.814575195312rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ss8M1JvumZzUd7AU7IJ7cyiTXJnxaEcW { top:44.5rem;left:8.3125rem;width:3.3125rem;height:3.5rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xPa1vKNciqmT4CBg0u5FLNyW7S55EcZD { width:20rem;height:1.39705875rem;top:35.0625rem;left:0rem;font-size:1.125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #VmLuQdSu0A6bmJ90hNmyUHSSTSOlI5hl { width:20rem;height:1.39705875rem;top:3.5625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LSAPIivTiH1O9Mf6foQE2STKbGOzkmyH { width:19.997701625rem;height:0;top:9.353271484375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zxTTOfTivWV2s84NKAnpry3lAsffzbJF { width:20rem;height:1.39705875rem;top:22.8125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xxfHcRxEd6fnI46V5mwFu0LAGQfHpXiV { width:20rem;height:1.4705881875rem;top:25rem;left:0rem;font-size:1rem;display:none; }#xxfHcRxEd6fnI46V5mwFu0LAGQfHpXiV li:before{  }
 }@media only screen and (max-width: 763px) { #qNa2WnhglRbrDnI5SrAXfZDkI6tkFZWT { width:9rem;height:2.6875rem;top:27.875rem;left:4.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #G8ns4qaX6eOWteiNIFtRxOL00Ai4OTTR { width:6.1875rem;height:2.8125rem;top:31.3125rem;left:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lQrSK9dhFiUPhqZcI92CSc1Mln0QFqyl { width:9.375rem;height:2rem;top:36.9375rem;left:4.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nUsICrLrp3ddQHBkkBLSgwMRveyr715p { width:11.375rem;height:1.4375rem;top:34.75rem;left:3.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ptxAIQQHxSQZeQW8VG8RiDqBf3u7NJo4 { display:block; }#ptxAIQQHxSQZeQW8VG8RiDqBf3u7NJo4 > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RSLRgMOPa2tXfo2USTDCeG31VrHU2IDk { width:12.5rem;height:2.7941175rem;top:0rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }