.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,225,225;--color-primary-1:182,164,164;--color-primary-2:134,104,104;--color-primary-3:80,62,62;--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.875rem;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.6750001907349rem;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; }
#U8HnVA0iyBLb0tfkJdItfDXt49h0EUeZ { 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; }#U8HnVA0iyBLb0tfkJdItfDXt49h0EUeZ > .row .container { border-width: 0; border-radius: 0; }#U8HnVA0iyBLb0tfkJdItfDXt49h0EUeZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U8HnVA0iyBLb0tfkJdItfDXt49h0EUeZ > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:60rem;position:relative;display:none; }#rNXpeWLp8kLnltZA0r68cf6ccqHHVsOu { 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; }
#l5xQt80asUC9DwIDJcmpCs4xfMWuTc3H { 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; }
#Qx2vuMFak7fGcEJZ7yha5GvJQ6GcTQfr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HtQzKtiEUXtvnDxeL0sJ4knzESzsA0Hw { 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; }
#TasKMvCL6EnSUmXvm2dUPoHOx5kPbos2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#or35ZQySBpgl9MvgyH7P6umZ3c4ZMPsv { 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; }
#WxDZ9bQya34UCIzX7GNIwud8CeBHAvrW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#egvo3JBEXOZPtIgSZNeHgH66KgOuOKWC { 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; }
#gLAN500IQwzRUD5b2T4cMUoJvpZItAWH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gsZ1WoRhbbsarw8i1pPWKf6MmfPUTTRC { 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; }
#yNbHbzk2QlsKVp7Wz0PrR4CpcQ4HRbzJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pC2tbSZXxgoATouk3HXkWOfwMzRuCZfO { 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; }
#oCg1sRvCxdAmhc8GZ9mGz7AGer76wyC9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oOC251UUBvnpJT6bowkWrexXriZIcKnC { 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; }
#uvoGvKISTeW5J0uEaR7VaQnG24vVIVMZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QxvkF2iKiyW04VtM84Ev8BdLWWfzbt5y { 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; }
#EMwxsEbRUnmSFLkIoxmVwhiLEXuNsbu3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xtWkiCl7k9aksFuh2T0XMm9EZrlsnkHt { 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; }
#WTgJocNRg84ZxfTlAaPfohluCZETwnoZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gJtewUNrCkdXptGaxk2ghWCUNBghiOqE { 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; }
#fT1C8vg1bU66fEWfPrbqLAlWHkyWWOtd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#znISuCpeAO1WJOI66qC3voWcJA51Ti76 { 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; }
#EN0QQhHQkw1Z5NWybhh9d0tFaFVqhLf8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bU3qJG8Z1EMb8vV3zMERl1WnxEkVSvOm { 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; }
#NfgXDHzTA9PM7SxzDk3COt73AcyNUT4c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WpzTJn0Tp0T7JCbp92NRFsbLisoqncUd { 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; }
#tmWGMCGyTk4OtIK8PxCuJiH8fKHJy9tb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JySyVT0GnOUlzq2ou8zfMoKe4d0ApV3G { 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; }
#C9oDJxFNNNsqixZvuInccnxiXoFAW1G6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HxBUeWS2zC6Vl9WsgcoekrDxgbkloUeI { 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; }
#va2TyvzM8PMkcgTTKGzL1A0PQwKwsKgo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WgWuZFpygLTlF5ExdKnHuurH8Eob5i1h { 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; }
#oxr1Hrq0dVPuubWoa3EfmVX3NOUPo8lB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MSqXHJE9TqzxuPDlCJqV8URscdkiqNhV { 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; }
#K3FSmDtlcB4JnWkuxXK3wIS95vqlI2Ur { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CuuJ8PhO2mOEfrorO7M6KfTFhrMgyFKL { 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; }
#Hm1rPa4LMOxEzZ5poXw9Er1IlnSoTAGc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#npKX6mQ1yVbutX2rE9tVW0Z7ebUFtSbb { 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; }
#noUKxi5b4UHcovsa6O12td1qhki64pSi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pLdHvki9OiUgyv6oPTyoonBZhIOoJeQv { 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; }
#N53hTh7tqpaop6PSHBtW0Jioq56wlnKE { 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; }
#qcI8p59uppnX3xvW3R7UnL2EziuZuIfz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iXuzypCBeABkuPfQPe33sE31NgCnTH1K { 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; }
#noy5RvWWA3LTAE7RSfJOsMrmANlKylhq { 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; }
#XHEX3TaS2iDmnc2B4SdkzdI92dqWSVeq { 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; }
#xF1khPX7gdpotQyy1tP1EDOTP2b6T6xm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hmLXN8b9hTi2GroPexSUzx1ZRknIFh2L { 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; }
#TK6oBdQIafG3WILTpOLsC26xKFVl0i0s { 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; }
#TfmsAOanSmXDKnlcz4nZsyHTbwb54V03 { 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; }
#Gm2X5RPlG7nnKGZowWmtpvBUd36JuTBZ { 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; }#DgV6HhaqcGvRAkdrOT5GqpTq3f3brm43 { 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.5625rem;left:0.3125rem;overflow:hidden;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; }
#Tp2hi0O8UQ54WS6IzVMb8ieFfagQZQA1 { 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.5625rem;left:45.125rem;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; }
#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; }
#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; }
#J2zh6eDf65VhSpTfqa09Of3hzEgBcvS8 { 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.5625rem;left:30.1875rem;overflow:hidden;display:block; }
#aXDts177MKmEBlSreJA54GpwzK41dkaE { 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:20.9375rem;left:30.1875rem;display:block; }
#rEr0fgrWKRJz4QA7TGgTK5ezx7g2ci5l { 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.3125rem;left:40.5rem;display:block; }
#Id4pJk4qdDT12yJr7dOdNsz9nMEDP6nF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u2CT9ZINsCTkHAmTH1MA8xyw24eKU9WN { 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:21.8125rem;left:30.1875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;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: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; }#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:24.25rem;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:30.1875rem;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:45.125rem;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; }
#TbagolTqcnC96FyOiN0ho1Cy59BDhHIV { 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:14.6875rem;top:21.25rem;left:15.25rem;display:block; }
#E2rccQyALAxZKV49R1uF9DbL9MEzkeLT { 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:22.125rem;left:15.25rem;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:30.1875rem;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:30.1875rem;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:45.125rem;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:45.125rem;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; }
#Qv3vUq2apk7odbLfJcGCHcrSV2gTehMX { 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:15029;text-align:center;text-align-last:center;top:21.625rem;left:25.625rem;display:block; }
#kBLHZHAtM5S85V8DXHJxypIUdiHxKmdt { 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:55.5rem;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:40.5rem;display:block; }
#N52uFKnxI1JG6yXVZeTeRphUQiDwbGSA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Oq28QRE7xqTLvqmymuM6TSSvkQkboMnF { position:absolute;display:block;z-index:15001;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; }
#DnaWaUHkHagvHo26MKllsCoJB5ELVeD4 { 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; }#DnaWaUHkHagvHo26MKllsCoJB5ELVeD4.adaptive-delivery-prevent-bg, #DnaWaUHkHagvHo26MKllsCoJB5ELVeD4.lazyload, #DnaWaUHkHagvHo26MKllsCoJB5ELVeD4.lazyloading { background-image: none; }#DnaWaUHkHagvHo26MKllsCoJB5ELVeD4 > .row .container { background-color: transparent; background-image: none; }#DnaWaUHkHagvHo26MKllsCoJB5ELVeD4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DnaWaUHkHagvHo26MKllsCoJB5ELVeD4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DnaWaUHkHagvHo26MKllsCoJB5ELVeD4 > .row .container > .video-iframe-container { display: none; }#DnaWaUHkHagvHo26MKllsCoJB5ELVeD4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DnaWaUHkHagvHo26MKllsCoJB5ELVeD4 > .row > .video-iframe-container { display: none; }#DnaWaUHkHagvHo26MKllsCoJB5ELVeD4 > .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); }#DnaWaUHkHagvHo26MKllsCoJB5ELVeD4 > .row .container { border-width: 0; border-radius: 0; }#DnaWaUHkHagvHo26MKllsCoJB5ELVeD4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DnaWaUHkHagvHo26MKllsCoJB5ELVeD4 > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:60rem;position:relative;display:block; }#C9qzlJmfLHFMnHgudHnn9cxPO1riFbEC { 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; }
#uZpdzmnJM1wnAhQXwOHtrcGVSFZghWR8 { 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; }
#PubwVA4U0t8UIf2pZoydREFvT7GnbWQ3 { 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; }
#i3zNdhGB2aU5LMzOfDMhotJWvyc8RvMc { 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:14.6875rem;top:21.25rem;left:15.25rem;display:block; }
#T4HHLpi0U0urhwSfXPF8kPcEIxgveeft { 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:22.125rem;left:15.25rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uS1pBafQ5bm7MckiuPfGuc8kGmcNCctk { 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; }
#USMGDQ6T1T5k7AqevUum03CKKa9yZd73 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZQOeddcu8MZhghSTk1Z4vxpUNAboBQ9b { 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:15029;text-align:center;text-align-last:center;top:21.625rem;left:25.625rem;display:block; }
#C6AxJMQw4Wf3JsldE3B7NTsqpZCkElgM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cVrVdv4oN5RCyl0DTeGQ6aATlE4EcFlT { 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:15.250001907349rem;overflow:hidden;display:block; }
#lf0IiX4Ly1AShmh8wDEx923bbSAN4sw7 { 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; }#lf0IiX4Ly1AShmh8wDEx923bbSAN4sw7.adaptive-delivery-prevent-bg, #lf0IiX4Ly1AShmh8wDEx923bbSAN4sw7.lazyload, #lf0IiX4Ly1AShmh8wDEx923bbSAN4sw7.lazyloading { background-image: none; }#lf0IiX4Ly1AShmh8wDEx923bbSAN4sw7 > .row .container { background-color: transparent; background-image: none; }#lf0IiX4Ly1AShmh8wDEx923bbSAN4sw7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lf0IiX4Ly1AShmh8wDEx923bbSAN4sw7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lf0IiX4Ly1AShmh8wDEx923bbSAN4sw7 > .row .container > .video-iframe-container { display: none; }#lf0IiX4Ly1AShmh8wDEx923bbSAN4sw7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lf0IiX4Ly1AShmh8wDEx923bbSAN4sw7 > .row > .video-iframe-container { display: none; }#lf0IiX4Ly1AShmh8wDEx923bbSAN4sw7 > .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); }#lf0IiX4Ly1AShmh8wDEx923bbSAN4sw7 > .row .container { border-width: 0; border-radius: 0; }#lf0IiX4Ly1AShmh8wDEx923bbSAN4sw7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lf0IiX4Ly1AShmh8wDEx923bbSAN4sw7 > .row .container { font-size:0.875rem;font-family:arial;height:29.25rem;width:60rem;position:relative;display:block; }#wh7SqTLsXXxTaxyURT9kb8CZAXaxA7BW { position:absolute;display:block;z-index:15026;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:16.625rem;left:40.125rem;display:block; }
#Qxy1nLBm7xIgzP2cMk99dAtbkn2U3oze { 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:15055;text-align:center;text-align-last:center;top:16.9375rem;left:55.375rem;display:block; }
#WM9RIqFnbWNLXh7GTtcEwTeWOq3IlfPo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zJAI632KiE6DRIL4dXy8LE9bMULcX0ua { 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:15029;line-height:1.3;letter-spacing:0;top:17.5rem;left:40.125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Atoq1UTX1dFSSTembkzBHkZQ0dRd7NZ4 { 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:16.625rem;left:20.250001907349rem;display:block; }
#fKzE4SJUqNMWuGusfJgn64JLk1yK5mvV { 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:16.9375rem;left:35.500001907349rem;display:block; }
#VSBqcDrTTLEDX3lTqT5TfVEtyC9QeSxZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ah8LkcR2hHoMOwdmxaFKM92f75m5u3zs { 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:17.5rem;left:20.250001907349rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IJcJ9OWqMKoksFA3lIo8yX4C24sp4QJf { 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:16.624221801757rem;left:0.3125rem;display:block; }
#HTFhzUTeKX1zKV96HBAk6G8oxBP19KU7 { 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:15051;text-align:center;text-align-last:center;top:16.936721801757rem;left:15.562501907349rem;display:block; }
#aPJmSOQp1uidQd8Ud0ZOCLxsf3O99Ef0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wriTbTG6e1UGW9uC2uHRuWW5cbcRCAWu { 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:17.499221801757rem;left:0.3125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d7p9afL53JpksHI1xZdQ63gil4AyE4fL { position:absolute;display:block;z-index:15021;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:1.9375rem;left:0.25rem;overflow:hidden;display:block; }
#J7iltpTmJvKthL3Tmipl6wJWTrCQLCFn { position:absolute;display:block;z-index:15018;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.0625rem;width:18.9375rem;top:1.9375rem;left:20.281251907349rem;overflow:hidden;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:21.4375rem;left:17.500001907349rem;display:block; }
#MksGt2kTIsgzBi7AdEOTOiMVtOQG8pkl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RG7hEobsGM7oKvkkQAmfSmJCDA1G5ghz { position:absolute;display:block;z-index:15019;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.0625rem;width:18.75rem;top:1.9375rem;left:40.125001907349rem;overflow:hidden;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; }
#i1kFOqctgyW9skdTObd5EoqgK9dlh5rz { 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; }#i1kFOqctgyW9skdTObd5EoqgK9dlh5rz.adaptive-delivery-prevent-bg, #i1kFOqctgyW9skdTObd5EoqgK9dlh5rz.lazyload, #i1kFOqctgyW9skdTObd5EoqgK9dlh5rz.lazyloading { background-image: none; }#i1kFOqctgyW9skdTObd5EoqgK9dlh5rz > .row .container { background-color: transparent; background-image: none; }#i1kFOqctgyW9skdTObd5EoqgK9dlh5rz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1kFOqctgyW9skdTObd5EoqgK9dlh5rz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1kFOqctgyW9skdTObd5EoqgK9dlh5rz > .row .container > .video-iframe-container { display: none; }#i1kFOqctgyW9skdTObd5EoqgK9dlh5rz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1kFOqctgyW9skdTObd5EoqgK9dlh5rz > .row > .video-iframe-container { display: none; }#i1kFOqctgyW9skdTObd5EoqgK9dlh5rz > .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); }#i1kFOqctgyW9skdTObd5EoqgK9dlh5rz > .row .container { border-width: 0; border-radius: 0; }#i1kFOqctgyW9skdTObd5EoqgK9dlh5rz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i1kFOqctgyW9skdTObd5EoqgK9dlh5rz > .row .container { font-size:0.875rem;font-family:arial;height:31.5625rem;width:60rem;position:relative;display:block; }#sTJ1WJidsG6sBd2cw9ShzqZ1mvbWOu0C { 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; }#sTJ1WJidsG6sBd2cw9ShzqZ1mvbWOu0C.adaptive-delivery-prevent-bg, #sTJ1WJidsG6sBd2cw9ShzqZ1mvbWOu0C.lazyload, #sTJ1WJidsG6sBd2cw9ShzqZ1mvbWOu0C.lazyloading { background-image: none; }
#bWC0aA2zAeauW3znnbTnazPkdfb47BqC { 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; }
#TlfQJbvNUauA1zl5O7O4BxRAKcExyAAy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D3yrT6wvP471JgGI2Fg8gkCiJnge8Kkk { 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; }
#ApohxVSdKdrySNHqcuSS7Uf79Lu8zWnV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UhAe6yACBGeqpNn2y7OUmwlfyNITRdlW { 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; }#UhAe6yACBGeqpNn2y7OUmwlfyNITRdlW.adaptive-delivery-prevent-bg, #UhAe6yACBGeqpNn2y7OUmwlfyNITRdlW.lazyload, #UhAe6yACBGeqpNn2y7OUmwlfyNITRdlW.lazyloading { background-image: none; }
#xS2lREPufCQH34QsEmuszTvE9PbOqHLB { 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; }
#fWEEotB8fu7pnPwLXLizZM7cnDo703Kq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CaHAMr1KGLVifliLoIsQOiK8L8TGQxbK { 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; }#CaHAMr1KGLVifliLoIsQOiK8L8TGQxbK.adaptive-delivery-prevent-bg, #CaHAMr1KGLVifliLoIsQOiK8L8TGQxbK.lazyload, #CaHAMr1KGLVifliLoIsQOiK8L8TGQxbK.lazyloading { background-image: none; }
#MZTVQm5Exq6u6kpQc8AMSeN0VBbtmzkR { 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; }
#pZTOVeBPnwHedCasnwuhtT1aM7vfSbA6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p7o1IV8ky03XVvpcqAvfqXtxsndDa147 { 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; }#p7o1IV8ky03XVvpcqAvfqXtxsndDa147.adaptive-delivery-prevent-bg, #p7o1IV8ky03XVvpcqAvfqXtxsndDa147.lazyload, #p7o1IV8ky03XVvpcqAvfqXtxsndDa147.lazyloading { background-image: none; }
#gTBEBhncgwLTfsWBP3nPUqrbQ3BoE66S { 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; }
#C5FzTPVWXPgK2VGJeFi72leL5iwfZaUi { 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; }
#aegM7THCgIuPwadmR6eTr3G8WPpGO22e { 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; }
#VupuKQEpVSf3w1xoaRTKoPzdAag58vQx { 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; }
#wzf78WwJbwaayzI6U7PTSQ9MHwbTmrPE { 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; }
#oUgh48MtoJFCNt7wCHwm6vMyktQL8sEQ { 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; }
#u6ILAvTJ0DtcI1pt5xWzWCwlkisbKkRk { 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; }
#N37RihS4vT9IQuXE9fVfGC5AyMUQNXNM { 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; }
#l3y6zGTbMaT7LNrEWQUXT7B7qbOgyqqM { 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; }
#hlOyTdaebVqTwsfMVcSXTNlKaHT3kew9 { 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; }
#Hm5RbwN6JUOMr8lZ9Abpgw4pidOoO25s { 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; }
#IMZtMkI3Slx7LUrbJntGIT42MlxgKDJq { 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; }
#gw3WSTARTb6WCLRRwJAwNrMcuoGVW5AX { 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; }
#Siyvhrz8QLEli5FPMdUbWJa08L5d0W1D { 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; }
#DUtyECze8prq2C8USS2WSgVx4btG0LAE { 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; }
#pET8v2Tr3mZzmRlET0LgHG2RLkdZr6TA { 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; }
#eVUFrUbiLTLfgWzEk5clHQgP5dSXLyHN { 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; }
#gttQyVA2MoypeATBgJTWeWIguNopMDn7 { 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; }
#V8oC7ITsksLkToh5IHO1U7NmUkRNhQ3W { 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; }
#gKdSDaRT0BvkB8aOifZV6Dz00kMBsk9I { 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; }#Fc0Obu3G1o1Ehq8AgufNCTAAFUdkLCPT { 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; }#Fc0Obu3G1o1Ehq8AgufNCTAAFUdkLCPT.adaptive-delivery-prevent-bg, #Fc0Obu3G1o1Ehq8AgufNCTAAFUdkLCPT.lazyload, #Fc0Obu3G1o1Ehq8AgufNCTAAFUdkLCPT.lazyloading { background-image: none; }#Fc0Obu3G1o1Ehq8AgufNCTAAFUdkLCPT > .row .container { background-color: transparent; background-image: none; }#Fc0Obu3G1o1Ehq8AgufNCTAAFUdkLCPT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(81,16,16,0.59); }#Fc0Obu3G1o1Ehq8AgufNCTAAFUdkLCPT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fc0Obu3G1o1Ehq8AgufNCTAAFUdkLCPT > .row .container > .video-iframe-container { display: none; }#Fc0Obu3G1o1Ehq8AgufNCTAAFUdkLCPT > .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); }#Fc0Obu3G1o1Ehq8AgufNCTAAFUdkLCPT > .row > .video-iframe-container { display: none; }#Fc0Obu3G1o1Ehq8AgufNCTAAFUdkLCPT > .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); }#Fc0Obu3G1o1Ehq8AgufNCTAAFUdkLCPT > .row .container { border-width: 0; border-radius: 0; }#Fc0Obu3G1o1Ehq8AgufNCTAAFUdkLCPT::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; }#Fc0Obu3G1o1Ehq8AgufNCTAAFUdkLCPT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fc0Obu3G1o1Ehq8AgufNCTAAFUdkLCPT > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:60rem;position:relative;display:block; }#xPkSLmQOGsFWuruAAs23KV8FTLQro2u5 { 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; }
#eIuxQ9FspfCXnVqbOkUEB2Fq7OmzEFrT { 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; }
#g7s7EeBBuaWlC5NgxqLI4oTUPFiWLbUu { 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; }
#DyQuR4On20N199xKFZCmq4efVhaxVwDA { 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; }
#KPFiMFK4LqHzRHPHwJ82qcInhF4FPTUc { 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; }
#asymOzwFH1xQvZ3zsTg723lKaCSuqoJx { 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; }
#TbXmSztAgoJUs4T2f30DXH2Hiyde41ch { 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; }
#ixcmVsBvC7NtphaW4KEdRTZ2ZI9t0FUQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PKakR02Ux6DDV8eBQMwE4wreE7wtHME1 { 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; }
#lzhdeSGE6TDRsSFe2vASk3EzRZ0kozSX { 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; }
#KfNTFHl1i2MeDA4tSGyceiGH29m6J9EM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k3AquQS6liwb7EP2xCDqFJeKttdsxuc2 { 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; }
#lblQO7zRJC7tVzquNFGJ01MIPxwAX4hB { 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; }
#XzLimsrbyPMZtnOzXwQmJb1JaMy8Ph68 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZVUhsf6RwsJMbrOFV7dmteXELnRRIrJu { 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; }
#tfArNNXMIaOKZE1ZHDwdh2WCkWUu5sBr { 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; }
#JhzWJcDmKgnRchBUT50a0Egcu2bhuqiB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dpqir3E0M3K3tsCxWPT6aCKa5v6aGCqg { 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; }
#dbZT9VWGgoHyPzwL9klPTSLyyauU0AdA { 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; }
#cWxzU5oQ2yFpxtVLxmJwcLga1wqM1NWi { 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; }
#SNEVOOudVSymwU9K995S4g4PkrMWGBPS { 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; }
#pk8sivbW0KXkr2OBiQmdCNU5CKtvgWg4 { 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; }
#XV1uTSSknsEl6pkETr8oXSQhKJESLXDi { 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.875rem;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) { #U8HnVA0iyBLb0tfkJdItfDXt49h0EUeZ { display:none; }#U8HnVA0iyBLb0tfkJdItfDXt49h0EUeZ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rNXpeWLp8kLnltZA0r68cf6ccqHHVsOu { top:0.75rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5xQt80asUC9DwIDJcmpCs4xfMWuTc3H { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #Qx2vuMFak7fGcEJZ7yha5GvJQ6GcTQfr { display:block; }
 }@media only screen and (max-width: 763px) { #HtQzKtiEUXtvnDxeL0sJ4knzESzsA0Hw { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #TasKMvCL6EnSUmXvm2dUPoHOx5kPbos2 { display:block; }
 }@media only screen and (max-width: 763px) { #or35ZQySBpgl9MvgyH7P6umZ3c4ZMPsv { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #WxDZ9bQya34UCIzX7GNIwud8CeBHAvrW { display:block; }
 }@media only screen and (max-width: 763px) { #egvo3JBEXOZPtIgSZNeHgH66KgOuOKWC { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #gLAN500IQwzRUD5b2T4cMUoJvpZItAWH { display:block; }
 }@media only screen and (max-width: 763px) { #gsZ1WoRhbbsarw8i1pPWKf6MmfPUTTRC { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #yNbHbzk2QlsKVp7Wz0PrR4CpcQ4HRbzJ { display:block; }
 }@media only screen and (max-width: 763px) { #pC2tbSZXxgoATouk3HXkWOfwMzRuCZfO { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #oCg1sRvCxdAmhc8GZ9mGz7AGer76wyC9 { display:block; }
 }@media only screen and (max-width: 763px) { #oOC251UUBvnpJT6bowkWrexXriZIcKnC { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #uvoGvKISTeW5J0uEaR7VaQnG24vVIVMZ { display:block; }
 }@media only screen and (max-width: 763px) { #QxvkF2iKiyW04VtM84Ev8BdLWWfzbt5y { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #EMwxsEbRUnmSFLkIoxmVwhiLEXuNsbu3 { display:block; }
 }@media only screen and (max-width: 763px) { #xtWkiCl7k9aksFuh2T0XMm9EZrlsnkHt { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #WTgJocNRg84ZxfTlAaPfohluCZETwnoZ { display:block; }
 }@media only screen and (max-width: 763px) { #gJtewUNrCkdXptGaxk2ghWCUNBghiOqE { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #fT1C8vg1bU66fEWfPrbqLAlWHkyWWOtd { display:block; }
 }@media only screen and (max-width: 763px) { #znISuCpeAO1WJOI66qC3voWcJA51Ti76 { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #EN0QQhHQkw1Z5NWybhh9d0tFaFVqhLf8 { display:block; }
 }@media only screen and (max-width: 763px) { #bU3qJG8Z1EMb8vV3zMERl1WnxEkVSvOm { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #NfgXDHzTA9PM7SxzDk3COt73AcyNUT4c { display:block; }
 }@media only screen and (max-width: 763px) { #WpzTJn0Tp0T7JCbp92NRFsbLisoqncUd { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #tmWGMCGyTk4OtIK8PxCuJiH8fKHJy9tb { display:block; }
 }@media only screen and (max-width: 763px) { #JySyVT0GnOUlzq2ou8zfMoKe4d0ApV3G { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #C9oDJxFNNNsqixZvuInccnxiXoFAW1G6 { display:block; }
 }@media only screen and (max-width: 763px) { #HxBUeWS2zC6Vl9WsgcoekrDxgbkloUeI { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #va2TyvzM8PMkcgTTKGzL1A0PQwKwsKgo { display:block; }
 }@media only screen and (max-width: 763px) { #WgWuZFpygLTlF5ExdKnHuurH8Eob5i1h { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #oxr1Hrq0dVPuubWoa3EfmVX3NOUPo8lB { display:block; }
 }@media only screen and (max-width: 763px) { #MSqXHJE9TqzxuPDlCJqV8URscdkiqNhV { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #K3FSmDtlcB4JnWkuxXK3wIS95vqlI2Ur { display:block; }
 }@media only screen and (max-width: 763px) { #CuuJ8PhO2mOEfrorO7M6KfTFhrMgyFKL { width:2.8125rem;height:2.8125rem;top:2.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hm1rPa4LMOxEzZ5poXw9Er1IlnSoTAGc { display:block; }
 }@media only screen and (max-width: 763px) { #npKX6mQ1yVbutX2rE9tVW0Z7ebUFtSbb { width:2.8125rem;height:2.8125rem;top:2.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #noUKxi5b4UHcovsa6O12td1qhki64pSi { display:block; }
 }@media only screen and (max-width: 763px) { #pLdHvki9OiUgyv6oPTyoonBZhIOoJeQv { top:2.3125rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #N53hTh7tqpaop6PSHBtW0Jioq56wlnKE { width:2.8125rem;height:2.8125rem;top:2.0625rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qcI8p59uppnX3xvW3R7UnL2EziuZuIfz { display:block; }
 }@media only screen and (max-width: 763px) { #iXuzypCBeABkuPfQPe33sE31NgCnTH1K { top:2.375rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #noy5RvWWA3LTAE7RSfJOsMrmANlKylhq { 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) { #XHEX3TaS2iDmnc2B4SdkzdI92dqWSVeq { width:2.8125rem;height:2.8125rem;top:2.0625rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xF1khPX7gdpotQyy1tP1EDOTP2b6T6xm { display:block; }
 }@media only screen and (max-width: 763px) { #hmLXN8b9hTi2GroPexSUzx1ZRknIFh2L { 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) { #TK6oBdQIafG3WILTpOLsC26xKFVl0i0s { 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) { #TfmsAOanSmXDKnlcz4nZsyHTbwb54V03 { width:2.8125rem;height:2.8125rem;top:2.0625rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gm2X5RPlG7nnKGZowWmtpvBUd36JuTBZ { 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) { #DgV6HhaqcGvRAkdrOT5GqpTq3f3brm43 { top:1.5625rem;left:0rem;width:14.0625rem;height:18.75rem;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) { #Tp2hi0O8UQ54WS6IzVMb8ieFfagQZQA1 { top:1.5625rem;left:33.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) { #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) { #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) { #J2zh6eDf65VhSpTfqa09Of3hzEgBcvS8 { top:1.5625rem;left:24.0625rem;width:14.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXDts177MKmEBlSreJA54GpwzK41dkaE { top:20.9375rem;left:24.0625rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEr0fgrWKRJz4QA7TGgTK5ezx7g2ci5l { width:2.5rem;height:2.5rem;top:21.3125rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id4pJk4qdDT12yJr7dOdNsz9nMEDP6nF { display:block; }
 }@media only screen and (max-width: 763px) { #u2CT9ZINsCTkHAmTH1MA8xyw24eKU9WN { top:21.8125rem;left:24.0625rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;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:24.0625rem;width:14.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMe6eN1KoQS3wKOH1m08ArE7ryoXT6aM { top:1.875rem;left:33.0625rem;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) { #TbagolTqcnC96FyOiN0ho1Cy59BDhHIV { top:21.25rem;left:9.125rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2rccQyALAxZKV49R1uF9DbL9MEzkeLT { 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) { #LLfUR3kgcDrc7Fw4dPpwTifNxOqdIIL6 { top:21.25rem;left:24.0625rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzMyhp5fcCy8EnlTS4E9TcTqn53iEqMk { 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) { #paTTvsoP6rlFA5VTJgofFQBibvTN9Ztg { top:21.25rem;left:33.0625rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FE3q1C0vUnBbFAbN68IDorVnmgITf1oX { top:22.125rem;left:39.000001907349rem;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) { #Qv3vUq2apk7odbLfJcGCHcrSV2gTehMX { width:2.5rem;height:2.5rem;top:21.625rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBLHZHAtM5S85V8DXHJxypIUdiHxKmdt { display:block; }
 }@media only screen and (max-width: 763px) { #Dvw38WPSyL7Dpli83N0RaQR4bShdWicc { width:2.5rem;height:2.5rem;top:21.625rem;left:45.25rem;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:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N52uFKnxI1JG6yXVZeTeRphUQiDwbGSA { display:block; }
 }@media only screen and (max-width: 763px) { #Oq28QRE7xqTLvqmymuM6TSSvkQkboMnF { top:1.875rem;left:9.1250019073488rem;width:14.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnaWaUHkHagvHo26MKllsCoJB5ELVeD4 { display:block; }#DnaWaUHkHagvHo26MKllsCoJB5ELVeD4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9qzlJmfLHFMnHgudHnn9cxPO1riFbEC { top:1.875rem;left:0rem;width:14.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZpdzmnJM1wnAhQXwOHtrcGVSFZghWR8 { top:21.25rem;left:0rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PubwVA4U0t8UIf2pZoydREFvT7GnbWQ3 { top:22.125rem;left:0rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3zNdhGB2aU5LMzOfDMhotJWvyc8RvMc { top:21.25rem;left:9.125rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4HHLpi0U0urhwSfXPF8kPcEIxgveeft { 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) { #uS1pBafQ5bm7MckiuPfGuc8kGmcNCctk { width:2.5rem;height:2.5rem;top:21.625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #USMGDQ6T1T5k7AqevUum03CKKa9yZd73 { display:block; }
 }@media only screen and (max-width: 763px) { #ZQOeddcu8MZhghSTk1Z4vxpUNAboBQ9b { width:2.5rem;height:2.5rem;top:21.625rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6AxJMQw4Wf3JsldE3B7NTsqpZCkElgM { display:block; }
 }@media only screen and (max-width: 763px) { #cVrVdv4oN5RCyl0DTeGQ6aATlE4EcFlT { top:1.875rem;left:9.1250019073488rem;width:14.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lf0IiX4Ly1AShmh8wDEx923bbSAN4sw7 { display:block; }#lf0IiX4Ly1AShmh8wDEx923bbSAN4sw7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wh7SqTLsXXxTaxyURT9kb8CZAXaxA7BW { top:16.625rem;left:28.1875rem;width:19.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qxy1nLBm7xIgzP2cMk99dAtbkn2U3oze { width:2.5rem;height:2.5rem;top:16.9375rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WM9RIqFnbWNLXh7GTtcEwTeWOq3IlfPo { display:block; }
 }@media only screen and (max-width: 763px) { #zJAI632KiE6DRIL4dXy8LE9bMULcX0ua { top:17.5rem;left:34.000001907349rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Atoq1UTX1dFSSTembkzBHkZQ0dRd7NZ4 { top:16.625rem;left:14.125001907349rem;width:19.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKzE4SJUqNMWuGusfJgn64JLk1yK5mvV { width:2.5rem;height:2.5rem;top:16.9375rem;left:29.375001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSBqcDrTTLEDX3lTqT5TfVEtyC9QeSxZ { display:block; }
 }@media only screen and (max-width: 763px) { #ah8LkcR2hHoMOwdmxaFKM92f75m5u3zs { top:17.5rem;left:14.125001907349rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJcJ9OWqMKoksFA3lIo8yX4C24sp4QJf { top:16.5625rem;left:0rem;width:19.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTFhzUTeKX1zKV96HBAk6G8oxBP19KU7 { width:2.5rem;height:2.5rem;top:16.875rem;left:9.4375019073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPJmSOQp1uidQd8Ud0ZOCLxsf3O99Ef0 { display:block; }
 }@media only screen and (max-width: 763px) { #wriTbTG6e1UGW9uC2uHRuWW5cbcRCAWu { top:17.4375rem;left:0rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7p9afL53JpksHI1xZdQ63gil4AyE4fL { top:1.9375rem;left:0rem;width:18.9375rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7iltpTmJvKthL3Tmipl6wJWTrCQLCFn { top:1.9375rem;left:14.156251907349rem;width:18.9375rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8ZaGZEPFdwQSImU0KIXrvJKtQ9UCNl6 { width:25rem;height:3.4375rem;top:21.4375rem;left:11.375001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #MksGt2kTIsgzBi7AdEOTOiMVtOQG8pkl { display:block; }
 }@media only screen and (max-width: 763px) { #RG7hEobsGM7oKvkkQAmfSmJCDA1G5ghz { top:1.9375rem;left:28.1875rem;width:18.75rem;height:14.0625rem;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) { #i1kFOqctgyW9skdTObd5EoqgK9dlh5rz { display:block; }#i1kFOqctgyW9skdTObd5EoqgK9dlh5rz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTJ1WJidsG6sBd2cw9ShzqZ1mvbWOu0C { top:1.6875rem;left:0rem;width:14.125rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWC0aA2zAeauW3znnbTnazPkdfb47BqC { width:9.75rem;height:2.875rem;top:21.625rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlfQJbvNUauA1zl5O7O4BxRAKcExyAAy { display:block; }
 }@media only screen and (max-width: 763px) { #D3yrT6wvP471JgGI2Fg8gkCiJnge8Kkk { width:9.75rem;height:2.875rem;top:21.625rem;left:13.031251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApohxVSdKdrySNHqcuSS7Uf79Lu8zWnV { display:block; }
 }@media only screen and (max-width: 763px) { #UhAe6yACBGeqpNn2y7OUmwlfyNITRdlW { top:1.6875rem;left:9.75rem;width:14.125rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS2lREPufCQH34QsEmuszTvE9PbOqHLB { width:9.75rem;height:2.875rem;top:21.625rem;left:24.968751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWEEotB8fu7pnPwLXLizZM7cnDo703Kq { display:block; }
 }@media only screen and (max-width: 763px) { #CaHAMr1KGLVifliLoIsQOiK8L8TGQxbK { top:1.6875rem;left:21.6875rem;width:14.125rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZTVQm5Exq6u6kpQc8AMSeN0VBbtmzkR { width:9.75rem;height:2.875rem;top:21.625rem;left:37.217969894409rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZTOVeBPnwHedCasnwuhtT1aM7vfSbA6 { display:block; }
 }@media only screen and (max-width: 763px) { #p7o1IV8ky03XVvpcqAvfqXtxsndDa147 { top:1.6875rem;left:33.625rem;width:14.125rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTBEBhncgwLTfsWBP3nPUqrbQ3BoE66S { top:28.625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5FzTPVWXPgK2VGJeFi72leL5iwfZaUi { 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) { #aegM7THCgIuPwadmR6eTr3G8WPpGO22e { 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) { #VupuKQEpVSf3w1xoaRTKoPzdAag58vQx { top:1.625rem;left:0rem;width:14rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzf78WwJbwaayzI6U7PTSQ9MHwbTmrPE { 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) { #oUgh48MtoJFCNt7wCHwm6vMyktQL8sEQ { 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) { #u6ILAvTJ0DtcI1pt5xWzWCwlkisbKkRk { 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) { #N37RihS4vT9IQuXE9fVfGC5AyMUQNXNM { 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) { #l3y6zGTbMaT7LNrEWQUXT7B7qbOgyqqM { 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) { #hlOyTdaebVqTwsfMVcSXTNlKaHT3kew9 { top:15.1875rem;left:18.5rem;width:5.375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hm5RbwN6JUOMr8lZ9Abpgw4pidOoO25s { 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) { #IMZtMkI3Slx7LUrbJntGIT42MlxgKDJq { top:15.25rem;left:30.4375rem;width:5.375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gw3WSTARTb6WCLRRwJAwNrMcuoGVW5AX { 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) { #Siyvhrz8QLEli5FPMdUbWJa08L5d0W1D { top:15.1875rem;left:42.375rem;width:5.375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUtyECze8prq2C8USS2WSgVx4btG0LAE { top:15.1875rem;left:6.5625rem;width:5.375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pET8v2Tr3mZzmRlET0LgHG2RLkdZr6TA { top:1.6875rem;left:9.75rem;width:14rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVUFrUbiLTLfgWzEk5clHQgP5dSXLyHN { top:1.6875rem;left:21.6875rem;width:14rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gttQyVA2MoypeATBgJTWeWIguNopMDn7 { top:1.6875rem;left:33.625rem;width:14rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8oC7ITsksLkToh5IHO1U7NmUkRNhQ3W { width:12.8125rem;height:2.3125rem;top:28.0625rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKdSDaRT0BvkB8aOifZV6Dz00kMBsk9I { 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) { #Fc0Obu3G1o1Ehq8AgufNCTAAFUdkLCPT { display:block; }#Fc0Obu3G1o1Ehq8AgufNCTAAFUdkLCPT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xPkSLmQOGsFWuruAAs23KV8FTLQro2u5 { top:2.125rem;left:37.5rem;width:10.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIuxQ9FspfCXnVqbOkUEB2Fq7OmzEFrT { 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) { #g7s7EeBBuaWlC5NgxqLI4oTUPFiWLbUu { 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) { #DyQuR4On20N199xKFZCmq4efVhaxVwDA { 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) { #KPFiMFK4LqHzRHPHwJ82qcInhF4FPTUc { 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) { #asymOzwFH1xQvZ3zsTg723lKaCSuqoJx { 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) { #TbXmSztAgoJUs4T2f30DXH2Hiyde41ch { width:2.8125rem;height:2.8125rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixcmVsBvC7NtphaW4KEdRTZ2ZI9t0FUQ { display:block; }
 }@media only screen and (max-width: 763px) { #PKakR02Ux6DDV8eBQMwE4wreE7wtHME1 { top:2.375rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzhdeSGE6TDRsSFe2vASk3EzRZ0kozSX { width:2.8125rem;height:2.8125rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfNTFHl1i2MeDA4tSGyceiGH29m6J9EM { display:block; }
 }@media only screen and (max-width: 763px) { #k3AquQS6liwb7EP2xCDqFJeKttdsxuc2 { top:2.3125rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lblQO7zRJC7tVzquNFGJ01MIPxwAX4hB { width:2.8125rem;height:2.8125rem;top:2.0625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzLimsrbyPMZtnOzXwQmJb1JaMy8Ph68 { display:block; }
 }@media only screen and (max-width: 763px) { #ZVUhsf6RwsJMbrOFV7dmteXELnRRIrJu { 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) { #tfArNNXMIaOKZE1ZHDwdh2WCkWUu5sBr { width:2.8125rem;height:2.8125rem;top:2.0625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhzWJcDmKgnRchBUT50a0Egcu2bhuqiB { display:block; }
 }@media only screen and (max-width: 763px) { #dpqir3E0M3K3tsCxWPT6aCKa5v6aGCqg { 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) { #dbZT9VWGgoHyPzwL9klPTSLyyauU0AdA { 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) { #cWxzU5oQ2yFpxtVLxmJwcLga1wqM1NWi { 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) { #SNEVOOudVSymwU9K995S4g4PkrMWGBPS { 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) { #pk8sivbW0KXkr2OBiQmdCNU5CKtvgWg4 { 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) { #XV1uTSSknsEl6pkETr8oXSQhKJESLXDi { 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) { #U8HnVA0iyBLb0tfkJdItfDXt49h0EUeZ { background-color:#350303;background-image:none;display:block; }#U8HnVA0iyBLb0tfkJdItfDXt49h0EUeZ > .row .container { background-color: transparent; background-image: none; }#U8HnVA0iyBLb0tfkJdItfDXt49h0EUeZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8HnVA0iyBLb0tfkJdItfDXt49h0EUeZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8HnVA0iyBLb0tfkJdItfDXt49h0EUeZ > .row .container > .video-iframe-container { display: none; }#U8HnVA0iyBLb0tfkJdItfDXt49h0EUeZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8HnVA0iyBLb0tfkJdItfDXt49h0EUeZ > .row > .video-iframe-container { display: none; }#U8HnVA0iyBLb0tfkJdItfDXt49h0EUeZ > .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); }#U8HnVA0iyBLb0tfkJdItfDXt49h0EUeZ > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rNXpeWLp8kLnltZA0r68cf6ccqHHVsOu { 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) { #l5xQt80asUC9DwIDJcmpCs4xfMWuTc3H { 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) { #Qx2vuMFak7fGcEJZ7yha5GvJQ6GcTQfr { display:block; }
 }@media only screen and (max-width: 763px) { #HtQzKtiEUXtvnDxeL0sJ4knzESzsA0Hw { 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) { #TasKMvCL6EnSUmXvm2dUPoHOx5kPbos2 { display:block; }
 }@media only screen and (max-width: 763px) { #or35ZQySBpgl9MvgyH7P6umZ3c4ZMPsv { 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) { #WxDZ9bQya34UCIzX7GNIwud8CeBHAvrW { display:block; }
 }@media only screen and (max-width: 763px) { #egvo3JBEXOZPtIgSZNeHgH66KgOuOKWC { 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) { #gLAN500IQwzRUD5b2T4cMUoJvpZItAWH { display:block; }
 }@media only screen and (max-width: 763px) { #gsZ1WoRhbbsarw8i1pPWKf6MmfPUTTRC { 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) { #yNbHbzk2QlsKVp7Wz0PrR4CpcQ4HRbzJ { display:block; }
 }@media only screen and (max-width: 763px) { #pC2tbSZXxgoATouk3HXkWOfwMzRuCZfO { 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) { #oCg1sRvCxdAmhc8GZ9mGz7AGer76wyC9 { display:block; }
 }@media only screen and (max-width: 763px) { #oOC251UUBvnpJT6bowkWrexXriZIcKnC { 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) { #uvoGvKISTeW5J0uEaR7VaQnG24vVIVMZ { display:block; }
 }@media only screen and (max-width: 763px) { #QxvkF2iKiyW04VtM84Ev8BdLWWfzbt5y { 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) { #EMwxsEbRUnmSFLkIoxmVwhiLEXuNsbu3 { display:block; }
 }@media only screen and (max-width: 763px) { #xtWkiCl7k9aksFuh2T0XMm9EZrlsnkHt { 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) { #WTgJocNRg84ZxfTlAaPfohluCZETwnoZ { display:block; }
 }@media only screen and (max-width: 763px) { #gJtewUNrCkdXptGaxk2ghWCUNBghiOqE { 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) { #fT1C8vg1bU66fEWfPrbqLAlWHkyWWOtd { display:block; }
 }@media only screen and (max-width: 763px) { #znISuCpeAO1WJOI66qC3voWcJA51Ti76 { 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) { #EN0QQhHQkw1Z5NWybhh9d0tFaFVqhLf8 { display:block; }
 }@media only screen and (max-width: 763px) { #bU3qJG8Z1EMb8vV3zMERl1WnxEkVSvOm { 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) { #NfgXDHzTA9PM7SxzDk3COt73AcyNUT4c { display:block; }
 }@media only screen and (max-width: 763px) { #WpzTJn0Tp0T7JCbp92NRFsbLisoqncUd { 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) { #tmWGMCGyTk4OtIK8PxCuJiH8fKHJy9tb { display:block; }
 }@media only screen and (max-width: 763px) { #JySyVT0GnOUlzq2ou8zfMoKe4d0ApV3G { 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) { #C9oDJxFNNNsqixZvuInccnxiXoFAW1G6 { display:block; }
 }@media only screen and (max-width: 763px) { #HxBUeWS2zC6Vl9WsgcoekrDxgbkloUeI { 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) { #va2TyvzM8PMkcgTTKGzL1A0PQwKwsKgo { display:block; }
 }@media only screen and (max-width: 763px) { #WgWuZFpygLTlF5ExdKnHuurH8Eob5i1h { 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) { #oxr1Hrq0dVPuubWoa3EfmVX3NOUPo8lB { display:block; }
 }@media only screen and (max-width: 763px) { #MSqXHJE9TqzxuPDlCJqV8URscdkiqNhV { 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) { #K3FSmDtlcB4JnWkuxXK3wIS95vqlI2Ur { display:block; }
 }@media only screen and (max-width: 763px) { #CuuJ8PhO2mOEfrorO7M6KfTFhrMgyFKL { 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) { #Hm1rPa4LMOxEzZ5poXw9Er1IlnSoTAGc { display:block; }
 }@media only screen and (max-width: 763px) { #npKX6mQ1yVbutX2rE9tVW0Z7ebUFtSbb { 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) { #noUKxi5b4UHcovsa6O12td1qhki64pSi { display:block; }
 }@media only screen and (max-width: 763px) { #pLdHvki9OiUgyv6oPTyoonBZhIOoJeQv { 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) { #N53hTh7tqpaop6PSHBtW0Jioq56wlnKE { 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) { #qcI8p59uppnX3xvW3R7UnL2EziuZuIfz { display:block; }
 }@media only screen and (max-width: 763px) { #iXuzypCBeABkuPfQPe33sE31NgCnTH1K { 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) { #noy5RvWWA3LTAE7RSfJOsMrmANlKylhq { 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) { #XHEX3TaS2iDmnc2B4SdkzdI92dqWSVeq { 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) { #xF1khPX7gdpotQyy1tP1EDOTP2b6T6xm { display:block; }
 }@media only screen and (max-width: 763px) { #hmLXN8b9hTi2GroPexSUzx1ZRknIFh2L { 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) { #TK6oBdQIafG3WILTpOLsC26xKFVl0i0s { 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) { #TfmsAOanSmXDKnlcz4nZsyHTbwb54V03 { 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) { #Gm2X5RPlG7nnKGZowWmtpvBUd36JuTBZ { 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.1875rem;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.6000003814698rem;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.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DgV6HhaqcGvRAkdrOT5GqpTq3f3brm43 { width:8.3125rem;height:11.125rem;top:0rem;left:0.625rem;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) { #Tp2hi0O8UQ54WS6IzVMb8ieFfagQZQA1 { width:8.3125rem;height:11.125rem;top:14.625rem;left:10.4375rem;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) { #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) { #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) { #J2zh6eDf65VhSpTfqa09Of3hzEgBcvS8 { width:8.3125rem;height:11.125rem;top:14.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXDts177MKmEBlSreJA54GpwzK41dkaE { width:8.9375rem;height:1.875rem;top:26.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEr0fgrWKRJz4QA7TGgTK5ezx7g2ci5l { width:1.3125rem;height:1.3125rem;top:26.75rem;left:7.7500003576281rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id4pJk4qdDT12yJr7dOdNsz9nMEDP6nF { display:block; }
 }@media only screen and (max-width: 763px) { #u2CT9ZINsCTkHAmTH1MA8xyw24eKU9WN { width:4.1875rem;height:1.05625rem;top:26.75rem;left:1.1875rem;font-size:0.8125rem;text-align:left;text-align-last:left;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:29.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #byKvqlhBEf3fuQX9y9pC9oc5mRwAwDQl { width:8.3125rem;height:11.125rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGqp04IsOVgsIgfxg7eUXBF6Az81HPPC { width:8.3125rem;height:11.125rem;top:14.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMe6eN1KoQS3wKOH1m08ArE7ryoXT6aM { width:8.3125rem;height:11.125rem;top:14.625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p20RGKemGiz9QCwO0Ny5kHFHNzuH42zv { width:8.9375rem;height:1.875rem;top:11.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Go7TaJPoEMIT5NTEoCWmP26Wqfez9mWq { width:4.1875rem;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) { #TbagolTqcnC96FyOiN0ho1Cy59BDhHIV { width:8.9375rem;height:1.875rem;top:11.75rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2rccQyALAxZKV49R1uF9DbL9MEzkeLT { 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) { #LLfUR3kgcDrc7Fw4dPpwTifNxOqdIIL6 { width:8.9375rem;height:1.875rem;top:26.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzMyhp5fcCy8EnlTS4E9TcTqn53iEqMk { width:4.1875rem;height:1.05625rem;top:26.875rem;left:1.1875rem;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.375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FE3q1C0vUnBbFAbN68IDorVnmgITf1oX { width:4.1875rem;height:1.05625rem;top:26.875rem;left:11rem;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.25rem;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) { #Qv3vUq2apk7odbLfJcGCHcrSV2gTehMX { width:1.3125rem;height:1.3125rem;top:12.25rem;left:17.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBLHZHAtM5S85V8DXHJxypIUdiHxKmdt { display:block; }
 }@media only screen and (max-width: 763px) { #Dvw38WPSyL7Dpli83N0RaQR4bShdWicc { width:1.3125rem;height:1.3125rem;top:26.875rem;left:17.5625rem;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:26.875rem;left:7.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N52uFKnxI1JG6yXVZeTeRphUQiDwbGSA { display:block; }
 }@media only screen and (max-width: 763px) { #Oq28QRE7xqTLvqmymuM6TSSvkQkboMnF { width:8.3125rem;height:11.125rem;top:4.7683715820312E-7rem;left:10.437500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnaWaUHkHagvHo26MKllsCoJB5ELVeD4 { background-color:#ffffff;background-image:none;display:block; }#DnaWaUHkHagvHo26MKllsCoJB5ELVeD4 > .row .container { background-color: transparent; background-image: none; }#DnaWaUHkHagvHo26MKllsCoJB5ELVeD4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DnaWaUHkHagvHo26MKllsCoJB5ELVeD4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DnaWaUHkHagvHo26MKllsCoJB5ELVeD4 > .row .container > .video-iframe-container { display: none; }#DnaWaUHkHagvHo26MKllsCoJB5ELVeD4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DnaWaUHkHagvHo26MKllsCoJB5ELVeD4 > .row > .video-iframe-container { display: none; }#DnaWaUHkHagvHo26MKllsCoJB5ELVeD4 > .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); }#DnaWaUHkHagvHo26MKllsCoJB5ELVeD4 > .row .container { width:20rem;height:14.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9qzlJmfLHFMnHgudHnn9cxPO1riFbEC { width:8.3125rem;height:11.125rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZpdzmnJM1wnAhQXwOHtrcGVSFZghWR8 { width:8.9375rem;height:1.875rem;top:11.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PubwVA4U0t8UIf2pZoydREFvT7GnbWQ3 { width:4.1875rem;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) { #i3zNdhGB2aU5LMzOfDMhotJWvyc8RvMc { width:8.9375rem;height:1.875rem;top:11.75rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4HHLpi0U0urhwSfXPF8kPcEIxgveeft { 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) { #uS1pBafQ5bm7MckiuPfGuc8kGmcNCctk { width:1.3125rem;height:1.3125rem;top:12.25rem;left:7.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #USMGDQ6T1T5k7AqevUum03CKKa9yZd73 { display:block; }
 }@media only screen and (max-width: 763px) { #ZQOeddcu8MZhghSTk1Z4vxpUNAboBQ9b { width:1.3125rem;height:1.3125rem;top:12.25rem;left:17.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6AxJMQw4Wf3JsldE3B7NTsqpZCkElgM { display:block; }
 }@media only screen and (max-width: 763px) { #cVrVdv4oN5RCyl0DTeGQ6aATlE4EcFlT { width:8.3125rem;height:11.125rem;top:0rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lf0IiX4Ly1AShmh8wDEx923bbSAN4sw7 { background-color:#ffffff;background-image:none;display:block; }#lf0IiX4Ly1AShmh8wDEx923bbSAN4sw7 > .row .container { background-color: transparent; background-image: none; }#lf0IiX4Ly1AShmh8wDEx923bbSAN4sw7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lf0IiX4Ly1AShmh8wDEx923bbSAN4sw7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lf0IiX4Ly1AShmh8wDEx923bbSAN4sw7 > .row .container > .video-iframe-container { display: none; }#lf0IiX4Ly1AShmh8wDEx923bbSAN4sw7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lf0IiX4Ly1AShmh8wDEx923bbSAN4sw7 > .row > .video-iframe-container { display: none; }#lf0IiX4Ly1AShmh8wDEx923bbSAN4sw7 > .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); }#lf0IiX4Ly1AShmh8wDEx923bbSAN4sw7 > .row .container { width:20rem;height:24.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wh7SqTLsXXxTaxyURT9kb8CZAXaxA7BW { width:8.9375rem;height:1.875rem;top:16.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qxy1nLBm7xIgzP2cMk99dAtbkn2U3oze { width:2.5rem;height:2.5rem;top:16.4375rem;left:7.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WM9RIqFnbWNLXh7GTtcEwTeWOq3IlfPo { display:block; }
 }@media only screen and (max-width: 763px) { #zJAI632KiE6DRIL4dXy8LE9bMULcX0ua { width:3.1875rem;height:1.05625rem;top:17.1875rem;left:1.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Atoq1UTX1dFSSTembkzBHkZQ0dRd7NZ4 { width:8.9375rem;height:1.875rem;top:6.8125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKzE4SJUqNMWuGusfJgn64JLk1yK5mvV { width:2.5rem;height:2.5rem;top:6.5625rem;left:17.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSBqcDrTTLEDX3lTqT5TfVEtyC9QeSxZ { display:block; }
 }@media only screen and (max-width: 763px) { #ah8LkcR2hHoMOwdmxaFKM92f75m5u3zs { width:3.8125rem;height:1.05625rem;top:7.3125rem;left:10.8125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IJcJ9OWqMKoksFA3lIo8yX4C24sp4QJf { width:8.9375rem;height:1.875rem;top:6.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTFhzUTeKX1zKV96HBAk6G8oxBP19KU7 { width:2.5rem;height:2.5rem;top:6.6875rem;left:7.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPJmSOQp1uidQd8Ud0ZOCLxsf3O99Ef0 { display:block; }
 }@media only screen and (max-width: 763px) { #wriTbTG6e1UGW9uC2uHRuWW5cbcRCAWu { width:3.6875rem;height:1.05625rem;top:7.4375rem;left:1.3125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d7p9afL53JpksHI1xZdQ63gil4AyE4fL { width:8.3125rem;height:6.1875rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7iltpTmJvKthL3Tmipl6wJWTrCQLCFn { width:8.3125rem;height:6.1875rem;top:0.0625rem;left:10.562500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8ZaGZEPFdwQSImU0KIXrvJKtQ9UCNl6 { width:17.5rem;height:2.5rem;top:20.125rem;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) { #RG7hEobsGM7oKvkkQAmfSmJCDA1G5ghz { width:8.3125rem;height:6.1875rem;top:9.6875rem;left:0.625rem;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) { #i1kFOqctgyW9skdTObd5EoqgK9dlh5rz { background-color:#f1efeb;background-image:none;display:block; }#i1kFOqctgyW9skdTObd5EoqgK9dlh5rz > .row .container { background-color: transparent; background-image: none; }#i1kFOqctgyW9skdTObd5EoqgK9dlh5rz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1kFOqctgyW9skdTObd5EoqgK9dlh5rz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1kFOqctgyW9skdTObd5EoqgK9dlh5rz > .row .container > .video-iframe-container { display: none; }#i1kFOqctgyW9skdTObd5EoqgK9dlh5rz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1kFOqctgyW9skdTObd5EoqgK9dlh5rz > .row > .video-iframe-container { display: none; }#i1kFOqctgyW9skdTObd5EoqgK9dlh5rz > .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); }#i1kFOqctgyW9skdTObd5EoqgK9dlh5rz > .row .container { width:20rem;height:44.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTJ1WJidsG6sBd2cw9ShzqZ1mvbWOu0C { width:8.3125rem;height:11.3125rem;top:0rem;left:0.625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #bWC0aA2zAeauW3znnbTnazPkdfb47BqC { 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) { #TlfQJbvNUauA1zl5O7O4BxRAKcExyAAy { display:block; }
 }@media only screen and (max-width: 763px) { #D3yrT6wvP471JgGI2Fg8gkCiJnge8Kkk { 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) { #ApohxVSdKdrySNHqcuSS7Uf79Lu8zWnV { display:block; }
 }@media only screen and (max-width: 763px) { #UhAe6yACBGeqpNn2y7OUmwlfyNITRdlW { width:8.3125rem;height:11.3125rem;top:0rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS2lREPufCQH34QsEmuszTvE9PbOqHLB { 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) { #fWEEotB8fu7pnPwLXLizZM7cnDo703Kq { display:block; }
 }@media only screen and (max-width: 763px) { #CaHAMr1KGLVifliLoIsQOiK8L8TGQxbK { width:8.3125rem;height:11.3125rem;top:19.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZTVQm5Exq6u6kpQc8AMSeN0VBbtmzkR { 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) { #pZTOVeBPnwHedCasnwuhtT1aM7vfSbA6 { display:block; }
 }@media only screen and (max-width: 763px) { #p7o1IV8ky03XVvpcqAvfqXtxsndDa147 { width:8.3125rem;height:11.3125rem;top:19.1875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTBEBhncgwLTfsWBP3nPUqrbQ3BoE66S { width:20rem;height:0;top:34.8125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #C5FzTPVWXPgK2VGJeFi72leL5iwfZaUi { 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) { #aegM7THCgIuPwadmR6eTr3G8WPpGO22e { 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) { #VupuKQEpVSf3w1xoaRTKoPzdAag58vQx { width:8.1875rem;height:14.3125rem;top:0rem;left:0.625rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #wzf78WwJbwaayzI6U7PTSQ9MHwbTmrPE { 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) { #oUgh48MtoJFCNt7wCHwm6vMyktQL8sEQ { 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) { #u6ILAvTJ0DtcI1pt5xWzWCwlkisbKkRk { 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) { #N37RihS4vT9IQuXE9fVfGC5AyMUQNXNM { 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) { #l3y6zGTbMaT7LNrEWQUXT7B7qbOgyqqM { 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) { #hlOyTdaebVqTwsfMVcSXTNlKaHT3kew9 { width:4.75rem;height:1.6875rem;top:9.625rem;left:14.625000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hm5RbwN6JUOMr8lZ9Abpgw4pidOoO25s { 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) { #IMZtMkI3Slx7LUrbJntGIT42MlxgKDJq { width:4.75rem;height:1.6875rem;top:28.8125rem;left:4.1874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #gw3WSTARTb6WCLRRwJAwNrMcuoGVW5AX { 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) { #Siyvhrz8QLEli5FPMdUbWJa08L5d0W1D { width:4.75rem;height:1.6875rem;top:28.875rem;left:14.625000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUtyECze8prq2C8USS2WSgVx4btG0LAE { width:4.75rem;height:1.6875rem;top:9.6875rem;left:4.2499998807907rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #pET8v2Tr3mZzmRlET0LgHG2RLkdZr6TA { width:8.1875rem;height:14.3125rem;top:0rem;left:11.062500357628rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #eVUFrUbiLTLfgWzEk5clHQgP5dSXLyHN { width:8.1875rem;height:15.5625rem;top:19.1875rem;left:0.625rem;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #gttQyVA2MoypeATBgJTWeWIguNopMDn7 { width:8.1875rem;height:15.5625rem;top:19.1875rem;left:11.062500357628rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #V8oC7ITsksLkToh5IHO1U7NmUkRNhQ3W { width:12.8125rem;height:2.3125rem;top:40.875rem;left:3.5624998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKdSDaRT0BvkB8aOifZV6Dz00kMBsk9I { 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) { #Fc0Obu3G1o1Ehq8AgufNCTAAFUdkLCPT { 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; }#Fc0Obu3G1o1Ehq8AgufNCTAAFUdkLCPT.adaptive-delivery-prevent-bg, #Fc0Obu3G1o1Ehq8AgufNCTAAFUdkLCPT.lazyload, #Fc0Obu3G1o1Ehq8AgufNCTAAFUdkLCPT.lazyloading { background-image: none; }#Fc0Obu3G1o1Ehq8AgufNCTAAFUdkLCPT > .row .container { background-color: transparent; background-image: none; }#Fc0Obu3G1o1Ehq8AgufNCTAAFUdkLCPT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(111,30,30,0.59); }#Fc0Obu3G1o1Ehq8AgufNCTAAFUdkLCPT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fc0Obu3G1o1Ehq8AgufNCTAAFUdkLCPT > .row .container > .video-iframe-container { display: none; }#Fc0Obu3G1o1Ehq8AgufNCTAAFUdkLCPT > .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); }#Fc0Obu3G1o1Ehq8AgufNCTAAFUdkLCPT > .row > .video-iframe-container { display: none; }#Fc0Obu3G1o1Ehq8AgufNCTAAFUdkLCPT > .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); }#Fc0Obu3G1o1Ehq8AgufNCTAAFUdkLCPT > .row .container { width:20rem;height:13.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xPkSLmQOGsFWuruAAs23KV8FTLQro2u5 { 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) { #eIuxQ9FspfCXnVqbOkUEB2Fq7OmzEFrT { 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) { #g7s7EeBBuaWlC5NgxqLI4oTUPFiWLbUu { 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) { #DyQuR4On20N199xKFZCmq4efVhaxVwDA { 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) { #KPFiMFK4LqHzRHPHwJ82qcInhF4FPTUc { 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) { #asymOzwFH1xQvZ3zsTg723lKaCSuqoJx { 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) { #TbXmSztAgoJUs4T2f30DXH2Hiyde41ch { 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) { #ixcmVsBvC7NtphaW4KEdRTZ2ZI9t0FUQ { display:block; }
 }@media only screen and (max-width: 763px) { #PKakR02Ux6DDV8eBQMwE4wreE7wtHME1 { 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) { #lzhdeSGE6TDRsSFe2vASk3EzRZ0kozSX { 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) { #KfNTFHl1i2MeDA4tSGyceiGH29m6J9EM { display:block; }
 }@media only screen and (max-width: 763px) { #k3AquQS6liwb7EP2xCDqFJeKttdsxuc2 { 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) { #lblQO7zRJC7tVzquNFGJ01MIPxwAX4hB { 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) { #XzLimsrbyPMZtnOzXwQmJb1JaMy8Ph68 { display:block; }
 }@media only screen and (max-width: 763px) { #ZVUhsf6RwsJMbrOFV7dmteXELnRRIrJu { 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) { #tfArNNXMIaOKZE1ZHDwdh2WCkWUu5sBr { 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) { #JhzWJcDmKgnRchBUT50a0Egcu2bhuqiB { display:block; }
 }@media only screen and (max-width: 763px) { #dpqir3E0M3K3tsCxWPT6aCKa5v6aGCqg { 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) { #dbZT9VWGgoHyPzwL9klPTSLyyauU0AdA { 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) { #cWxzU5oQ2yFpxtVLxmJwcLga1wqM1NWi { 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) { #SNEVOOudVSymwU9K995S4g4PkrMWGBPS { 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) { #pk8sivbW0KXkr2OBiQmdCNU5CKtvgWg4 { 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) { #XV1uTSSknsEl6pkETr8oXSQhKJESLXDi { 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; }
 }