.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:234,230,226;--color-primary-1:193,181,169;--color-primary-2:152,131,111;--color-primary-3:126,100,75;--color-primary-4:53,3,3;--color-secondary-0:231,239,255;--color-secondary-1:174,201,255;--color-secondary-2:93,146,255;--color-secondary-3:47,73,128;--color-secondary-4:14,22,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Liberation Serif";--paragraphs-font-family:"Liberation Serif"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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); }#zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cad43ce0-91ad-4a22-a137-14077bf056a9/intro.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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; }#zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT.adaptive-delivery-prevent-bg, #zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT.lazyload, #zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT.lazyloading { background-image: none; }#zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT > .row .container { background-color: transparent; background-image: none; }#zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT > .row .container > .video-iframe-container { display: none; }#zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT > .row > .video-iframe-container { display: none; }#zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT > .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); }#zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT > .row .container { border-width: 0; border-radius: 0; }#zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT > .row .container { font-size:0.875rem;font-family:arial;height:24rem;width:60rem;position:relative;display:block; }#VwwRIeIoxnwp0TnlqZX30qeJR9EafCk0 { position:absolute;display:block;z-index:15004;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:8.75rem;width:12.375rem;top:4.6875rem;left:23.75rem;overflow:hidden;display:block; }
#owAZ7w9qSeD98fBpXKIHErUkVDtRGJzT { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:15.625rem;width:15.625rem;top:1.25rem;left:22.1875rem;display:block; }
#cx9lgi5WHhQJ87wZhx11kW1bcBDDlbXE { color:rgba(var(--color-tertiary-0),1);display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:17.6875rem;left:27.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rhanSckCiXziKk1KkzrcgBHqAmeTQUnb { 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:2rem;width:3.75rem;top:19.5625rem;left:28.3125rem;overflow:hidden;display:block; }
#zT36ZgZQUtnft6ZwK7Tq6RGGbB243boM { position:absolute;display:block;z-index:15001;background-color:#511010;background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:16.25rem;left:26.875rem;display:block; }
#LvIn9moDHHdAaFG8claa7uMnDSTl34bU { color:rgba(var(--color-tertiary-0),1);display:block;width:18.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.6624999046326rem;left:0rem;height:12.675rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ka6xl2hrwzcqewDQ4O3M64ff9aMbodCU { background-color:transparent;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:15.625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.28125rem;left:22.1875rem;display:block; }
#pRK0vgHWqhbZhhEXdPSTkoRs5Bpf5d1G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WheQGeEI6vGCE2U8kD3r7NAtJGfkDr0x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);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; }#WheQGeEI6vGCE2U8kD3r7NAtJGfkDr0x > .row .container { background-color: transparent; background-image: none; }#WheQGeEI6vGCE2U8kD3r7NAtJGfkDr0x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WheQGeEI6vGCE2U8kD3r7NAtJGfkDr0x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WheQGeEI6vGCE2U8kD3r7NAtJGfkDr0x > .row .container > .video-iframe-container { display: none; }#WheQGeEI6vGCE2U8kD3r7NAtJGfkDr0x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WheQGeEI6vGCE2U8kD3r7NAtJGfkDr0x > .row > .video-iframe-container { display: none; }#WheQGeEI6vGCE2U8kD3r7NAtJGfkDr0x > .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); }#WheQGeEI6vGCE2U8kD3r7NAtJGfkDr0x > .row .container { border-width: 0; border-radius: 0; }#WheQGeEI6vGCE2U8kD3r7NAtJGfkDr0x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WheQGeEI6vGCE2U8kD3r7NAtJGfkDr0x > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:60rem;position:relative;display:block; }#z0hHaK3b6uh4u1ZXmfVUR8cUoIZoU9G8 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.8125rem;height:2.8125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:0.5625rem;left:48.4375rem;display:block; }
#BbtMTkThcrvs6CpKElwlxBZwdrrZIfHw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ziXDyg4TQANEOyy42D0PlhCVralHVXMQ { box-sizing:content-box;color:#511010;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:0.875rem;left:48.75rem;display:block; }
#rwRpK7ZrlVbaM4TZ8NBHtyEKfMmP6lel { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.8125rem;height:2.8125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:0.5625rem;left:44.0625rem;display:block; }
#ErZaL0ktO2mEcHBlqTEOZpaRthXhDaZe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BNmI0PSxJ9Dh0uWhpCN26Pyigxc5Sebv { box-sizing:content-box;color:#511010;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:0.875rem;left:44.375rem;display:block; }
#II3xQINykAaMTfzABvMPr91Irwiy1IJh { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.8125rem;height:2.8125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:0.5625rem;left:52.8125rem;display:block; }
#eK7ieaLlrq3Nm83bQEruUqdkw9N2ekad { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bfCfbHXnCDaQ8gKOAgnvkXDsdU36fKT2 { box-sizing:content-box;color:#511010;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:0.875rem;left:53.125rem;display:block; }
#nZC4r5Ggg6Crv8D5NML2gXtzFIzBVyxN { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.8125rem;height:2.8125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.5625rem;left:57.1875rem;display:block; }
#QnoRmE2HD6OBHF4ndyoEGDCslUyg4k4w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uKFAJrzkbGm9UQzvWPEmLG668JuEM1h7 { box-sizing:content-box;color:#511010;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:0.875rem;left:57.5rem;display:block; }
#y5vgNTBkS1xGSDgeM0Wk4dDfSMr793k3 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#511010;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3125rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.75rem;left:3.4375rem;display:block; }
#VPW9sQ9i7dtTtXTTHXvfWhoN25J61a8q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ro8y24WowX2NyJT52mN7tLFH7vRv08R0 { position:absolute;display:block;z-index:15010;background-color:#baab21;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:3.4375rem;top:0.75rem;left:0rem;display:block; }
#TdkNFqzxOuGLTEIGlHZfJWISqHwSS8pQ { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:0.75rem;left:0.4375rem;display:block; }
#sOLV8csGNFqDkdTUN0X4uJgbaZyGEiz7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);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; }#sOLV8csGNFqDkdTUN0X4uJgbaZyGEiz7 > .row .container { border-width: 0; border-radius: 0; }#sOLV8csGNFqDkdTUN0X4uJgbaZyGEiz7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sOLV8csGNFqDkdTUN0X4uJgbaZyGEiz7 > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:60rem;position:relative;display:none; }#HktqucIQhzf6fUWA4o9rAEsdXy8ndHoD { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:0.75rem;left:0.4375rem;display:block; }
#S6K66T3Tb7zlAw06h40yFaXgsFyqd2XR { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#xP2ECytdP1yZ5cZnkTVW0SlZP0ihfgmH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V6z2wEJLyBfNMTtlFlXNb6iN12Pu6DHo { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#bEd5F8OaSBliRSpvNEiyViPglsDAgbUx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MPRiW3cZqMOBoliC6TLaOr6tWs3xln0b { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#BJQqaeCgkXbVgDy4BcehS0ywNer2QipL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PJw9A8U2fqnHsWtXXeTNRtzlrRGZ7Zpc { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#Ko5U14FSewPDRgmn6r9an0T4V0vO2BxO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EoQeMk9sxG9uhTXSxd3JIVRVloe0OHq8 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#xPosMXRli0xDV0QMJoxcJcn4NkedG5nb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qWC7NIPaA1rdV2egU76NVTLTgeaS3BDd { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#QTbQXtmuTTxIM5IxJ1m6J9kTZrN6ckUp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fcRP54ocDfrWxKEzxbQ52OHTF8E8AIrz { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#Wq667Q0oBVarELaTft26JtaN0czd3NTi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Md1r3SRTK7QVusTo3A8BNNbW6twV70JT { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#yviLfbDn33AgV0zT1BCAIs8gQbT01qyu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GJx8DvRe3k6dORGBdrruHJzQMcw3KhtW { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#JOmxcIaaOiIbBAeE8XPxcaTm10QMqWzE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZkkVXuqm3Eeq6O9TdeLIQhQPWalJLPsT { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#m92uxggpXAxiHNIb4Xr0vepDJxJhXW2P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X7XJz7hiNdZIbfoCVwuVarP8h48R2F9P { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#ZkXqboDwxmoZToouhbNc1Xk9mm3Gm3k5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kJfk5xbapMRPTUgHO8409sF8n7mgrNLP { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#nRpffDrXiwN3PJsyJHtQhDXMfc4tvSmw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VXIprPD2A9O8QLfN3cSOhPOlm1HWndKp { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#lhoLT48tXzA9rsZH8KllJgqMVTkZ2LbB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zsOMa4G58NHxPsDeiOGcrUJG6M3G3V7n { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#RboQ3MAVOmTA0FP1f1LqCT5Q3nkKefhQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o5rI7qIIFayLAEZfrAQO6bBKKPRob8Ai { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#BVFwBHxOnSfkR7BVGQ2G6DBWmWUk8ZIs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wbTv30R5RpT85HK6KFyvh3PJADFDz8tn { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#unXdfrwJ9oarwyFmeQr7kWoS9IwPyppL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hEJctZzdvVfev1NMs3CRX5oPNutZN3UZ { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#qxdnnvFR8G46va59zXBzaQXaukrGD68t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w3I1DPhlzKaE3uRs6Aw3Fwl01EpZ1beI { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.8125rem;height:2.8125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:2.0625rem;left:0rem;display:none; }
#N2AqLczvRhRlFm6gJsM7WmhLzSxZ9nrA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PECSphMb0RDM8Tbn0T1pIHH3y1Bil7WV { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.8125rem;height:2.8125rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:2.0625rem;left:3.4375rem;display:none; }
#iOxquvrHCmAHAbeguPrfi7RMSwXoCSKA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xJx3XtI0DC5WHrZiSFkoXzTym4RlZmKS { box-sizing:content-box;color:#511010;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:2.34375rem;left:3.6875rem;display:none; }
#Js8qqZ3tJklH7WVoTacbk6GQp6MmSkZh { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.8125rem;height:2.8125rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:2.0625rem;left:6.875rem;display:none; }
#ceJD0nCbB1JXEQZc5H7Z5oHXgNyvyvy3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#St40XEtk7o0d7dmguX2gp0CBSk0TmiAN { box-sizing:content-box;color:#511010;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:2.375rem;left:0.25rem;display:none; }
#DO1oNiG1USuvZcOTwdALvbUQySV90ME9 { box-sizing:content-box;color:#511010;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15029;top:2.34375rem;left:7.1875rem;display:none; }
#a7rT441kX5i78OXZaWRqJsI86bv52vB3 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.8125rem;height:2.8125rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:2.0625rem;left:10.3125rem;display:none; }
#zOlTrSrLOSxcmKM5FxiKCoDRkSQdLNHQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CiVtKu3Ac95DtC1OxIiy589UyJElCzPB { box-sizing:content-box;color:#511010;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15031;top:2.34375rem;left:10.625rem;display:none; }
#nDXhKoF36rvwMtToSHQneIi228xV66Sl { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:1.4375rem;left:48.1875rem;display:none; }
#y95OJLQKFsZ2vzZv8QnLEmVyFCyriBsQ { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.8125rem;height:2.8125rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:2.0625rem;left:10.3125rem;display:none; }
#q1RL8Tv9TMq6fTzfoq5O3cPw87oTIgAp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/7e87e426-580c-4cc9-ad3b-49ffbffb5fad/009_background2_original.png");background-position: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; }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ.adaptive-delivery-prevent-bg, #PplK27IWeqJeVfVBySsWznQxI54Z3ELQ.lazyload, #PplK27IWeqJeVfVBySsWznQxI54Z3ELQ.lazyloading { background-image: none; }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ > .row .container { background-color: transparent; background-image: none; }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ > .row .container > .video-iframe-container { display: none; }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ > .row > .video-iframe-container { display: none; }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ > .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); }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ > .row .container { border-width: 0; border-radius: 0; }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:60rem;position:relative;display:block; }#QiqIKxUvrHHLpLxqTWbGebp9WLmWDXws { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#s71imq6Sf02cXZrfK3ZdFQ43FBlF5zpE { color:#baab21;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.375rem;left:0rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/7e87e426-580c-4cc9-ad3b-49ffbffb5fad/009_background2_original.png");background-position: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; }#UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt.adaptive-delivery-prevent-bg, #UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt.lazyload, #UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt.lazyloading { background-image: none; }#UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt > .row .container { background-color: transparent; background-image: none; }#UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt > .row .container > .video-iframe-container { display: none; }#UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt > .row > .video-iframe-container { display: none; }#UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt > .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); }#UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt > .row .container { border-width: 0; border-radius: 0; }#UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:60rem;position:relative;display:block; }#hutWBsO2dvx0ZyE9Rv3zbBe3MT2Sg7G1 { position:absolute;display:block;z-index:15005;background-color:#511010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);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.8125rem;width:14.6875rem;top:20.9375rem;left:0.3125rem;display:block; }
#im1qyo9U5Dlx8cowpXaTMLE9FNc2Ponf { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:21.8125rem;left:0.3125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uuT9QRMLlR6kqmSyUkFu5Tyq4PylzB9k { position:absolute;display:block;z-index:15003;border-top:0.3125rem solid #511010;border-left:0.3125rem solid #511010;border-right:0.3125rem solid #511010;border-bottom:0.3125rem solid #511010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:14.0625rem;top:1.5625rem;left:15.25rem;overflow:hidden;display:block; }
#OsIDxNx4JR5E6CRkzwS2paT0OTeVzqSC { position:absolute;display:block;z-index:15006;border-top:0.3125rem solid #511010;border-left:0.3125rem solid #511010;border-right:0.3125rem solid #511010;border-bottom:0.3125rem solid #511010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:14.0625rem;top:1.5625rem;left:30.1875rem;overflow:hidden;display:block; }
#Iavpcs2MhJKMeuSVUtTNRIPZi6AOQa69 { position:absolute;display:block;z-index:15008;background-color:#511010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);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.8125rem;width:14.6875rem;top:20.9375rem;left:15.25rem;display:block; }
#GcCgbqUvqpWQaBetDMTyA3wclfiA2BAI { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:21.8125rem;left:15.25rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vO5GiKrZHH4zgKBPwPpCcFn9CJkekKbg { position:absolute;display:block;z-index:15008;background-color:#511010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);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.8125rem;width:14.6875rem;top:20.9375rem;left:30.1875rem;display:block; }
#LxzOTWHvavXMrIc2XSRfx3XMLQ7SihJ8 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:21.8125rem;left:30.1875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MV2D6e0D2evUVxNv7U5ii8o5QpOGfXI3 { position:absolute;display:block;z-index:15011;background-color:#511010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);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.8125rem;width:14.6875rem;top:20.9375rem;left:45.125rem;display:block; }
#ET6MoFFr5cFevXgVb8IsNEM0U6UhdStU { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:21.8125rem;left:45.125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ikBMK9sQqzsqkEUJ8D3kOh0i2wPeKDew { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:21.3125rem;left:10.75rem;display:block; }
#DP12UZC481FHCmT74pdWPXT8BeITTlhM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bgUOTD1fmr62SJE9mK9eKMg0iaV1yrik { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:21.3125rem;left:25.625rem;display:block; }
#DHiu09GBOg83MJZauieGZHZcmtGkADyD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CvFgDhyVeTMUuVuvcXrNLx6eM1g6MBti { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:21.3125rem;left:40.5625rem;display:block; }
#ZbNzmu45SPvysvvWX7fcrInAxFmkQSzM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LAIHliaTfmTRb8hPmJIcAwXZbUaooNEK { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:21.3125rem;left:55.5rem;display:block; }
#iXu2SpxSDG82OT9NbZP5LWB8gqUe8TmQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lk7TAfulyQrwpMbJgBN08H688GpenfDa { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:21.625rem;left:10.75rem;display:none; }
#Hw4f4M0FifQdrekPAPB9kUrtTPqC2eQ1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xOd6w44ZLFp3QtF5igZ7MJ0Jw7T7Vd2T { position:absolute;display:block;z-index:15004;border-top:0.3125rem solid #511010;border-left:0.3125rem solid #511010;border-right:0.3125rem solid #511010;border-bottom:0.3125rem solid #511010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:14.0625rem;top:1.5625rem;left:0.3125rem;overflow:hidden;display:block; }
#pObpvgEHwrsTlCZ2fSplXtSVDhTOQ9Cc { position:absolute;display:block;z-index:15007;border-top:0.3125rem solid #511010;border-left:0.3125rem solid #511010;border-right:0.3125rem solid #511010;border-bottom:0.3125rem solid #511010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:14.0625rem;top:1.625rem;left:45.125rem;overflow:hidden;display:block; }
#ZXAwBimtWTxJy9JxLRrkgLqd55bqrWPm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/7e87e426-580c-4cc9-ad3b-49ffbffb5fad/009_background2_original.png");background-position:center !important;background-repeat:repeat-y !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; }#ZXAwBimtWTxJy9JxLRrkgLqd55bqrWPm.adaptive-delivery-prevent-bg, #ZXAwBimtWTxJy9JxLRrkgLqd55bqrWPm.lazyload, #ZXAwBimtWTxJy9JxLRrkgLqd55bqrWPm.lazyloading { background-image: none; }#ZXAwBimtWTxJy9JxLRrkgLqd55bqrWPm > .row .container { background-color: transparent; background-image: none; }#ZXAwBimtWTxJy9JxLRrkgLqd55bqrWPm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZXAwBimtWTxJy9JxLRrkgLqd55bqrWPm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZXAwBimtWTxJy9JxLRrkgLqd55bqrWPm > .row .container > .video-iframe-container { display: none; }#ZXAwBimtWTxJy9JxLRrkgLqd55bqrWPm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZXAwBimtWTxJy9JxLRrkgLqd55bqrWPm > .row > .video-iframe-container { display: none; }#ZXAwBimtWTxJy9JxLRrkgLqd55bqrWPm > .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); }#ZXAwBimtWTxJy9JxLRrkgLqd55bqrWPm > .row .container { border-width: 0; border-radius: 0; }#ZXAwBimtWTxJy9JxLRrkgLqd55bqrWPm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZXAwBimtWTxJy9JxLRrkgLqd55bqrWPm > .row .container { font-size:0.875rem;font-family:arial;height:45.625rem;width:60rem;position:relative;display:block; }#byKvqlhBEf3fuQX9y9pC9oc5mRwAwDQl { position:absolute;display:block;z-index:15000;border-top:0.3125rem solid #511010;border-left:0.3125rem solid #511010;border-right:0.3125rem solid #511010;border-bottom:0.3125rem solid #511010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:14.0625rem;top:1.875rem;left:0.3125rem;overflow:hidden;display:block; }
#wGqp04IsOVgsIgfxg7eUXBF6Az81HPPC { position:absolute;display:block;z-index:15006;border-top:0.3125rem solid #511010;border-left:0.3125rem solid #511010;border-right:0.3125rem solid #511010;border-bottom:0.3125rem solid #511010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:14.0625rem;top:1.875rem;left:15.250001907349rem;overflow:hidden;display:block; }
#gMe6eN1KoQS3wKOH1m08ArE7ryoXT6aM { position:absolute;display:block;z-index:15009;border-top:0.3125rem solid #511010;border-left:0.3125rem solid #511010;border-right:0.3125rem solid #511010;border-bottom:0.3125rem solid #511010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:14.0625rem;top:1.875rem;left:30.187501907349rem;overflow:hidden;display:block; }
#p20RGKemGiz9QCwO0Ny5kHFHNzuH42zv { position:absolute;display:block;z-index:15014;background-color:#511010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);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.8125rem;width:14.6875rem;top:21.25rem;left:0.3125rem;display:block; }
#Go7TaJPoEMIT5NTEoCWmP26Wqfez9mWq { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:22.125rem;left:0.3125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LLfUR3kgcDrc7Fw4dPpwTifNxOqdIIL6 { position:absolute;display:block;z-index:15020;background-color:#511010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);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.8125rem;width:14.6875rem;top:21.25rem;left:15.250001907349rem;display:block; }
#gzMyhp5fcCy8EnlTS4E9TcTqn53iEqMk { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:22.125rem;left:15.250001907349rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#paTTvsoP6rlFA5VTJgofFQBibvTN9Ztg { position:absolute;display:block;z-index:15023;background-color:#511010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);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.8125rem;width:14.6875rem;top:21.25rem;left:30.187501907349rem;display:block; }
#FE3q1C0vUnBbFAbN68IDorVnmgITf1oX { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:22.125rem;left:30.187501907349rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eafMkDUIFBzz30cbPa1oFPBJpTZmC2bR { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:21.625rem;left:10.75rem;display:block; }
#Gr4vKEAMTq8J8Mz8Sn6pWtNGdgJsgBAw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dvw38WPSyL7Dpli83N0RaQR4bShdWicc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:21.625rem;left:40.562498092651rem;display:block; }
#U1Ho30U3S16TBDIQQ7xnqCJbrPri8LB9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AekTC1FIPCfOdBXZhTRWVHssQynJiIdA { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:21.625rem;left:25.562501907349rem;display:block; }
#N52uFKnxI1JG6yXVZeTeRphUQiDwbGSA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RFrsXNTJf09MKp5QAQXWN4KZgUV8bfiE { position:absolute;display:block;z-index:15008;background-color:#511010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);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.8125rem;width:19.5625rem;top:40.8125rem;left:0rem;display:block; }
#opvUvHMXfLvGCO6qt4Tf4CF1KycTUnTX { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:41.6875rem;left:0rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mJelFEMOZUJlm90Pq2fkyBhhC6yVs5El { position:absolute;display:block;z-index:15003;border-top:0.3125rem solid #511010;border-left:0.3125rem solid #511010;border-right:0.3125rem solid #511010;border-bottom:0.3125rem solid #511010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:18.9375rem;top:26.0625rem;left:0rem;overflow:hidden;display:block; }
#JrronuOodT3641eZBT8WQzUEMAgHuc4L { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:41.125rem;left:15.25rem;display:block; }
#OJTwm9ztIhilhpkD7FpdeQZ8TkH8o1SK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f9XWVDbF4uka07ssisb7NBifmtaRXRp3 { position:absolute;display:block;z-index:15006;border-top:0.3125rem solid #511010;border-left:0.3125rem solid #511010;border-right:0.3125rem solid #511010;border-bottom:0.3125rem solid #511010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:18.9375rem;top:26.0625rem;left:19.875rem;overflow:hidden;display:block; }
#Lm3xe952d8gRUZ4lU05lPy7AxkzFmzTt { position:absolute;display:block;z-index:15011;background-color:#511010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);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.8125rem;width:19.5625rem;top:40.8125rem;left:19.875rem;display:block; }
#tmNww3emELmQSTOIP5l7ENr99DpGbWFV { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:41.6875rem;left:19.875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R7G7DtCufE9hfbW65Xb2zPClyBB05kql { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:41.125rem;left:35.125rem;display:block; }
#W9uoxdkDLTKbZasmq2q9yT5O2wuzpKSK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g2qba96ShVHCZTSKuTGBZOlRwhWNeBbQ { position:absolute;display:block;z-index:15009;border-top:0.3125rem solid #511010;border-left:0.3125rem solid #511010;border-right:0.3125rem solid #511010;border-bottom:0.3125rem solid #511010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:18.9375rem;top:26.0625rem;left:39.75rem;overflow:hidden;display:block; }
#ssRbMhSqWxvh56Lfst4IKSZeBUXfi8P9 { position:absolute;display:block;z-index:15014;background-color:#511010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);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.8125rem;width:19.5625rem;top:40.8125rem;left:39.75rem;display:block; }
#Pb5CJrBqXHhHZK4CnaZ1sUzLGcQStk7d { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:41.6875rem;left:39.75rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pgqXvoltcJT5iMAP5ziHUbZkMadqxK1H { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:41.125rem;left:55rem;display:block; }
#BTW4Mk4fNAJtZtF7tR1hlQfQ4POCwAIw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wr9PyIs0rq4niCSMfP1m4rkGeWZdyr0n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/7e87e426-580c-4cc9-ad3b-49ffbffb5fad/009_background2_original.png");background-position:center !important;background-repeat:repeat-y !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; }#wr9PyIs0rq4niCSMfP1m4rkGeWZdyr0n.adaptive-delivery-prevent-bg, #wr9PyIs0rq4niCSMfP1m4rkGeWZdyr0n.lazyload, #wr9PyIs0rq4niCSMfP1m4rkGeWZdyr0n.lazyloading { background-image: none; }#wr9PyIs0rq4niCSMfP1m4rkGeWZdyr0n > .row .container { background-color: transparent; background-image: none; }#wr9PyIs0rq4niCSMfP1m4rkGeWZdyr0n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wr9PyIs0rq4niCSMfP1m4rkGeWZdyr0n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wr9PyIs0rq4niCSMfP1m4rkGeWZdyr0n > .row .container > .video-iframe-container { display: none; }#wr9PyIs0rq4niCSMfP1m4rkGeWZdyr0n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wr9PyIs0rq4niCSMfP1m4rkGeWZdyr0n > .row > .video-iframe-container { display: none; }#wr9PyIs0rq4niCSMfP1m4rkGeWZdyr0n > .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); }#wr9PyIs0rq4niCSMfP1m4rkGeWZdyr0n > .row .container { border-width: 0; border-radius: 0; }#wr9PyIs0rq4niCSMfP1m4rkGeWZdyr0n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wr9PyIs0rq4niCSMfP1m4rkGeWZdyr0n > .row .container { font-size:0.875rem;font-family:arial;height:48.1875rem;width:60rem;position:relative;display:block; }#sdtreSIsX0d8xBpnRb5WLgz1buhlZ6U6 { position:absolute;display:block;z-index:15017;background-color:#511010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);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.8125rem;width:19.5625rem;top:14.84375rem;left:0.3125rem;display:block; }
#ZVCbCi1sygHgkAsFZgBZSWkg9AUWGRtk { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:15.71875rem;left:0.3125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a3EHbHoBVux6kgtlWlT3pBlZ8sm1gs3m { position:absolute;display:block;z-index:15003;border-top:0.3125rem solid #511010;border-left:0.3125rem solid #511010;border-right:0.3125rem solid #511010;border-bottom:0.3125rem solid #511010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:18.9375rem;top:0.03125rem;left:0.3125rem;overflow:hidden;display:block; }
#tTrtAToJtZbJ9Q71xGRhktDRCtebmTBJ { position:absolute;display:block;z-index:15020;background-color:#511010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);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.8125rem;width:19.5625rem;top:14.84375rem;left:20.187501907349rem;display:block; }
#O3AA71gcGdKlPgEHf6oGzq4Kq8COi1gu { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:15.71875rem;left:20.187501907349rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TgS380mLqltkkH8M3Dsxc5oH7VTH0rwy { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:15.15625rem;left:15.500001907349rem;display:block; }
#kcfbp4QaQTrBCmKHCDQdkePcoq7zXFp8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nJUQlTAgtysy23J1O82Tz6S7cZIq2vuU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:15.15625rem;left:35.437501907349rem;display:block; }
#rUKTnTTvGZnd8DbtU2oyH48afVWRhkkb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bgdbnuOAbgCTch90IoiaxJpQXcIwhXJu { 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:14.125rem;width:18.9375rem;top:0.40625rem;left:40.312501907349rem;overflow:hidden;display:block; }
#WFbRgCTX0E89XEIJUSfbaz03VOrS7Dzs { position:absolute;display:block;z-index:15023;background-color:#511010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);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.8125rem;width:19.5625rem;top:14.84375rem;left:40.062501907349rem;display:block; }
#mwUSCMPrJCQd64mTa4oFzB9f7ihxcxnd { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:15.71875rem;left:40.062501907349rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zS6Ju7hkMay6OgecGXyu9LRXeDzSMqq7 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #511010;border-left:0.3125rem solid #511010;border-right:0.3125rem solid #511010;border-bottom:0.3125rem solid #511010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1875rem;width:18.9375rem;top:0.03125rem;left:40.062501907349rem;display:block; }
#QgTBHnD4FNClR8390h2eOpB00VqkhhxS { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:15.15625rem;left:55.312498092651rem;display:block; }
#s5rtvAcBkc1XNQDK6x6I2G1ulRxWZFD3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O8ZaGZEPFdwQSImU0KIXrvJKtQ9UCNl6 { background-color:#511010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:40.34375rem;left:17.500001907349rem;display:block; }
#MksGt2kTIsgzBi7AdEOTOiMVtOQG8pkl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wtuxeishOyF3a7b99cSSN6aclbzDcCQW { position:absolute;display:block;z-index:15028;background-color:#511010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);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.8125rem;width:19.5625rem;top:34.34375rem;left:20.187501907349rem;display:block; }
#wkXvNOwGU24U6yKM28tBRt9FT3tAOET4 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:34.65625rem;left:35.437501907349rem;display:block; }
#Ag40rBS9cWuFTaSDhCCSqRFCkWHHOsAL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fM3UUBmAv28GWQAFiHmDF639ZGCpIILN { position:absolute;display:block;z-index:15014;border-top:0.3125rem solid #511010;border-left:0.3125rem solid #511010;border-right:0.3125rem solid #511010;border-bottom:0.3125rem solid #511010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:18.9375rem;top:19.59375rem;left:20.187501907349rem;overflow:hidden;display:block; }
#HRVDflWFFFXc5y53KICrWAT6ZtU1ckWf { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:35.21875rem;left:20.187501907349rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RUEubAiaSIHl4DwLT47WoiOSOGOcXLNM { position:absolute;display:block;z-index:15025;background-color:#511010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);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.8125rem;width:19.5625rem;top:34.34375rem;left:0.3125rem;display:block; }
#DGpfssututsrahFWaexcG0vCLBRMyBH4 { position:absolute;display:block;z-index:15011;border-top:0.3125rem solid #511010;border-left:0.3125rem solid #511010;border-right:0.3125rem solid #511010;border-bottom:0.3125rem solid #511010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:18.9375rem;top:19.59375rem;left:0.3125rem;overflow:hidden;display:block; }
#l6nVgMI70pZeX5yFPMw6dp022yA81Gku { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:34.65625rem;left:15.500001907349rem;display:block; }
#GUIvQIxLlHbQmgTG22fNbMGolOLg8gR9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q2OmuzTQuhJrBAIJeJFtssCK2XHJfICm { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:35.21875rem;left:0.3125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KVP2QSzXSCoLtVCKb48rlr4XpeTevuT3 { 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:14.125rem;width:18.8125rem;top:0.34375rem;left:20.531251907349rem;overflow:hidden;display:block; }
#GzHUTs1zrZl3HsedCL8XfxeJkS0cpSeu { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #511010;border-left:0.3125rem solid #511010;border-right:0.3125rem solid #511010;border-bottom:0.3125rem solid #511010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1875rem;width:18.9375rem;top:0rem;left:20.218751907349rem;display:block; }
#yc69lwgyaIlDtAKzapHrsIc9kfkuA0MA { position:absolute;display:block;z-index:15015;border-top:0.3125rem solid #511010;border-left:0.3125rem solid #511010;border-right:0.3125rem solid #511010;border-bottom:0.3125rem solid #511010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:18.8125rem;top:19.59375rem;left:40.062501907349rem;overflow:hidden;display:block; }
#GA1nRKDKt68XhLTf3605itqAQcT4lmTp { position:absolute;display:block;z-index:15031;background-color:#511010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);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.8125rem;width:19.4375rem;top:34.34375rem;left:40.125001907349rem;display:block; }
#qrUOmZCWaWPhseNo0D1VDTJkkUHtGrIZ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:34.65625rem;left:55.374998092651rem;display:block; }
#cPCA3g0Zg4l3wQzkrse5qDf0w2tEqBbV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fDZXK1XBH5cRSPqu8a3eTuSKmtc64B6T { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:35.21875rem;left:40.125001907349rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PwI4lLW1610xSq1T51kZRUMwxMdRzdnV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/df861da6-00d0-433a-9950-2ed6aa29b129/backgroundtecidos.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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; }#PwI4lLW1610xSq1T51kZRUMwxMdRzdnV.adaptive-delivery-prevent-bg, #PwI4lLW1610xSq1T51kZRUMwxMdRzdnV.lazyload, #PwI4lLW1610xSq1T51kZRUMwxMdRzdnV.lazyloading { background-image: none; }#PwI4lLW1610xSq1T51kZRUMwxMdRzdnV > .row .container { background-color: transparent; background-image: none; }#PwI4lLW1610xSq1T51kZRUMwxMdRzdnV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwI4lLW1610xSq1T51kZRUMwxMdRzdnV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwI4lLW1610xSq1T51kZRUMwxMdRzdnV > .row .container > .video-iframe-container { display: none; }#PwI4lLW1610xSq1T51kZRUMwxMdRzdnV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwI4lLW1610xSq1T51kZRUMwxMdRzdnV > .row > .video-iframe-container { display: none; }#PwI4lLW1610xSq1T51kZRUMwxMdRzdnV > .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); }#PwI4lLW1610xSq1T51kZRUMwxMdRzdnV > .row .container { border-width: 0; border-radius: 0; }#PwI4lLW1610xSq1T51kZRUMwxMdRzdnV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PwI4lLW1610xSq1T51kZRUMwxMdRzdnV > .row .container { font-size:0.875rem;font-family:arial;height:36.125rem;width:60rem;position:relative;display:block; }#OlTcsK4E7EctzTriliXNJznJr6ObUqvI { color:rgba(var(--color-tertiary-4),1);display:block;width:23.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.2354164123535rem;left:32.6875rem;height:6.3375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Prg3wTk98EAJXh6KXILr70hoaIVzHTuh { position:absolute;display:block;z-index:15004;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.875rem;width:2.9375rem;top:13.96875rem;left:32.6875rem;overflow:hidden;display:block; }
#gxwIM7fy9gbbfcXxaxGtiJMbSNtefRH6 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:13.835418701172rem;left:36.25rem;height:4.14375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KTy9Wfw1PWTtlhW8LRDvJd00Arvf4rW7 { 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:2.75rem;width:2.6875rem;top:14rem;left:41.5625rem;overflow:hidden;display:block; }
#M6oE1tTI6PTSvlzIoD90o7A9FLhn6oA0 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:14rem;left:44.875rem;height:4.14375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#giDv74kdsXlzTmLfd1v0WJRKoOVSb8MT { color:rgba(var(--color-tertiary-4),1);display:block;width:5.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:14.0625rem;left:54.75rem;height:4.14375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VxylhOZVaAym1946PdQw93BkMo25wmFT { 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:2.75rem;width:2.75rem;top:14.0625rem;left:51.375rem;overflow:hidden;display:block; }
#U2Ulw5snCeO2t4pA6VZRcr8ywRr0Q9gx { color:#baab21;display:block;width:27.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:11.0625rem;left:32.75rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A3z7iqm1kN0MNQuSBgcdMvacRgb1qvd8 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:19.625rem;left:32.6875rem;height:6.90625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JpPGgnGlDbNuXnBsl6UVtBhMADzxk1n9 { background-color:#511010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:28.3125rem;left:32.6875rem;display:block; }
#zaXyB0N3wSe2sdtClGTCkbWGQCBB3Zet { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TgfsW9XUxB1gWPB60RTsWldzfKBmZDrH { 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:33.75rem;width:30rem;display:none; }
#bI055Tz7rrdTBdSsvFP3f133ukloxFoC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/7e87e426-580c-4cc9-ad3b-49ffbffb5fad/009_background2_original.png");background-position: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; }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC.adaptive-delivery-prevent-bg, #bI055Tz7rrdTBdSsvFP3f133ukloxFoC.lazyload, #bI055Tz7rrdTBdSsvFP3f133ukloxFoC.lazyloading { background-image: none; }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .row .container { background-color: transparent; background-image: none; }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .row .container > .video-iframe-container { display: none; }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .row > .video-iframe-container { display: none; }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .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); }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .row .container { border-width: 0; border-radius: 0; }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:60rem;position:relative;display:block; }#hUncICQbHHJNct7fhaCNw7vlIiQhTORp { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uU7gvG3AOfNeqKC80UWTukpT3mi6Zs7F { color:#baab21;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.375rem;left:0rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JMSFECkG7VtvZ91MIk6aTSImxTUuGgrq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/et5ohn6Z/background_2.png");background-position: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; }#JMSFECkG7VtvZ91MIk6aTSImxTUuGgrq.adaptive-delivery-prevent-bg, #JMSFECkG7VtvZ91MIk6aTSImxTUuGgrq.lazyload, #JMSFECkG7VtvZ91MIk6aTSImxTUuGgrq.lazyloading { background-image: none; }#JMSFECkG7VtvZ91MIk6aTSImxTUuGgrq > .row .container { background-color: transparent; background-image: none; }#JMSFECkG7VtvZ91MIk6aTSImxTUuGgrq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMSFECkG7VtvZ91MIk6aTSImxTUuGgrq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMSFECkG7VtvZ91MIk6aTSImxTUuGgrq > .row .container > .video-iframe-container { display: none; }#JMSFECkG7VtvZ91MIk6aTSImxTUuGgrq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMSFECkG7VtvZ91MIk6aTSImxTUuGgrq > .row > .video-iframe-container { display: none; }#JMSFECkG7VtvZ91MIk6aTSImxTUuGgrq > .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); }#JMSFECkG7VtvZ91MIk6aTSImxTUuGgrq > .row .container { border-width: 0; border-radius: 0; }#JMSFECkG7VtvZ91MIk6aTSImxTUuGgrq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JMSFECkG7VtvZ91MIk6aTSImxTUuGgrq > .row .container { font-size:0.875rem;font-family:arial;height:31.5625rem;width:60rem;position:relative;display:block; }#wSEcnvUfe7XlbVHftDFDiE2VOJsExGIq { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/2b92137e-5edd-4114-b96a-879118010268/PP002.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:15.5rem;width:14.125rem;top:1.6875rem;left:0.125rem;display:block; }#wSEcnvUfe7XlbVHftDFDiE2VOJsExGIq.adaptive-delivery-prevent-bg, #wSEcnvUfe7XlbVHftDFDiE2VOJsExGIq.lazyload, #wSEcnvUfe7XlbVHftDFDiE2VOJsExGIq.lazyloading { background-image: none; }
#Zx6EpBa0T7kSGKwZxMGX5hTFh7BFTxFS { background-color:#511010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:2.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:21.625rem;left:2.3125rem;display:block; }
#GeFp3bQtGWOb6g5ApLstIygCyqB1xiN0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#clTpSHg2ApdxK87XLDcXRfRW7Dk4UJAZ { background-color:#511010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:2.875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:21.625rem;left:17.625001907349rem;display:block; }
#r6eNS3EeF7NfcHbVyOLeTnKE1tt3Xs7z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kTEd4E9lRAMAFMsXiwSHXMLdawcGMKLT { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/7c0b87fa-5da5-4ba0-b9b0-062a1a8268ab/albasfiesta012.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:15.5rem;width:14.125rem;top:1.6875rem;left:15.312501907349rem;display:block; }#kTEd4E9lRAMAFMsXiwSHXMLdawcGMKLT.adaptive-delivery-prevent-bg, #kTEd4E9lRAMAFMsXiwSHXMLdawcGMKLT.lazyload, #kTEd4E9lRAMAFMsXiwSHXMLdawcGMKLT.lazyloading { background-image: none; }
#SsTTg3e3Bib9S1IkcBxB82Epfd77EJFa { background-color:#511010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:2.875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:21.625rem;left:32.625001907349rem;display:block; }
#WRzgKKEJzFaduUzAOW4GHmwGCg8h0zE7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pc41x9X4l3m5i69szgRTmSfsTOO0N1IF { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/934816a2-e814-4fbb-90a1-90a0c5ac9040/PP003.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:15.5rem;width:14.125rem;top:1.6875rem;left:30.5rem;display:block; }#pc41x9X4l3m5i69szgRTmSfsTOO0N1IF.adaptive-delivery-prevent-bg, #pc41x9X4l3m5i69szgRTmSfsTOO0N1IF.lazyload, #pc41x9X4l3m5i69szgRTmSfsTOO0N1IF.lazyloading { background-image: none; }
#z953vo4Kf3pnO1ykIFBOcFd67TDmA99t { background-color:#511010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:2.875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:21.625rem;left:47.936719894409rem;display:block; }
#h85sNdf3UTPGbogZDJMGukh1mxcGarV8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hqn13oeUCJMumi4ig8JWChwL6V8A88pC { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/55a5d7e1-f290-4e14-8a8b-84334298e752/017_paliasfiesta013.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:15.5rem;width:14.125rem;top:1.6875rem;left:45.750001907349rem;display:block; }#Hqn13oeUCJMumi4ig8JWChwL6V8A88pC.adaptive-delivery-prevent-bg, #Hqn13oeUCJMumi4ig8JWChwL6V8A88pC.lazyload, #Hqn13oeUCJMumi4ig8JWChwL6V8A88pC.lazyloading { background-image: none; }
#Bym2paTOZeWF4ylz0i9khUwRr9TrVggL { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:28.625rem;left:0rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ubJuvAIobGoV17bZkKm6F0bVzIZu0o6a { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:25.71484375rem;left:28.437501907349rem;display:block; }
#biT21zOi56DcSzGF6sLwayXxKiKrMpLm { color:#511010;display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:18.36171913147rem;left:2.03125rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w7Zsg8CJBg14xsHbMpTLFa8WIiIrGpA7 { position:absolute;display:block;z-index:15060;background-color:transparent;background-image:none;border-top:0.0625rem solid #511010;border-left:0.0625rem solid #511010;border-right:0.0625rem solid #511010;border-bottom:0.0625rem solid #511010;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:19.125rem;width:14rem;top:1.6867370605469rem;left:0.125rem;display:block; }
#g2faNbHUcIyF7DnlwScWD3XSKPKs7gN0 { color:#511010;display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:17.625rem;left:17.4375rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NteygJmGlOArdVbiHFhEknnpNXT1b0rl { color:#511010;display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:17.600000619888rem;left:30.937501907349rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wTzXHmZUmd0JLtaKRgpxCZKeQ5q4feqE { color:#511010;display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:18.36171913147rem;left:47.842969894409rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gtagpa04rF0flINl48OZDo6I82nrogET { color:#511010;display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:15.6875rem;left:6.5625rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M6IS9TeocdnoVAsyDTERCFe91MTrWuNu { color:#511010;display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:15.6875rem;left:21.6875rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ReBpARiTvw0oOSlTdy1e4OplemTyTt46 { position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-tertiary-0),0.68);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2rem;width:5.375rem;top:15.1875rem;left:24rem;display:block; }
#rqNAHmcWzFasv9rIBKLfXGDN6Qqrx46P { color:#511010;display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:15.6875rem;left:37rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HFgllpoiBvBpU1UV8pRSTmfVWkxxbp2K { position:absolute;display:block;z-index:15051;background-color:rgba(var(--color-tertiary-0),0.68);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2rem;width:5.375rem;top:15.25rem;left:39.25rem;display:block; }
#Ji0alsIEoCyJJLyLQZ250Awo26okccb8 { color:#511010;display:block;width:4.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:15.6875rem;left:54.812498092651rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ekOpT9qO51tx0b5Mxf2CsKSJMnfB86Gd { position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-tertiary-0),0.68);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2rem;width:5.375rem;top:15.1875rem;left:54.499998092651rem;display:block; }
#JeFJeJDX8qINDuDNVE95wxkRNyLhtmTn { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0.68);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2rem;width:5.375rem;top:15.1875rem;left:8.875rem;display:block; }
#AopdBtmR6KGOTsS4HDsGFbTItbbMrDhA { position:absolute;display:block;z-index:15058;background-color:transparent;background-image:none;border-top:0.0625rem solid #511010;border-left:0.0625rem solid #511010;border-right:0.0625rem solid #511010;border-bottom:0.0625rem solid #511010;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:19.125rem;width:14rem;top:1.6875rem;left:15.312501907349rem;display:block; }
#QmGW0yVqBh8k0dcIxcVBJHTJsVp8lMQN { position:absolute;display:block;z-index:15057;background-color:transparent;background-image:none;border-top:0.0625rem solid #511010;border-left:0.0625rem solid #511010;border-right:0.0625rem solid #511010;border-bottom:0.0625rem solid #511010;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:19.125rem;width:14rem;top:1.6875rem;left:30.500001907349rem;display:block; }
#XiJ1JxNGUIvB6wXFrEwO9T1UmAu2lya6 { position:absolute;display:block;z-index:15059;background-color:transparent;background-image:none;border-top:0.0625rem solid #511010;border-left:0.0625rem solid #511010;border-right:0.0625rem solid #511010;border-bottom:0.0625rem solid #511010;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:19.125rem;width:14rem;top:1.6875rem;left:45.8125rem;display:block; }
#QenbVVqLtMEG0E455v055rTvkKpyVbZO { background-color:transparent;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:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:2.3125rem;text-decoration:none;z-index:15061;text-align:center;text-align-last:center;top:28.11874961853rem;left:23.593751907349rem;display:block; }
#hONsMsqCumufvkOpZQHOMASsFtHwe7zB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#InIZBrG1t5mhEl96PeHCQNoWeKhJ6cJa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1612ff87-fa6c-49c2-9e89-ad0d835a7dd7/noroot.preview.mirror");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#InIZBrG1t5mhEl96PeHCQNoWeKhJ6cJa.adaptive-delivery-prevent-bg, #InIZBrG1t5mhEl96PeHCQNoWeKhJ6cJa.lazyload, #InIZBrG1t5mhEl96PeHCQNoWeKhJ6cJa.lazyloading { background-image: none; }#InIZBrG1t5mhEl96PeHCQNoWeKhJ6cJa > .row .container { background-color: transparent; background-image: none; }#InIZBrG1t5mhEl96PeHCQNoWeKhJ6cJa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#InIZBrG1t5mhEl96PeHCQNoWeKhJ6cJa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#InIZBrG1t5mhEl96PeHCQNoWeKhJ6cJa > .row .container > .video-iframe-container { display: none; }#InIZBrG1t5mhEl96PeHCQNoWeKhJ6cJa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#InIZBrG1t5mhEl96PeHCQNoWeKhJ6cJa > .row > .video-iframe-container { display: none; }#InIZBrG1t5mhEl96PeHCQNoWeKhJ6cJa > .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); }#InIZBrG1t5mhEl96PeHCQNoWeKhJ6cJa > .row .container { border-width: 0; border-radius: 0; }#InIZBrG1t5mhEl96PeHCQNoWeKhJ6cJa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#InIZBrG1t5mhEl96PeHCQNoWeKhJ6cJa > .row .container { font-size:0.875rem;font-family:arial;height:29.9375rem;width:60rem;position:relative;display:block; }#x81ZUCtLawD0888L7d6hM8XTIfy8TcAH { color:rgba(var(--color-tertiary-4),1);display:block;width:27.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.625rem;left:32.6875rem;height:6.3375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RUxEo1otMEklb7uODWMhctgRk5XJ2Uwl { background-color:#511010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:20.486465454101rem;left:32.6875rem;display:block; }
#EpVHsAFAKkF4XQf8SEg0LzrVmLmPUrIs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#big4cWemSLFPSIZyy86bk1vJvqkWwHJz { 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:4.8125rem;width:4.6875rem;top:4.25rem;left:32.6875rem;overflow:hidden;display:block; }
#R6bV085tHnG98eEbo2vLJ3JrsTda0En1 { color:#baab21;display:block;width:27.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:16.4375rem;left:32.75rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dRkRTcb6byhkMI2VVmi78x4uvUH0UexX { 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:18.75rem;width:30rem;display:none; }
#LvkZOkgOdf9g7ilaKd6ZKV4n2dhUsGUn { position:relative;display:none; }#LvkZOkgOdf9g7ilaKd6ZKV4n2dhUsGUn { border-width: 0; border-radius: 0; }#LvkZOkgOdf9g7ilaKd6ZKV4n2dhUsGUn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LvkZOkgOdf9g7ilaKd6ZKV4n2dhUsGUn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#bt2P8CN3UWLiXwNRXWeSsL3oo8T3bRJ4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/72f5f8e3-ed4d-46b5-8b61-31e9f438762a/026_principal.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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; }#bt2P8CN3UWLiXwNRXWeSsL3oo8T3bRJ4.adaptive-delivery-prevent-bg, #bt2P8CN3UWLiXwNRXWeSsL3oo8T3bRJ4.lazyload, #bt2P8CN3UWLiXwNRXWeSsL3oo8T3bRJ4.lazyloading { background-image: none; }#bt2P8CN3UWLiXwNRXWeSsL3oo8T3bRJ4 > .row .container { background-color: transparent; background-image: none; }#bt2P8CN3UWLiXwNRXWeSsL3oo8T3bRJ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(81,16,16,0.59); }#bt2P8CN3UWLiXwNRXWeSsL3oo8T3bRJ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bt2P8CN3UWLiXwNRXWeSsL3oo8T3bRJ4 > .row .container > .video-iframe-container { display: none; }#bt2P8CN3UWLiXwNRXWeSsL3oo8T3bRJ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(81,16,16,0.59); }#bt2P8CN3UWLiXwNRXWeSsL3oo8T3bRJ4 > .row > .video-iframe-container { display: none; }#bt2P8CN3UWLiXwNRXWeSsL3oo8T3bRJ4 > .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); }#bt2P8CN3UWLiXwNRXWeSsL3oo8T3bRJ4 > .row .container { border-width: 0; border-radius: 0; }#bt2P8CN3UWLiXwNRXWeSsL3oo8T3bRJ4::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bt2P8CN3UWLiXwNRXWeSsL3oo8T3bRJ4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bt2P8CN3UWLiXwNRXWeSsL3oo8T3bRJ4 > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:60rem;position:relative;display:block; }#DvXKS9MUNwcBpL2MrmzvWK3AenHf0rkC { color:rgba(var(--color-tertiary-0),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:2.125rem;left:49.75rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#eQxsw25IoK0Vc9uIidnhxhixe0kw6COx { color:rgba(var(--color-tertiary-0),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:3.4375rem;left:52.875rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#aXSczrrJBaplHiwHof1rLaK3e8b1HZQn { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:2.0625rem;left:48.1875rem;display:block; }
#OIPPxcCOK4y3Osew5bnAJTAztmn9XTIk { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:3.125rem;left:51.1875rem;display:block; }
#zHz4iXFT0stghrBJV6iZPHy9TqlzhBTE { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:1.6812438964844rem;left:17.0625rem;display:block; }
#XMWAE8PnKRTtZxXCmpZtQQT8dw85eyie { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:2.1124877929688rem;left:17.5rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#CZ7vfQVaTB8EmRwCAS5TX0W8BurmJkxE { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.8125rem;height:2.8125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:2.0625rem;left:0rem;display:block; }
#NZTUDmoZUe5sSPMXlEWxnw86tr9HBTeV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DRJK1OV0Uak19ETDe6pLxixhP67ksTT6 { box-sizing:content-box;color:#511010;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:2.375rem;left:0.25rem;display:block; }
#L6qDVdHypwuXgdQJDpxoO8vqVlWNXP7J { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.8125rem;height:2.8125rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:2.0625rem;left:3.4375rem;display:block; }
#buTW0sDbkUEPeLNNvdPwt80zPm0OLE66 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OLsWC1eHT08Zzr5hVXdHPziwLswPqWTz { box-sizing:content-box;color:#511010;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:2.34375rem;left:3.6875rem;display:block; }
#z7y0LcUlmK9FTTplxTE5RsI5rgvwcVKD { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.8125rem;height:2.8125rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:2.0625rem;left:6.875rem;display:block; }
#Q9sU23gtPr05NzTc3ll8H9W5B7259d6V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HoLlAMxWITFs5EWbtf6eT4e2mJ1otTSl { box-sizing:content-box;color:#511010;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15029;top:2.34375rem;left:7.1875rem;display:block; }
#mTteJILRKmHRNVmzxghm7k81i4qgALcd { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.8125rem;height:2.8125rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:2.0625rem;left:10.3125rem;display:block; }
#UfoTJTlLVt93N7f11DgdaCihbRtu3Mva { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kc79bKa9E6mhgn58PoyOeAxxLklDdOc0 { box-sizing:content-box;color:#511010;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15031;top:2.34375rem;left:10.625rem;display:block; }
#Ctt1BQvntokSJ1COG9Z47mfQPqSdhp5m { color:rgba(var(--color-tertiary-0),1);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:1.5rem;left:31.875rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#k5fGBTR8exTnfnoAGMdyMxvGxoD0la7v { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:1.0625rem;left:29.875rem;display:block; }
#ZobaHdKUa7ndRv37EVDHWfpapDop259G { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:1.4375rem;left:48.1875rem;display:none; }
#PH0E5sMz8hTvGkeobJeSyO5JD4LMGZne { color:rgba(var(--color-tertiary-0),1);display:block;width:10.25rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:1.5rem;left:49.75rem;height:1.3rem;text-align:right;text-align-last:right;display:none; }
#esGebCXrU2XwOeH7JVvVtqa2OE8OzEtK { color:rgba(var(--color-tertiary-0),1);display:block;width:12.875rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:1.5rem;left:31.875rem;height:3.9rem;text-align:center;text-align-last:center;display:none; }
#PTMAzZgez8QG8DeW91hKq2lQIywaFyTy { position:relative;display:none; }#PTMAzZgez8QG8DeW91hKq2lQIywaFyTy { border-width: 0; border-radius: 0; }#PTMAzZgez8QG8DeW91hKq2lQIywaFyTy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PTMAzZgez8QG8DeW91hKq2lQIywaFyTy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#511010;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; }#RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo > .row .container { background-color: transparent; background-image: none; }#RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo > .row .container > .video-iframe-container { display: none; }#RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo > .row > .video-iframe-container { display: none; }#RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo > .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); }#RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo > .row .container { border-width: 0; border-radius: 0; }#RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:60rem;position:relative;display:block; }#grXtSuiKixb1Gh1lQ97MXRESqZ6BXU9X { 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:11.0625rem;width:15.625rem;top:2.1875rem;left:22.1875rem;overflow:hidden;display:block; }
#Bycr9EimnPSmXXKcwr59cOuehAOH9LUT { color:rgba(var(--color-tertiary-0),1);display:block;width:37.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:14.325000762939rem;left:11.0625rem;height:1.05625rem;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) { #zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT { display:block; }#zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VwwRIeIoxnwp0TnlqZX30qeJR9EafCk0 { top:4.6875rem;left:17.625rem;width:12.375rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #owAZ7w9qSeD98fBpXKIHErUkVDtRGJzT { top:1.25rem;left:16.0625rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cx9lgi5WHhQJ87wZhx11kW1bcBDDlbXE { top:17.6875rem;left:21.1875rem;width:5.75rem;height:1.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhanSckCiXziKk1KkzrcgBHqAmeTQUnb { top:19.5625rem;left:22.1875rem;width:3.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT36ZgZQUtnft6ZwK7Tq6RGGbB243boM { top:16.25rem;left:20.75rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvIn9moDHHdAaFG8claa7uMnDSTl34bU { top:5.625rem;left:0rem;width:18.5rem;height:12.625rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ka6xl2hrwzcqewDQ4O3M64ff9aMbodCU { width:15.625rem;height:15.625rem;top:1.25rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRK0vgHWqhbZhhEXdPSTkoRs5Bpf5d1G { display:block; }
 }@media only screen and (max-width: 763px) { #WheQGeEI6vGCE2U8kD3r7NAtJGfkDr0x { display:block; }#WheQGeEI6vGCE2U8kD3r7NAtJGfkDr0x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z0hHaK3b6uh4u1ZXmfVUR8cUoIZoU9G8 { width:2.8125rem;height:2.8125rem;top:0.5625rem;left:42.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbtMTkThcrvs6CpKElwlxBZwdrrZIfHw { display:block; }
 }@media only screen and (max-width: 763px) { #ziXDyg4TQANEOyy42D0PlhCVralHVXMQ { top:0.875rem;left:42.625rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwRpK7ZrlVbaM4TZ8NBHtyEKfMmP6lel { width:2.8125rem;height:2.8125rem;top:0.5625rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErZaL0ktO2mEcHBlqTEOZpaRthXhDaZe { display:block; }
 }@media only screen and (max-width: 763px) { #BNmI0PSxJ9Dh0uWhpCN26Pyigxc5Sebv { top:0.875rem;left:38.25rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #II3xQINykAaMTfzABvMPr91Irwiy1IJh { width:2.8125rem;height:2.8125rem;top:0.5625rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eK7ieaLlrq3Nm83bQEruUqdkw9N2ekad { display:block; }
 }@media only screen and (max-width: 763px) { #bfCfbHXnCDaQ8gKOAgnvkXDsdU36fKT2 { top:0.875rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZC4r5Ggg6Crv8D5NML2gXtzFIzBVyxN { width:2.8125rem;height:2.8125rem;top:0.5625rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnoRmE2HD6OBHF4ndyoEGDCslUyg4k4w { display:block; }
 }@media only screen and (max-width: 763px) { #uKFAJrzkbGm9UQzvWPEmLG668JuEM1h7 { top:0.875rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5vgNTBkS1xGSDgeM0Wk4dDfSMr793k3 { width:8.3125rem;height:2.5rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPW9sQ9i7dtTtXTTHXvfWhoN25J61a8q { display:block; }
 }@media only screen and (max-width: 763px) { #ro8y24WowX2NyJT52mN7tLFH7vRv08R0 { top:0.75rem;left:0rem;width:3.4375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdkNFqzxOuGLTEIGlHZfJWISqHwSS8pQ { top:0.75rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOLV8csGNFqDkdTUN0X4uJgbaZyGEiz7 { display:none; }#sOLV8csGNFqDkdTUN0X4uJgbaZyGEiz7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HktqucIQhzf6fUWA4o9rAEsdXy8ndHoD { top:0.75rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6K66T3Tb7zlAw06h40yFaXgsFyqd2XR { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #xP2ECytdP1yZ5cZnkTVW0SlZP0ihfgmH { display:block; }
 }@media only screen and (max-width: 763px) { #V6z2wEJLyBfNMTtlFlXNb6iN12Pu6DHo { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #bEd5F8OaSBliRSpvNEiyViPglsDAgbUx { display:block; }
 }@media only screen and (max-width: 763px) { #MPRiW3cZqMOBoliC6TLaOr6tWs3xln0b { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #BJQqaeCgkXbVgDy4BcehS0ywNer2QipL { display:block; }
 }@media only screen and (max-width: 763px) { #PJw9A8U2fqnHsWtXXeTNRtzlrRGZ7Zpc { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #Ko5U14FSewPDRgmn6r9an0T4V0vO2BxO { display:block; }
 }@media only screen and (max-width: 763px) { #EoQeMk9sxG9uhTXSxd3JIVRVloe0OHq8 { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #xPosMXRli0xDV0QMJoxcJcn4NkedG5nb { display:block; }
 }@media only screen and (max-width: 763px) { #qWC7NIPaA1rdV2egU76NVTLTgeaS3BDd { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #QTbQXtmuTTxIM5IxJ1m6J9kTZrN6ckUp { display:block; }
 }@media only screen and (max-width: 763px) { #fcRP54ocDfrWxKEzxbQ52OHTF8E8AIrz { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #Wq667Q0oBVarELaTft26JtaN0czd3NTi { display:block; }
 }@media only screen and (max-width: 763px) { #Md1r3SRTK7QVusTo3A8BNNbW6twV70JT { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #yviLfbDn33AgV0zT1BCAIs8gQbT01qyu { display:block; }
 }@media only screen and (max-width: 763px) { #GJx8DvRe3k6dORGBdrruHJzQMcw3KhtW { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #JOmxcIaaOiIbBAeE8XPxcaTm10QMqWzE { display:block; }
 }@media only screen and (max-width: 763px) { #ZkkVXuqm3Eeq6O9TdeLIQhQPWalJLPsT { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #m92uxggpXAxiHNIb4Xr0vepDJxJhXW2P { display:block; }
 }@media only screen and (max-width: 763px) { #X7XJz7hiNdZIbfoCVwuVarP8h48R2F9P { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #ZkXqboDwxmoZToouhbNc1Xk9mm3Gm3k5 { display:block; }
 }@media only screen and (max-width: 763px) { #kJfk5xbapMRPTUgHO8409sF8n7mgrNLP { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #nRpffDrXiwN3PJsyJHtQhDXMfc4tvSmw { display:block; }
 }@media only screen and (max-width: 763px) { #VXIprPD2A9O8QLfN3cSOhPOlm1HWndKp { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #lhoLT48tXzA9rsZH8KllJgqMVTkZ2LbB { display:block; }
 }@media only screen and (max-width: 763px) { #zsOMa4G58NHxPsDeiOGcrUJG6M3G3V7n { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #RboQ3MAVOmTA0FP1f1LqCT5Q3nkKefhQ { display:block; }
 }@media only screen and (max-width: 763px) { #o5rI7qIIFayLAEZfrAQO6bBKKPRob8Ai { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #BVFwBHxOnSfkR7BVGQ2G6DBWmWUk8ZIs { display:block; }
 }@media only screen and (max-width: 763px) { #wbTv30R5RpT85HK6KFyvh3PJADFDz8tn { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #unXdfrwJ9oarwyFmeQr7kWoS9IwPyppL { display:block; }
 }@media only screen and (max-width: 763px) { #hEJctZzdvVfev1NMs3CRX5oPNutZN3UZ { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #qxdnnvFR8G46va59zXBzaQXaukrGD68t { display:block; }
 }@media only screen and (max-width: 763px) { #w3I1DPhlzKaE3uRs6Aw3Fwl01EpZ1beI { width:2.8125rem;height:2.8125rem;top:2.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #N2AqLczvRhRlFm6gJsM7WmhLzSxZ9nrA { display:block; }
 }@media only screen and (max-width: 763px) { #PECSphMb0RDM8Tbn0T1pIHH3y1Bil7WV { width:2.8125rem;height:2.8125rem;top:2.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iOxquvrHCmAHAbeguPrfi7RMSwXoCSKA { display:block; }
 }@media only screen and (max-width: 763px) { #xJx3XtI0DC5WHrZiSFkoXzTym4RlZmKS { top:2.3125rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Js8qqZ3tJklH7WVoTacbk6GQp6MmSkZh { width:2.8125rem;height:2.8125rem;top:2.0625rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ceJD0nCbB1JXEQZc5H7Z5oHXgNyvyvy3 { display:block; }
 }@media only screen and (max-width: 763px) { #St40XEtk7o0d7dmguX2gp0CBSk0TmiAN { top:2.375rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DO1oNiG1USuvZcOTwdALvbUQySV90ME9 { top:2.3125rem;left:1.0625rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #a7rT441kX5i78OXZaWRqJsI86bv52vB3 { width:2.8125rem;height:2.8125rem;top:2.0625rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zOlTrSrLOSxcmKM5FxiKCoDRkSQdLNHQ { display:block; }
 }@media only screen and (max-width: 763px) { #CiVtKu3Ac95DtC1OxIiy589UyJElCzPB { top:2.3125rem;left:4.5rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #nDXhKoF36rvwMtToSHQneIi228xV66Sl { top:1.4375rem;left:42.0625rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #y95OJLQKFsZ2vzZv8QnLEmVyFCyriBsQ { width:2.8125rem;height:2.8125rem;top:2.0625rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #q1RL8Tv9TMq6fTzfoq5O3cPw87oTIgAp { display:block; }
 }@media only screen and (max-width: 763px) { #PplK27IWeqJeVfVBySsWznQxI54Z3ELQ { display:block; }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QiqIKxUvrHHLpLxqTWbGebp9WLmWDXws { top:3.0625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s71imq6Sf02cXZrfK3ZdFQ43FBlF5zpE { top:6.375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt { display:block; }#UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hutWBsO2dvx0ZyE9Rv3zbBe3MT2Sg7G1 { top:20.9375rem;left:0rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #im1qyo9U5Dlx8cowpXaTMLE9FNc2Ponf { top:21.8125rem;left:0rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuT9QRMLlR6kqmSyUkFu5Tyq4PylzB9k { top:1.5625rem;left:9.125rem;width:14.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsIDxNx4JR5E6CRkzwS2paT0OTeVzqSC { top:1.5625rem;left:24.0625rem;width:14.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iavpcs2MhJKMeuSVUtTNRIPZi6AOQa69 { top:20.9375rem;left:9.125rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcCgbqUvqpWQaBetDMTyA3wclfiA2BAI { top:21.8125rem;left:9.1250019073488rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vO5GiKrZHH4zgKBPwPpCcFn9CJkekKbg { top:20.9375rem;left:24.0625rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxzOTWHvavXMrIc2XSRfx3XMLQ7SihJ8 { top:21.8125rem;left:24.062501907349rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MV2D6e0D2evUVxNv7U5ii8o5QpOGfXI3 { top:20.9375rem;left:33.0625rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET6MoFFr5cFevXgVb8IsNEM0U6UhdStU { top:21.8125rem;left:39.000001907349rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikBMK9sQqzsqkEUJ8D3kOh0i2wPeKDew { width:2.5rem;height:2.5rem;top:21.3125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DP12UZC481FHCmT74pdWPXT8BeITTlhM { display:block; }
 }@media only screen and (max-width: 763px) { #bgUOTD1fmr62SJE9mK9eKMg0iaV1yrik { width:2.5rem;height:2.5rem;top:21.3125rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHiu09GBOg83MJZauieGZHZcmtGkADyD { display:block; }
 }@media only screen and (max-width: 763px) { #CvFgDhyVeTMUuVuvcXrNLx6eM1g6MBti { width:2.5rem;height:2.5rem;top:21.3125rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbNzmu45SPvysvvWX7fcrInAxFmkQSzM { display:block; }
 }@media only screen and (max-width: 763px) { #LAIHliaTfmTRb8hPmJIcAwXZbUaooNEK { width:2.5rem;height:2.5rem;top:21.3125rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXu2SpxSDG82OT9NbZP5LWB8gqUe8TmQ { display:block; }
 }@media only screen and (max-width: 763px) { #Lk7TAfulyQrwpMbJgBN08H688GpenfDa { width:2.5rem;height:2.5rem;top:21.625rem;left:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hw4f4M0FifQdrekPAPB9kUrtTPqC2eQ1 { display:block; }
 }@media only screen and (max-width: 763px) { #xOd6w44ZLFp3QtF5igZ7MJ0Jw7T7Vd2T { top:1.5625rem;left:0rem;width:14.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pObpvgEHwrsTlCZ2fSplXtSVDhTOQ9Cc { top:1.625rem;left:33.0625rem;width:14.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXAwBimtWTxJy9JxLRrkgLqd55bqrWPm { display:block; }#ZXAwBimtWTxJy9JxLRrkgLqd55bqrWPm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #byKvqlhBEf3fuQX9y9pC9oc5mRwAwDQl { top:1.875rem;left:0rem;width:14.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGqp04IsOVgsIgfxg7eUXBF6Az81HPPC { top:1.875rem;left:9.1250019073488rem;width:14.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMe6eN1KoQS3wKOH1m08ArE7ryoXT6aM { top:1.875rem;left:24.062501907349rem;width:14.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p20RGKemGiz9QCwO0Ny5kHFHNzuH42zv { top:21.25rem;left:0rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Go7TaJPoEMIT5NTEoCWmP26Wqfez9mWq { top:22.125rem;left:0rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLfUR3kgcDrc7Fw4dPpwTifNxOqdIIL6 { top:21.25rem;left:9.1250019073488rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzMyhp5fcCy8EnlTS4E9TcTqn53iEqMk { top:22.125rem;left:9.1250019073488rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #paTTvsoP6rlFA5VTJgofFQBibvTN9Ztg { top:21.25rem;left:24.062501907349rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FE3q1C0vUnBbFAbN68IDorVnmgITf1oX { top:22.125rem;left:24.062501907349rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eafMkDUIFBzz30cbPa1oFPBJpTZmC2bR { width:2.5rem;height:2.5rem;top:21.625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gr4vKEAMTq8J8Mz8Sn6pWtNGdgJsgBAw { display:block; }
 }@media only screen and (max-width: 763px) { #Dvw38WPSyL7Dpli83N0RaQR4bShdWicc { width:2.5rem;height:2.5rem;top:21.625rem;left:34.437498092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1Ho30U3S16TBDIQQ7xnqCJbrPri8LB9 { display:block; }
 }@media only screen and (max-width: 763px) { #AekTC1FIPCfOdBXZhTRWVHssQynJiIdA { width:2.5rem;height:2.5rem;top:21.625rem;left:19.437501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #N52uFKnxI1JG6yXVZeTeRphUQiDwbGSA { display:block; }
 }@media only screen and (max-width: 763px) { #RFrsXNTJf09MKp5QAQXWN4KZgUV8bfiE { top:40.8125rem;left:0rem;width:19.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #opvUvHMXfLvGCO6qt4Tf4CF1KycTUnTX { top:41.6875rem;left:0rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJelFEMOZUJlm90Pq2fkyBhhC6yVs5El { top:26.0625rem;left:0rem;width:18.9375rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrronuOodT3641eZBT8WQzUEMAgHuc4L { width:2.5rem;height:2.5rem;top:41.125rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJTwm9ztIhilhpkD7FpdeQZ8TkH8o1SK { display:block; }
 }@media only screen and (max-width: 763px) { #f9XWVDbF4uka07ssisb7NBifmtaRXRp3 { top:26.0625rem;left:13.75rem;width:18.9375rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lm3xe952d8gRUZ4lU05lPy7AxkzFmzTt { top:40.8125rem;left:13.75rem;width:19.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmNww3emELmQSTOIP5l7ENr99DpGbWFV { top:41.6875rem;left:13.75rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7G7DtCufE9hfbW65Xb2zPClyBB05kql { width:2.5rem;height:2.5rem;top:41.125rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9uoxdkDLTKbZasmq2q9yT5O2wuzpKSK { display:block; }
 }@media only screen and (max-width: 763px) { #g2qba96ShVHCZTSKuTGBZOlRwhWNeBbQ { top:26.0625rem;left:28.1875rem;width:18.9375rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssRbMhSqWxvh56Lfst4IKSZeBUXfi8P9 { top:40.8125rem;left:28.1875rem;width:19.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb5CJrBqXHhHZK4CnaZ1sUzLGcQStk7d { top:41.6875rem;left:33.625rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgqXvoltcJT5iMAP5ziHUbZkMadqxK1H { width:2.5rem;height:2.5rem;top:41.125rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTW4Mk4fNAJtZtF7tR1hlQfQ4POCwAIw { display:block; }
 }@media only screen and (max-width: 763px) { #wr9PyIs0rq4niCSMfP1m4rkGeWZdyr0n { display:block; }#wr9PyIs0rq4niCSMfP1m4rkGeWZdyr0n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sdtreSIsX0d8xBpnRb5WLgz1buhlZ6U6 { top:14.8125rem;left:0rem;width:19.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVCbCi1sygHgkAsFZgBZSWkg9AUWGRtk { top:15.6875rem;left:0rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3EHbHoBVux6kgtlWlT3pBlZ8sm1gs3m { top:0rem;left:0rem;width:18.9375rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTrtAToJtZbJ9Q71xGRhktDRCtebmTBJ { top:14.8125rem;left:14.062501907349rem;width:19.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3AA71gcGdKlPgEHf6oGzq4Kq8COi1gu { top:15.6875rem;left:14.062501907349rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgS380mLqltkkH8M3Dsxc5oH7VTH0rwy { width:2.5rem;height:2.5rem;top:15.125rem;left:9.3750019073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcfbp4QaQTrBCmKHCDQdkePcoq7zXFp8 { display:block; }
 }@media only screen and (max-width: 763px) { #nJUQlTAgtysy23J1O82Tz6S7cZIq2vuU { width:2.5rem;height:2.5rem;top:15.125rem;left:29.312501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUKTnTTvGZnd8DbtU2oyH48afVWRhkkb { display:block; }
 }@media only screen and (max-width: 763px) { #bgdbnuOAbgCTch90IoiaxJpQXcIwhXJu { top:0.375rem;left:28.8125rem;width:18.9375rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFbRgCTX0E89XEIJUSfbaz03VOrS7Dzs { top:14.8125rem;left:28.1875rem;width:19.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwUSCMPrJCQd64mTa4oFzB9f7ihxcxnd { top:15.6875rem;left:33.937501907349rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zS6Ju7hkMay6OgecGXyu9LRXeDzSMqq7 { top:0rem;left:28.1875rem;width:18.9375rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgTBHnD4FNClR8390h2eOpB00VqkhhxS { width:2.5rem;height:2.5rem;top:15.125rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5rtvAcBkc1XNQDK6x6I2G1ulRxWZFD3 { display:block; }
 }@media only screen and (max-width: 763px) { #O8ZaGZEPFdwQSImU0KIXrvJKtQ9UCNl6 { width:25rem;height:3.4375rem;top:40.3125rem;left:11.375001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #MksGt2kTIsgzBi7AdEOTOiMVtOQG8pkl { display:block; }
 }@media only screen and (max-width: 763px) { #wtuxeishOyF3a7b99cSSN6aclbzDcCQW { top:34.3125rem;left:14.062501907349rem;width:19.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkXvNOwGU24U6yKM28tBRt9FT3tAOET4 { width:2.5rem;height:2.5rem;top:34.625rem;left:29.312501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ag40rBS9cWuFTaSDhCCSqRFCkWHHOsAL { display:block; }
 }@media only screen and (max-width: 763px) { #fM3UUBmAv28GWQAFiHmDF639ZGCpIILN { top:19.5625rem;left:14.062501907349rem;width:18.9375rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRVDflWFFFXc5y53KICrWAT6ZtU1ckWf { top:35.1875rem;left:14.062501907349rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUEubAiaSIHl4DwLT47WoiOSOGOcXLNM { top:34.3125rem;left:0rem;width:19.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGpfssututsrahFWaexcG0vCLBRMyBH4 { top:19.5625rem;left:0rem;width:18.9375rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6nVgMI70pZeX5yFPMw6dp022yA81Gku { width:2.5rem;height:2.5rem;top:34.625rem;left:9.3750019073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUIvQIxLlHbQmgTG22fNbMGolOLg8gR9 { display:block; }
 }@media only screen and (max-width: 763px) { #q2OmuzTQuhJrBAIJeJFtssCK2XHJfICm { top:35.1875rem;left:0rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVP2QSzXSCoLtVCKb48rlr4XpeTevuT3 { top:0.3125rem;left:14.406251907349rem;width:18.8125rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzHUTs1zrZl3HsedCL8XfxeJkS0cpSeu { top:0rem;left:14.093751907349rem;width:18.9375rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yc69lwgyaIlDtAKzapHrsIc9kfkuA0MA { top:19.5625rem;left:28.3125rem;width:18.8125rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GA1nRKDKt68XhLTf3605itqAQcT4lmTp { top:34.3125rem;left:28.3125rem;width:19.4375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrUOmZCWaWPhseNo0D1VDTJkkUHtGrIZ { width:2.5rem;height:2.5rem;top:34.625rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPCA3g0Zg4l3wQzkrse5qDf0w2tEqBbV { display:block; }
 }@media only screen and (max-width: 763px) { #fDZXK1XBH5cRSPqu8a3eTuSKmtc64B6T { top:35.1875rem;left:34.000001907349rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwI4lLW1610xSq1T51kZRUMwxMdRzdnV { display:block; }#PwI4lLW1610xSq1T51kZRUMwxMdRzdnV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OlTcsK4E7EctzTriliXNJznJr6ObUqvI { top:4.1875rem;left:24.5625rem;width:23.1875rem;height:6.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Prg3wTk98EAJXh6KXILr70hoaIVzHTuh { top:13.9375rem;left:26.5625rem;width:2.9375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxwIM7fy9gbbfcXxaxGtiJMbSNtefRH6 { top:13.8125rem;left:30.125001907349rem;width:4.875rem;height:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTy9Wfw1PWTtlhW8LRDvJd00Arvf4rW7 { top:14rem;left:35.4375rem;width:2.6875rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6oE1tTI6PTSvlzIoD90o7A9FLhn6oA0 { top:14rem;left:38.750001907349rem;width:4.875rem;height:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #giDv74kdsXlzTmLfd1v0WJRKoOVSb8MT { top:14.0625rem;left:42rem;width:5.75rem;height:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxylhOZVaAym1946PdQw93BkMo25wmFT { top:14.0625rem;left:45rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2Ulw5snCeO2t4pA6VZRcr8ywRr0Q9gx { top:11.0625rem;left:20.5rem;width:27.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3z7iqm1kN0MNQuSBgcdMvacRgb1qvd8 { top:19.625rem;left:20.375rem;width:27.375rem;height:6.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpPGgnGlDbNuXnBsl6UVtBhMADzxk1n9 { width:12.5625rem;height:3.4375rem;top:28.3125rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaXyB0N3wSe2sdtClGTCkbWGQCBB3Zet { display:block; }
 }@media only screen and (max-width: 763px) { #TgfsW9XUxB1gWPB60RTsWldzfKBmZDrH { width:23.8125rem;height:26.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bI055Tz7rrdTBdSsvFP3f133ukloxFoC { display:block; }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hUncICQbHHJNct7fhaCNw7vlIiQhTORp { top:3.0625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uU7gvG3AOfNeqKC80UWTukpT3mi6Zs7F { top:6.375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMSFECkG7VtvZ91MIk6aTSImxTUuGgrq { display:block; }#JMSFECkG7VtvZ91MIk6aTSImxTUuGgrq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wSEcnvUfe7XlbVHftDFDiE2VOJsExGIq { top:1.6875rem;left:0rem;width:14.125rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zx6EpBa0T7kSGKwZxMGX5hTFh7BFTxFS { width:9.75rem;height:2.875rem;top:21.625rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeFp3bQtGWOb6g5ApLstIygCyqB1xiN0 { display:block; }
 }@media only screen and (max-width: 763px) { #clTpSHg2ApdxK87XLDcXRfRW7Dk4UJAZ { width:9.75rem;height:2.875rem;top:21.625rem;left:13.031251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6eNS3EeF7NfcHbVyOLeTnKE1tt3Xs7z { display:block; }
 }@media only screen and (max-width: 763px) { #kTEd4E9lRAMAFMsXiwSHXMLdawcGMKLT { top:1.6875rem;left:9.75rem;width:14.125rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsTTg3e3Bib9S1IkcBxB82Epfd77EJFa { width:9.75rem;height:2.875rem;top:21.625rem;left:24.968751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRzgKKEJzFaduUzAOW4GHmwGCg8h0zE7 { display:block; }
 }@media only screen and (max-width: 763px) { #pc41x9X4l3m5i69szgRTmSfsTOO0N1IF { top:1.6875rem;left:21.6875rem;width:14.125rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z953vo4Kf3pnO1ykIFBOcFd67TDmA99t { width:9.75rem;height:2.875rem;top:21.625rem;left:37.217969894409rem;display:block; }
 }@media only screen and (max-width: 763px) { #h85sNdf3UTPGbogZDJMGukh1mxcGarV8 { display:block; }
 }@media only screen and (max-width: 763px) { #Hqn13oeUCJMumi4ig8JWChwL6V8A88pC { top:1.6875rem;left:33.625rem;width:14.125rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bym2paTOZeWF4ylz0i9khUwRr9TrVggL { top:28.625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubJuvAIobGoV17bZkKm6F0bVzIZu0o6a { top:25.6875rem;left:20.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #biT21zOi56DcSzGF6sLwayXxKiKrMpLm { top:18.3125rem;left:0.5rem;width:10.0625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7Zsg8CJBg14xsHbMpTLFa8WIiIrGpA7 { top:1.625rem;left:0rem;width:14rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2faNbHUcIyF7DnlwScWD3XSKPKs7gN0 { top:17.625rem;left:12.84375rem;width:10.0625rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NteygJmGlOArdVbiHFhEknnpNXT1b0rl { top:17.5625rem;left:22.5625rem;width:13.25rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTzXHmZUmd0JLtaKRgpxCZKeQ5q4feqE { top:18.3125rem;left:37.124219894409rem;width:10.0625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtagpa04rF0flINl48OZDo6I82nrogET { top:15.6875rem;left:1.875rem;width:10.0625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6IS9TeocdnoVAsyDTERCFe91MTrWuNu { top:15.6875rem;left:13.8125rem;width:10.0625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReBpARiTvw0oOSlTdy1e4OplemTyTt46 { top:15.1875rem;left:18.5rem;width:5.375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqNAHmcWzFasv9rIBKLfXGDN6Qqrx46P { top:15.6875rem;left:25.75rem;width:10.0625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFgllpoiBvBpU1UV8pRSTmfVWkxxbp2K { top:15.25rem;left:30.4375rem;width:5.375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ji0alsIEoCyJJLyLQZ250Awo26okccb8 { top:15.6875rem;left:42.9375rem;width:4.8125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekOpT9qO51tx0b5Mxf2CsKSJMnfB86Gd { top:15.1875rem;left:42.375rem;width:5.375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeFJeJDX8qINDuDNVE95wxkRNyLhtmTn { top:15.1875rem;left:6.5625rem;width:5.375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AopdBtmR6KGOTsS4HDsGFbTItbbMrDhA { top:1.6875rem;left:9.75rem;width:14rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmGW0yVqBh8k0dcIxcVBJHTJsVp8lMQN { top:1.6875rem;left:21.6875rem;width:14rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiJ1JxNGUIvB6wXFrEwO9T1UmAu2lya6 { top:1.6875rem;left:33.625rem;width:14rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QenbVVqLtMEG0E455v055rTvkKpyVbZO { width:12.8125rem;height:2.3125rem;top:28.0625rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hONsMsqCumufvkOpZQHOMASsFtHwe7zB { display:block; }
 }@media only screen and (max-width: 763px) { #InIZBrG1t5mhEl96PeHCQNoWeKhJ6cJa { display:block; }#InIZBrG1t5mhEl96PeHCQNoWeKhJ6cJa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x81ZUCtLawD0888L7d6hM8XTIfy8TcAH { top:9.625rem;left:20.4375rem;width:27.3125rem;height:6.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUxEo1otMEklb7uODWMhctgRk5XJ2Uwl { width:12.5625rem;height:3.4375rem;top:20.4375rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpVHsAFAKkF4XQf8SEg0LzrVmLmPUrIs { display:block; }
 }@media only screen and (max-width: 763px) { #big4cWemSLFPSIZyy86bk1vJvqkWwHJz { top:4.25rem;left:26.5625rem;width:4.6875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6bV085tHnG98eEbo2vLJ3JrsTda0En1 { top:16.4375rem;left:20.5rem;width:27.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRkRTcb6byhkMI2VVmi78x4uvUH0UexX { width:23.8125rem;height:14.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LvkZOkgOdf9g7ilaKd6ZKV4n2dhUsGUn { display:none; }#LvkZOkgOdf9g7ilaKd6ZKV4n2dhUsGUn > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bt2P8CN3UWLiXwNRXWeSsL3oo8T3bRJ4 { display:block; }#bt2P8CN3UWLiXwNRXWeSsL3oo8T3bRJ4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DvXKS9MUNwcBpL2MrmzvWK3AenHf0rkC { top:2.125rem;left:37.5rem;width:10.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQxsw25IoK0Vc9uIidnhxhixe0kw6COx { top:3.4375rem;left:40.625rem;width:7.125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXSczrrJBaplHiwHof1rLaK3e8b1HZQn { top:2.0625rem;left:42.0625rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIPPxcCOK4y3Osew5bnAJTAztmn9XTIk { top:3.125rem;left:45.0625rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHz4iXFT0stghrBJV6iZPHy9TqlzhBTE { top:1.625rem;left:10.9375rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMWAE8PnKRTtZxXCmpZtQQT8dw85eyie { top:2.0625rem;left:11.375rem;width:12.5rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ7vfQVaTB8EmRwCAS5TX0W8BurmJkxE { width:2.8125rem;height:2.8125rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZTUDmoZUe5sSPMXlEWxnw86tr9HBTeV { display:block; }
 }@media only screen and (max-width: 763px) { #DRJK1OV0Uak19ETDe6pLxixhP67ksTT6 { top:2.375rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6qDVdHypwuXgdQJDpxoO8vqVlWNXP7J { width:2.8125rem;height:2.8125rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #buTW0sDbkUEPeLNNvdPwt80zPm0OLE66 { display:block; }
 }@media only screen and (max-width: 763px) { #OLsWC1eHT08Zzr5hVXdHPziwLswPqWTz { top:2.3125rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7y0LcUlmK9FTTplxTE5RsI5rgvwcVKD { width:2.8125rem;height:2.8125rem;top:2.0625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9sU23gtPr05NzTc3ll8H9W5B7259d6V { display:block; }
 }@media only screen and (max-width: 763px) { #HoLlAMxWITFs5EWbtf6eT4e2mJ1otTSl { top:2.3125rem;left:1.0625rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTteJILRKmHRNVmzxghm7k81i4qgALcd { width:2.8125rem;height:2.8125rem;top:2.0625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfoTJTlLVt93N7f11DgdaCihbRtu3Mva { display:block; }
 }@media only screen and (max-width: 763px) { #Kc79bKa9E6mhgn58PoyOeAxxLklDdOc0 { top:2.3125rem;left:4.5rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ctt1BQvntokSJ1COG9Z47mfQPqSdhp5m { top:1.5rem;left:25.75rem;width:12.875rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5fGBTR8exTnfnoAGMdyMxvGxoD0la7v { top:1.0625rem;left:23.75rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZobaHdKUa7ndRv37EVDHWfpapDop259G { top:1.4375rem;left:42.0625rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PH0E5sMz8hTvGkeobJeSyO5JD4LMGZne { top:1.5rem;left:37.5rem;width:10.25rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #esGebCXrU2XwOeH7JVvVtqa2OE8OzEtK { top:6.6875rem;left:0rem;width:13.5625rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PTMAzZgez8QG8DeW91hKq2lQIywaFyTy { display:none; }#PTMAzZgez8QG8DeW91hKq2lQIywaFyTy > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo { display:block; }#RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #grXtSuiKixb1Gh1lQ97MXRESqZ6BXU9X { top:2.1875rem;left:16.0625rem;width:15.625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bycr9EimnPSmXXKcwr59cOuehAOH9LUT { top:14.3125rem;left:4.9375rem;width:37.875rem;height:1rem;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) { #zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT { background-color:#511010;background-image:none;display:block; }#zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT > .row .container { background-color: transparent; background-image: none; }#zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT > .row .container > .video-iframe-container { display: none; }#zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT > .row > .video-iframe-container { display: none; }#zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT > .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); }#zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT > .row .container { width:20rem;height:15.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VwwRIeIoxnwp0TnlqZX30qeJR9EafCk0 { width:8.625rem;height:6.0625rem;top:3.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #owAZ7w9qSeD98fBpXKIHErUkVDtRGJzT { width:10.625rem;height:10.625rem;top:0.875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cx9lgi5WHhQJ87wZhx11kW1bcBDDlbXE { width:5.75rem;height:1.3rem;top:10.9375rem;left:7.125rem;font-size:0.5rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rhanSckCiXziKk1KkzrcgBHqAmeTQUnb { width:2.5625rem;height:1.375rem;top:12.425000190735rem;left:8.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT36ZgZQUtnft6ZwK7Tq6RGGbB243boM { width:4.5rem;height:4.5rem;top:9.9375rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvIn9moDHHdAaFG8claa7uMnDSTl34bU { width:18.5rem;height:0;top:24.625rem;left:0.75rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Ka6xl2hrwzcqewDQ4O3M64ff9aMbodCU { width:10.75rem;height:10.125rem;top:0.96875rem;left:4.6249998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRK0vgHWqhbZhhEXdPSTkoRs5Bpf5d1G { display:block; }
 }@media only screen and (max-width: 763px) { #WheQGeEI6vGCE2U8kD3r7NAtJGfkDr0x { background-color:#350303;background-image:none;display:none; }#WheQGeEI6vGCE2U8kD3r7NAtJGfkDr0x > .row .container { width:20rem;height:3.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #z0hHaK3b6uh4u1ZXmfVUR8cUoIZoU9G8 { width:2.1875rem;height:2.1875rem;top:4.125rem;left:11.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BbtMTkThcrvs6CpKElwlxBZwdrrZIfHw { display:block; }
 }@media only screen and (max-width: 763px) { #ziXDyg4TQANEOyy42D0PlhCVralHVXMQ { width:1.75rem;height:1.75rem;top:4.375rem;left:11.3125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rwRpK7ZrlVbaM4TZ8NBHtyEKfMmP6lel { width:2.1875rem;height:2.1875rem;top:4.125rem;left:15.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ErZaL0ktO2mEcHBlqTEOZpaRthXhDaZe { display:block; }
 }@media only screen and (max-width: 763px) { #BNmI0PSxJ9Dh0uWhpCN26Pyigxc5Sebv { width:1.75rem;height:1.75rem;top:4.375rem;left:15.6875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #II3xQINykAaMTfzABvMPr91Irwiy1IJh { width:2.1875rem;height:2.1875rem;top:4.125rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eK7ieaLlrq3Nm83bQEruUqdkw9N2ekad { display:block; }
 }@media only screen and (max-width: 763px) { #bfCfbHXnCDaQ8gKOAgnvkXDsdU36fKT2 { width:1.75rem;height:1.75rem;top:4.4375rem;left:2.5625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nZC4r5Ggg6Crv8D5NML2gXtzFIzBVyxN { width:2.1875rem;height:2.1875rem;top:4.125rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QnoRmE2HD6OBHF4ndyoEGDCslUyg4k4w { display:block; }
 }@media only screen and (max-width: 763px) { #uKFAJrzkbGm9UQzvWPEmLG668JuEM1h7 { width:1.75rem;height:1.75rem;top:4.375rem;left:6.9375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #y5vgNTBkS1xGSDgeM0Wk4dDfSMr793k3 { width:7.75rem;height:1.625rem;top:0.9375rem;left:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPW9sQ9i7dtTtXTTHXvfWhoN25J61a8q { display:block; }
 }@media only screen and (max-width: 763px) { #ro8y24WowX2NyJT52mN7tLFH7vRv08R0 { width:3.5rem;height:1.625rem;top:0.9375rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdkNFqzxOuGLTEIGlHZfJWISqHwSS8pQ { width:1.625rem;height:1.625rem;top:0.9375rem;left:13.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOLV8csGNFqDkdTUN0X4uJgbaZyGEiz7 { background-color:#350303;background-image:none;display:block; }#sOLV8csGNFqDkdTUN0X4uJgbaZyGEiz7 > .row .container { background-color: transparent; background-image: none; }#sOLV8csGNFqDkdTUN0X4uJgbaZyGEiz7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sOLV8csGNFqDkdTUN0X4uJgbaZyGEiz7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sOLV8csGNFqDkdTUN0X4uJgbaZyGEiz7 > .row .container > .video-iframe-container { display: none; }#sOLV8csGNFqDkdTUN0X4uJgbaZyGEiz7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sOLV8csGNFqDkdTUN0X4uJgbaZyGEiz7 > .row > .video-iframe-container { display: none; }#sOLV8csGNFqDkdTUN0X4uJgbaZyGEiz7 > .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); }#sOLV8csGNFqDkdTUN0X4uJgbaZyGEiz7 > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HktqucIQhzf6fUWA4o9rAEsdXy8ndHoD { width:1.625rem;height:1.625rem;top:0.84375rem;left:9.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6K66T3Tb7zlAw06h40yFaXgsFyqd2XR { top:3.296875rem;left:0rem;width:20rem;height:1.25rem;z-index:15024;background-color:transparent;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-family:"liberation serif";font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xP2ECytdP1yZ5cZnkTVW0SlZP0ihfgmH { display:block; }
 }@media only screen and (max-width: 763px) { #V6z2wEJLyBfNMTtlFlXNb6iN12Pu6DHo { top:4.703125rem;left:0rem;width:20rem;height:1.25rem;z-index:15025;background-color:transparent;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-family:"liberation serif";font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEd5F8OaSBliRSpvNEiyViPglsDAgbUx { display:block; }
 }@media only screen and (max-width: 763px) { #MPRiW3cZqMOBoliC6TLaOr6tWs3xln0b { top:6.140625rem;left:0rem;width:20rem;height:1.25rem;z-index:15026;background-color:transparent;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-family:"liberation serif";font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJQqaeCgkXbVgDy4BcehS0ywNer2QipL { display:block; }
 }@media only screen and (max-width: 763px) { #PJw9A8U2fqnHsWtXXeTNRtzlrRGZ7Zpc { top:7.578125rem;left:0rem;width:20rem;height:1.25rem;z-index:15027;background-color:transparent;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-family:"liberation serif";font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ko5U14FSewPDRgmn6r9an0T4V0vO2BxO { display:block; }
 }@media only screen and (max-width: 763px) { #EoQeMk9sxG9uhTXSxd3JIVRVloe0OHq8 { top:9.015625rem;left:0rem;width:20rem;height:1.25rem;z-index:15028;background-color:transparent;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-family:"liberation serif";font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPosMXRli0xDV0QMJoxcJcn4NkedG5nb { display:block; }
 }@media only screen and (max-width: 763px) { #qWC7NIPaA1rdV2egU76NVTLTgeaS3BDd { top:10.453125rem;left:0rem;width:20rem;height:1.25rem;z-index:15029;background-color:transparent;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-family:"liberation serif";font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTbQXtmuTTxIM5IxJ1m6J9kTZrN6ckUp { display:block; }
 }@media only screen and (max-width: 763px) { #fcRP54ocDfrWxKEzxbQ52OHTF8E8AIrz { top:11.890625rem;left:0rem;width:20rem;height:1.25rem;z-index:15030;background-color:transparent;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-family:"liberation serif";font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wq667Q0oBVarELaTft26JtaN0czd3NTi { display:block; }
 }@media only screen and (max-width: 763px) { #Md1r3SRTK7QVusTo3A8BNNbW6twV70JT { top:13.328125rem;left:0rem;width:20rem;height:1.25rem;z-index:15031;background-color:transparent;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-family:"liberation serif";font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yviLfbDn33AgV0zT1BCAIs8gQbT01qyu { display:block; }
 }@media only screen and (max-width: 763px) { #GJx8DvRe3k6dORGBdrruHJzQMcw3KhtW { top:14.765625rem;left:0rem;width:20rem;height:1.25rem;z-index:15032;background-color:transparent;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-family:"liberation serif";font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOmxcIaaOiIbBAeE8XPxcaTm10QMqWzE { display:block; }
 }@media only screen and (max-width: 763px) { #ZkkVXuqm3Eeq6O9TdeLIQhQPWalJLPsT { top:16.203125rem;left:0rem;width:20rem;height:1.25rem;z-index:15033;background-color:transparent;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-family:"liberation serif";font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m92uxggpXAxiHNIb4Xr0vepDJxJhXW2P { display:block; }
 }@media only screen and (max-width: 763px) { #X7XJz7hiNdZIbfoCVwuVarP8h48R2F9P { top:17.640625rem;left:0rem;width:20rem;height:1.25rem;z-index:15034;background-color:transparent;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-family:"liberation serif";font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkXqboDwxmoZToouhbNc1Xk9mm3Gm3k5 { display:block; }
 }@media only screen and (max-width: 763px) { #kJfk5xbapMRPTUgHO8409sF8n7mgrNLP { top:19.078125rem;left:0rem;width:20rem;height:1.25rem;z-index:15035;background-color:transparent;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-family:"liberation serif";font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRpffDrXiwN3PJsyJHtQhDXMfc4tvSmw { display:block; }
 }@media only screen and (max-width: 763px) { #VXIprPD2A9O8QLfN3cSOhPOlm1HWndKp { top:20.515625rem;left:0rem;width:20rem;height:1.25rem;z-index:15036;background-color:transparent;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-family:"liberation serif";font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhoLT48tXzA9rsZH8KllJgqMVTkZ2LbB { display:block; }
 }@media only screen and (max-width: 763px) { #zsOMa4G58NHxPsDeiOGcrUJG6M3G3V7n { top:21.953125rem;left:0rem;width:20rem;height:1.25rem;z-index:15037;background-color:transparent;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-family:"liberation serif";font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RboQ3MAVOmTA0FP1f1LqCT5Q3nkKefhQ { display:block; }
 }@media only screen and (max-width: 763px) { #o5rI7qIIFayLAEZfrAQO6bBKKPRob8Ai { top:23.390625rem;left:0rem;width:20rem;height:1.25rem;z-index:15038;background-color:transparent;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-family:"liberation serif";font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVFwBHxOnSfkR7BVGQ2G6DBWmWUk8ZIs { display:block; }
 }@media only screen and (max-width: 763px) { #wbTv30R5RpT85HK6KFyvh3PJADFDz8tn { top:24.828125rem;left:0rem;width:20rem;height:1.25rem;z-index:15039;background-color:transparent;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-family:"liberation serif";font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #unXdfrwJ9oarwyFmeQr7kWoS9IwPyppL { display:block; }
 }@media only screen and (max-width: 763px) { #hEJctZzdvVfev1NMs3CRX5oPNutZN3UZ { top:26.25rem;left:0rem;width:20rem;height:1.25rem;z-index:15041;background-color:transparent;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-family:"liberation serif";font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxdnnvFR8G46va59zXBzaQXaukrGD68t { display:block; }
 }@media only screen and (max-width: 763px) { #w3I1DPhlzKaE3uRs6Aw3Fwl01EpZ1beI { width:1.875rem;height:1.875rem;top:29.5625rem;left:4.1874998807907rem;color:#ffffff;z-index:15026;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #N2AqLczvRhRlFm6gJsM7WmhLzSxZ9nrA { display:block; }
 }@media only screen and (max-width: 763px) { #PECSphMb0RDM8Tbn0T1pIHH3y1Bil7WV { width:1.875rem;height:1.875rem;top:29.5625rem;left:6.6249998807906rem;background-color:#ffffff;background-image:none;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #iOxquvrHCmAHAbeguPrfi7RMSwXoCSKA { display:block; }
 }@media only screen and (max-width: 763px) { #xJx3XtI0DC5WHrZiSFkoXzTym4RlZmKS { width:1.75rem;height:1.75rem;top:29.625rem;left:6.6874998807906rem;font-size:1.1875rem;color:#511010;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #Js8qqZ3tJklH7WVoTacbk6GQp6MmSkZh { width:1.875rem;height:1.875rem;top:29.5625rem;left:9.0625003576281rem;background-color:#ffffff;background-image:none;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #ceJD0nCbB1JXEQZc5H7Z5oHXgNyvyvy3 { display:block; }
 }@media only screen and (max-width: 763px) { #St40XEtk7o0d7dmguX2gp0CBSk0TmiAN { width:1.5625rem;height:1.5625rem;top:29.6875rem;left:4.3124998807907rem;font-size:1.0625rem;color:#511010;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #DO1oNiG1USuvZcOTwdALvbUQySV90ME9 { width:1.5625rem;height:1.5625rem;top:29.6875rem;left:9.1875003576281rem;font-size:1.0625rem;color:#511010;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #a7rT441kX5i78OXZaWRqJsI86bv52vB3 { width:1.875rem;height:1.875rem;top:29.5625rem;left:11.500000357628rem;background-color:#ffffff;background-image:none;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #zOlTrSrLOSxcmKM5FxiKCoDRkSQdLNHQ { display:block; }
 }@media only screen and (max-width: 763px) { #CiVtKu3Ac95DtC1OxIiy589UyJElCzPB { width:1.5625rem;height:1.5625rem;top:29.6875rem;left:11.625000357628rem;font-size:1.0625rem;color:#511010;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #nDXhKoF36rvwMtToSHQneIi228xV66Sl { width:1.5625rem;height:1.5625rem;top:29.625rem;left:14.125000357628rem;font-size:1.0625rem;color:#511010;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #y95OJLQKFsZ2vzZv8QnLEmVyFCyriBsQ { width:1.875rem;height:1.875rem;top:29.5625rem;left:14.000000357628rem;background-color:#ffffff;background-image:none;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #q1RL8Tv9TMq6fTzfoq5O3cPw87oTIgAp { display:block; }
 }@media only screen and (max-width: 763px) { #PplK27IWeqJeVfVBySsWznQxI54Z3ELQ { background-color:#ffffff;background-image:none;display:block; }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ > .row .container { background-color: transparent; background-image: none; }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ > .row .container > .video-iframe-container { display: none; }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ > .row > .video-iframe-container { display: none; }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ > .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); }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QiqIKxUvrHHLpLxqTWbGebp9WLmWDXws { width:20rem;height:1.7875rem;top:1.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s71imq6Sf02cXZrfK3ZdFQ43FBlF5zpE { width:20rem;height:1.21875rem;top:3.6781253814698rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt { background-color:#ffffff;background-image:none;display:block; }#UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt > .row .container { background-color: transparent; background-image: none; }#UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt > .row .container > .video-iframe-container { display: none; }#UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt > .row > .video-iframe-container { display: none; }#UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt > .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); }#UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt > .row .container { width:20rem;height:29.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hutWBsO2dvx0ZyE9Rv3zbBe3MT2Sg7G1 { width:8.9375rem;height:1.875rem;top:11.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #im1qyo9U5Dlx8cowpXaTMLE9FNc2Ponf { width:4.375rem;height:1.05625rem;top:12.25rem;left:1.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uuT9QRMLlR6kqmSyUkFu5Tyq4PylzB9k { width:8.3125rem;height:11.125rem;top:0rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsIDxNx4JR5E6CRkzwS2paT0OTeVzqSC { width:8.3125rem;height:11.125rem;top:14.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iavpcs2MhJKMeuSVUtTNRIPZi6AOQa69 { width:8.9375rem;height:1.875rem;top:11.75rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcCgbqUvqpWQaBetDMTyA3wclfiA2BAI { width:4.1875rem;height:1.05625rem;top:12.25rem;left:11.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vO5GiKrZHH4zgKBPwPpCcFn9CJkekKbg { width:8.9375rem;height:1.875rem;top:26.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxzOTWHvavXMrIc2XSRfx3XMLQ7SihJ8 { width:4.1875rem;height:1.05625rem;top:26.875rem;left:1.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MV2D6e0D2evUVxNv7U5ii8o5QpOGfXI3 { width:8.9375rem;height:1.875rem;top:26.375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET6MoFFr5cFevXgVb8IsNEM0U6UhdStU { width:4.1875rem;height:1.05625rem;top:26.875rem;left:11.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ikBMK9sQqzsqkEUJ8D3kOh0i2wPeKDew { width:1.3125rem;height:1.3125rem;top:12.25rem;left:7.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DP12UZC481FHCmT74pdWPXT8BeITTlhM { display:block; }
 }@media only screen and (max-width: 763px) { #bgUOTD1fmr62SJE9mK9eKMg0iaV1yrik { width:1.3125rem;height:1.3125rem;top:12.25rem;left:17.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHiu09GBOg83MJZauieGZHZcmtGkADyD { display:block; }
 }@media only screen and (max-width: 763px) { #CvFgDhyVeTMUuVuvcXrNLx6eM1g6MBti { width:1.3125rem;height:1.3125rem;top:26.875rem;left:7.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbNzmu45SPvysvvWX7fcrInAxFmkQSzM { display:block; }
 }@media only screen and (max-width: 763px) { #LAIHliaTfmTRb8hPmJIcAwXZbUaooNEK { width:1.3125rem;height:1.3125rem;top:26.875rem;left:17.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXu2SpxSDG82OT9NbZP5LWB8gqUe8TmQ { display:block; }
 }@media only screen and (max-width: 763px) { #Lk7TAfulyQrwpMbJgBN08H688GpenfDa { width:1.625rem;height:1.625rem;top:13.4375rem;left:17.125rem;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #Hw4f4M0FifQdrekPAPB9kUrtTPqC2eQ1 { display:block; }
 }@media only screen and (max-width: 763px) { #xOd6w44ZLFp3QtF5igZ7MJ0Jw7T7Vd2T { width:8.3125rem;height:11.125rem;top:9.5367431640625E-6rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pObpvgEHwrsTlCZ2fSplXtSVDhTOQ9Cc { width:8.3125rem;height:11.125rem;top:14.624218940735rem;left:10.437500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXAwBimtWTxJy9JxLRrkgLqd55bqrWPm { background-color:#ffffff;background-image:none;display:block; }#ZXAwBimtWTxJy9JxLRrkgLqd55bqrWPm > .row .container { background-color: transparent; background-image: none; }#ZXAwBimtWTxJy9JxLRrkgLqd55bqrWPm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZXAwBimtWTxJy9JxLRrkgLqd55bqrWPm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZXAwBimtWTxJy9JxLRrkgLqd55bqrWPm > .row .container > .video-iframe-container { display: none; }#ZXAwBimtWTxJy9JxLRrkgLqd55bqrWPm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZXAwBimtWTxJy9JxLRrkgLqd55bqrWPm > .row > .video-iframe-container { display: none; }#ZXAwBimtWTxJy9JxLRrkgLqd55bqrWPm > .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); }#ZXAwBimtWTxJy9JxLRrkgLqd55bqrWPm > .row .container { width:20rem;height:39.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #byKvqlhBEf3fuQX9y9pC9oc5mRwAwDQl { width:8.3125rem;height:11.125rem;top:0.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGqp04IsOVgsIgfxg7eUXBF6Az81HPPC { width:8.3125rem;height:11.125rem;top:0.1875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMe6eN1KoQS3wKOH1m08ArE7ryoXT6aM { width:8.3125rem;height:11.125rem;top:14.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p20RGKemGiz9QCwO0Ny5kHFHNzuH42zv { width:8.9375rem;height:1.875rem;top:11.9375rem;left:0.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #Go7TaJPoEMIT5NTEoCWmP26Wqfez9mWq { width:4.1875rem;height:1.05625rem;top:12.4375rem;left:1.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LLfUR3kgcDrc7Fw4dPpwTifNxOqdIIL6 { width:8.9375rem;height:1.875rem;top:11.9375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzMyhp5fcCy8EnlTS4E9TcTqn53iEqMk { width:4.1875rem;height:1.05625rem;top:12.4375rem;left:11rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #paTTvsoP6rlFA5VTJgofFQBibvTN9Ztg { width:8.9375rem;height:1.875rem;top:26.5625rem;left:0.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #FE3q1C0vUnBbFAbN68IDorVnmgITf1oX { width:4.1875rem;height:1.05625rem;top:27.0625rem;left:1.1875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eafMkDUIFBzz30cbPa1oFPBJpTZmC2bR { width:1.3125rem;height:1.3125rem;top:12.4375rem;left:7.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gr4vKEAMTq8J8Mz8Sn6pWtNGdgJsgBAw { display:block; }
 }@media only screen and (max-width: 763px) { #Dvw38WPSyL7Dpli83N0RaQR4bShdWicc { width:1.3125rem;height:1.3125rem;top:26.906251907349rem;left:7.8125003576281rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1Ho30U3S16TBDIQQ7xnqCJbrPri8LB9 { display:block; }
 }@media only screen and (max-width: 763px) { #AekTC1FIPCfOdBXZhTRWVHssQynJiIdA { width:1.3125rem;height:1.3125rem;top:12.4375rem;left:17.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N52uFKnxI1JG6yXVZeTeRphUQiDwbGSA { display:block; }
 }@media only screen and (max-width: 763px) { #RFrsXNTJf09MKp5QAQXWN4KZgUV8bfiE { width:8.9375rem;height:1.875rem;top:26.5625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #opvUvHMXfLvGCO6qt4Tf4CF1KycTUnTX { width:4.1875rem;height:1.05625rem;top:27.0625rem;left:11.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mJelFEMOZUJlm90Pq2fkyBhhC6yVs5El { width:8.3125rem;height:6.1875rem;top:19.8125rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrronuOodT3641eZBT8WQzUEMAgHuc4L { width:1.3125rem;height:1.3125rem;top:27.0625rem;left:17.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJTwm9ztIhilhpkD7FpdeQZ8TkH8o1SK { display:block; }
 }@media only screen and (max-width: 763px) { #f9XWVDbF4uka07ssisb7NBifmtaRXRp3 { width:8.3125rem;height:6.1875rem;top:29.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lm3xe952d8gRUZ4lU05lPy7AxkzFmzTt { width:8.9375rem;height:1.875rem;top:36.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmNww3emELmQSTOIP5l7ENr99DpGbWFV { width:4.1875rem;height:1.05625rem;top:36.6875rem;left:1.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R7G7DtCufE9hfbW65Xb2zPClyBB05kql { width:1.3125rem;height:1.3125rem;top:36.6875rem;left:7.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9uoxdkDLTKbZasmq2q9yT5O2wuzpKSK { display:block; }
 }@media only screen and (max-width: 763px) { #g2qba96ShVHCZTSKuTGBZOlRwhWNeBbQ { width:8.3125rem;height:6.1875rem;top:29.375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssRbMhSqWxvh56Lfst4IKSZeBUXfi8P9 { width:8.9375rem;height:1.875rem;top:36.1875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb5CJrBqXHhHZK4CnaZ1sUzLGcQStk7d { width:4.1875rem;height:1.05625rem;top:36.6875rem;left:11.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pgqXvoltcJT5iMAP5ziHUbZkMadqxK1H { width:1.3125rem;height:1.3125rem;top:36.625rem;left:17.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTW4Mk4fNAJtZtF7tR1hlQfQ4POCwAIw { display:block; }
 }@media only screen and (max-width: 763px) { #wr9PyIs0rq4niCSMfP1m4rkGeWZdyr0n { background-color:#ffffff;background-image:none;display:block; }#wr9PyIs0rq4niCSMfP1m4rkGeWZdyr0n > .row .container { background-color: transparent; background-image: none; }#wr9PyIs0rq4niCSMfP1m4rkGeWZdyr0n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wr9PyIs0rq4niCSMfP1m4rkGeWZdyr0n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wr9PyIs0rq4niCSMfP1m4rkGeWZdyr0n > .row .container > .video-iframe-container { display: none; }#wr9PyIs0rq4niCSMfP1m4rkGeWZdyr0n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wr9PyIs0rq4niCSMfP1m4rkGeWZdyr0n > .row > .video-iframe-container { display: none; }#wr9PyIs0rq4niCSMfP1m4rkGeWZdyr0n > .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); }#wr9PyIs0rq4niCSMfP1m4rkGeWZdyr0n > .row .container { width:20rem;height:34.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sdtreSIsX0d8xBpnRb5WLgz1buhlZ6U6 { width:8.9375rem;height:1.875rem;top:7rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVCbCi1sygHgkAsFZgBZSWkg9AUWGRtk { width:4.1875rem;height:1.05625rem;top:7.5rem;left:1.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a3EHbHoBVux6kgtlWlT3pBlZ8sm1gs3m { width:8.3125rem;height:6.1875rem;top:0.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTrtAToJtZbJ9Q71xGRhktDRCtebmTBJ { width:8.9375rem;height:1.875rem;top:7rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3AA71gcGdKlPgEHf6oGzq4Kq8COi1gu { width:4.1875rem;height:1.05625rem;top:7.5rem;left:11.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TgS380mLqltkkH8M3Dsxc5oH7VTH0rwy { width:1.3125rem;height:1.3125rem;top:7.5rem;left:7.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcfbp4QaQTrBCmKHCDQdkePcoq7zXFp8 { display:block; }
 }@media only screen and (max-width: 763px) { #nJUQlTAgtysy23J1O82Tz6S7cZIq2vuU { width:1.3125rem;height:1.3125rem;top:7.5rem;left:17.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUKTnTTvGZnd8DbtU2oyH48afVWRhkkb { display:block; }
 }@media only screen and (max-width: 763px) { #bgdbnuOAbgCTch90IoiaxJpQXcIwhXJu { width:8.3125rem;height:6.1875rem;top:10.1875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFbRgCTX0E89XEIJUSfbaz03VOrS7Dzs { width:8.875rem;height:1.875rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwUSCMPrJCQd64mTa4oFzB9f7ihxcxnd { width:4.1875rem;height:1.05625rem;top:17.1875rem;left:1.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zS6Ju7hkMay6OgecGXyu9LRXeDzSMqq7 { width:8.3125rem;height:6.1875rem;top:9.875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgTBHnD4FNClR8390h2eOpB00VqkhhxS { width:1.3125rem;height:1.3125rem;top:17.1875rem;left:7.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5rtvAcBkc1XNQDK6x6I2G1ulRxWZFD3 { display:block; }
 }@media only screen and (max-width: 763px) { #O8ZaGZEPFdwQSImU0KIXrvJKtQ9UCNl6 { width:17.5rem;height:2.5rem;top:30.000000953674rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MksGt2kTIsgzBi7AdEOTOiMVtOQG8pkl { display:block; }
 }@media only screen and (max-width: 763px) { #wtuxeishOyF3a7b99cSSN6aclbzDcCQW { width:8.9375rem;height:1.875rem;top:26.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkXvNOwGU24U6yKM28tBRt9FT3tAOET4 { width:1.3125rem;height:1.3125rem;top:26.8125rem;left:7.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ag40rBS9cWuFTaSDhCCSqRFCkWHHOsAL { display:block; }
 }@media only screen and (max-width: 763px) { #fM3UUBmAv28GWQAFiHmDF639ZGCpIILN { width:8.3125rem;height:6.1875rem;top:19.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRVDflWFFFXc5y53KICrWAT6ZtU1ckWf { width:4.1875rem;height:1.05625rem;top:26.875rem;left:1.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RUEubAiaSIHl4DwLT47WoiOSOGOcXLNM { width:8.9375rem;height:1.875rem;top:16.6875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGpfssututsrahFWaexcG0vCLBRMyBH4 { width:8.3125rem;height:6.1875rem;top:9.9375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6nVgMI70pZeX5yFPMw6dp022yA81Gku { width:1.3125rem;height:1.3125rem;top:17.125rem;left:17.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUIvQIxLlHbQmgTG22fNbMGolOLg8gR9 { display:block; }
 }@media only screen and (max-width: 763px) { #q2OmuzTQuhJrBAIJeJFtssCK2XHJfICm { width:4.1875rem;height:1.05625rem;top:17.25rem;left:10.875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KVP2QSzXSCoLtVCKb48rlr4XpeTevuT3 { width:8.3125rem;height:6.1875rem;top:0.5rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzHUTs1zrZl3HsedCL8XfxeJkS0cpSeu { width:8.3125rem;height:6.25rem;top:0.1875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yc69lwgyaIlDtAKzapHrsIc9kfkuA0MA { width:8.3125rem;height:6.1875rem;top:19.625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GA1nRKDKt68XhLTf3605itqAQcT4lmTp { width:8.9375rem;height:1.875rem;top:26.375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrUOmZCWaWPhseNo0D1VDTJkkUHtGrIZ { width:2.5rem;height:2.5rem;top:26.3125rem;left:16.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPCA3g0Zg4l3wQzkrse5qDf0w2tEqBbV { display:block; }
 }@media only screen and (max-width: 763px) { #fDZXK1XBH5cRSPqu8a3eTuSKmtc64B6T { width:8.125rem;height:1.05625rem;top:27rem;left:11rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PwI4lLW1610xSq1T51kZRUMwxMdRzdnV { background-color:#ffffff;background-image:none;display:block; }#PwI4lLW1610xSq1T51kZRUMwxMdRzdnV > .row .container { background-color: transparent; background-image: none; }#PwI4lLW1610xSq1T51kZRUMwxMdRzdnV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwI4lLW1610xSq1T51kZRUMwxMdRzdnV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwI4lLW1610xSq1T51kZRUMwxMdRzdnV > .row .container > .video-iframe-container { display: none; }#PwI4lLW1610xSq1T51kZRUMwxMdRzdnV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwI4lLW1610xSq1T51kZRUMwxMdRzdnV > .row > .video-iframe-container { display: none; }#PwI4lLW1610xSq1T51kZRUMwxMdRzdnV > .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); }#PwI4lLW1610xSq1T51kZRUMwxMdRzdnV > .row .container { width:20rem;height:48.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OlTcsK4E7EctzTriliXNJznJr6ObUqvI { width:14.25rem;height:3.3rem;top:1.875rem;left:2.875rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Prg3wTk98EAJXh6KXILr70hoaIVzHTuh { width:2.8125rem;height:2.75rem;top:8.5625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxwIM7fy9gbbfcXxaxGtiJMbSNtefRH6 { width:5.0625rem;height:3.375rem;top:11.6875rem;left:0.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KTy9Wfw1PWTtlhW8LRDvJd00Arvf4rW7 { width:2.6875rem;height:2.75rem;top:8.5625rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6oE1tTI6PTSvlzIoD90o7A9FLhn6oA0 { width:4.875rem;height:3.375rem;top:11.75rem;left:7.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #giDv74kdsXlzTmLfd1v0WJRKoOVSb8MT { width:5.5625rem;height:2.25rem;top:11.75rem;left:13.78125rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VxylhOZVaAym1946PdQw93BkMo25wmFT { width:2.75rem;height:2.75rem;top:8.5625rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2Ulw5snCeO2t4pA6VZRcr8ywRr0Q9gx { width:19.75rem;height:1.21875rem;top:5.4499969482422rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A3z7iqm1kN0MNQuSBgcdMvacRgb1qvd8 { width:18.75rem;height:7.3125rem;top:16.3125rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JpPGgnGlDbNuXnBsl6UVtBhMADzxk1n9 { width:9.375rem;height:2.1875rem;top:43.873958587646rem;left:5.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaXyB0N3wSe2sdtClGTCkbWGQCBB3Zet { display:block; }
 }@media only screen and (max-width: 763px) { #TgfsW9XUxB1gWPB60RTsWldzfKBmZDrH { top:25.362500190735rem;left:0.625rem;width:18.75rem;height:17.25rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bI055Tz7rrdTBdSsvFP3f133ukloxFoC { background-color:#f1efeb;background-image:none;display:block; }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .row .container { background-color: transparent; background-image: none; }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .row .container > .video-iframe-container { display: none; }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .row > .video-iframe-container { display: none; }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .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); }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hUncICQbHHJNct7fhaCNw7vlIiQhTORp { width:20rem;height:1.7875rem;top:1.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uU7gvG3AOfNeqKC80UWTukpT3mi6Zs7F { width:17.4375rem;height:1.21875rem;top:3.6625061035156rem;left:1.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMSFECkG7VtvZ91MIk6aTSImxTUuGgrq { background-color:#f1efeb;background-image:none;display:block; }#JMSFECkG7VtvZ91MIk6aTSImxTUuGgrq > .row .container { background-color: transparent; background-image: none; }#JMSFECkG7VtvZ91MIk6aTSImxTUuGgrq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMSFECkG7VtvZ91MIk6aTSImxTUuGgrq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMSFECkG7VtvZ91MIk6aTSImxTUuGgrq > .row .container > .video-iframe-container { display: none; }#JMSFECkG7VtvZ91MIk6aTSImxTUuGgrq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMSFECkG7VtvZ91MIk6aTSImxTUuGgrq > .row > .video-iframe-container { display: none; }#JMSFECkG7VtvZ91MIk6aTSImxTUuGgrq > .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); }#JMSFECkG7VtvZ91MIk6aTSImxTUuGgrq > .row .container { width:20rem;height:44.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wSEcnvUfe7XlbVHftDFDiE2VOJsExGIq { width:8.3125rem;height:11.3125rem;top:0rem;left:0.625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #Zx6EpBa0T7kSGKwZxMGX5hTFh7BFTxFS { width:7.6875rem;height:2.25rem;top:15.059375762939rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeFp3bQtGWOb6g5ApLstIygCyqB1xiN0 { display:block; }
 }@media only screen and (max-width: 763px) { #clTpSHg2ApdxK87XLDcXRfRW7Dk4UJAZ { width:7.6875rem;height:2.3125rem;top:15.028125762939rem;left:11.375000357628rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6eNS3EeF7NfcHbVyOLeTnKE1tt3Xs7z { display:block; }
 }@media only screen and (max-width: 763px) { #kTEd4E9lRAMAFMsXiwSHXMLdawcGMKLT { width:8.3125rem;height:11.3125rem;top:0rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsTTg3e3Bib9S1IkcBxB82Epfd77EJFa { width:7.6875rem;height:2.25rem;top:35.5rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRzgKKEJzFaduUzAOW4GHmwGCg8h0zE7 { display:block; }
 }@media only screen and (max-width: 763px) { #pc41x9X4l3m5i69szgRTmSfsTOO0N1IF { width:8.3125rem;height:11.3125rem;top:19.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z953vo4Kf3pnO1ykIFBOcFd67TDmA99t { width:7.6875rem;height:2.25rem;top:35.5rem;left:11.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h85sNdf3UTPGbogZDJMGukh1mxcGarV8 { display:block; }
 }@media only screen and (max-width: 763px) { #Hqn13oeUCJMumi4ig8JWChwL6V8A88pC { width:8.3125rem;height:11.3125rem;top:19.1875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bym2paTOZeWF4ylz0i9khUwRr9TrVggL { width:20rem;height:0;top:34.8125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ubJuvAIobGoV17bZkKm6F0bVzIZu0o6a { width:2.8125rem;height:2.8125rem;top:38.9375rem;left:8.5937503576281rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #biT21zOi56DcSzGF6sLwayXxKiKrMpLm { width:6.0625rem;height:2.4375rem;top:11.590625762939rem;left:1.7500001192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7Zsg8CJBg14xsHbMpTLFa8WIiIrGpA7 { width:8.1875rem;height:14.3125rem;top:0rem;left:0.625rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #g2faNbHUcIyF7DnlwScWD3XSKPKs7gN0 { width:7.5rem;height:2.4375rem;top:11.590625762939rem;left:11.468750357628rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NteygJmGlOArdVbiHFhEknnpNXT1b0rl { width:5.875rem;height:3.65625rem;top:30.75rem;left:1.8437501192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTzXHmZUmd0JLtaKRgpxCZKeQ5q4feqE { width:5.9375rem;height:2.4375rem;top:31.359375rem;left:12.250000357628rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtagpa04rF0flINl48OZDo6I82nrogET { width:4.5625rem;height:0.975rem;top:10.012500762939rem;left:4.3749998807907rem;font-size:0.75rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #M6IS9TeocdnoVAsyDTERCFe91MTrWuNu { width:4.5625rem;height:0.975rem;top:10.012500762939rem;left:14.750000357628rem;font-size:0.75rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #ReBpARiTvw0oOSlTdy1e4OplemTyTt46 { width:4.75rem;height:1.6875rem;top:9.625rem;left:14.625000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqNAHmcWzFasv9rIBKLfXGDN6Qqrx46P { width:4.375rem;height:0.975rem;top:29.231250762939rem;left:4.3749998807907rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFgllpoiBvBpU1UV8pRSTmfVWkxxbp2K { width:4.75rem;height:1.6875rem;top:28.8125rem;left:4.1874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ji0alsIEoCyJJLyLQZ250Awo26okccb8 { width:4.3125rem;height:0.975rem;top:29.231250762939rem;left:14.812500357628rem;font-size:0.75rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #ekOpT9qO51tx0b5Mxf2CsKSJMnfB86Gd { width:4.75rem;height:1.6875rem;top:28.875rem;left:14.625000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeFJeJDX8qINDuDNVE95wxkRNyLhtmTn { width:4.75rem;height:1.6875rem;top:9.6875rem;left:4.2499998807907rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #AopdBtmR6KGOTsS4HDsGFbTItbbMrDhA { width:8.1875rem;height:14.3125rem;top:0rem;left:11.062500357628rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #QmGW0yVqBh8k0dcIxcVBJHTJsVp8lMQN { width:8.1875rem;height:15.5625rem;top:19.1875rem;left:0.625rem;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #XiJ1JxNGUIvB6wXFrEwO9T1UmAu2lya6 { width:8.1875rem;height:15.5625rem;top:19.1875rem;left:11.062500357628rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #QenbVVqLtMEG0E455v055rTvkKpyVbZO { width:12.8125rem;height:2.3125rem;top:40.875rem;left:3.5624998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #hONsMsqCumufvkOpZQHOMASsFtHwe7zB { display:block; }
 }@media only screen and (max-width: 763px) { #InIZBrG1t5mhEl96PeHCQNoWeKhJ6cJa { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#InIZBrG1t5mhEl96PeHCQNoWeKhJ6cJa > .row .container { background-color: transparent; background-image: none; }#InIZBrG1t5mhEl96PeHCQNoWeKhJ6cJa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#InIZBrG1t5mhEl96PeHCQNoWeKhJ6cJa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#InIZBrG1t5mhEl96PeHCQNoWeKhJ6cJa > .row .container > .video-iframe-container { display: none; }#InIZBrG1t5mhEl96PeHCQNoWeKhJ6cJa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#InIZBrG1t5mhEl96PeHCQNoWeKhJ6cJa > .row > .video-iframe-container { display: none; }#InIZBrG1t5mhEl96PeHCQNoWeKhJ6cJa > .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); }#InIZBrG1t5mhEl96PeHCQNoWeKhJ6cJa > .row .container { border-width: 0; border-radius: 0; }#InIZBrG1t5mhEl96PeHCQNoWeKhJ6cJa > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x81ZUCtLawD0888L7d6hM8XTIfy8TcAH { width:20rem;height:3.3rem;top:4.7375001907349rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RUxEo1otMEklb7uODWMhctgRk5XJ2Uwl { width:9.375rem;height:2.0625rem;top:23.498958587646rem;left:5.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpVHsAFAKkF4XQf8SEg0LzrVmLmPUrIs { display:block; }
 }@media only screen and (max-width: 763px) { #big4cWemSLFPSIZyy86bk1vJvqkWwHJz { width:3.125rem;height:3.1875rem;top:1.5499897003174rem;left:8.4375003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6bV085tHnG98eEbo2vLJ3JrsTda0En1 { width:18.8125rem;height:1.21875rem;top:8.35000038147rem;left:0.59375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dRkRTcb6byhkMI2VVmi78x4uvUH0UexX { top:10.78750038147rem;left:0.625rem;width:18.75rem;height:11.5rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LvkZOkgOdf9g7ilaKd6ZKV4n2dhUsGUn { background-color:#511010;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LvkZOkgOdf9g7ilaKd6ZKV4n2dhUsGUn > .row .container { background-color: transparent; background-image: none; }#LvkZOkgOdf9g7ilaKd6ZKV4n2dhUsGUn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvkZOkgOdf9g7ilaKd6ZKV4n2dhUsGUn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvkZOkgOdf9g7ilaKd6ZKV4n2dhUsGUn > .row .container > .video-iframe-container { display: none; }#LvkZOkgOdf9g7ilaKd6ZKV4n2dhUsGUn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvkZOkgOdf9g7ilaKd6ZKV4n2dhUsGUn > .row > .video-iframe-container { display: none; }#LvkZOkgOdf9g7ilaKd6ZKV4n2dhUsGUn > .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); }#LvkZOkgOdf9g7ilaKd6ZKV4n2dhUsGUn > .row .container { border-width: 0; border-radius: 0; }#LvkZOkgOdf9g7ilaKd6ZKV4n2dhUsGUn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LvkZOkgOdf9g7ilaKd6ZKV4n2dhUsGUn > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bt2P8CN3UWLiXwNRXWeSsL3oo8T3bRJ4 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f3d1698d-5f5d-4334-bc87-b525e5879eb9/principal.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#bt2P8CN3UWLiXwNRXWeSsL3oo8T3bRJ4.adaptive-delivery-prevent-bg, #bt2P8CN3UWLiXwNRXWeSsL3oo8T3bRJ4.lazyload, #bt2P8CN3UWLiXwNRXWeSsL3oo8T3bRJ4.lazyloading { background-image: none; }#bt2P8CN3UWLiXwNRXWeSsL3oo8T3bRJ4 > .row .container { background-color: transparent; background-image: none; }#bt2P8CN3UWLiXwNRXWeSsL3oo8T3bRJ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(111,30,30,0.59); }#bt2P8CN3UWLiXwNRXWeSsL3oo8T3bRJ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bt2P8CN3UWLiXwNRXWeSsL3oo8T3bRJ4 > .row .container > .video-iframe-container { display: none; }#bt2P8CN3UWLiXwNRXWeSsL3oo8T3bRJ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(111,30,30,0.59); }#bt2P8CN3UWLiXwNRXWeSsL3oo8T3bRJ4 > .row > .video-iframe-container { display: none; }#bt2P8CN3UWLiXwNRXWeSsL3oo8T3bRJ4 > .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); }#bt2P8CN3UWLiXwNRXWeSsL3oo8T3bRJ4 > .row .container { width:20rem;height:13.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DvXKS9MUNwcBpL2MrmzvWK3AenHf0rkC { width:10.25rem;height:0;top:19.5625rem;left:6.1875rem;font-size:1rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #eQxsw25IoK0Vc9uIidnhxhixe0kw6COx { width:6.4375rem;height:1.1375rem;top:10.650001525879rem;left:2.375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aXSczrrJBaplHiwHof1rLaK3e8b1HZQn { width:1.5625rem;height:1.5625rem;top:19.4375rem;left:3.5rem;font-size:1.0625rem;color:#511010;display:none; }
 }@media only screen and (max-width: 763px) { #OIPPxcCOK4y3Osew5bnAJTAztmn9XTIk { width:1.9375rem;height:1.9375rem;top:10.1875rem;left:0.8125rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zHz4iXFT0stghrBJV6iZPHy9TqlzhBTE { width:2.1875rem;height:2.1875rem;top:3.8125rem;left:0.6875rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XMWAE8PnKRTtZxXCmpZtQQT8dw85eyie { width:16.5625rem;height:1.1375rem;top:4.4614562988281rem;left:2.9375rem;font-size:0.875rem;color:#ffffff;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CZ7vfQVaTB8EmRwCAS5TX0W8BurmJkxE { width:1.875rem;height:1.875rem;top:1.0625rem;left:0.1875rem;color:#ffffff;z-index:15017;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #NZTUDmoZUe5sSPMXlEWxnw86tr9HBTeV { display:block; }
 }@media only screen and (max-width: 763px) { #DRJK1OV0Uak19ETDe6pLxixhP67ksTT6 { width:1.5625rem;height:1.5625rem;top:1.1875rem;left:0.375rem;font-size:1.0625rem;color:#511010;display:block; }
 }@media only screen and (max-width: 763px) { #L6qDVdHypwuXgdQJDpxoO8vqVlWNXP7J { width:1.875rem;height:1.875rem;top:1.0625rem;left:2.375rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #buTW0sDbkUEPeLNNvdPwt80zPm0OLE66 { display:block; }
 }@media only screen and (max-width: 763px) { #OLsWC1eHT08Zzr5hVXdHPziwLswPqWTz { width:1.75rem;height:1.75rem;top:1.125rem;left:2.5000001192093rem;font-size:1.1875rem;color:#511010;display:block; }
 }@media only screen and (max-width: 763px) { #z7y0LcUlmK9FTTplxTE5RsI5rgvwcVKD { width:1.875rem;height:1.875rem;top:1.0625rem;left:4.5625rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Q9sU23gtPr05NzTc3ll8H9W5B7259d6V { display:block; }
 }@media only screen and (max-width: 763px) { #HoLlAMxWITFs5EWbtf6eT4e2mJ1otTSl { width:1.5625rem;height:1.5625rem;top:1.1875rem;left:4.7499998807907rem;font-size:1.0625rem;color:#511010;display:block; }
 }@media only screen and (max-width: 763px) { #mTteJILRKmHRNVmzxghm7k81i4qgALcd { width:1.875rem;height:1.875rem;top:1.0625rem;left:6.75rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #UfoTJTlLVt93N7f11DgdaCihbRtu3Mva { display:block; }
 }@media only screen and (max-width: 763px) { #Kc79bKa9E6mhgn58PoyOeAxxLklDdOc0 { width:1.5625rem;height:1.5625rem;top:1.1875rem;left:6.9374998807906rem;font-size:1.0625rem;color:#511010;display:block; }
 }@media only screen and (max-width: 763px) { #Ctt1BQvntokSJ1COG9Z47mfQPqSdhp5m { width:16.5rem;height:0;top:6.69921875rem;left:3.5624998807907rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #k5fGBTR8exTnfnoAGMdyMxvGxoD0la7v { width:2.1875rem;height:2.1875rem;top:6.3125rem;left:0.6875rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZobaHdKUa7ndRv37EVDHWfpapDop259G { width:1.5625rem;height:1.5625rem;top:1.125rem;left:9.0625rem;font-size:1.0625rem;color:#ffffff;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #PH0E5sMz8hTvGkeobJeSyO5JD4LMGZne { width:8.875rem;height:1.1375rem;top:1.421875rem;left:10.875rem;font-size:0.875rem;color:#ffffff;z-index:15021;font-family:"liberation serif";display:block; }
 }@media only screen and (max-width: 763px) { #esGebCXrU2XwOeH7JVvVtqa2OE8OzEtK { width:13.5625rem;height:2.275rem;top:6.8864593505863rem;left:2.9375rem;font-size:0.875rem;color:#ffffff;z-index:15022;text-align:left;text-align-last:left;font-family:"liberation serif";display:block; }
 }@media only screen and (max-width: 763px) { #PTMAzZgez8QG8DeW91hKq2lQIywaFyTy { background-color:#370606;background-image:none;border-top:0.125rem solid #ffffff;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PTMAzZgez8QG8DeW91hKq2lQIywaFyTy > .row .container { background-color: transparent; background-image: none; }#PTMAzZgez8QG8DeW91hKq2lQIywaFyTy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTMAzZgez8QG8DeW91hKq2lQIywaFyTy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTMAzZgez8QG8DeW91hKq2lQIywaFyTy > .row .container > .video-iframe-container { display: none; }#PTMAzZgez8QG8DeW91hKq2lQIywaFyTy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTMAzZgez8QG8DeW91hKq2lQIywaFyTy > .row > .video-iframe-container { display: none; }#PTMAzZgez8QG8DeW91hKq2lQIywaFyTy > .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); }#PTMAzZgez8QG8DeW91hKq2lQIywaFyTy > .row .container { border-width: 0; border-radius: 0; }#PTMAzZgez8QG8DeW91hKq2lQIywaFyTy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PTMAzZgez8QG8DeW91hKq2lQIywaFyTy > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo { display:block; }#RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo > .row .container { width:20rem;height:11.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #grXtSuiKixb1Gh1lQ97MXRESqZ6BXU9X { width:11.5rem;height:8.125rem;top:0.75rem;left:4.1874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bycr9EimnPSmXXKcwr59cOuehAOH9LUT { width:20rem;height:0.89375rem;top:10.5rem;left:0rem;font-size:0.6875rem;display:block; }
 }