.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:234,230,226;--color-primary-1:193,181,169;--color-primary-2:152,131,111;--color-primary-3:126,100,75;--color-primary-4:53,3,3;--color-secondary-0:231,239,255;--color-secondary-1:174,201,255;--color-secondary-2:93,146,255;--color-secondary-3:47,73,128;--color-secondary-4:14,22,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Liberation Serif";--paragraphs-font-family:"Liberation Serif"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cad43ce0-91ad-4a22-a137-14077bf056a9/intro.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT.adaptive-delivery-prevent-bg, #zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT.lazyload, #zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT.lazyloading { background-image: none; }#zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT > .row .container { background-color: transparent; background-image: none; }#zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT > .row .container > .video-iframe-container { display: none; }#zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT > .row > .video-iframe-container { display: none; }#zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT > .row .container { border-width: 0; border-radius: 0; }#zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT > .row .container { font-size:0.875rem;font-family:arial;height:24rem;width:60rem;position:relative;display:block; }#VwwRIeIoxnwp0TnlqZX30qeJR9EafCk0 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:12.375rem;top:4.6875rem;left:23.75rem;overflow:hidden;display:block; }
#owAZ7w9qSeD98fBpXKIHErUkVDtRGJzT { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:15.625rem;width:15.625rem;top:1.25rem;left:22.1875rem;display:block; }
#cx9lgi5WHhQJ87wZhx11kW1bcBDDlbXE { color:rgba(var(--color-tertiary-0),1);display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:17.6875rem;left:27.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rhanSckCiXziKk1KkzrcgBHqAmeTQUnb { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:3.75rem;top:19.5625rem;left:28.3125rem;overflow:hidden;display:block; }
#zT36ZgZQUtnft6ZwK7Tq6RGGbB243boM { position:absolute;display:block;z-index:15001;background-color:#511010;background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:16.25rem;left:26.875rem;display:block; }
#LvIn9moDHHdAaFG8claa7uMnDSTl34bU { color:rgba(var(--color-tertiary-0),1);display:block;width:18.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.77499961853rem;left:0rem;height:8.45rem;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; }
#eLVNRyv5Xc6zArbTSJg1CXMnsg2C6icW { 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; }#eLVNRyv5Xc6zArbTSJg1CXMnsg2C6icW > .row .container { border-width: 0; border-radius: 0; }#eLVNRyv5Xc6zArbTSJg1CXMnsg2C6icW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eLVNRyv5Xc6zArbTSJg1CXMnsg2C6icW > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:60rem;position:relative;display:none; }#zVuz8pCLhXFIg33nNtKNcO9ltH2MZCvu { 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; }
#bbhRQwdsK59aXmlfkaA3BO2ipWXnFyRE { 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; }
#eGzTukkn4fhPMFPirOuDIuphr3CQ1uxr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QrzRAWAgdidl66BIc4DZ8iUmOci8bk4m { 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; }
#wwQ9tQ9oiGDK0yDnRGJdFl2Q4uDOgQ1Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g5pT5Q1qwrNzERA7Mx2IJ85TDocbhVib { 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; }
#PXyvkiih8uA2mhXncp3e3eQBeTCKfxDK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PgQsNddgMy8SqDiMfJkaASvQciPqsep2 { 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; }
#yVMtWbLoPotKzkzsmBwlsGhpGngBdVGD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t79sZ6BMIGb6nw7ar2aDhL30sgbu2XaU { 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; }
#txvuNgcX42PEgSOFncUCTLz19H2KDeDf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ATBUJkLPVIGmZSQDZc9L20QUm9TxSa9k { 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; }
#wROr1RlPihgnZF0OSxD5SzHWEHakQPTu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lyr1DhnT6OkM5pCNruT7kaetPFdkEaPg { 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; }
#dsfg9TB8Qu5ONpIyB2huZIRQWBA5WGEs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sWXzNu03l2xzO4yIGihUdkgfhTa0PTCV { 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; }
#Ka0HQzVKC6qeCk9DOOMgKfAmlOz7CM5v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LCTTwPt3oU0ks0G53KyObSMvRWnA7CaK { 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; }
#wBvhpOr04hKTLcgDUqSl2HvS4i39QzNT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L18LdHDKlh6NMe63VrWS3WyyVeSP0g4H { 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; }
#a1X8Agh5B9z0sVqTRiFyTxx2EsvaPlyh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h32lTrgB6oAbaZEbk0vbyX4yBD91PIV4 { 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; }
#SSpWTEBMuasutTzbvGX9oT1nyZVTFDni { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T1v8ahlgDkoJFKpEQrkzuIWVZdJMa8CL { 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; }
#F7rZU29RMmBVZ0qeOpXkdk8pUTHWeBTa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gb9LgkA0o19bdGhTCrJxRrdGSkvEahKM { 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; }
#E6nilJuK32Eyg33qebtmATUb3a7QQDFG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sOCDD7coDRzmX2gJhGQ0TCvcTiBx4eE3 { 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; }
#dniPr8ctVxOlBESG2LmInWM3AGQ7b8gV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Br3rDJOhmoq4Apiump5ww04Ta6nSUSZb { 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; }
#ahii8d0Sq77Ul1i4a6CW9KPrCPRNeMTh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#drwgWBq03c6oowScp5wTsDCoAWP2BBzT { 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; }
#BpMmB1SADP8zTmTSV0ntS8QZTnfNv2DO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZvwLgSNZcBcnLCwDzVgSfgzNrh4UW01U { 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; }
#T3pszcbqS0gBXL7iCagKkrFNTq7zfOFS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vfseqt0dmv9ClZDRagKWvsKTXsc7OhTQ { 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; }
#LL1Ky7dzA1WsGhC12EkSPRASgEq7JfMh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CqXM4IxWUT2FXxKg3pBrbyRJnEhpaqrz { 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; }
#cna4i3DmT1Nvg8fvqTLgCH38P3GW8IEk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ssxFIWMy3GCWSZk0xot7wniI1v4i7ToG { 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; }
#Xxyd4ALOcnsE9vnvUS6iwDK8nmQsA7Sk { 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; }
#wgg8ShRnUUtNl5O37xCFMEhtf9evfxwz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GP1aa1FNCghrQBW4dmLTGOAir78WHTEO { 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; }
#tHJIFpIPymstz3wVknxK3fJmQtfZVXbe { 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; }
#Z834EOKqbOWDEZrd5DtpoiT1KA9P3vGt { 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; }
#LKurnP3UUPZpWU2ePyx8TJT0Z6U5fG0Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F8xFU1fBVyyMwp1Z8o6O8iVvd5yTzsmW { 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; }
#PfptzKzcrBqCVePtJD9yLW8HhQxNboiE { 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; }
#LqbTUmQXuln3M1cb0zdgTyOvavGgGpTr { 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; }
#dnaiXdHeokZpeWxyFFfeMNz5DJkuSAxn { 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; }
#OsIDxNx4JR5E6CRkzwS2paT0OTeVzqSC { position:absolute;display:block;z-index:15006;border-top:0.3125rem solid #511010;border-left:0.3125rem solid #511010;border-right:0.3125rem solid #511010;border-bottom:0.3125rem solid #511010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:14.0625rem;top:1.5625rem;left:30.1875rem;overflow:hidden;display:block; }
#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; }
#vO5GiKrZHH4zgKBPwPpCcFn9CJkekKbg { position:absolute;display:block;z-index:15008;background-color:#511010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:14.6875rem;top:20.9375rem;left:30.1875rem;display:block; }
#LxzOTWHvavXMrIc2XSRfx3XMLQ7SihJ8 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:21.8125rem;left:30.1875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MV2D6e0D2evUVxNv7U5ii8o5QpOGfXI3 { position:absolute;display:block;z-index:15011;background-color:#511010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:14.6875rem;top:20.9375rem;left:45.125rem;display:block; }
#ET6MoFFr5cFevXgVb8IsNEM0U6UhdStU { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:21.8125rem;left:45.125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ikBMK9sQqzsqkEUJ8D3kOh0i2wPeKDew { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:21.3125rem;left:10.75rem;display:block; }
#DP12UZC481FHCmT74pdWPXT8BeITTlhM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CvFgDhyVeTMUuVuvcXrNLx6eM1g6MBti { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:21.3125rem;left:40.5625rem;display:block; }
#ZbNzmu45SPvysvvWX7fcrInAxFmkQSzM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LAIHliaTfmTRb8hPmJIcAwXZbUaooNEK { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:21.3125rem;left:55.5rem;display:block; }
#iXu2SpxSDG82OT9NbZP5LWB8gqUe8TmQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lk7TAfulyQrwpMbJgBN08H688GpenfDa { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:21.625rem;left:10.75rem;display:none; }
#Hw4f4M0FifQdrekPAPB9kUrtTPqC2eQ1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rw1JQPb0CrMV0wEZrWwlTkNMsPqFZWnr { 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; }
#OJxa46tHDoHJ17y2e5og40BMkyZrZuMs { 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:20.9375rem;left:15.25rem;display:block; }
#yERsnPnQaTn1JCOmeAX6Qs2fRT8kJ14q { 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.3125rem;left:25.625rem;display:block; }
#fqpHaGi3ETB9UfzfzBbb1mzcN224Qfft { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#goExtiQUvZWg3ktK8XufpRF1czz3Qdwl { 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:21.8125rem;left:15.25rem;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; }
#k0Ar9geF9SSVAoFxNnp1CTHaSi5pPB1D { 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.875rem;left:15.25rem;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; }
#Hs71ViiALy9emev9aHcQEsrCQdhSakPk { 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; }#Hs71ViiALy9emev9aHcQEsrCQdhSakPk.adaptive-delivery-prevent-bg, #Hs71ViiALy9emev9aHcQEsrCQdhSakPk.lazyload, #Hs71ViiALy9emev9aHcQEsrCQdhSakPk.lazyloading { background-image: none; }#Hs71ViiALy9emev9aHcQEsrCQdhSakPk > .row .container { background-color: transparent; background-image: none; }#Hs71ViiALy9emev9aHcQEsrCQdhSakPk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hs71ViiALy9emev9aHcQEsrCQdhSakPk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hs71ViiALy9emev9aHcQEsrCQdhSakPk > .row .container > .video-iframe-container { display: none; }#Hs71ViiALy9emev9aHcQEsrCQdhSakPk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hs71ViiALy9emev9aHcQEsrCQdhSakPk > .row > .video-iframe-container { display: none; }#Hs71ViiALy9emev9aHcQEsrCQdhSakPk > .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); }#Hs71ViiALy9emev9aHcQEsrCQdhSakPk > .row .container { border-width: 0; border-radius: 0; }#Hs71ViiALy9emev9aHcQEsrCQdhSakPk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hs71ViiALy9emev9aHcQEsrCQdhSakPk > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:60rem;position:relative;display:block; }#TAa3JEISxFFtpKgtpvRMqtKA0xPIHwUh { 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; }
#IOUnC11ovuLdQgQzW92VgC0EDNEmuHd7 { position:absolute;display:block;z-index:15003;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:14.0625rem;top:2.1875rem;left:15.531251907349rem;overflow:hidden;display:block; }
#n3lkS1I5WAy2gAsOUr70s0wzaupVJFdS { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #511010;border-left:0.3125rem solid #511010;border-right:0.3125rem solid #511010;border-bottom:0.3125rem solid #511010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:14rem;top:1.875rem;left:15.25rem;display:block; }
#fXkINCVZDeVkt9rRL604sBOICd66ZwnS { 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; }
#N32Vn4Sh7FR0pbMdA6WxrvinIyrlcqtT { 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; }
#tB3qoTPe5dThm2MXix67z8015P6g0cbZ { 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:0.3125rem;display:block; }
#EZ4WVTbCmRrxJn2nnT0zg0Ihvte9WbTS { 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:0.3125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#loCFQAy7vb0AOIA2tRyPbnk9czfDJrPT { 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:15027;text-align:center;text-align-last:center;top:21.625rem;left:10.75rem;display:block; }
#XmRcKxKRzCkH6DyVL4IOO9oTrohkR7JJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b2TiwKbAyLy8sLnUEBeo0AUZfsITuh3w { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:21.625rem;left:25.625rem;display:block; }
#dbShHyDu3zPf9Twdt4DEWRlquEeXxOQ5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yN7hfbn2XxJERnrSU8IvzHVcT54ZKM3Q { 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:14.6875rem;top:21.25rem;left:45.0625rem;display:block; }
#X7ZG0ZGfIt0qfplpc4p6zKWteG9gX6Bs { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:21.625rem;left:55.4375rem;display:block; }
#HnG22nXS29Ikm8rqSO02JN7W8grPcqpw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lt6kg9UC7QrcZNQmEcVPO0ZWohidxTZD { 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:22.125rem;left:45.0625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QdoiczzEaZTSnWxeArHJQm98pN9s2EuW { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #511010;border-left:0.3125rem solid #511010;border-right:0.3125rem solid #511010;border-bottom:0.3125rem solid #511010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:14rem;top:1.875rem;left:45.0625rem;display:block; }
#bwXWgCKyoTP7AhCNDbATpw1SoNb0wnDD { position:absolute;display:block;z-index:15012;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:14.0625rem;top:2.1875rem;left:45.375rem;overflow:hidden;display:block; }
#Lhd51hBAxaevLpOWw6FkCdb66lfQmvQL { position:absolute;display:block;z-index:15009;border-top:0.3125rem solid #511010;border-left:0.3125rem solid #511010;border-right:0.3125rem solid #511010;border-bottom:0.3125rem solid #511010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:14.0625rem;top:1.875rem;left:30.1875rem;overflow:hidden;display:block; }
#ltc84yFhNWFNNI8V8JQGwqDQ6uKORumV { position:absolute;display:block;z-index:15023;background-color:#511010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:14.6875rem;top:21.25rem;left:30.1875rem;display:block; }
#JRbNic8VM7pOO0z2LZ3mFHbhACHuyTzq { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:21.625rem;left:40.5625rem;display:block; }
#poyc8eHd6A3CuJJzz1eShbFifUuHt1vk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OXXTrZO6DtQQdKNey6KZ2NdcweJgF28H { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:22.125rem;left:30.1875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ld0QHAz3nECzL3qPE3x6WzIRStu1L3z8 { 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; }#ld0QHAz3nECzL3qPE3x6WzIRStu1L3z8.adaptive-delivery-prevent-bg, #ld0QHAz3nECzL3qPE3x6WzIRStu1L3z8.lazyload, #ld0QHAz3nECzL3qPE3x6WzIRStu1L3z8.lazyloading { background-image: none; }#ld0QHAz3nECzL3qPE3x6WzIRStu1L3z8 > .row .container { background-color: transparent; background-image: none; }#ld0QHAz3nECzL3qPE3x6WzIRStu1L3z8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ld0QHAz3nECzL3qPE3x6WzIRStu1L3z8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ld0QHAz3nECzL3qPE3x6WzIRStu1L3z8 > .row .container > .video-iframe-container { display: none; }#ld0QHAz3nECzL3qPE3x6WzIRStu1L3z8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ld0QHAz3nECzL3qPE3x6WzIRStu1L3z8 > .row > .video-iframe-container { display: none; }#ld0QHAz3nECzL3qPE3x6WzIRStu1L3z8 > .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); }#ld0QHAz3nECzL3qPE3x6WzIRStu1L3z8 > .row .container { border-width: 0; border-radius: 0; }#ld0QHAz3nECzL3qPE3x6WzIRStu1L3z8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ld0QHAz3nECzL3qPE3x6WzIRStu1L3z8 > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:60rem;position:relative;display:block; }#oxPS7WZ3TeWJ3iutm8uhnwExboISWm5c { 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.875rem;left:15.25rem;overflow:hidden;display:block; }
#whupNgdOOybv8A14zbHK3LEP5CsNpPaI { 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; }
#Fs15QHw9Hh9Fx0xToW8KvmuyDqqLDNQv { 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; }
#HO3Px3PfS0vxoezMVJwFgbw0Uz1dAlqX { 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; }
#zxVAlMJv5a355O2liDcb0HzoiFflMgdQ { 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; }
#depmaDuwPwMBTn8Ezr9kzTbSLtuLmTS6 { 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; }
#dn0b80uOcBCEL5HiFg7mzaid8lqgWwTy { 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; }
#v9MeTTcmsRLxSEDmgwA9w557gqRdyXLP { 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; }
#hwmVU9wVCc5L7phFGmum8EXHnDqZ9gA7 { 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; }
#C6SuKoM6iRXBThntTE3OAo3p4nZw9oVq { 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; }
#rLJZ4cIORtqegqeHVeKVUi8u04RLxndV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#psB7fSR5gKfNEzJuKfvTutxtBa4JUIwy { 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; }
#aTm4kt65n0wADb2ZsoLBixUQ7Xktk5U4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lEchZ3rV3PTEff41zFbo733EuFU5IukO { 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; }
#TMQIazP6qxIZiqhNQKVNx2wsiUDxFEGP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JAeO7NSW64vBFqef7IE2y4L8OfnC61QZ { 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:0.3125rem;overflow:hidden;display:block; }
#fcTIZKa30zO3rnzAdi95bMndnmM0f8HS { 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:0.3125rem;display:block; }
#PMhWpVUZBP8EuRoqshgGeatJHkZNcsWi { 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:10.625rem;display:block; }
#GTeDGFtFJdUXygw6E0EDD4uvtrv70ZK5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fOgLEqGqtZk7x7L8zsGs6X3cZoAxxGME { 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:0.3125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ksS9x1U1kyAoaq9HcOeaJMgdyCp016rR { 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; }#ksS9x1U1kyAoaq9HcOeaJMgdyCp016rR.adaptive-delivery-prevent-bg, #ksS9x1U1kyAoaq9HcOeaJMgdyCp016rR.lazyload, #ksS9x1U1kyAoaq9HcOeaJMgdyCp016rR.lazyloading { background-image: none; }#ksS9x1U1kyAoaq9HcOeaJMgdyCp016rR > .row .container { background-color: transparent; background-image: none; }#ksS9x1U1kyAoaq9HcOeaJMgdyCp016rR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ksS9x1U1kyAoaq9HcOeaJMgdyCp016rR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ksS9x1U1kyAoaq9HcOeaJMgdyCp016rR > .row .container > .video-iframe-container { display: none; }#ksS9x1U1kyAoaq9HcOeaJMgdyCp016rR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ksS9x1U1kyAoaq9HcOeaJMgdyCp016rR > .row > .video-iframe-container { display: none; }#ksS9x1U1kyAoaq9HcOeaJMgdyCp016rR > .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); }#ksS9x1U1kyAoaq9HcOeaJMgdyCp016rR > .row .container { border-width: 0; border-radius: 0; }#ksS9x1U1kyAoaq9HcOeaJMgdyCp016rR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ksS9x1U1kyAoaq9HcOeaJMgdyCp016rR > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:60rem;position:relative;display:block; }#pgsDNTzeRlqsTmNoqLF5S0qZLNIA7iGS { 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; }
#D954HquelzKTy5HMbDR7ghNnfMIxSz7q { 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; }
#OUEE3amKODzauuLM9ULxuxONbISm2193 { 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; }
#Q73Xv6WtsU0nwU7gpSeUqvECKN4ISJdd { 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; }
#ScECRkdKdmaa3SBizuJEGTq4JEZxopqQ { 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; }
#DVsGo8GcPZFkxmbv2lnHMqg6DtFLEE8O { 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; }
#knqOS0QavGsdKTbT570vPQwwMnfKqMIS { 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; }
#uPeGSGdmnZ00ch84M09nzL0tUSHkhGHU { 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; }
#SfHybTMfrk8OWS02KDPbGHzSNgSgmdaJ { 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; }
#xIc1O1hHr4M9c4x1u9GzhsiyMW9HvW8y { 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; }
#qQtHtSrySoH77qT4USFh0xrhDPRTgAei { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F1gXumHW6vWRpTk8EEJHQvZ5QmCHUfEv { 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; }
#Oco2oPShFPHpDH9iADy1TE4ymmGlbOwz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OSZNnRaxi7Wq7cIH2ZondZP9scWH9Zdh { 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; }
#wiHuK8sRg0wT8i8gwdCEVGkTOvpZ2MPs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vZWEPWdhxtn4xhvJ4kgQSFbZ8qoMmtN3 { 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.875rem;left:15.25rem;overflow:hidden;display:block; }
#Id0LoJtPIWuDa7Oh8yx9Fy8wzVzvFLCb { 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; }
#zFb2mrSPHETwMB2dkuqUbpKMaFwe853Z { 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; }
#ymf0FTE7TE5xl8Xgh1XJK0OQBgga3X2H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z4FrX43i1M46waX6hdxkrKlBnAsorHa7 { 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; }
#ekyxNovrsrzQeG0nmITafJ6TDaxCcdST { 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; }#ekyxNovrsrzQeG0nmITafJ6TDaxCcdST.adaptive-delivery-prevent-bg, #ekyxNovrsrzQeG0nmITafJ6TDaxCcdST.lazyload, #ekyxNovrsrzQeG0nmITafJ6TDaxCcdST.lazyloading { background-image: none; }#ekyxNovrsrzQeG0nmITafJ6TDaxCcdST > .row .container { background-color: transparent; background-image: none; }#ekyxNovrsrzQeG0nmITafJ6TDaxCcdST::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekyxNovrsrzQeG0nmITafJ6TDaxCcdST > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekyxNovrsrzQeG0nmITafJ6TDaxCcdST > .row .container > .video-iframe-container { display: none; }#ekyxNovrsrzQeG0nmITafJ6TDaxCcdST > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekyxNovrsrzQeG0nmITafJ6TDaxCcdST > .row > .video-iframe-container { display: none; }#ekyxNovrsrzQeG0nmITafJ6TDaxCcdST > .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); }#ekyxNovrsrzQeG0nmITafJ6TDaxCcdST > .row .container { border-width: 0; border-radius: 0; }#ekyxNovrsrzQeG0nmITafJ6TDaxCcdST > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ekyxNovrsrzQeG0nmITafJ6TDaxCcdST > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:60rem;position:relative;display:block; }#TD9ar24B4Ev7RwwBrdgTLrO27VVwf3I2 { 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; }
#vZ27TkCAbSAbaCpof1Uaq1kQoc2AZbla { 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.875rem;left:15.25rem;overflow:hidden;display:block; }
#d4Wnx1SIoRpys97rgCcMF2gQBdhWAdm8 { 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; }
#XeQmu6wVdtsHHZ6giq2WPt02BWeeNizR { 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; }
#WRwPT8lZV2copRanTeqA4hWwmD6J0M9v { 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; }
#GuASD6vHeKq3FrQUXwZBTCEAfFF7Eq15 { 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; }
#FiV6iy2srdstFtMOgAoKhttpBtwbTxoc { 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; }
#KiIc0tirqTxXv37JASeCUqdDCWZcyQPm { 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; }
#d4wCKgyMUunLIruWxEp9sUt2PGfZASVO { 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; }
#ea6lxyOBo6CwOH7Ti5R16r0XtrXXUOiT { 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; }
#y3Dn5ESZVI7AdBHfhM7MsmcvmJhXaNNe { 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; }
#SdCqwV7APMpZeyaGIupS8kreMPPG9FAQ { 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; }
#ubex5Hxvl82AbBDOHadmXDdIM2IkNQis { 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; }
#bZJSIOCJE642XkDpxfD5hCw9bTMr5uZT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nxpgZDnSwcPNFrx4z9saldWpMgmP8lne { 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; }
#GHkRTK3Vvd0PFWyJPtgohzObBKhrdM26 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HRVfPmAHPWWsdbB7gkzq02qXsvfFEMZ8 { 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; }
#aaxNuLc3kwF8yHILNewafp1GTUzvMwb3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q81caH9qss6hfJA2v4ucLJbizAo7zhKU { 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; }
#SR2DfnNBGXB3p0Pni8ObhBQhMzMKC7gH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FE0sr4ydtA25g1iPZrMxrpkJmMPvqXSs { 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; }#FE0sr4ydtA25g1iPZrMxrpkJmMPvqXSs.adaptive-delivery-prevent-bg, #FE0sr4ydtA25g1iPZrMxrpkJmMPvqXSs.lazyload, #FE0sr4ydtA25g1iPZrMxrpkJmMPvqXSs.lazyloading { background-image: none; }#FE0sr4ydtA25g1iPZrMxrpkJmMPvqXSs > .row .container { background-color: transparent; background-image: none; }#FE0sr4ydtA25g1iPZrMxrpkJmMPvqXSs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FE0sr4ydtA25g1iPZrMxrpkJmMPvqXSs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FE0sr4ydtA25g1iPZrMxrpkJmMPvqXSs > .row .container > .video-iframe-container { display: none; }#FE0sr4ydtA25g1iPZrMxrpkJmMPvqXSs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FE0sr4ydtA25g1iPZrMxrpkJmMPvqXSs > .row > .video-iframe-container { display: none; }#FE0sr4ydtA25g1iPZrMxrpkJmMPvqXSs > .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); }#FE0sr4ydtA25g1iPZrMxrpkJmMPvqXSs > .row .container { border-width: 0; border-radius: 0; }#FE0sr4ydtA25g1iPZrMxrpkJmMPvqXSs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FE0sr4ydtA25g1iPZrMxrpkJmMPvqXSs > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:60rem;position:relative;display:block; }#FKStrpATU4C03wRpri9c6GX9tyc2JgvO { 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; }
#E5qbT5dWOCqXXqMW8QLVqqHJywqItg4J { 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.875rem;left:15.25rem;overflow:hidden;display:block; }
#ilvDky5HOA06DUkmaCZd88nLItXZR2Zo { 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; }
#z9WVRZv5SBQeWKlLyTavxviR11T2B2QD { 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; }
#stJyhl9VomDuKlsNJ3y6HwsnsqVL8Flo { 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; }
#J6sL22pveHt7X2nmgi8s1wdxvTmEtmzN { 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; }
#dIXLf8TvbZ4dHX3n4VG80h0TcqVl0pid { 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; }
#syZE0MEXm9TEETasg4H0COTfFmN01eF6 { 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; }
#OQDPEeJB5wbcQzlOQffmqUfuHBHUcgiP { 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; }
#t5SiQTyTl2AagTP1UR7fLy4poHEwfifV { 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; }
#ckSXsRnOpQewd9V3soE9T98uJ3fREO2h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LTUX1AiX6SDiUdQATAvVek97K69iynhl { 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; }
#f7vEzck0ne4y5Q5wR953quiqW5QOiAvg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#krAdArKCfU5MA9ue9D2AzUrtFuerG09T { 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; }
#xU6eqXB8E2xx8DpiFfanOb2JGBCJrs3d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nhvCtc30BQGbRbqU6ZL3CnD1yyxuSsTT { 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:30.1875rem;overflow:hidden;display:block; }
#nJf5z6ANUtkW6yLDpQLz9t7wP8AEzQ4B { 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:30.1875rem;display:block; }
#vtuA22TRWTd7aNTyvOC1W2hq2patUW0o { 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:30.1875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C14CxmoNBzk1EkozTiMU8KXIa7TdPBpo { 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:40.625rem;display:block; }
#C4cQyy26lM540dSF1d4NSDwT4DAFH3mx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eb99ElSzAt7DAvQBgSMRAP67gRpLVdu2 { 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; }#eb99ElSzAt7DAvQBgSMRAP67gRpLVdu2.adaptive-delivery-prevent-bg, #eb99ElSzAt7DAvQBgSMRAP67gRpLVdu2.lazyload, #eb99ElSzAt7DAvQBgSMRAP67gRpLVdu2.lazyloading { background-image: none; }#eb99ElSzAt7DAvQBgSMRAP67gRpLVdu2 > .row .container { background-color: transparent; background-image: none; }#eb99ElSzAt7DAvQBgSMRAP67gRpLVdu2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eb99ElSzAt7DAvQBgSMRAP67gRpLVdu2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eb99ElSzAt7DAvQBgSMRAP67gRpLVdu2 > .row .container > .video-iframe-container { display: none; }#eb99ElSzAt7DAvQBgSMRAP67gRpLVdu2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eb99ElSzAt7DAvQBgSMRAP67gRpLVdu2 > .row > .video-iframe-container { display: none; }#eb99ElSzAt7DAvQBgSMRAP67gRpLVdu2 > .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); }#eb99ElSzAt7DAvQBgSMRAP67gRpLVdu2 > .row .container { border-width: 0; border-radius: 0; }#eb99ElSzAt7DAvQBgSMRAP67gRpLVdu2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eb99ElSzAt7DAvQBgSMRAP67gRpLVdu2 > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:60rem;position:relative;display:block; }#twyoWK8PGw7vEvZuVdZoFy9VXhGEgqXq { 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; }
#i3223mgDO4DO7nDhTE5zXToXP69Fq4wy { 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.875rem;left:15.25rem;overflow:hidden;display:block; }
#pBvbK0e76HuQr8ccyHJBPXRRhS8k5zke { 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; }
#KBHSpTc6CWyLT2bGQoW0UhP8HuBSqlrv { 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; }
#XVvp4pgLpauC8fVW0bE5wW4V085MaC04 { 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; }
#pTycTi2Z8rHJx7vAER3z3oLs7tChiwrv { 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; }
#USzFMhMu3IfELRLT1fKXD36XLUV4r2DL { 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; }
#ppafkxIGHHUz1zyzlc4erv29i9v8LMtT { 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; }
#Rs2baVOPJAODGnqJ0wFdf4bABzxT2mgO { 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; }
#m3SdRFRfTu9y4SPItSua2dnJxq1W42QT { 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; }
#kUQfXEVsm204oK6ZHBpDCxardhal0K3g { 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; }
#sNZ4ou0gA4roySKG5z0gacc4snegZLag { 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; }
#R5t4GQkeVAQoXcpzBs7dVvOMwqlzWXcx { 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; }
#cdx3vuXBW4kyXuHoPsrXxb6H9PXOTu0x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QBmPKEizroOtIAAxhs1BIpca2ZVZCLKP { 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; }
#gMJlKBAO3WF9zs7xgKx319ereRFnRLe8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#saAoVronGPDTIxpkVmBxzxgqehUQE7Ha { 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; }
#Owu2gdEsTSfURztTTtiZU4G5KQA5W7Wx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wgJnPDTbEmIA6ERdmevzpT7wS7OVsRw5 { 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; }
#TNGJ6OOSagnfQQu35QWEI7V051BByVZI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZZingnInlwe6nuyHZg4lIWhn08zkKIeu { 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; }#ZZingnInlwe6nuyHZg4lIWhn08zkKIeu.adaptive-delivery-prevent-bg, #ZZingnInlwe6nuyHZg4lIWhn08zkKIeu.lazyload, #ZZingnInlwe6nuyHZg4lIWhn08zkKIeu.lazyloading { background-image: none; }#ZZingnInlwe6nuyHZg4lIWhn08zkKIeu > .row .container { background-color: transparent; background-image: none; }#ZZingnInlwe6nuyHZg4lIWhn08zkKIeu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZingnInlwe6nuyHZg4lIWhn08zkKIeu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZingnInlwe6nuyHZg4lIWhn08zkKIeu > .row .container > .video-iframe-container { display: none; }#ZZingnInlwe6nuyHZg4lIWhn08zkKIeu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZingnInlwe6nuyHZg4lIWhn08zkKIeu > .row > .video-iframe-container { display: none; }#ZZingnInlwe6nuyHZg4lIWhn08zkKIeu > .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); }#ZZingnInlwe6nuyHZg4lIWhn08zkKIeu > .row .container { border-width: 0; border-radius: 0; }#ZZingnInlwe6nuyHZg4lIWhn08zkKIeu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZZingnInlwe6nuyHZg4lIWhn08zkKIeu > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:60rem;position:relative;display:block; }#vzoK4BQfHANleFB40lZiTTRPMLIVDnV9 { 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:14rem;top:1.875rem;left:0.3125rem;overflow:hidden;display:block; }
#tHqGkZ8om4qrI4E3pGpacJFtnChcUyLU { 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.625rem;width:14rem;top:1.875rem;left:15.25rem;overflow:hidden;display:block; }
#I5FALbLUKog8Qy3GAxBHAntpPffD1kkl { 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.625rem;width:14rem;top:1.875rem;left:30.1875rem;overflow:hidden;display:block; }
#LydzRzJqWeipmKBnTK9ETFALVE1bNw6R { 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.625rem;width:14rem;top:1.875rem;left:45.125rem;overflow:hidden;display:block; }
#NVk3yPsQ62vqcbyWTFFvBbvPA9iXgtwp { 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; }
#tQ4KAgB299QKz6GWhfiIg39R6qqLBciT { 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; }
#w3q7vmyd7JeizukxMbwRRMN8WWm0X5KX { 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; }
#GAW9vqye69Fdrm4eLMn6CtQDc3Lore1g { 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; }
#T9bEEO6NT128dt5TL3iTFsUAARu4E7tG { 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; }
#TSLXfF8EzOnWc5iEteVN3Bx6AqfOMWR8 { 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; }
#ucJIpNnQ0xBT57k1gLW9PVRW452kGR8P { 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; }
#JhimOUWdxxPdpfFPcNcIbC3AzxxBKkZe { 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; }
#uwBSk7gBPkLZEbgoHkq0HAhLs95kAq9D { 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; }
#mt2AbreQqRT7hMEzVVLUrREoz5QncNx9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wUBf1VxGS3JhQSWx0pzsVqGBAgu8mxEV { 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; }
#kkwkCLiHzzDFHGhpvAN0NXfoyAtLp6mJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bcpz1lw90tP0rwf9v6vJekSkIfcxEoLW { 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; }
#DzMi1lQ0JcyMVaNMgUP2GbmGd2AWNJxP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n6BRfFMQoyyTqtgNdgOl1stfMmrmoG4S { 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; }
#DN3ftyEbeSJzWdGxzeZ3JRick2AdEQfy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wr9PyIs0rq4niCSMfP1m4rkGeWZdyr0n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/7e87e426-580c-4cc9-ad3b-49ffbffb5fad/009_background2_original.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wr9PyIs0rq4niCSMfP1m4rkGeWZdyr0n.adaptive-delivery-prevent-bg, #wr9PyIs0rq4niCSMfP1m4rkGeWZdyr0n.lazyload, #wr9PyIs0rq4niCSMfP1m4rkGeWZdyr0n.lazyloading { background-image: none; }#wr9PyIs0rq4niCSMfP1m4rkGeWZdyr0n > .row .container { background-color: transparent; background-image: none; }#wr9PyIs0rq4niCSMfP1m4rkGeWZdyr0n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wr9PyIs0rq4niCSMfP1m4rkGeWZdyr0n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wr9PyIs0rq4niCSMfP1m4rkGeWZdyr0n > .row .container > .video-iframe-container { display: none; }#wr9PyIs0rq4niCSMfP1m4rkGeWZdyr0n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wr9PyIs0rq4niCSMfP1m4rkGeWZdyr0n > .row > .video-iframe-container { display: none; }#wr9PyIs0rq4niCSMfP1m4rkGeWZdyr0n > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wr9PyIs0rq4niCSMfP1m4rkGeWZdyr0n > .row .container { border-width: 0; border-radius: 0; }#wr9PyIs0rq4niCSMfP1m4rkGeWZdyr0n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wr9PyIs0rq4niCSMfP1m4rkGeWZdyr0n > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:60rem;position:relative;display:block; }#mJelFEMOZUJlm90Pq2fkyBhhC6yVs5El { position:absolute;display:block;z-index:15003;border-top:0.3125rem solid #511010;border-left:0.3125rem solid #511010;border-right:0.3125rem solid #511010;border-bottom:0.3125rem solid #511010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:18.9375rem;top:1.9375rem;left:0.3125rem;overflow:hidden;display:block; }
#RFrsXNTJf09MKp5QAQXWN4KZgUV8bfiE { position:absolute;display:block;z-index:15008;background-color:#511010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:19.5625rem;top:16.625rem;left:0.3125rem;display:block; }
#opvUvHMXfLvGCO6qt4Tf4CF1KycTUnTX { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:17.5rem;left:0.3125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f9XWVDbF4uka07ssisb7NBifmtaRXRp3 { position:absolute;display:block;z-index:15006;border-top:0.3125rem solid #511010;border-left:0.3125rem solid #511010;border-right:0.3125rem solid #511010;border-bottom:0.3125rem solid #511010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:18.9375rem;top:1.9375rem;left:20.156251907349rem;overflow:hidden;display:block; }
#Lm3xe952d8gRUZ4lU05lPy7AxkzFmzTt { position:absolute;display:block;z-index:15011;background-color:#511010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:19.5rem;top:16.625rem;left:20.1875rem;display:block; }
#tmNww3emELmQSTOIP5l7ENr99DpGbWFV { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:17.5rem;left:20.1875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JrronuOodT3641eZBT8WQzUEMAgHuc4L { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:16.9375rem;left:15.5625rem;display:block; }
#OJTwm9ztIhilhpkD7FpdeQZ8TkH8o1SK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R7G7DtCufE9hfbW65Xb2zPClyBB05kql { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:16.9375rem;left:35.4375rem;display:block; }
#W9uoxdkDLTKbZasmq2q9yT5O2wuzpKSK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CAcG7Ma7Lv5dFfKXPS7BEHHNvRcA9JEo { 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:15007;text-align:center;text-align-last:center;top:22.0625rem;left:19.250001907349rem;display:block; }
#WVLhDnW7U8MiRCD9kz5QKzmDhT2QsrfZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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; }
#NrIoNzvATHCUT8My1OcUEoM57o0by2v1 { 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; }#NrIoNzvATHCUT8My1OcUEoM57o0by2v1.adaptive-delivery-prevent-bg, #NrIoNzvATHCUT8My1OcUEoM57o0by2v1.lazyload, #NrIoNzvATHCUT8My1OcUEoM57o0by2v1.lazyloading { background-image: none; }#NrIoNzvATHCUT8My1OcUEoM57o0by2v1 > .row .container { background-color: transparent; background-image: none; }#NrIoNzvATHCUT8My1OcUEoM57o0by2v1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NrIoNzvATHCUT8My1OcUEoM57o0by2v1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NrIoNzvATHCUT8My1OcUEoM57o0by2v1 > .row .container > .video-iframe-container { display: none; }#NrIoNzvATHCUT8My1OcUEoM57o0by2v1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NrIoNzvATHCUT8My1OcUEoM57o0by2v1 > .row > .video-iframe-container { display: none; }#NrIoNzvATHCUT8My1OcUEoM57o0by2v1 > .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); }#NrIoNzvATHCUT8My1OcUEoM57o0by2v1 > .row .container { border-width: 0; border-radius: 0; }#NrIoNzvATHCUT8My1OcUEoM57o0by2v1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NrIoNzvATHCUT8My1OcUEoM57o0by2v1 > .row .container { font-size:0.875rem;font-family:arial;height:31.5625rem;width:60rem;position:relative;display:block; }#zdy3IRM0LAZ7WIbMedphmfEXDpn81l52 { 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; }#zdy3IRM0LAZ7WIbMedphmfEXDpn81l52.adaptive-delivery-prevent-bg, #zdy3IRM0LAZ7WIbMedphmfEXDpn81l52.lazyload, #zdy3IRM0LAZ7WIbMedphmfEXDpn81l52.lazyloading { background-image: none; }
#X3lR7oNMLGrPINGQgTMMBqQivbdy2VVM { 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; }
#czsakM6hkTJ2w1cCfJvExQT7Xz48vQMM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RTermco2rb3qEBSD48NZKGa3Riie9TsQ { 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; }
#b5tKP41sF7lGkgfkufGlwwX7yRAukWIX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gzy8BhiLGI54FaOQDcC9tEfDnC467zq6 { 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; }#gzy8BhiLGI54FaOQDcC9tEfDnC467zq6.adaptive-delivery-prevent-bg, #gzy8BhiLGI54FaOQDcC9tEfDnC467zq6.lazyload, #gzy8BhiLGI54FaOQDcC9tEfDnC467zq6.lazyloading { background-image: none; }
#S6pBHwTUXidOOTArdfWmtZwhabnLbgO4 { 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; }
#ULuvaSThzOL1LA0Nmhn0F85orqMyrgzr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RwnMuJ47oRnFGE8pdseTNzwh2NoCl08e { 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; }#RwnMuJ47oRnFGE8pdseTNzwh2NoCl08e.adaptive-delivery-prevent-bg, #RwnMuJ47oRnFGE8pdseTNzwh2NoCl08e.lazyload, #RwnMuJ47oRnFGE8pdseTNzwh2NoCl08e.lazyloading { background-image: none; }
#VwVzLQzlq33Shk2sBfLqqpXcvzt89UAV { 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; }
#bcnhoQcKs1ZphTrh1LQq6gBNfP2CnuZQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GvdeaTHwKLv1u73OTietF7Rky26TH67l { 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; }#GvdeaTHwKLv1u73OTietF7Rky26TH67l.adaptive-delivery-prevent-bg, #GvdeaTHwKLv1u73OTietF7Rky26TH67l.lazyload, #GvdeaTHwKLv1u73OTietF7Rky26TH67l.lazyloading { background-image: none; }
#FM8xGKOUcTUscCOE91aCzKOgPcnPzhhE { 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; }
#uE3JMC0VeQOC4AvAvUN9KlLdLL0Gwq3N { 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; }
#JlJX7qimSWdh9I13A5mSZ7fhXT0SJqUf { 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; }
#geze21dB5ElcKINsMADx7oImrHX1uIdn { 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; }
#d2LcJhw3VUpndtzD8TlwFhaMGTxWECnF { 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; }
#MgSf4wDEZssqWdDo4z7TkE6kUxo73qIz { 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; }
#BxD9OLTzuuPTUxfmUQtzSvDbCSzqpFIK { 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; }
#of4OKrHnyOIvnBlgXaFHl8WN4uBxllJH { 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; }
#M2mm1JRIZTVx4d0TbK3BrmuUUG8zNOkv { 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; }
#UdpRipSFTFiKtsDvBxvLyII6w2izIkJW { 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; }
#TEq0qBNmUGJit4hDvamZA0f4JqpPl0GW { 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; }
#abbDBOnccr7W9VM6TWkQQxmEQpRdpZxQ { 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; }
#vXLn9TSqdmDsLfzrC5b72VLRxETNU5dN { 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; }
#rMUZ8lUy2TlHx20HvtRhSCyJELtkUsaK { 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; }
#WABG06eaIFufp2bdsdqu5BgFlxLwlIVk { 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; }
#fz3vV9xQsnTaTEaSI4hhhibd93LVt6Wr { 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; }
#CPQRGp374fJ0rqfcpJTxAISyCx7rT5xK { 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; }
#ZkF2AcZGiMuZ32IrF9i9XbgRGbbXAAqB { 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; }
#ST9DQpzlXJGI77EHZLSMxQHbgJSiunFE { 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; }
#BunkmhazzJUW33VHzLZ6OGctcyO2GF2f { 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; }#JkoUMHtZdvDlyxr5AQkCBC833hTpxawy { 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; }#JkoUMHtZdvDlyxr5AQkCBC833hTpxawy.adaptive-delivery-prevent-bg, #JkoUMHtZdvDlyxr5AQkCBC833hTpxawy.lazyload, #JkoUMHtZdvDlyxr5AQkCBC833hTpxawy.lazyloading { background-image: none; }#JkoUMHtZdvDlyxr5AQkCBC833hTpxawy > .row .container { background-color: transparent; background-image: none; }#JkoUMHtZdvDlyxr5AQkCBC833hTpxawy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(81,16,16,0.59); }#JkoUMHtZdvDlyxr5AQkCBC833hTpxawy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JkoUMHtZdvDlyxr5AQkCBC833hTpxawy > .row .container > .video-iframe-container { display: none; }#JkoUMHtZdvDlyxr5AQkCBC833hTpxawy > .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); }#JkoUMHtZdvDlyxr5AQkCBC833hTpxawy > .row > .video-iframe-container { display: none; }#JkoUMHtZdvDlyxr5AQkCBC833hTpxawy > .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); }#JkoUMHtZdvDlyxr5AQkCBC833hTpxawy > .row .container { border-width: 0; border-radius: 0; }#JkoUMHtZdvDlyxr5AQkCBC833hTpxawy::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; }#JkoUMHtZdvDlyxr5AQkCBC833hTpxawy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JkoUMHtZdvDlyxr5AQkCBC833hTpxawy > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:60rem;position:relative;display:block; }#btHMaWd7PmCPUOtzqZ8BLsxZkQMqyrHP { 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; }
#HQ9XELLyylKWzHDHV6raQlnNJJWXoKNv { 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; }
#Hx9E6K1ckxyfk7t67ixTke35vkuoG3S5 { 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; }
#LbEgPPHgmT5PbDRkxBmQ1eaNVtTrev5w { 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; }
#lxFnF9G3PwziwocWfh9tlSGQ9CvPFLP3 { 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; }
#bPBLql38dax8nILsBVVmvR8bZqDyoOCi { 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; }
#xfCt2kzlH6ETP8odDOirgqrtHGlCkKCT { 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; }
#PClMA4cBDys9Al2xLb48zTTllKzti8gg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I1imw6VyhC3LP0d7PFLcAf4vlVBPRq3N { 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; }
#xMFL4TMCzQLbSuTxrQPJMFkwT5kCC5db { 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; }
#B7WHZTQAwGVVtJg9flOOZPtlipoh50Uz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VxlG3Cm6knJDv4C89SuO1DldvA4KAA3f { 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; }
#uoaZ4gKhAFAx79uKgwC8wJlNGqfpEK4R { 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; }
#sNrQaq84fuoG5k8CG8VpoltcxxnemGmi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AxVyea26h7lBHlK62V4yPc4DioEIeWwR { 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; }
#rCFRwmad9TtTaZwuloqI4hThfcf5sCSO { 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; }
#XdcTpfB6EB3rG0omm8HW3FDcMPzkLDdg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SU5TCGvVTlviK7t1DzuVbG4GBR8pGFor { 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; }
#qnz3Zh8QpuRazIhhNR2ISh1RWe8olyD6 { 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; }
#A9eT5GTdTzczuGXAOX3FdRdttL3h5gNO { 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; }
#UH2JEVi2PecGi1r1AFPMVvFETmw4l9nK { 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; }
#TA2CN0TEv9GRv6XXDGITq4edXTP2siKM { 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; }
#XTpO5Z84iquJA6HkLcoP9UFgUPbeLWat { 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:7.75rem;left:0rem;width:18.5rem;height:8.4375rem;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) { #eLVNRyv5Xc6zArbTSJg1CXMnsg2C6icW { display:none; }#eLVNRyv5Xc6zArbTSJg1CXMnsg2C6icW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zVuz8pCLhXFIg33nNtKNcO9ltH2MZCvu { top:0.75rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbhRQwdsK59aXmlfkaA3BO2ipWXnFyRE { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #eGzTukkn4fhPMFPirOuDIuphr3CQ1uxr { display:block; }
 }@media only screen and (max-width: 763px) { #QrzRAWAgdidl66BIc4DZ8iUmOci8bk4m { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #wwQ9tQ9oiGDK0yDnRGJdFl2Q4uDOgQ1Z { display:block; }
 }@media only screen and (max-width: 763px) { #g5pT5Q1qwrNzERA7Mx2IJ85TDocbhVib { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #PXyvkiih8uA2mhXncp3e3eQBeTCKfxDK { display:block; }
 }@media only screen and (max-width: 763px) { #PgQsNddgMy8SqDiMfJkaASvQciPqsep2 { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #yVMtWbLoPotKzkzsmBwlsGhpGngBdVGD { display:block; }
 }@media only screen and (max-width: 763px) { #t79sZ6BMIGb6nw7ar2aDhL30sgbu2XaU { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #txvuNgcX42PEgSOFncUCTLz19H2KDeDf { display:block; }
 }@media only screen and (max-width: 763px) { #ATBUJkLPVIGmZSQDZc9L20QUm9TxSa9k { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #wROr1RlPihgnZF0OSxD5SzHWEHakQPTu { display:block; }
 }@media only screen and (max-width: 763px) { #lyr1DhnT6OkM5pCNruT7kaetPFdkEaPg { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #dsfg9TB8Qu5ONpIyB2huZIRQWBA5WGEs { display:block; }
 }@media only screen and (max-width: 763px) { #sWXzNu03l2xzO4yIGihUdkgfhTa0PTCV { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #Ka0HQzVKC6qeCk9DOOMgKfAmlOz7CM5v { display:block; }
 }@media only screen and (max-width: 763px) { #LCTTwPt3oU0ks0G53KyObSMvRWnA7CaK { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #wBvhpOr04hKTLcgDUqSl2HvS4i39QzNT { display:block; }
 }@media only screen and (max-width: 763px) { #L18LdHDKlh6NMe63VrWS3WyyVeSP0g4H { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #a1X8Agh5B9z0sVqTRiFyTxx2EsvaPlyh { display:block; }
 }@media only screen and (max-width: 763px) { #h32lTrgB6oAbaZEbk0vbyX4yBD91PIV4 { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #SSpWTEBMuasutTzbvGX9oT1nyZVTFDni { display:block; }
 }@media only screen and (max-width: 763px) { #T1v8ahlgDkoJFKpEQrkzuIWVZdJMa8CL { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #F7rZU29RMmBVZ0qeOpXkdk8pUTHWeBTa { display:block; }
 }@media only screen and (max-width: 763px) { #gb9LgkA0o19bdGhTCrJxRrdGSkvEahKM { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #E6nilJuK32Eyg33qebtmATUb3a7QQDFG { display:block; }
 }@media only screen and (max-width: 763px) { #sOCDD7coDRzmX2gJhGQ0TCvcTiBx4eE3 { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #dniPr8ctVxOlBESG2LmInWM3AGQ7b8gV { display:block; }
 }@media only screen and (max-width: 763px) { #Br3rDJOhmoq4Apiump5ww04Ta6nSUSZb { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #ahii8d0Sq77Ul1i4a6CW9KPrCPRNeMTh { display:block; }
 }@media only screen and (max-width: 763px) { #drwgWBq03c6oowScp5wTsDCoAWP2BBzT { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #BpMmB1SADP8zTmTSV0ntS8QZTnfNv2DO { display:block; }
 }@media only screen and (max-width: 763px) { #ZvwLgSNZcBcnLCwDzVgSfgzNrh4UW01U { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #T3pszcbqS0gBXL7iCagKkrFNTq7zfOFS { display:block; }
 }@media only screen and (max-width: 763px) { #Vfseqt0dmv9ClZDRagKWvsKTXsc7OhTQ { width:2.8125rem;height:2.8125rem;top:2.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LL1Ky7dzA1WsGhC12EkSPRASgEq7JfMh { display:block; }
 }@media only screen and (max-width: 763px) { #CqXM4IxWUT2FXxKg3pBrbyRJnEhpaqrz { width:2.8125rem;height:2.8125rem;top:2.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cna4i3DmT1Nvg8fvqTLgCH38P3GW8IEk { display:block; }
 }@media only screen and (max-width: 763px) { #ssxFIWMy3GCWSZk0xot7wniI1v4i7ToG { top:2.3125rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xxyd4ALOcnsE9vnvUS6iwDK8nmQsA7Sk { width:2.8125rem;height:2.8125rem;top:2.0625rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wgg8ShRnUUtNl5O37xCFMEhtf9evfxwz { display:block; }
 }@media only screen and (max-width: 763px) { #GP1aa1FNCghrQBW4dmLTGOAir78WHTEO { top:2.375rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tHJIFpIPymstz3wVknxK3fJmQtfZVXbe { 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) { #Z834EOKqbOWDEZrd5DtpoiT1KA9P3vGt { width:2.8125rem;height:2.8125rem;top:2.0625rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LKurnP3UUPZpWU2ePyx8TJT0Z6U5fG0Q { display:block; }
 }@media only screen and (max-width: 763px) { #F8xFU1fBVyyMwp1Z8o6O8iVvd5yTzsmW { 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) { #PfptzKzcrBqCVePtJD9yLW8HhQxNboiE { 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) { #LqbTUmQXuln3M1cb0zdgTyOvavGgGpTr { width:2.8125rem;height:2.8125rem;top:2.0625rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dnaiXdHeokZpeWxyFFfeMNz5DJkuSAxn { 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) { #OsIDxNx4JR5E6CRkzwS2paT0OTeVzqSC { top:1.5625rem;left:24.0625rem;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) { #vO5GiKrZHH4zgKBPwPpCcFn9CJkekKbg { top:20.9375rem;left:24.0625rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxzOTWHvavXMrIc2XSRfx3XMLQ7SihJ8 { top:21.8125rem;left:24.062501907349rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MV2D6e0D2evUVxNv7U5ii8o5QpOGfXI3 { top:20.9375rem;left:33.0625rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET6MoFFr5cFevXgVb8IsNEM0U6UhdStU { top:21.8125rem;left:39.000001907349rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikBMK9sQqzsqkEUJ8D3kOh0i2wPeKDew { width:2.5rem;height:2.5rem;top:21.3125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DP12UZC481FHCmT74pdWPXT8BeITTlhM { display:block; }
 }@media only screen and (max-width: 763px) { #CvFgDhyVeTMUuVuvcXrNLx6eM1g6MBti { width:2.5rem;height:2.5rem;top:21.3125rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbNzmu45SPvysvvWX7fcrInAxFmkQSzM { display:block; }
 }@media only screen and (max-width: 763px) { #LAIHliaTfmTRb8hPmJIcAwXZbUaooNEK { width:2.5rem;height:2.5rem;top:21.3125rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXu2SpxSDG82OT9NbZP5LWB8gqUe8TmQ { display:block; }
 }@media only screen and (max-width: 763px) { #Lk7TAfulyQrwpMbJgBN08H688GpenfDa { width:2.5rem;height:2.5rem;top:21.625rem;left:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hw4f4M0FifQdrekPAPB9kUrtTPqC2eQ1 { display:block; }
 }@media only screen and (max-width: 763px) { #rw1JQPb0CrMV0wEZrWwlTkNMsPqFZWnr { top:1.5625rem;left:9.125rem;width:14.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJxa46tHDoHJ17y2e5og40BMkyZrZuMs { top:20.9375rem;left:9.125rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yERsnPnQaTn1JCOmeAX6Qs2fRT8kJ14q { width:2.5rem;height:2.5rem;top:21.3125rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqpHaGi3ETB9UfzfzBbb1mzcN224Qfft { display:block; }
 }@media only screen and (max-width: 763px) { #goExtiQUvZWg3ktK8XufpRF1czz3Qdwl { top:21.8125rem;left:9.125rem;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) { #k0Ar9geF9SSVAoFxNnp1CTHaSi5pPB1D { top:1.875rem;left:9.125rem;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.0625rem;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.0625rem;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.0625rem;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.0625rem;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) { #Hs71ViiALy9emev9aHcQEsrCQdhSakPk { display:block; }#Hs71ViiALy9emev9aHcQEsrCQdhSakPk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TAa3JEISxFFtpKgtpvRMqtKA0xPIHwUh { top:1.875rem;left:0rem;width:14.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOUnC11ovuLdQgQzW92VgC0EDNEmuHd7 { top:2.1875rem;left:9.4062519073488rem;width:14.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3lkS1I5WAy2gAsOUr70s0wzaupVJFdS { top:1.875rem;left:9.125rem;width:14rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXkINCVZDeVkt9rRL604sBOICd66ZwnS { top:21.25rem;left:9.125rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N32Vn4Sh7FR0pbMdA6WxrvinIyrlcqtT { 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) { #tB3qoTPe5dThm2MXix67z8015P6g0cbZ { top:21.25rem;left:0rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZ4WVTbCmRrxJn2nnT0zg0Ihvte9WbTS { top:22.125rem;left:0rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #loCFQAy7vb0AOIA2tRyPbnk9czfDJrPT { width:2.5rem;height:2.5rem;top:21.625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmRcKxKRzCkH6DyVL4IOO9oTrohkR7JJ { display:block; }
 }@media only screen and (max-width: 763px) { #b2TiwKbAyLy8sLnUEBeo0AUZfsITuh3w { width:2.5rem;height:2.5rem;top:21.625rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbShHyDu3zPf9Twdt4DEWRlquEeXxOQ5 { display:block; }
 }@media only screen and (max-width: 763px) { #yN7hfbn2XxJERnrSU8IvzHVcT54ZKM3Q { top:21.25rem;left:33.0625rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7ZG0ZGfIt0qfplpc4p6zKWteG9gX6Bs { width:2.5rem;height:2.5rem;top:21.625rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnG22nXS29Ikm8rqSO02JN7W8grPcqpw { display:block; }
 }@media only screen and (max-width: 763px) { #Lt6kg9UC7QrcZNQmEcVPO0ZWohidxTZD { top:22.125rem;left:38.937501907349rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdoiczzEaZTSnWxeArHJQm98pN9s2EuW { top:1.875rem;left:33.125rem;width:14rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwXWgCKyoTP7AhCNDbATpw1SoNb0wnDD { top:2.1875rem;left:33.6875rem;width:14.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lhd51hBAxaevLpOWw6FkCdb66lfQmvQL { top:1.875rem;left:24.0625rem;width:14.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltc84yFhNWFNNI8V8JQGwqDQ6uKORumV { top:21.25rem;left:24.0625rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRbNic8VM7pOO0z2LZ3mFHbhACHuyTzq { width:2.5rem;height:2.5rem;top:21.625rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #poyc8eHd6A3CuJJzz1eShbFifUuHt1vk { display:block; }
 }@media only screen and (max-width: 763px) { #OXXTrZO6DtQQdKNey6KZ2NdcweJgF28H { top:22.125rem;left:24.0625rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld0QHAz3nECzL3qPE3x6WzIRStu1L3z8 { display:block; }#ld0QHAz3nECzL3qPE3x6WzIRStu1L3z8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oxPS7WZ3TeWJ3iutm8uhnwExboISWm5c { top:1.875rem;left:9.125rem;width:14.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #whupNgdOOybv8A14zbHK3LEP5CsNpPaI { top:1.875rem;left:24.0625rem;width:14.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fs15QHw9Hh9Fx0xToW8KvmuyDqqLDNQv { top:1.875rem;left:33.0625rem;width:14.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HO3Px3PfS0vxoezMVJwFgbw0Uz1dAlqX { top:21.25rem;left:9.125rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxVAlMJv5a355O2liDcb0HzoiFflMgdQ { 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) { #depmaDuwPwMBTn8Ezr9kzTbSLtuLmTS6 { top:21.25rem;left:24.0625rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dn0b80uOcBCEL5HiFg7mzaid8lqgWwTy { 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) { #v9MeTTcmsRLxSEDmgwA9w557gqRdyXLP { top:21.25rem;left:33.0625rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwmVU9wVCc5L7phFGmum8EXHnDqZ9gA7 { 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) { #C6SuKoM6iRXBThntTE3OAo3p4nZw9oVq { width:2.5rem;height:2.5rem;top:21.625rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLJZ4cIORtqegqeHVeKVUi8u04RLxndV { display:block; }
 }@media only screen and (max-width: 763px) { #psB7fSR5gKfNEzJuKfvTutxtBa4JUIwy { width:2.5rem;height:2.5rem;top:21.625rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTm4kt65n0wADb2ZsoLBixUQ7Xktk5U4 { display:block; }
 }@media only screen and (max-width: 763px) { #lEchZ3rV3PTEff41zFbo733EuFU5IukO { width:2.5rem;height:2.5rem;top:21.625rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMQIazP6qxIZiqhNQKVNx2wsiUDxFEGP { display:block; }
 }@media only screen and (max-width: 763px) { #JAeO7NSW64vBFqef7IE2y4L8OfnC61QZ { top:1.875rem;left:0rem;width:14.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcTIZKa30zO3rnzAdi95bMndnmM0f8HS { top:21.25rem;left:0rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMhWpVUZBP8EuRoqshgGeatJHkZNcsWi { width:2.5rem;height:2.5rem;top:21.625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTeDGFtFJdUXygw6E0EDD4uvtrv70ZK5 { display:block; }
 }@media only screen and (max-width: 763px) { #fOgLEqGqtZk7x7L8zsGs6X3cZoAxxGME { top:22.125rem;left:0rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksS9x1U1kyAoaq9HcOeaJMgdyCp016rR { display:block; }#ksS9x1U1kyAoaq9HcOeaJMgdyCp016rR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pgsDNTzeRlqsTmNoqLF5S0qZLNIA7iGS { top:1.875rem;left:0rem;width:14.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D954HquelzKTy5HMbDR7ghNnfMIxSz7q { top:1.875rem;left:24.0625rem;width:14.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUEE3amKODzauuLM9ULxuxONbISm2193 { top:1.875rem;left:33.0625rem;width:14.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q73Xv6WtsU0nwU7gpSeUqvECKN4ISJdd { top:21.25rem;left:0rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScECRkdKdmaa3SBizuJEGTq4JEZxopqQ { top:22.125rem;left:0rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVsGo8GcPZFkxmbv2lnHMqg6DtFLEE8O { top:21.25rem;left:24.0625rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #knqOS0QavGsdKTbT570vPQwwMnfKqMIS { 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) { #uPeGSGdmnZ00ch84M09nzL0tUSHkhGHU { top:21.25rem;left:33.0625rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfHybTMfrk8OWS02KDPbGHzSNgSgmdaJ { 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) { #xIc1O1hHr4M9c4x1u9GzhsiyMW9HvW8y { width:2.5rem;height:2.5rem;top:21.625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQtHtSrySoH77qT4USFh0xrhDPRTgAei { display:block; }
 }@media only screen and (max-width: 763px) { #F1gXumHW6vWRpTk8EEJHQvZ5QmCHUfEv { width:2.5rem;height:2.5rem;top:21.625rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oco2oPShFPHpDH9iADy1TE4ymmGlbOwz { display:block; }
 }@media only screen and (max-width: 763px) { #OSZNnRaxi7Wq7cIH2ZondZP9scWH9Zdh { width:2.5rem;height:2.5rem;top:21.625rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiHuK8sRg0wT8i8gwdCEVGkTOvpZ2MPs { display:block; }
 }@media only screen and (max-width: 763px) { #vZWEPWdhxtn4xhvJ4kgQSFbZ8qoMmtN3 { top:1.875rem;left:9.125rem;width:14.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id0LoJtPIWuDa7Oh8yx9Fy8wzVzvFLCb { top:21.25rem;left:9.125rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFb2mrSPHETwMB2dkuqUbpKMaFwe853Z { width:2.5rem;height:2.5rem;top:21.625rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymf0FTE7TE5xl8Xgh1XJK0OQBgga3X2H { display:block; }
 }@media only screen and (max-width: 763px) { #z4FrX43i1M46waX6hdxkrKlBnAsorHa7 { top:22.125rem;left:9.125rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekyxNovrsrzQeG0nmITafJ6TDaxCcdST { display:block; }#ekyxNovrsrzQeG0nmITafJ6TDaxCcdST > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TD9ar24B4Ev7RwwBrdgTLrO27VVwf3I2 { top:1.875rem;left:0rem;width:14.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZ27TkCAbSAbaCpof1Uaq1kQoc2AZbla { top:1.875rem;left:9.125rem;width:14.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4Wnx1SIoRpys97rgCcMF2gQBdhWAdm8 { top:1.875rem;left:24.0625rem;width:14.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeQmu6wVdtsHHZ6giq2WPt02BWeeNizR { top:1.875rem;left:33.0625rem;width:14.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRwPT8lZV2copRanTeqA4hWwmD6J0M9v { top:21.25rem;left:0rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuASD6vHeKq3FrQUXwZBTCEAfFF7Eq15 { top:22.125rem;left:0rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiV6iy2srdstFtMOgAoKhttpBtwbTxoc { top:21.25rem;left:9.125rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiIc0tirqTxXv37JASeCUqdDCWZcyQPm { 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) { #d4wCKgyMUunLIruWxEp9sUt2PGfZASVO { top:21.25rem;left:24.0625rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ea6lxyOBo6CwOH7Ti5R16r0XtrXXUOiT { 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) { #y3Dn5ESZVI7AdBHfhM7MsmcvmJhXaNNe { top:21.25rem;left:33.0625rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdCqwV7APMpZeyaGIupS8kreMPPG9FAQ { 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) { #ubex5Hxvl82AbBDOHadmXDdIM2IkNQis { width:2.5rem;height:2.5rem;top:21.625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZJSIOCJE642XkDpxfD5hCw9bTMr5uZT { display:block; }
 }@media only screen and (max-width: 763px) { #nxpgZDnSwcPNFrx4z9saldWpMgmP8lne { width:2.5rem;height:2.5rem;top:21.625rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHkRTK3Vvd0PFWyJPtgohzObBKhrdM26 { display:block; }
 }@media only screen and (max-width: 763px) { #HRVfPmAHPWWsdbB7gkzq02qXsvfFEMZ8 { width:2.5rem;height:2.5rem;top:21.625rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaxNuLc3kwF8yHILNewafp1GTUzvMwb3 { display:block; }
 }@media only screen and (max-width: 763px) { #Q81caH9qss6hfJA2v4ucLJbizAo7zhKU { width:2.5rem;height:2.5rem;top:21.625rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SR2DfnNBGXB3p0Pni8ObhBQhMzMKC7gH { display:block; }
 }@media only screen and (max-width: 763px) { #FE0sr4ydtA25g1iPZrMxrpkJmMPvqXSs { display:block; }#FE0sr4ydtA25g1iPZrMxrpkJmMPvqXSs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FKStrpATU4C03wRpri9c6GX9tyc2JgvO { top:1.875rem;left:0rem;width:14.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5qbT5dWOCqXXqMW8QLVqqHJywqItg4J { top:1.875rem;left:9.125rem;width:14.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilvDky5HOA06DUkmaCZd88nLItXZR2Zo { top:1.875rem;left:33.0625rem;width:14.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9WVRZv5SBQeWKlLyTavxviR11T2B2QD { top:21.25rem;left:0rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #stJyhl9VomDuKlsNJ3y6HwsnsqVL8Flo { top:22.125rem;left:0rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6sL22pveHt7X2nmgi8s1wdxvTmEtmzN { top:21.25rem;left:9.125rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIXLf8TvbZ4dHX3n4VG80h0TcqVl0pid { 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) { #syZE0MEXm9TEETasg4H0COTfFmN01eF6 { top:21.25rem;left:33.0625rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQDPEeJB5wbcQzlOQffmqUfuHBHUcgiP { 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) { #t5SiQTyTl2AagTP1UR7fLy4poHEwfifV { width:2.5rem;height:2.5rem;top:21.625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckSXsRnOpQewd9V3soE9T98uJ3fREO2h { display:block; }
 }@media only screen and (max-width: 763px) { #LTUX1AiX6SDiUdQATAvVek97K69iynhl { width:2.5rem;height:2.5rem;top:21.625rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7vEzck0ne4y5Q5wR953quiqW5QOiAvg { display:block; }
 }@media only screen and (max-width: 763px) { #krAdArKCfU5MA9ue9D2AzUrtFuerG09T { width:2.5rem;height:2.5rem;top:21.625rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xU6eqXB8E2xx8DpiFfanOb2JGBCJrs3d { display:block; }
 }@media only screen and (max-width: 763px) { #nhvCtc30BQGbRbqU6ZL3CnD1yyxuSsTT { top:1.875rem;left:24.0625rem;width:14.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJf5z6ANUtkW6yLDpQLz9t7wP8AEzQ4B { top:21.25rem;left:24.0625rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtuA22TRWTd7aNTyvOC1W2hq2patUW0o { top:22.125rem;left:24.0625rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C14CxmoNBzk1EkozTiMU8KXIa7TdPBpo { width:2.5rem;height:2.5rem;top:21.625rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4cQyy26lM540dSF1d4NSDwT4DAFH3mx { display:block; }
 }@media only screen and (max-width: 763px) { #eb99ElSzAt7DAvQBgSMRAP67gRpLVdu2 { display:block; }#eb99ElSzAt7DAvQBgSMRAP67gRpLVdu2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #twyoWK8PGw7vEvZuVdZoFy9VXhGEgqXq { top:1.875rem;left:0rem;width:14.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3223mgDO4DO7nDhTE5zXToXP69Fq4wy { top:1.875rem;left:9.125rem;width:14.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBvbK0e76HuQr8ccyHJBPXRRhS8k5zke { top:1.875rem;left:24.0625rem;width:14.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBHSpTc6CWyLT2bGQoW0UhP8HuBSqlrv { top:1.875rem;left:33.0625rem;width:14.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVvp4pgLpauC8fVW0bE5wW4V085MaC04 { top:21.25rem;left:0rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTycTi2Z8rHJx7vAER3z3oLs7tChiwrv { top:22.125rem;left:0rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #USzFMhMu3IfELRLT1fKXD36XLUV4r2DL { top:21.25rem;left:9.125rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppafkxIGHHUz1zyzlc4erv29i9v8LMtT { 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) { #Rs2baVOPJAODGnqJ0wFdf4bABzxT2mgO { top:21.25rem;left:24.0625rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3SdRFRfTu9y4SPItSua2dnJxq1W42QT { 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) { #kUQfXEVsm204oK6ZHBpDCxardhal0K3g { top:21.25rem;left:33.0625rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNZ4ou0gA4roySKG5z0gacc4snegZLag { 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) { #R5t4GQkeVAQoXcpzBs7dVvOMwqlzWXcx { width:2.5rem;height:2.5rem;top:21.625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdx3vuXBW4kyXuHoPsrXxb6H9PXOTu0x { display:block; }
 }@media only screen and (max-width: 763px) { #QBmPKEizroOtIAAxhs1BIpca2ZVZCLKP { width:2.5rem;height:2.5rem;top:21.625rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMJlKBAO3WF9zs7xgKx319ereRFnRLe8 { display:block; }
 }@media only screen and (max-width: 763px) { #saAoVronGPDTIxpkVmBxzxgqehUQE7Ha { width:2.5rem;height:2.5rem;top:21.625rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Owu2gdEsTSfURztTTtiZU4G5KQA5W7Wx { display:block; }
 }@media only screen and (max-width: 763px) { #wgJnPDTbEmIA6ERdmevzpT7wS7OVsRw5 { width:2.5rem;height:2.5rem;top:21.625rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNGJ6OOSagnfQQu35QWEI7V051BByVZI { display:block; }
 }@media only screen and (max-width: 763px) { #ZZingnInlwe6nuyHZg4lIWhn08zkKIeu { display:block; }#ZZingnInlwe6nuyHZg4lIWhn08zkKIeu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vzoK4BQfHANleFB40lZiTTRPMLIVDnV9 { top:1.875rem;left:0rem;width:14rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHqGkZ8om4qrI4E3pGpacJFtnChcUyLU { top:1.875rem;left:9.125rem;width:14rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5FALbLUKog8Qy3GAxBHAntpPffD1kkl { top:1.875rem;left:24.0625rem;width:14rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LydzRzJqWeipmKBnTK9ETFALVE1bNw6R { top:1.875rem;left:33.0625rem;width:14rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVk3yPsQ62vqcbyWTFFvBbvPA9iXgtwp { top:21.25rem;left:0rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ4KAgB299QKz6GWhfiIg39R6qqLBciT { top:22.125rem;left:0rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3q7vmyd7JeizukxMbwRRMN8WWm0X5KX { top:21.25rem;left:9.125rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAW9vqye69Fdrm4eLMn6CtQDc3Lore1g { 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) { #T9bEEO6NT128dt5TL3iTFsUAARu4E7tG { top:21.25rem;left:24.0625rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSLXfF8EzOnWc5iEteVN3Bx6AqfOMWR8 { 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) { #ucJIpNnQ0xBT57k1gLW9PVRW452kGR8P { top:21.25rem;left:33.0625rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhimOUWdxxPdpfFPcNcIbC3AzxxBKkZe { 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) { #uwBSk7gBPkLZEbgoHkq0HAhLs95kAq9D { width:2.5rem;height:2.5rem;top:21.625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mt2AbreQqRT7hMEzVVLUrREoz5QncNx9 { display:block; }
 }@media only screen and (max-width: 763px) { #wUBf1VxGS3JhQSWx0pzsVqGBAgu8mxEV { width:2.5rem;height:2.5rem;top:21.625rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkwkCLiHzzDFHGhpvAN0NXfoyAtLp6mJ { display:block; }
 }@media only screen and (max-width: 763px) { #bcpz1lw90tP0rwf9v6vJekSkIfcxEoLW { width:2.5rem;height:2.5rem;top:21.625rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzMi1lQ0JcyMVaNMgUP2GbmGd2AWNJxP { display:block; }
 }@media only screen and (max-width: 763px) { #n6BRfFMQoyyTqtgNdgOl1stfMmrmoG4S { width:2.5rem;height:2.5rem;top:21.625rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DN3ftyEbeSJzWdGxzeZ3JRick2AdEQfy { display:block; }
 }@media only screen and (max-width: 763px) { #wr9PyIs0rq4niCSMfP1m4rkGeWZdyr0n { display:block; }#wr9PyIs0rq4niCSMfP1m4rkGeWZdyr0n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mJelFEMOZUJlm90Pq2fkyBhhC6yVs5El { top:1.9375rem;left:0rem;width:18.9375rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFrsXNTJf09MKp5QAQXWN4KZgUV8bfiE { top:16.625rem;left:0rem;width:19.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #opvUvHMXfLvGCO6qt4Tf4CF1KycTUnTX { top:17.5rem;left:0rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9XWVDbF4uka07ssisb7NBifmtaRXRp3 { top:1.9375rem;left:14.031251907349rem;width:18.9375rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lm3xe952d8gRUZ4lU05lPy7AxkzFmzTt { top:16.625rem;left:14.0625rem;width:19.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmNww3emELmQSTOIP5l7ENr99DpGbWFV { top:17.5rem;left:14.062501907349rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrronuOodT3641eZBT8WQzUEMAgHuc4L { width:2.5rem;height:2.5rem;top:16.9375rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJTwm9ztIhilhpkD7FpdeQZ8TkH8o1SK { display:block; }
 }@media only screen and (max-width: 763px) { #R7G7DtCufE9hfbW65Xb2zPClyBB05kql { width:2.5rem;height:2.5rem;top:16.9375rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9uoxdkDLTKbZasmq2q9yT5O2wuzpKSK { display:block; }
 }@media only screen and (max-width: 763px) { #CAcG7Ma7Lv5dFfKXPS7BEHHNvRcA9JEo { width:25rem;height:3.4375rem;top:22.0625rem;left:13.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVLhDnW7U8MiRCD9kz5QKzmDhT2QsrfZ { 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) { #NrIoNzvATHCUT8My1OcUEoM57o0by2v1 { display:block; }#NrIoNzvATHCUT8My1OcUEoM57o0by2v1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zdy3IRM0LAZ7WIbMedphmfEXDpn81l52 { top:1.6875rem;left:0rem;width:14.125rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3lR7oNMLGrPINGQgTMMBqQivbdy2VVM { width:9.75rem;height:2.875rem;top:21.625rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #czsakM6hkTJ2w1cCfJvExQT7Xz48vQMM { display:block; }
 }@media only screen and (max-width: 763px) { #RTermco2rb3qEBSD48NZKGa3Riie9TsQ { width:9.75rem;height:2.875rem;top:21.625rem;left:13.031251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5tKP41sF7lGkgfkufGlwwX7yRAukWIX { display:block; }
 }@media only screen and (max-width: 763px) { #gzy8BhiLGI54FaOQDcC9tEfDnC467zq6 { top:1.6875rem;left:9.75rem;width:14.125rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6pBHwTUXidOOTArdfWmtZwhabnLbgO4 { width:9.75rem;height:2.875rem;top:21.625rem;left:24.968751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULuvaSThzOL1LA0Nmhn0F85orqMyrgzr { display:block; }
 }@media only screen and (max-width: 763px) { #RwnMuJ47oRnFGE8pdseTNzwh2NoCl08e { top:1.6875rem;left:21.6875rem;width:14.125rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwVzLQzlq33Shk2sBfLqqpXcvzt89UAV { width:9.75rem;height:2.875rem;top:21.625rem;left:37.217969894409rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcnhoQcKs1ZphTrh1LQq6gBNfP2CnuZQ { display:block; }
 }@media only screen and (max-width: 763px) { #GvdeaTHwKLv1u73OTietF7Rky26TH67l { top:1.6875rem;left:33.625rem;width:14.125rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM8xGKOUcTUscCOE91aCzKOgPcnPzhhE { top:28.625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE3JMC0VeQOC4AvAvUN9KlLdLL0Gwq3N { 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) { #JlJX7qimSWdh9I13A5mSZ7fhXT0SJqUf { 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) { #geze21dB5ElcKINsMADx7oImrHX1uIdn { top:1.625rem;left:0rem;width:14rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2LcJhw3VUpndtzD8TlwFhaMGTxWECnF { 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) { #MgSf4wDEZssqWdDo4z7TkE6kUxo73qIz { 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) { #BxD9OLTzuuPTUxfmUQtzSvDbCSzqpFIK { 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) { #of4OKrHnyOIvnBlgXaFHl8WN4uBxllJH { 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) { #M2mm1JRIZTVx4d0TbK3BrmuUUG8zNOkv { 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) { #UdpRipSFTFiKtsDvBxvLyII6w2izIkJW { top:15.1875rem;left:18.5rem;width:5.375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEq0qBNmUGJit4hDvamZA0f4JqpPl0GW { 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) { #abbDBOnccr7W9VM6TWkQQxmEQpRdpZxQ { top:15.25rem;left:30.4375rem;width:5.375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXLn9TSqdmDsLfzrC5b72VLRxETNU5dN { 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) { #rMUZ8lUy2TlHx20HvtRhSCyJELtkUsaK { top:15.1875rem;left:42.375rem;width:5.375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WABG06eaIFufp2bdsdqu5BgFlxLwlIVk { top:15.1875rem;left:6.5625rem;width:5.375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fz3vV9xQsnTaTEaSI4hhhibd93LVt6Wr { top:1.6875rem;left:9.75rem;width:14rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPQRGp374fJ0rqfcpJTxAISyCx7rT5xK { top:1.6875rem;left:21.6875rem;width:14rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkF2AcZGiMuZ32IrF9i9XbgRGbbXAAqB { top:1.6875rem;left:33.625rem;width:14rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST9DQpzlXJGI77EHZLSMxQHbgJSiunFE { width:12.8125rem;height:2.3125rem;top:28.0625rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BunkmhazzJUW33VHzLZ6OGctcyO2GF2f { 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) { #JkoUMHtZdvDlyxr5AQkCBC833hTpxawy { display:block; }#JkoUMHtZdvDlyxr5AQkCBC833hTpxawy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #btHMaWd7PmCPUOtzqZ8BLsxZkQMqyrHP { top:2.125rem;left:37.5rem;width:10.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQ9XELLyylKWzHDHV6raQlnNJJWXoKNv { 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) { #Hx9E6K1ckxyfk7t67ixTke35vkuoG3S5 { 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) { #LbEgPPHgmT5PbDRkxBmQ1eaNVtTrev5w { 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) { #lxFnF9G3PwziwocWfh9tlSGQ9CvPFLP3 { 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) { #bPBLql38dax8nILsBVVmvR8bZqDyoOCi { 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) { #xfCt2kzlH6ETP8odDOirgqrtHGlCkKCT { width:2.8125rem;height:2.8125rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PClMA4cBDys9Al2xLb48zTTllKzti8gg { display:block; }
 }@media only screen and (max-width: 763px) { #I1imw6VyhC3LP0d7PFLcAf4vlVBPRq3N { top:2.375rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMFL4TMCzQLbSuTxrQPJMFkwT5kCC5db { width:2.8125rem;height:2.8125rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7WHZTQAwGVVtJg9flOOZPtlipoh50Uz { display:block; }
 }@media only screen and (max-width: 763px) { #VxlG3Cm6knJDv4C89SuO1DldvA4KAA3f { top:2.3125rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoaZ4gKhAFAx79uKgwC8wJlNGqfpEK4R { width:2.8125rem;height:2.8125rem;top:2.0625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNrQaq84fuoG5k8CG8VpoltcxxnemGmi { display:block; }
 }@media only screen and (max-width: 763px) { #AxVyea26h7lBHlK62V4yPc4DioEIeWwR { 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) { #rCFRwmad9TtTaZwuloqI4hThfcf5sCSO { width:2.8125rem;height:2.8125rem;top:2.0625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdcTpfB6EB3rG0omm8HW3FDcMPzkLDdg { display:block; }
 }@media only screen and (max-width: 763px) { #SU5TCGvVTlviK7t1DzuVbG4GBR8pGFor { 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) { #qnz3Zh8QpuRazIhhNR2ISh1RWe8olyD6 { 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) { #A9eT5GTdTzczuGXAOX3FdRdttL3h5gNO { 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) { #UH2JEVi2PecGi1r1AFPMVvFETmw4l9nK { 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) { #TA2CN0TEv9GRv6XXDGITq4edXTP2siKM { 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) { #XTpO5Z84iquJA6HkLcoP9UFgUPbeLWat { 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) { #eLVNRyv5Xc6zArbTSJg1CXMnsg2C6icW { background-color:#350303;background-image:none;display:block; }#eLVNRyv5Xc6zArbTSJg1CXMnsg2C6icW > .row .container { background-color: transparent; background-image: none; }#eLVNRyv5Xc6zArbTSJg1CXMnsg2C6icW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLVNRyv5Xc6zArbTSJg1CXMnsg2C6icW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLVNRyv5Xc6zArbTSJg1CXMnsg2C6icW > .row .container > .video-iframe-container { display: none; }#eLVNRyv5Xc6zArbTSJg1CXMnsg2C6icW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLVNRyv5Xc6zArbTSJg1CXMnsg2C6icW > .row > .video-iframe-container { display: none; }#eLVNRyv5Xc6zArbTSJg1CXMnsg2C6icW > .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); }#eLVNRyv5Xc6zArbTSJg1CXMnsg2C6icW > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zVuz8pCLhXFIg33nNtKNcO9ltH2MZCvu { 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) { #bbhRQwdsK59aXmlfkaA3BO2ipWXnFyRE { 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) { #eGzTukkn4fhPMFPirOuDIuphr3CQ1uxr { display:block; }
 }@media only screen and (max-width: 763px) { #QrzRAWAgdidl66BIc4DZ8iUmOci8bk4m { 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) { #wwQ9tQ9oiGDK0yDnRGJdFl2Q4uDOgQ1Z { display:block; }
 }@media only screen and (max-width: 763px) { #g5pT5Q1qwrNzERA7Mx2IJ85TDocbhVib { 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) { #PXyvkiih8uA2mhXncp3e3eQBeTCKfxDK { display:block; }
 }@media only screen and (max-width: 763px) { #PgQsNddgMy8SqDiMfJkaASvQciPqsep2 { 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) { #yVMtWbLoPotKzkzsmBwlsGhpGngBdVGD { display:block; }
 }@media only screen and (max-width: 763px) { #t79sZ6BMIGb6nw7ar2aDhL30sgbu2XaU { 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) { #txvuNgcX42PEgSOFncUCTLz19H2KDeDf { display:block; }
 }@media only screen and (max-width: 763px) { #ATBUJkLPVIGmZSQDZc9L20QUm9TxSa9k { 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) { #wROr1RlPihgnZF0OSxD5SzHWEHakQPTu { display:block; }
 }@media only screen and (max-width: 763px) { #lyr1DhnT6OkM5pCNruT7kaetPFdkEaPg { 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) { #dsfg9TB8Qu5ONpIyB2huZIRQWBA5WGEs { display:block; }
 }@media only screen and (max-width: 763px) { #sWXzNu03l2xzO4yIGihUdkgfhTa0PTCV { 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) { #Ka0HQzVKC6qeCk9DOOMgKfAmlOz7CM5v { display:block; }
 }@media only screen and (max-width: 763px) { #LCTTwPt3oU0ks0G53KyObSMvRWnA7CaK { 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) { #wBvhpOr04hKTLcgDUqSl2HvS4i39QzNT { display:block; }
 }@media only screen and (max-width: 763px) { #L18LdHDKlh6NMe63VrWS3WyyVeSP0g4H { 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) { #a1X8Agh5B9z0sVqTRiFyTxx2EsvaPlyh { display:block; }
 }@media only screen and (max-width: 763px) { #h32lTrgB6oAbaZEbk0vbyX4yBD91PIV4 { 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) { #SSpWTEBMuasutTzbvGX9oT1nyZVTFDni { display:block; }
 }@media only screen and (max-width: 763px) { #T1v8ahlgDkoJFKpEQrkzuIWVZdJMa8CL { 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) { #F7rZU29RMmBVZ0qeOpXkdk8pUTHWeBTa { display:block; }
 }@media only screen and (max-width: 763px) { #gb9LgkA0o19bdGhTCrJxRrdGSkvEahKM { 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) { #E6nilJuK32Eyg33qebtmATUb3a7QQDFG { display:block; }
 }@media only screen and (max-width: 763px) { #sOCDD7coDRzmX2gJhGQ0TCvcTiBx4eE3 { 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) { #dniPr8ctVxOlBESG2LmInWM3AGQ7b8gV { display:block; }
 }@media only screen and (max-width: 763px) { #Br3rDJOhmoq4Apiump5ww04Ta6nSUSZb { 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) { #ahii8d0Sq77Ul1i4a6CW9KPrCPRNeMTh { display:block; }
 }@media only screen and (max-width: 763px) { #drwgWBq03c6oowScp5wTsDCoAWP2BBzT { 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) { #BpMmB1SADP8zTmTSV0ntS8QZTnfNv2DO { display:block; }
 }@media only screen and (max-width: 763px) { #ZvwLgSNZcBcnLCwDzVgSfgzNrh4UW01U { 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) { #T3pszcbqS0gBXL7iCagKkrFNTq7zfOFS { display:block; }
 }@media only screen and (max-width: 763px) { #Vfseqt0dmv9ClZDRagKWvsKTXsc7OhTQ { 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) { #LL1Ky7dzA1WsGhC12EkSPRASgEq7JfMh { display:block; }
 }@media only screen and (max-width: 763px) { #CqXM4IxWUT2FXxKg3pBrbyRJnEhpaqrz { 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) { #cna4i3DmT1Nvg8fvqTLgCH38P3GW8IEk { display:block; }
 }@media only screen and (max-width: 763px) { #ssxFIWMy3GCWSZk0xot7wniI1v4i7ToG { 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) { #Xxyd4ALOcnsE9vnvUS6iwDK8nmQsA7Sk { 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) { #wgg8ShRnUUtNl5O37xCFMEhtf9evfxwz { display:block; }
 }@media only screen and (max-width: 763px) { #GP1aa1FNCghrQBW4dmLTGOAir78WHTEO { 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) { #tHJIFpIPymstz3wVknxK3fJmQtfZVXbe { 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) { #Z834EOKqbOWDEZrd5DtpoiT1KA9P3vGt { 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) { #LKurnP3UUPZpWU2ePyx8TJT0Z6U5fG0Q { display:block; }
 }@media only screen and (max-width: 763px) { #F8xFU1fBVyyMwp1Z8o6O8iVvd5yTzsmW { 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) { #PfptzKzcrBqCVePtJD9yLW8HhQxNboiE { 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) { #LqbTUmQXuln3M1cb0zdgTyOvavGgGpTr { 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) { #dnaiXdHeokZpeWxyFFfeMNz5DJkuSAxn { 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.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QiqIKxUvrHHLpLxqTWbGebp9WLmWDXws { width:13.5625rem;height:1.7875rem;top:1.875rem;left:3.21875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s71imq6Sf02cXZrfK3ZdFQ43FBlF5zpE { width:20rem;height:1.21875rem;top:3.640625rem;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) { #OsIDxNx4JR5E6CRkzwS2paT0OTeVzqSC { width:8.3125rem;height:11.125rem;top:14.625rem;left:0.625rem;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) { #vO5GiKrZHH4zgKBPwPpCcFn9CJkekKbg { width:8.9375rem;height:1.875rem;top:26.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxzOTWHvavXMrIc2XSRfx3XMLQ7SihJ8 { width:4.1875rem;height:1.05625rem;top:26.875rem;left:1.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MV2D6e0D2evUVxNv7U5ii8o5QpOGfXI3 { width:8.9375rem;height:1.875rem;top:26.375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET6MoFFr5cFevXgVb8IsNEM0U6UhdStU { width:4.1875rem;height:1.05625rem;top:26.875rem;left:11.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ikBMK9sQqzsqkEUJ8D3kOh0i2wPeKDew { width:1.3125rem;height:1.3125rem;top:12.25rem;left:7.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DP12UZC481FHCmT74pdWPXT8BeITTlhM { display:block; }
 }@media only screen and (max-width: 763px) { #CvFgDhyVeTMUuVuvcXrNLx6eM1g6MBti { width:1.3125rem;height:1.3125rem;top:26.875rem;left:7.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbNzmu45SPvysvvWX7fcrInAxFmkQSzM { display:block; }
 }@media only screen and (max-width: 763px) { #LAIHliaTfmTRb8hPmJIcAwXZbUaooNEK { width:1.3125rem;height:1.3125rem;top:26.875rem;left:17.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXu2SpxSDG82OT9NbZP5LWB8gqUe8TmQ { display:block; }
 }@media only screen and (max-width: 763px) { #Lk7TAfulyQrwpMbJgBN08H688GpenfDa { width:1.625rem;height:1.625rem;top:13.4375rem;left:17.125rem;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #Hw4f4M0FifQdrekPAPB9kUrtTPqC2eQ1 { display:block; }
 }@media only screen and (max-width: 763px) { #rw1JQPb0CrMV0wEZrWwlTkNMsPqFZWnr { width:8.3125rem;height:11.125rem;top:0rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJxa46tHDoHJ17y2e5og40BMkyZrZuMs { width:8.9375rem;height:1.875rem;top:11.75rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yERsnPnQaTn1JCOmeAX6Qs2fRT8kJ14q { 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) { #fqpHaGi3ETB9UfzfzBbb1mzcN224Qfft { display:block; }
 }@media only screen and (max-width: 763px) { #goExtiQUvZWg3ktK8XufpRF1czz3Qdwl { 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) { #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.3125rem;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) { #k0Ar9geF9SSVAoFxNnp1CTHaSi5pPB1D { width:8.3125rem;height:11.125rem;top:0rem;left:10.4375rem;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) { #Hs71ViiALy9emev9aHcQEsrCQdhSakPk { background-color:#ffffff;background-image:none;display:block; }#Hs71ViiALy9emev9aHcQEsrCQdhSakPk > .row .container { background-color: transparent; background-image: none; }#Hs71ViiALy9emev9aHcQEsrCQdhSakPk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hs71ViiALy9emev9aHcQEsrCQdhSakPk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hs71ViiALy9emev9aHcQEsrCQdhSakPk > .row .container > .video-iframe-container { display: none; }#Hs71ViiALy9emev9aHcQEsrCQdhSakPk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hs71ViiALy9emev9aHcQEsrCQdhSakPk > .row > .video-iframe-container { display: none; }#Hs71ViiALy9emev9aHcQEsrCQdhSakPk > .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); }#Hs71ViiALy9emev9aHcQEsrCQdhSakPk > .row .container { width:20rem;height:29.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TAa3JEISxFFtpKgtpvRMqtKA0xPIHwUh { width:8.3125rem;height:11.125rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOUnC11ovuLdQgQzW92VgC0EDNEmuHd7 { width:8.3125rem;height:11.125rem;top:0.3125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3lkS1I5WAy2gAsOUr70s0wzaupVJFdS { width:8.3125rem;height:11.125rem;top:0rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXkINCVZDeVkt9rRL604sBOICd66ZwnS { width:8.9375rem;height:1.875rem;top:11.75rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N32Vn4Sh7FR0pbMdA6WxrvinIyrlcqtT { 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) { #tB3qoTPe5dThm2MXix67z8015P6g0cbZ { width:8.9375rem;height:1.875rem;top:11.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZ4WVTbCmRrxJn2nnT0zg0Ihvte9WbTS { width:4.1875rem;height:1.05625rem;top:12.25rem;left:1.3125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #loCFQAy7vb0AOIA2tRyPbnk9czfDJrPT { width:1.3125rem;height:1.3125rem;top:12.25rem;left:7.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmRcKxKRzCkH6DyVL4IOO9oTrohkR7JJ { display:block; }
 }@media only screen and (max-width: 763px) { #b2TiwKbAyLy8sLnUEBeo0AUZfsITuh3w { 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) { #dbShHyDu3zPf9Twdt4DEWRlquEeXxOQ5 { display:block; }
 }@media only screen and (max-width: 763px) { #yN7hfbn2XxJERnrSU8IvzHVcT54ZKM3Q { width:8.875rem;height:1.875rem;top:26.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7ZG0ZGfIt0qfplpc4p6zKWteG9gX6Bs { width:2.5rem;height:2.5rem;top:26.187498092651rem;left:16.437499880791rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnG22nXS29Ikm8rqSO02JN7W8grPcqpw { display:block; }
 }@media only screen and (max-width: 763px) { #Lt6kg9UC7QrcZNQmEcVPO0ZWohidxTZD { width:3.875rem;height:1.05625rem;top:26.846092224121rem;left:10.875000357628rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QdoiczzEaZTSnWxeArHJQm98pN9s2EuW { width:8.3125rem;height:11.125rem;top:14.624998092651rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwXWgCKyoTP7AhCNDbATpw1SoNb0wnDD { width:8.3125rem;height:11.0625rem;top:14.999219894409rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lhd51hBAxaevLpOWw6FkCdb66lfQmvQL { width:8.3125rem;height:11.125rem;top:14.624998092651rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltc84yFhNWFNNI8V8JQGwqDQ6uKORumV { width:8.9375rem;height:1.875rem;top:26.375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRbNic8VM7pOO0z2LZ3mFHbhACHuyTzq { width:1.3125rem;height:1.3125rem;top:26.874998092651rem;left:6.9375003576281rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #poyc8eHd6A3CuJJzz1eShbFifUuHt1vk { display:block; }
 }@media only screen and (max-width: 763px) { #OXXTrZO6DtQQdKNey6KZ2NdcweJgF28H { width:4.1875rem;height:1.05625rem;top:26.875rem;left:1.0000003576279rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ld0QHAz3nECzL3qPE3x6WzIRStu1L3z8 { background-color:#ffffff;background-image:none;display:block; }#ld0QHAz3nECzL3qPE3x6WzIRStu1L3z8 > .row .container { background-color: transparent; background-image: none; }#ld0QHAz3nECzL3qPE3x6WzIRStu1L3z8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ld0QHAz3nECzL3qPE3x6WzIRStu1L3z8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ld0QHAz3nECzL3qPE3x6WzIRStu1L3z8 > .row .container > .video-iframe-container { display: none; }#ld0QHAz3nECzL3qPE3x6WzIRStu1L3z8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ld0QHAz3nECzL3qPE3x6WzIRStu1L3z8 > .row > .video-iframe-container { display: none; }#ld0QHAz3nECzL3qPE3x6WzIRStu1L3z8 > .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); }#ld0QHAz3nECzL3qPE3x6WzIRStu1L3z8 > .row .container { width:20rem;height:29.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oxPS7WZ3TeWJ3iutm8uhnwExboISWm5c { width:8.3125rem;height:11.125rem;top:0rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #whupNgdOOybv8A14zbHK3LEP5CsNpPaI { width:8.3125rem;height:11.125rem;top:14.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fs15QHw9Hh9Fx0xToW8KvmuyDqqLDNQv { width:8.3125rem;height:11.125rem;top:14.625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HO3Px3PfS0vxoezMVJwFgbw0Uz1dAlqX { width:8.9375rem;height:1.875rem;top:11.75rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxVAlMJv5a355O2liDcb0HzoiFflMgdQ { 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) { #depmaDuwPwMBTn8Ezr9kzTbSLtuLmTS6 { width:8.9375rem;height:1.875rem;top:26.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dn0b80uOcBCEL5HiFg7mzaid8lqgWwTy { 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) { #v9MeTTcmsRLxSEDmgwA9w557gqRdyXLP { width:8.9375rem;height:1.875rem;top:26.375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwmVU9wVCc5L7phFGmum8EXHnDqZ9gA7 { 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) { #C6SuKoM6iRXBThntTE3OAo3p4nZw9oVq { 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) { #rLJZ4cIORtqegqeHVeKVUi8u04RLxndV { display:block; }
 }@media only screen and (max-width: 763px) { #psB7fSR5gKfNEzJuKfvTutxtBa4JUIwy { 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) { #aTm4kt65n0wADb2ZsoLBixUQ7Xktk5U4 { display:block; }
 }@media only screen and (max-width: 763px) { #lEchZ3rV3PTEff41zFbo733EuFU5IukO { 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) { #TMQIazP6qxIZiqhNQKVNx2wsiUDxFEGP { display:block; }
 }@media only screen and (max-width: 763px) { #JAeO7NSW64vBFqef7IE2y4L8OfnC61QZ { width:8.3125rem;height:11.125rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcTIZKa30zO3rnzAdi95bMndnmM0f8HS { width:8.9375rem;height:1.875rem;top:11.750003814698rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMhWpVUZBP8EuRoqshgGeatJHkZNcsWi { width:1.3125rem;height:1.3125rem;top:12.187503814698rem;left:7.7500003576281rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTeDGFtFJdUXygw6E0EDD4uvtrv70ZK5 { display:block; }
 }@media only screen and (max-width: 763px) { #fOgLEqGqtZk7x7L8zsGs6X3cZoAxxGME { width:4.1875rem;height:1.05625rem;top:12.25rem;left:1.1875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ksS9x1U1kyAoaq9HcOeaJMgdyCp016rR { background-color:#ffffff;background-image:none;display:block; }#ksS9x1U1kyAoaq9HcOeaJMgdyCp016rR > .row .container { background-color: transparent; background-image: none; }#ksS9x1U1kyAoaq9HcOeaJMgdyCp016rR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ksS9x1U1kyAoaq9HcOeaJMgdyCp016rR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ksS9x1U1kyAoaq9HcOeaJMgdyCp016rR > .row .container > .video-iframe-container { display: none; }#ksS9x1U1kyAoaq9HcOeaJMgdyCp016rR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ksS9x1U1kyAoaq9HcOeaJMgdyCp016rR > .row > .video-iframe-container { display: none; }#ksS9x1U1kyAoaq9HcOeaJMgdyCp016rR > .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); }#ksS9x1U1kyAoaq9HcOeaJMgdyCp016rR > .row .container { width:20rem;height:29.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pgsDNTzeRlqsTmNoqLF5S0qZLNIA7iGS { width:8.3125rem;height:11.125rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D954HquelzKTy5HMbDR7ghNnfMIxSz7q { width:8.3125rem;height:11.125rem;top:14.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUEE3amKODzauuLM9ULxuxONbISm2193 { width:8.3125rem;height:11.125rem;top:14.625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q73Xv6WtsU0nwU7gpSeUqvECKN4ISJdd { width:8.9375rem;height:1.875rem;top:11.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScECRkdKdmaa3SBizuJEGTq4JEZxopqQ { 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) { #DVsGo8GcPZFkxmbv2lnHMqg6DtFLEE8O { width:8.9375rem;height:1.875rem;top:26.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #knqOS0QavGsdKTbT570vPQwwMnfKqMIS { 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) { #uPeGSGdmnZ00ch84M09nzL0tUSHkhGHU { width:8.9375rem;height:1.875rem;top:26.375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfHybTMfrk8OWS02KDPbGHzSNgSgmdaJ { 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) { #xIc1O1hHr4M9c4x1u9GzhsiyMW9HvW8y { 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) { #qQtHtSrySoH77qT4USFh0xrhDPRTgAei { display:block; }
 }@media only screen and (max-width: 763px) { #F1gXumHW6vWRpTk8EEJHQvZ5QmCHUfEv { 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) { #Oco2oPShFPHpDH9iADy1TE4ymmGlbOwz { display:block; }
 }@media only screen and (max-width: 763px) { #OSZNnRaxi7Wq7cIH2ZondZP9scWH9Zdh { 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) { #wiHuK8sRg0wT8i8gwdCEVGkTOvpZ2MPs { display:block; }
 }@media only screen and (max-width: 763px) { #vZWEPWdhxtn4xhvJ4kgQSFbZ8qoMmtN3 { width:8.3125rem;height:11.125rem;top:0rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id0LoJtPIWuDa7Oh8yx9Fy8wzVzvFLCb { width:8.9375rem;height:1.875rem;top:11.75rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFb2mrSPHETwMB2dkuqUbpKMaFwe853Z { 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) { #ymf0FTE7TE5xl8Xgh1XJK0OQBgga3X2H { display:block; }
 }@media only screen and (max-width: 763px) { #z4FrX43i1M46waX6hdxkrKlBnAsorHa7 { 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) { #ekyxNovrsrzQeG0nmITafJ6TDaxCcdST { background-color:#ffffff;background-image:none;display:block; }#ekyxNovrsrzQeG0nmITafJ6TDaxCcdST > .row .container { background-color: transparent; background-image: none; }#ekyxNovrsrzQeG0nmITafJ6TDaxCcdST::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekyxNovrsrzQeG0nmITafJ6TDaxCcdST > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekyxNovrsrzQeG0nmITafJ6TDaxCcdST > .row .container > .video-iframe-container { display: none; }#ekyxNovrsrzQeG0nmITafJ6TDaxCcdST > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekyxNovrsrzQeG0nmITafJ6TDaxCcdST > .row > .video-iframe-container { display: none; }#ekyxNovrsrzQeG0nmITafJ6TDaxCcdST > .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); }#ekyxNovrsrzQeG0nmITafJ6TDaxCcdST > .row .container { width:20rem;height:29.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TD9ar24B4Ev7RwwBrdgTLrO27VVwf3I2 { width:8.3125rem;height:11.125rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZ27TkCAbSAbaCpof1Uaq1kQoc2AZbla { width:8.3125rem;height:11.125rem;top:0rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4Wnx1SIoRpys97rgCcMF2gQBdhWAdm8 { width:8.3125rem;height:11.125rem;top:14.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeQmu6wVdtsHHZ6giq2WPt02BWeeNizR { width:8.3125rem;height:11.125rem;top:14.625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRwPT8lZV2copRanTeqA4hWwmD6J0M9v { width:8.9375rem;height:1.875rem;top:11.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuASD6vHeKq3FrQUXwZBTCEAfFF7Eq15 { 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) { #FiV6iy2srdstFtMOgAoKhttpBtwbTxoc { width:8.9375rem;height:1.875rem;top:11.75rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiIc0tirqTxXv37JASeCUqdDCWZcyQPm { 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) { #d4wCKgyMUunLIruWxEp9sUt2PGfZASVO { width:8.9375rem;height:1.875rem;top:26.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ea6lxyOBo6CwOH7Ti5R16r0XtrXXUOiT { 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) { #y3Dn5ESZVI7AdBHfhM7MsmcvmJhXaNNe { width:8.9375rem;height:1.875rem;top:26.375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdCqwV7APMpZeyaGIupS8kreMPPG9FAQ { 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) { #ubex5Hxvl82AbBDOHadmXDdIM2IkNQis { 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) { #bZJSIOCJE642XkDpxfD5hCw9bTMr5uZT { display:block; }
 }@media only screen and (max-width: 763px) { #nxpgZDnSwcPNFrx4z9saldWpMgmP8lne { 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) { #GHkRTK3Vvd0PFWyJPtgohzObBKhrdM26 { display:block; }
 }@media only screen and (max-width: 763px) { #HRVfPmAHPWWsdbB7gkzq02qXsvfFEMZ8 { 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) { #aaxNuLc3kwF8yHILNewafp1GTUzvMwb3 { display:block; }
 }@media only screen and (max-width: 763px) { #Q81caH9qss6hfJA2v4ucLJbizAo7zhKU { 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) { #SR2DfnNBGXB3p0Pni8ObhBQhMzMKC7gH { display:block; }
 }@media only screen and (max-width: 763px) { #FE0sr4ydtA25g1iPZrMxrpkJmMPvqXSs { background-color:#ffffff;background-image:none;display:block; }#FE0sr4ydtA25g1iPZrMxrpkJmMPvqXSs > .row .container { background-color: transparent; background-image: none; }#FE0sr4ydtA25g1iPZrMxrpkJmMPvqXSs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FE0sr4ydtA25g1iPZrMxrpkJmMPvqXSs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FE0sr4ydtA25g1iPZrMxrpkJmMPvqXSs > .row .container > .video-iframe-container { display: none; }#FE0sr4ydtA25g1iPZrMxrpkJmMPvqXSs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FE0sr4ydtA25g1iPZrMxrpkJmMPvqXSs > .row > .video-iframe-container { display: none; }#FE0sr4ydtA25g1iPZrMxrpkJmMPvqXSs > .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); }#FE0sr4ydtA25g1iPZrMxrpkJmMPvqXSs > .row .container { width:20rem;height:29.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FKStrpATU4C03wRpri9c6GX9tyc2JgvO { width:8.3125rem;height:11.125rem;top:0rem;left:0.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #E5qbT5dWOCqXXqMW8QLVqqHJywqItg4J { width:8.3125rem;height:11.125rem;top:0rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilvDky5HOA06DUkmaCZd88nLItXZR2Zo { width:8.3125rem;height:11.125rem;top:14.625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9WVRZv5SBQeWKlLyTavxviR11T2B2QD { width:8.9375rem;height:1.875rem;top:11.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #stJyhl9VomDuKlsNJ3y6HwsnsqVL8Flo { 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) { #J6sL22pveHt7X2nmgi8s1wdxvTmEtmzN { width:8.9375rem;height:1.875rem;top:11.75rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIXLf8TvbZ4dHX3n4VG80h0TcqVl0pid { 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) { #syZE0MEXm9TEETasg4H0COTfFmN01eF6 { width:8.9375rem;height:1.875rem;top:26.375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQDPEeJB5wbcQzlOQffmqUfuHBHUcgiP { 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) { #t5SiQTyTl2AagTP1UR7fLy4poHEwfifV { 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) { #ckSXsRnOpQewd9V3soE9T98uJ3fREO2h { display:block; }
 }@media only screen and (max-width: 763px) { #LTUX1AiX6SDiUdQATAvVek97K69iynhl { 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) { #f7vEzck0ne4y5Q5wR953quiqW5QOiAvg { display:block; }
 }@media only screen and (max-width: 763px) { #krAdArKCfU5MA9ue9D2AzUrtFuerG09T { 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) { #xU6eqXB8E2xx8DpiFfanOb2JGBCJrs3d { display:block; }
 }@media only screen and (max-width: 763px) { #nhvCtc30BQGbRbqU6ZL3CnD1yyxuSsTT { width:8.3125rem;height:11.125rem;top:14.625rem;left:0.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #nJf5z6ANUtkW6yLDpQLz9t7wP8AEzQ4B { width:8.9375rem;height:1.875rem;top:26.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtuA22TRWTd7aNTyvOC1W2hq2patUW0o { width:4.1875rem;height:1.05625rem;top:26.875rem;left:1.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C14CxmoNBzk1EkozTiMU8KXIa7TdPBpo { width:1.3125rem;height:1.3125rem;top:26.75rem;left:7.8125003576281rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4cQyy26lM540dSF1d4NSDwT4DAFH3mx { display:block; }
 }@media only screen and (max-width: 763px) { #eb99ElSzAt7DAvQBgSMRAP67gRpLVdu2 { background-color:#ffffff;background-image:none;display:block; }#eb99ElSzAt7DAvQBgSMRAP67gRpLVdu2 > .row .container { background-color: transparent; background-image: none; }#eb99ElSzAt7DAvQBgSMRAP67gRpLVdu2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eb99ElSzAt7DAvQBgSMRAP67gRpLVdu2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eb99ElSzAt7DAvQBgSMRAP67gRpLVdu2 > .row .container > .video-iframe-container { display: none; }#eb99ElSzAt7DAvQBgSMRAP67gRpLVdu2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eb99ElSzAt7DAvQBgSMRAP67gRpLVdu2 > .row > .video-iframe-container { display: none; }#eb99ElSzAt7DAvQBgSMRAP67gRpLVdu2 > .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); }#eb99ElSzAt7DAvQBgSMRAP67gRpLVdu2 > .row .container { width:20rem;height:29.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #twyoWK8PGw7vEvZuVdZoFy9VXhGEgqXq { width:8.3125rem;height:11.125rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3223mgDO4DO7nDhTE5zXToXP69Fq4wy { width:8.3125rem;height:11.125rem;top:0rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBvbK0e76HuQr8ccyHJBPXRRhS8k5zke { width:8.3125rem;height:11.125rem;top:14.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBHSpTc6CWyLT2bGQoW0UhP8HuBSqlrv { width:8.3125rem;height:11.125rem;top:14.625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVvp4pgLpauC8fVW0bE5wW4V085MaC04 { width:8.9375rem;height:1.875rem;top:11.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTycTi2Z8rHJx7vAER3z3oLs7tChiwrv { 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) { #USzFMhMu3IfELRLT1fKXD36XLUV4r2DL { width:8.9375rem;height:1.875rem;top:11.75rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppafkxIGHHUz1zyzlc4erv29i9v8LMtT { 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) { #Rs2baVOPJAODGnqJ0wFdf4bABzxT2mgO { width:8.9375rem;height:1.875rem;top:26.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3SdRFRfTu9y4SPItSua2dnJxq1W42QT { 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) { #kUQfXEVsm204oK6ZHBpDCxardhal0K3g { width:8.9375rem;height:1.875rem;top:26.375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNZ4ou0gA4roySKG5z0gacc4snegZLag { 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) { #R5t4GQkeVAQoXcpzBs7dVvOMwqlzWXcx { 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) { #cdx3vuXBW4kyXuHoPsrXxb6H9PXOTu0x { display:block; }
 }@media only screen and (max-width: 763px) { #QBmPKEizroOtIAAxhs1BIpca2ZVZCLKP { 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) { #gMJlKBAO3WF9zs7xgKx319ereRFnRLe8 { display:block; }
 }@media only screen and (max-width: 763px) { #saAoVronGPDTIxpkVmBxzxgqehUQE7Ha { 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) { #Owu2gdEsTSfURztTTtiZU4G5KQA5W7Wx { display:block; }
 }@media only screen and (max-width: 763px) { #wgJnPDTbEmIA6ERdmevzpT7wS7OVsRw5 { 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) { #TNGJ6OOSagnfQQu35QWEI7V051BByVZI { display:block; }
 }@media only screen and (max-width: 763px) { #ZZingnInlwe6nuyHZg4lIWhn08zkKIeu { background-color:#ffffff;background-image:none;display:block; }#ZZingnInlwe6nuyHZg4lIWhn08zkKIeu > .row .container { background-color: transparent; background-image: none; }#ZZingnInlwe6nuyHZg4lIWhn08zkKIeu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZingnInlwe6nuyHZg4lIWhn08zkKIeu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZingnInlwe6nuyHZg4lIWhn08zkKIeu > .row .container > .video-iframe-container { display: none; }#ZZingnInlwe6nuyHZg4lIWhn08zkKIeu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZingnInlwe6nuyHZg4lIWhn08zkKIeu > .row > .video-iframe-container { display: none; }#ZZingnInlwe6nuyHZg4lIWhn08zkKIeu > .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); }#ZZingnInlwe6nuyHZg4lIWhn08zkKIeu > .row .container { width:20rem;height:29.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vzoK4BQfHANleFB40lZiTTRPMLIVDnV9 { width:8.3125rem;height:11.125rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHqGkZ8om4qrI4E3pGpacJFtnChcUyLU { width:8.3125rem;height:11.125rem;top:0rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5FALbLUKog8Qy3GAxBHAntpPffD1kkl { width:8.3125rem;height:11.125rem;top:14.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LydzRzJqWeipmKBnTK9ETFALVE1bNw6R { width:8.3125rem;height:11.125rem;top:14.625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVk3yPsQ62vqcbyWTFFvBbvPA9iXgtwp { width:8.9375rem;height:1.875rem;top:11.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ4KAgB299QKz6GWhfiIg39R6qqLBciT { 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) { #w3q7vmyd7JeizukxMbwRRMN8WWm0X5KX { width:8.9375rem;height:1.875rem;top:11.75rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAW9vqye69Fdrm4eLMn6CtQDc3Lore1g { 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) { #T9bEEO6NT128dt5TL3iTFsUAARu4E7tG { width:8.9375rem;height:1.875rem;top:26.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSLXfF8EzOnWc5iEteVN3Bx6AqfOMWR8 { 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) { #ucJIpNnQ0xBT57k1gLW9PVRW452kGR8P { width:8.9375rem;height:1.875rem;top:26.375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhimOUWdxxPdpfFPcNcIbC3AzxxBKkZe { 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) { #uwBSk7gBPkLZEbgoHkq0HAhLs95kAq9D { 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) { #mt2AbreQqRT7hMEzVVLUrREoz5QncNx9 { display:block; }
 }@media only screen and (max-width: 763px) { #wUBf1VxGS3JhQSWx0pzsVqGBAgu8mxEV { 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) { #kkwkCLiHzzDFHGhpvAN0NXfoyAtLp6mJ { display:block; }
 }@media only screen and (max-width: 763px) { #bcpz1lw90tP0rwf9v6vJekSkIfcxEoLW { 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) { #DzMi1lQ0JcyMVaNMgUP2GbmGd2AWNJxP { display:block; }
 }@media only screen and (max-width: 763px) { #n6BRfFMQoyyTqtgNdgOl1stfMmrmoG4S { 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) { #DN3ftyEbeSJzWdGxzeZ3JRick2AdEQfy { display:block; }
 }@media only screen and (max-width: 763px) { #wr9PyIs0rq4niCSMfP1m4rkGeWZdyr0n { background-color:#ffffff;background-image:none;display:block; }#wr9PyIs0rq4niCSMfP1m4rkGeWZdyr0n > .row .container { background-color: transparent; background-image: none; }#wr9PyIs0rq4niCSMfP1m4rkGeWZdyr0n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wr9PyIs0rq4niCSMfP1m4rkGeWZdyr0n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wr9PyIs0rq4niCSMfP1m4rkGeWZdyr0n > .row .container > .video-iframe-container { display: none; }#wr9PyIs0rq4niCSMfP1m4rkGeWZdyr0n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wr9PyIs0rq4niCSMfP1m4rkGeWZdyr0n > .row > .video-iframe-container { display: none; }#wr9PyIs0rq4niCSMfP1m4rkGeWZdyr0n > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wr9PyIs0rq4niCSMfP1m4rkGeWZdyr0n > .row .container { width:20rem;height:14.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mJelFEMOZUJlm90Pq2fkyBhhC6yVs5El { width:8.3125rem;height:6.1875rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFrsXNTJf09MKp5QAQXWN4KZgUV8bfiE { width:8.9375rem;height:1.875rem;top:6.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #opvUvHMXfLvGCO6qt4Tf4CF1KycTUnTX { width:4.1875rem;height:1.05625rem;top:7.3125rem;left:1.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f9XWVDbF4uka07ssisb7NBifmtaRXRp3 { width:8.3125rem;height:6.1875rem;top:0rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lm3xe952d8gRUZ4lU05lPy7AxkzFmzTt { width:8.9375rem;height:1.875rem;top:6.8125rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmNww3emELmQSTOIP5l7ENr99DpGbWFV { width:4.1875rem;height:1.05625rem;top:7.3125rem;left:11.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JrronuOodT3641eZBT8WQzUEMAgHuc4L { width:1.3125rem;height:1.3125rem;top:7.3125rem;left:7.6875003576281rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJTwm9ztIhilhpkD7FpdeQZ8TkH8o1SK { display:block; }
 }@media only screen and (max-width: 763px) { #R7G7DtCufE9hfbW65Xb2zPClyBB05kql { width:1.3125rem;height:1.3125rem;top:7.3125rem;left:17.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9uoxdkDLTKbZasmq2q9yT5O2wuzpKSK { display:block; }
 }@media only screen and (max-width: 763px) { #CAcG7Ma7Lv5dFfKXPS7BEHHNvRcA9JEo { width:17.5rem;height:2.5rem;top:10.4375rem;left:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVLhDnW7U8MiRCD9kz5QKzmDhT2QsrfZ { 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) { #NrIoNzvATHCUT8My1OcUEoM57o0by2v1 { background-color:#f1efeb;background-image:none;display:block; }#NrIoNzvATHCUT8My1OcUEoM57o0by2v1 > .row .container { background-color: transparent; background-image: none; }#NrIoNzvATHCUT8My1OcUEoM57o0by2v1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NrIoNzvATHCUT8My1OcUEoM57o0by2v1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NrIoNzvATHCUT8My1OcUEoM57o0by2v1 > .row .container > .video-iframe-container { display: none; }#NrIoNzvATHCUT8My1OcUEoM57o0by2v1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NrIoNzvATHCUT8My1OcUEoM57o0by2v1 > .row > .video-iframe-container { display: none; }#NrIoNzvATHCUT8My1OcUEoM57o0by2v1 > .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); }#NrIoNzvATHCUT8My1OcUEoM57o0by2v1 > .row .container { width:20rem;height:44.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zdy3IRM0LAZ7WIbMedphmfEXDpn81l52 { width:8.3125rem;height:11.3125rem;top:0rem;left:0.625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #X3lR7oNMLGrPINGQgTMMBqQivbdy2VVM { 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) { #czsakM6hkTJ2w1cCfJvExQT7Xz48vQMM { display:block; }
 }@media only screen and (max-width: 763px) { #RTermco2rb3qEBSD48NZKGa3Riie9TsQ { 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) { #b5tKP41sF7lGkgfkufGlwwX7yRAukWIX { display:block; }
 }@media only screen and (max-width: 763px) { #gzy8BhiLGI54FaOQDcC9tEfDnC467zq6 { width:8.3125rem;height:11.3125rem;top:0rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6pBHwTUXidOOTArdfWmtZwhabnLbgO4 { 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) { #ULuvaSThzOL1LA0Nmhn0F85orqMyrgzr { display:block; }
 }@media only screen and (max-width: 763px) { #RwnMuJ47oRnFGE8pdseTNzwh2NoCl08e { width:8.3125rem;height:11.3125rem;top:19.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwVzLQzlq33Shk2sBfLqqpXcvzt89UAV { 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) { #bcnhoQcKs1ZphTrh1LQq6gBNfP2CnuZQ { display:block; }
 }@media only screen and (max-width: 763px) { #GvdeaTHwKLv1u73OTietF7Rky26TH67l { width:8.3125rem;height:11.3125rem;top:19.1875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM8xGKOUcTUscCOE91aCzKOgPcnPzhhE { width:20rem;height:0;top:34.8125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uE3JMC0VeQOC4AvAvUN9KlLdLL0Gwq3N { 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) { #JlJX7qimSWdh9I13A5mSZ7fhXT0SJqUf { 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) { #geze21dB5ElcKINsMADx7oImrHX1uIdn { width:8.1875rem;height:14.3125rem;top:0rem;left:0.625rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #d2LcJhw3VUpndtzD8TlwFhaMGTxWECnF { 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) { #MgSf4wDEZssqWdDo4z7TkE6kUxo73qIz { 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) { #BxD9OLTzuuPTUxfmUQtzSvDbCSzqpFIK { 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) { #of4OKrHnyOIvnBlgXaFHl8WN4uBxllJH { 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) { #M2mm1JRIZTVx4d0TbK3BrmuUUG8zNOkv { 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) { #UdpRipSFTFiKtsDvBxvLyII6w2izIkJW { width:4.75rem;height:1.6875rem;top:9.625rem;left:14.625000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEq0qBNmUGJit4hDvamZA0f4JqpPl0GW { 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) { #abbDBOnccr7W9VM6TWkQQxmEQpRdpZxQ { width:4.75rem;height:1.6875rem;top:28.8125rem;left:4.1874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXLn9TSqdmDsLfzrC5b72VLRxETNU5dN { 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) { #rMUZ8lUy2TlHx20HvtRhSCyJELtkUsaK { width:4.75rem;height:1.6875rem;top:28.875rem;left:14.625000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #WABG06eaIFufp2bdsdqu5BgFlxLwlIVk { width:4.75rem;height:1.6875rem;top:9.6875rem;left:4.2499998807907rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #fz3vV9xQsnTaTEaSI4hhhibd93LVt6Wr { width:8.1875rem;height:14.3125rem;top:0rem;left:11.062500357628rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #CPQRGp374fJ0rqfcpJTxAISyCx7rT5xK { width:8.1875rem;height:15.5625rem;top:19.1875rem;left:0.625rem;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #ZkF2AcZGiMuZ32IrF9i9XbgRGbbXAAqB { width:8.1875rem;height:15.5625rem;top:19.1875rem;left:11.062500357628rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #ST9DQpzlXJGI77EHZLSMxQHbgJSiunFE { width:12.8125rem;height:2.3125rem;top:40.875rem;left:3.5624998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #BunkmhazzJUW33VHzLZ6OGctcyO2GF2f { 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) { #JkoUMHtZdvDlyxr5AQkCBC833hTpxawy { 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; }#JkoUMHtZdvDlyxr5AQkCBC833hTpxawy.adaptive-delivery-prevent-bg, #JkoUMHtZdvDlyxr5AQkCBC833hTpxawy.lazyload, #JkoUMHtZdvDlyxr5AQkCBC833hTpxawy.lazyloading { background-image: none; }#JkoUMHtZdvDlyxr5AQkCBC833hTpxawy > .row .container { background-color: transparent; background-image: none; }#JkoUMHtZdvDlyxr5AQkCBC833hTpxawy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(111,30,30,0.59); }#JkoUMHtZdvDlyxr5AQkCBC833hTpxawy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JkoUMHtZdvDlyxr5AQkCBC833hTpxawy > .row .container > .video-iframe-container { display: none; }#JkoUMHtZdvDlyxr5AQkCBC833hTpxawy > .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); }#JkoUMHtZdvDlyxr5AQkCBC833hTpxawy > .row > .video-iframe-container { display: none; }#JkoUMHtZdvDlyxr5AQkCBC833hTpxawy > .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); }#JkoUMHtZdvDlyxr5AQkCBC833hTpxawy > .row .container { width:20rem;height:13.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #btHMaWd7PmCPUOtzqZ8BLsxZkQMqyrHP { 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) { #HQ9XELLyylKWzHDHV6raQlnNJJWXoKNv { 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) { #Hx9E6K1ckxyfk7t67ixTke35vkuoG3S5 { 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) { #LbEgPPHgmT5PbDRkxBmQ1eaNVtTrev5w { 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) { #lxFnF9G3PwziwocWfh9tlSGQ9CvPFLP3 { 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) { #bPBLql38dax8nILsBVVmvR8bZqDyoOCi { 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) { #xfCt2kzlH6ETP8odDOirgqrtHGlCkKCT { 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) { #PClMA4cBDys9Al2xLb48zTTllKzti8gg { display:block; }
 }@media only screen and (max-width: 763px) { #I1imw6VyhC3LP0d7PFLcAf4vlVBPRq3N { 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) { #xMFL4TMCzQLbSuTxrQPJMFkwT5kCC5db { 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) { #B7WHZTQAwGVVtJg9flOOZPtlipoh50Uz { display:block; }
 }@media only screen and (max-width: 763px) { #VxlG3Cm6knJDv4C89SuO1DldvA4KAA3f { 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) { #uoaZ4gKhAFAx79uKgwC8wJlNGqfpEK4R { 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) { #sNrQaq84fuoG5k8CG8VpoltcxxnemGmi { display:block; }
 }@media only screen and (max-width: 763px) { #AxVyea26h7lBHlK62V4yPc4DioEIeWwR { 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) { #rCFRwmad9TtTaZwuloqI4hThfcf5sCSO { 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) { #XdcTpfB6EB3rG0omm8HW3FDcMPzkLDdg { display:block; }
 }@media only screen and (max-width: 763px) { #SU5TCGvVTlviK7t1DzuVbG4GBR8pGFor { 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) { #qnz3Zh8QpuRazIhhNR2ISh1RWe8olyD6 { 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) { #A9eT5GTdTzczuGXAOX3FdRdttL3h5gNO { 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) { #UH2JEVi2PecGi1r1AFPMVvFETmw4l9nK { 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) { #TA2CN0TEv9GRv6XXDGITq4edXTP2siKM { 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) { #XTpO5Z84iquJA6HkLcoP9UFgUPbeLWat { 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; }
 }