.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:19.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.6625003814697rem;left:0rem;height:12.675rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ka6xl2hrwzcqewDQ4O3M64ff9aMbodCU { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:15.625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.28125rem;left:22.1875rem;display:block; }
#pRK0vgHWqhbZhhEXdPSTkoRs5Bpf5d1G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WheQGeEI6vGCE2U8kD3r7NAtJGfkDr0x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WheQGeEI6vGCE2U8kD3r7NAtJGfkDr0x > .row .container { background-color: transparent; background-image: none; }#WheQGeEI6vGCE2U8kD3r7NAtJGfkDr0x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WheQGeEI6vGCE2U8kD3r7NAtJGfkDr0x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WheQGeEI6vGCE2U8kD3r7NAtJGfkDr0x > .row .container > .video-iframe-container { display: none; }#WheQGeEI6vGCE2U8kD3r7NAtJGfkDr0x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WheQGeEI6vGCE2U8kD3r7NAtJGfkDr0x > .row > .video-iframe-container { display: none; }#WheQGeEI6vGCE2U8kD3r7NAtJGfkDr0x > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WheQGeEI6vGCE2U8kD3r7NAtJGfkDr0x > .row .container { border-width: 0; border-radius: 0; }#WheQGeEI6vGCE2U8kD3r7NAtJGfkDr0x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WheQGeEI6vGCE2U8kD3r7NAtJGfkDr0x > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:60rem;position:relative;display:block; }#z0hHaK3b6uh4u1ZXmfVUR8cUoIZoU9G8 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.8125rem;height:2.8125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:0.5625rem;left:48.4375rem;display:block; }
#BbtMTkThcrvs6CpKElwlxBZwdrrZIfHw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ziXDyg4TQANEOyy42D0PlhCVralHVXMQ { box-sizing:content-box;color:#511010;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:0.875rem;left:48.75rem;display:block; }
#rwRpK7ZrlVbaM4TZ8NBHtyEKfMmP6lel { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.8125rem;height:2.8125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:0.5625rem;left:44.0625rem;display:block; }
#ErZaL0ktO2mEcHBlqTEOZpaRthXhDaZe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BNmI0PSxJ9Dh0uWhpCN26Pyigxc5Sebv { box-sizing:content-box;color:#511010;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:0.875rem;left:44.375rem;display:block; }
#II3xQINykAaMTfzABvMPr91Irwiy1IJh { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.8125rem;height:2.8125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:0.5625rem;left:52.8125rem;display:block; }
#eK7ieaLlrq3Nm83bQEruUqdkw9N2ekad { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bfCfbHXnCDaQ8gKOAgnvkXDsdU36fKT2 { box-sizing:content-box;color:#511010;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:0.875rem;left:53.125rem;display:block; }
#nZC4r5Ggg6Crv8D5NML2gXtzFIzBVyxN { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.8125rem;height:2.8125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.5625rem;left:57.1875rem;display:block; }
#QnoRmE2HD6OBHF4ndyoEGDCslUyg4k4w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uKFAJrzkbGm9UQzvWPEmLG668JuEM1h7 { box-sizing:content-box;color:#511010;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:0.875rem;left:57.5rem;display:block; }
#y5vgNTBkS1xGSDgeM0Wk4dDfSMr793k3 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#511010;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3125rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.75rem;left:3.4375rem;display:block; }
#VPW9sQ9i7dtTtXTTHXvfWhoN25J61a8q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ro8y24WowX2NyJT52mN7tLFH7vRv08R0 { position:absolute;display:block;z-index:15010;background-color:#baab21;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:3.4375rem;top:0.75rem;left:0rem;display:block; }
#TdkNFqzxOuGLTEIGlHZfJWISqHwSS8pQ { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:0.75rem;left:0.4375rem;display:block; }
#s2g4uxIicvSwLWScIKsbiTBymnLRJK2l { 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; }#s2g4uxIicvSwLWScIKsbiTBymnLRJK2l > .row .container { border-width: 0; border-radius: 0; }#s2g4uxIicvSwLWScIKsbiTBymnLRJK2l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s2g4uxIicvSwLWScIKsbiTBymnLRJK2l > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:60rem;position:relative;display:none; }#bV1nOoCyATqncfescvQy6hg2GTxpu8ni { 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; }
#Iacie1lZaKO2ZthFrdGNU0drqisfMBId { 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; }
#l4mIeueU56it6mPGkf4vv9ToG9lvwteC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sW2TJmkx8tm9ETZ98n8DZTIvE1P8AZlw { 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; }
#QcF8V0MAv5dTrdZlNmh2nS0lalZPJOdL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QLZAh4M2xIOO1RXhzTEwANWsiKzIqcCT { 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; }
#ZGeqs2nxTEaSbDt1G7HTqiJDUkCtrEe1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A9SMh4WI06RNXoomrNaEG7gcZcDrHdem { 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; }
#boO3NrlsyNVw3xn7AJrhAObBCygMCEkr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uTNdtEZD5hgnpJigvgxVa2fFTpCIc4gQ { 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; }
#GuLpJ6yfnP62dDcq0gr6uL64DQM3Ax5g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WCvvLSP7m0TsoPNaTQ0we6BeCIOGfvue { 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; }
#mwUBPHbytySV6F6Takb0a2D4hbna3iBW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#anb3kgsf4DcBSBP8Ah23qBbX7BtWt31F { 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; }
#fmMKAs1z4B7X3UXfzaPk1Sr48ohO2HLE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DLTektSZtx1vWdiWpoCyHW8z2lVh9g82 { 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; }
#qWh16E1qi4aTrnWL0L9O6DbihSTDpKSk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XJmTD2UOprJcMDEN4hIlEFf0RLGDCBnv { 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; }
#fvTlKpsBKZ8PNLUm0Dl1vrMH5N2nQZSx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q49VRDNe6qZ1UgmPn3g5r5pJiHR24TVE { 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; }
#XRz1iIu5C7euDTgPURr7J3htrmH2cdl8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g9HBNlmANH6ECs1MPEq6u7X2krW1U3AX { 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; }
#NKnWnAZR6VRPTwpaIqk1Q5V42hkWC0l6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sJDqhoX1PN311DBXNGT1X56mn9Lx3WLD { 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; }
#CqKNtAKsdTZ2mCGhXVm79IxNy01pFP9T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oS1IDbzc9r7kCrXXuOPFrFroVvETfS4r { 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; }
#U4dFyyRPQ5wJzsf4yXCtwnO2LSWd2w1H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aiGUyuJLXTz1v0ooksht5azxzJCasTre { 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; }
#w8toFVHgSXOH55ATFNZWxzaSLRTwVcFR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GNeOsXVbeHVFqbCN7JTzlSUrSIwaeguZ { 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; }
#OIQJNZoyUbPxxDkKAIyavUIBtEeuuMWz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WvJUb1bFVVkeeNLldzRc52GPZ2udi3Zw { 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; }
#rs9Pm6amCgCoC22pNTRduJOJrVSSFLFa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#urT3Dni530UsEB7cekuzkBiv8XxqFqr9 { 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; }
#aS9aJnP0m5Zv5qf5DvTEGdQkJqGImdVo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vsGCctCA0gJCoE6fl5kA15ynHoK4UPT8 { 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; }
#gU3tNKcLWKR8r7338nJfTgwpghRPsTsu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O1o1CTmx4MgTg1omTExcJ6r5ZnyAiH0p { 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; }
#fMVK8xN2lSZky2Z5cbIowoO095NtP2iz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GHT9fbTFpWCSidP53zH8VwoIRO4Mh9Rt { 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; }
#ZyWZ5KTczouTStAm22ATTIldiaymR38x { 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; }
#kZkSmuvfSg1H7iZ1tko0pmTvwZetorKO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r4d1IAT2O63Jb9mTuiAieOWDzzcye0n7 { 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; }
#CaTZlr2sgkQfwsJ9iPiTVzTXvAWhXqp1 { 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; }
#eTcTBCdT6yKPdEG9n2kv5tSmGKgZO0Z4 { 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; }
#FfM7gVDBpLTOU43dkbMM9GmCrGWnTEge { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vnQgTbS1lk1IUdIq9F6349RekRTK8sEC { 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; }
#KHaqgiwM8UtbbaVWIMRhkppqsQKhOXdx { 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; }
#fEGZy116nLXGBvBVpqNTAFOvJtPa076T { 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; }
#PBkwkWf8II8AHkAX6hpphwpR8GRSzqeA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/7e87e426-580c-4cc9-ad3b-49ffbffb5fad/009_background2_original.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ.adaptive-delivery-prevent-bg, #PplK27IWeqJeVfVBySsWznQxI54Z3ELQ.lazyload, #PplK27IWeqJeVfVBySsWznQxI54Z3ELQ.lazyloading { background-image: none; }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ > .row .container { background-color: transparent; background-image: none; }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ > .row .container > .video-iframe-container { display: none; }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ > .row > .video-iframe-container { display: none; }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ > .row .container { border-width: 0; border-radius: 0; }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:60rem;position:relative;display:block; }#QiqIKxUvrHHLpLxqTWbGebp9WLmWDXws { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#s71imq6Sf02cXZrfK3ZdFQ43FBlF5zpE { color:#baab21;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.375rem;left:0rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/7e87e426-580c-4cc9-ad3b-49ffbffb5fad/009_background2_original.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt.adaptive-delivery-prevent-bg, #UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt.lazyload, #UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt.lazyloading { background-image: none; }#UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt > .row .container { background-color: transparent; background-image: none; }#UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt > .row .container > .video-iframe-container { display: none; }#UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt > .row > .video-iframe-container { display: none; }#UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt > .row .container { border-width: 0; border-radius: 0; }#UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:60rem;position:relative;display:block; }#DgV6HhaqcGvRAkdrOT5GqpTq3f3brm43 { position:absolute;display:block;z-index:15000;border-top:0.3125rem solid #511010;border-left:0.3125rem solid #511010;border-right:0.3125rem solid #511010;border-bottom:0.3125rem solid #511010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:14.0625rem;top:1.5625rem;left:0.3125rem;overflow:hidden;display:block; }
#hutWBsO2dvx0ZyE9Rv3zbBe3MT2Sg7G1 { position:absolute;display:block;z-index:15005;background-color:#511010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:14.6875rem;top:20.9375rem;left:0.3125rem;display:block; }
#im1qyo9U5Dlx8cowpXaTMLE9FNc2Ponf { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:21.8125rem;left:0.3125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uuT9QRMLlR6kqmSyUkFu5Tyq4PylzB9k { position:absolute;display:block;z-index:15003;border-top:0.3125rem solid #511010;border-left:0.3125rem solid #511010;border-right:0.3125rem solid #511010;border-bottom:0.3125rem solid #511010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:14.0625rem;top:1.5625rem;left:15.25rem;overflow:hidden;display:block; }
#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; }
#Iavpcs2MhJKMeuSVUtTNRIPZi6AOQa69 { position:absolute;display:block;z-index:15008;background-color:#511010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:14.6875rem;top:20.9375rem;left:15.25rem;display:block; }
#GcCgbqUvqpWQaBetDMTyA3wclfiA2BAI { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:21.8125rem;left:15.25rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vO5GiKrZHH4zgKBPwPpCcFn9CJkekKbg { position:absolute;display:block;z-index:15008;background-color:#511010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:14.6875rem;top:20.9375rem;left:30.1875rem;display:block; }
#LxzOTWHvavXMrIc2XSRfx3XMLQ7SihJ8 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:21.8125rem;left:30.1875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MV2D6e0D2evUVxNv7U5ii8o5QpOGfXI3 { position:absolute;display:block;z-index:15011;background-color:#511010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:14.6875rem;top:20.9375rem;left:45.125rem;display:block; }
#ET6MoFFr5cFevXgVb8IsNEM0U6UhdStU { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:21.8125rem;left:45.125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ikBMK9sQqzsqkEUJ8D3kOh0i2wPeKDew { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:21.3125rem;left:10.75rem;display:block; }
#DP12UZC481FHCmT74pdWPXT8BeITTlhM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bgUOTD1fmr62SJE9mK9eKMg0iaV1yrik { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:21.3125rem;left:25.625rem;display:block; }
#DHiu09GBOg83MJZauieGZHZcmtGkADyD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CvFgDhyVeTMUuVuvcXrNLx6eM1g6MBti { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:21.3125rem;left:40.5625rem;display:block; }
#ZbNzmu45SPvysvvWX7fcrInAxFmkQSzM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LAIHliaTfmTRb8hPmJIcAwXZbUaooNEK { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:21.3125rem;left:55.5rem;display:block; }
#iXu2SpxSDG82OT9NbZP5LWB8gqUe8TmQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lk7TAfulyQrwpMbJgBN08H688GpenfDa { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:21.625rem;left:10.75rem;display:none; }
#Hw4f4M0FifQdrekPAPB9kUrtTPqC2eQ1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#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.250001907349rem;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; }#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.25rem;left:0.625rem;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.9375rem;left:0.3125rem;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.3125rem;left:0.3125rem;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.1875rem;left:0.3125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;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.6875rem;left:10.6875rem;display:block; }
#dbShHyDu3zPf9Twdt4DEWRlquEeXxOQ5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#heNQh2zfwrGRPsd6DFJfBtpC2KvCT0SE { 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:18.75rem;width:14.0625rem;top:2.25rem;left:15.64999961853rem;overflow:hidden;display:block; }
#PQLruew2TfBsyIOleTRWKWH1huD1klnp { position:absolute;display:block;z-index:15007;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.9375rem;left:15.33749961853rem;display:block; }
#g4hHKtvtTWoMMn5kXVdTSW2PQ9O5MbZ1 { position:absolute;display:block;z-index:15022;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.3125rem;left:15.33749961853rem;display:block; }
#lHxR7WhPOfi4TC1TapiQKDA9Dnmt12xT { 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:15035;text-align:center;text-align-last:center;top:21.6875rem;left:25.71249961853rem;display:block; }
#QXB3aO8strUbuJv48GPNJ4rJVGNHmAIW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QTexUHd6hmy2ssoAR43WhytXBSwdbFDN { 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:15025;line-height:1.3;letter-spacing:0;top:22.1875rem;left:15.33749961853rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ntGtA8tSFc0tu2V7tpBV47ZAGHlNTJ0A { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:14.0625rem;top:2.25rem;left:30.625rem;overflow:hidden;display:block; }
#Q50zFRbMTb2KZSRC26qQzCfr7KIhT4F0 { position:absolute;display:block;z-index:15012;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.9375rem;left:30.3125rem;display:block; }
#FS46KPziychLCyuTKzlOuMA0nmqRv803 { position:absolute;display:block;z-index:15027;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.3125rem;left:30.3125rem;display:block; }
#Vsyu5rgmlw7u2lO0zLK0cn1A1vEPvP2t { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:21.6875rem;left:40.6875rem;display:block; }
#KiAlTDtMZgJHyn3KyivvoLatwQrZQLge { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#btWLwPysv2aIRB6X2yI1mRldKBfQhkdZ { 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:15030;line-height:1.3;letter-spacing:0;top:22.1875rem;left:30.3125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;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:68.0625rem;width:60rem;position:relative;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.218751907349rem;overflow:hidden;display:block; }
#g2qba96ShVHCZTSKuTGBZOlRwhWNeBbQ { position:absolute;display:block;z-index:15009;border-top:0.3125rem solid #511010;border-left:0.3125rem solid #511010;border-right:0.3125rem solid #511010;border-bottom:0.3125rem solid #511010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:18.9375rem;top:1.875rem;left:40.0625rem;overflow:hidden;display:block; }
#Lm3xe952d8gRUZ4lU05lPy7AxkzFmzTt { position:absolute;display:block;z-index:15011;background-color:#511010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:19.5625rem;top: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; }
#ssRbMhSqWxvh56Lfst4IKSZeBUXfi8P9 { position:absolute;display:block;z-index:15014;background-color:#511010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:19.5625rem;top:16.625rem;left:40.0625rem;display:block; }
#Pb5CJrBqXHhHZK4CnaZ1sUzLGcQStk7d { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:17.5rem;left:40.0625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R7G7DtCufE9hfbW65Xb2zPClyBB05kql { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:16.9375rem;left:35.4375rem;display:block; }
#W9uoxdkDLTKbZasmq2q9yT5O2wuzpKSK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pgqXvoltcJT5iMAP5ziHUbZkMadqxK1H { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:16.9375rem;left:55.3125rem;display:block; }
#BTW4Mk4fNAJtZtF7tR1hlQfQ4POCwAIw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sdtreSIsX0d8xBpnRb5WLgz1buhlZ6U6 { position:absolute;display:block;z-index:15017;background-color:#511010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:19.5625rem;top:16.75rem;left:0.3125rem;display:block; }
#ZVCbCi1sygHgkAsFZgBZSWkg9AUWGRtk { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:17.625rem;left:0.3125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a3EHbHoBVux6kgtlWlT3pBlZ8sm1gs3m { position:absolute;display:block;z-index:15003;border-top:0.3125rem solid #511010;border-left:0.3125rem solid #511010;border-right:0.3125rem solid #511010;border-bottom:0.3125rem solid #511010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:18.9375rem;top:1.9375rem;left:0.3125rem;overflow:hidden;display:block; }
#wHNv1O7I4Q7x57dLL7mDWpkuzLGvyghg { 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:21rem;left:0.3125rem;overflow:hidden;display:block; }
#tTrtAToJtZbJ9Q71xGRhktDRCtebmTBJ { position:absolute;display:block;z-index:15020;background-color:#511010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:19.5625rem;top:35.8125rem;left:0.3125rem;display:block; }
#O3AA71gcGdKlPgEHf6oGzq4Kq8COi1gu { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:36.6875rem;left:0.3125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TgS380mLqltkkH8M3Dsxc5oH7VTH0rwy { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:17.0625rem;left:15.5rem;display:block; }
#kcfbp4QaQTrBCmKHCDQdkePcoq7zXFp8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nJUQlTAgtysy23J1O82Tz6S7cZIq2vuU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:36.125rem;left:15.5625rem;display:block; }
#rUKTnTTvGZnd8DbtU2oyH48afVWRhkkb { 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:60.249217987061rem;left:16.437501907349rem;display:block; }
#WVLhDnW7U8MiRCD9kz5QKzmDhT2QsrfZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oEdmdgxGw16Ed3qBxT7OXa7rBBTGTdVk { position:absolute;display:block;z-index:15024;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:35.8125rem;left:20.25rem;display:block; }
#Od0DaBppd2hE1QMKRLrsadWDEFc8dq0o { 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:15046;text-align:center;text-align-last:center;top:36.125rem;left:35.5rem;display:block; }
#hcs3VBRJRe6OJdy14xyIAH1Sq7HxVmw3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WqQdec18ITca6vFcV9VFBsTDCPNN0FSn { position:absolute;display:block;z-index:15010;border-top:0.3125rem solid #511010;border-left:0.3125rem solid #511010;border-right:0.3125rem solid #511010;border-bottom:0.3125rem solid #511010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.8125rem;top:21rem;left:20.25rem;overflow:hidden;display:block; }
#ePbf8X3JZxzwndTqZtbyEHN3n6zEhCsb { 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:15027;line-height:1.3;letter-spacing:0;top:36.6875rem;left:20.25rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CaaRJabZtBdVWb7qhnX7TcEJvsH2UdDd { position:absolute;display:block;z-index:15028;background-color:#511010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:19.5625rem;top:35.8125rem;left:40.4375rem;display:block; }
#TZWJAN7LckQynmn9DrFKSePznJvuL6il { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:36.125rem;left:55.6875rem;display:block; }
#UDvES75NmhnmKfGms1xURmB9zH8RSmil { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vQBbs7LCTcnRmDC7NNqMdTwOOQXxoUu7 { position:absolute;display:block;z-index:15014;border-top:0.3125rem solid #511010;border-left:0.3125rem solid #511010;border-right:0.3125rem solid #511010;border-bottom:0.3125rem solid #511010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.8125rem;top:21rem;left:40.4375rem;overflow:hidden;display:block; }
#mLWGZCeS7H4x4zbvRiIfuxkpI3Jw5gAr { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:36.6875rem;left:40.4375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wyINGhEKWtAVpXpMx5IXcN6az9Skp3tw { 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:40.125rem;left:0.3125rem;overflow:hidden;display:block; }
#mhRxRlXL4HaO4Sv0M3qMGXXJopWXwLbu { 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:54.8125rem;left:0.3125rem;display:block; }
#iKEgdLpANFwh9L8xVDZeBfJPIQmHGucw { 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:55.125rem;left:15.5625rem;display:block; }
#TnLmkm2vez8g8cwL90rXoSq1N7EeOkU5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QhQgRpfDcPLUmbmdErtI26bF1UlyE3FB { 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:55.6875rem;left:0.3125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tHHSAT9smfKx7EMn3NRqE2o2MqG5pVrp { position:absolute;display:block;z-index:15007;border-top:0.3125rem solid #511010;border-left:0.3125rem solid #511010;border-right:0.3125rem solid #511010;border-bottom:0.3125rem solid #511010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.8125rem;top:40.125rem;left:20.25rem;overflow:hidden;display:block; }
#RGRUhlkG1X0Pyby5LBrwZ3MZwqIt6Pgm { position:absolute;display:block;z-index:15012;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:54.8125rem;left:20.25rem;display:block; }
#Vzg5LW6zeqlVSiw9UkPiTCMUMix8EJpJ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:55.125rem;left:35.5rem;display:block; }
#Qb17nhrXpSFwIyqtcDyWida9LCk1mxqQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yDDNcRb6NltsVJnSKVNTbMosuorAANVF { 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:15015;line-height:1.3;letter-spacing:0;top:55.6875rem;left:20.25rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PwI4lLW1610xSq1T51kZRUMwxMdRzdnV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/df861da6-00d0-433a-9950-2ed6aa29b129/backgroundtecidos.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PwI4lLW1610xSq1T51kZRUMwxMdRzdnV.adaptive-delivery-prevent-bg, #PwI4lLW1610xSq1T51kZRUMwxMdRzdnV.lazyload, #PwI4lLW1610xSq1T51kZRUMwxMdRzdnV.lazyloading { background-image: none; }#PwI4lLW1610xSq1T51kZRUMwxMdRzdnV > .row .container { background-color: transparent; background-image: none; }#PwI4lLW1610xSq1T51kZRUMwxMdRzdnV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwI4lLW1610xSq1T51kZRUMwxMdRzdnV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwI4lLW1610xSq1T51kZRUMwxMdRzdnV > .row .container > .video-iframe-container { display: none; }#PwI4lLW1610xSq1T51kZRUMwxMdRzdnV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwI4lLW1610xSq1T51kZRUMwxMdRzdnV > .row > .video-iframe-container { display: none; }#PwI4lLW1610xSq1T51kZRUMwxMdRzdnV > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwI4lLW1610xSq1T51kZRUMwxMdRzdnV > .row .container { border-width: 0; border-radius: 0; }#PwI4lLW1610xSq1T51kZRUMwxMdRzdnV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PwI4lLW1610xSq1T51kZRUMwxMdRzdnV > .row .container { font-size:0.875rem;font-family:arial;height:36.125rem;width:60rem;position:relative;display:block; }#OlTcsK4E7EctzTriliXNJznJr6ObUqvI { color:rgba(var(--color-tertiary-4),1);display:block;width:23.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.2354164123535rem;left:32.6875rem;height:6.3375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Prg3wTk98EAJXh6KXILr70hoaIVzHTuh { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.9375rem;top:13.96875rem;left:32.6875rem;overflow:hidden;display:block; }
#gxwIM7fy9gbbfcXxaxGtiJMbSNtefRH6 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:13.835418701172rem;left:36.25rem;height:4.14375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KTy9Wfw1PWTtlhW8LRDvJd00Arvf4rW7 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.6875rem;top:14rem;left:41.5625rem;overflow:hidden;display:block; }
#M6oE1tTI6PTSvlzIoD90o7A9FLhn6oA0 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:14rem;left:44.875rem;height:4.14375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#giDv74kdsXlzTmLfd1v0WJRKoOVSb8MT { color:rgba(var(--color-tertiary-4),1);display:block;width:5.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:14.0625rem;left:54.75rem;height:4.14375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VxylhOZVaAym1946PdQw93BkMo25wmFT { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:14.0625rem;left:51.375rem;overflow:hidden;display:block; }
#U2Ulw5snCeO2t4pA6VZRcr8ywRr0Q9gx { color:#baab21;display:block;width:27.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:11.0625rem;left:32.75rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A3z7iqm1kN0MNQuSBgcdMvacRgb1qvd8 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:19.625rem;left:32.6875rem;height:6.90625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JpPGgnGlDbNuXnBsl6UVtBhMADzxk1n9 { background-color:#511010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:28.3125rem;left:32.6875rem;display:block; }
#zaXyB0N3wSe2sdtClGTCkbWGQCBB3Zet { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TgfsW9XUxB1gWPB60RTsWldzfKBmZDrH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.75rem;width:30rem;display:none; }
#bI055Tz7rrdTBdSsvFP3f133ukloxFoC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/7e87e426-580c-4cc9-ad3b-49ffbffb5fad/009_background2_original.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC.adaptive-delivery-prevent-bg, #bI055Tz7rrdTBdSsvFP3f133ukloxFoC.lazyload, #bI055Tz7rrdTBdSsvFP3f133ukloxFoC.lazyloading { background-image: none; }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .row .container { background-color: transparent; background-image: none; }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .row .container > .video-iframe-container { display: none; }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .row > .video-iframe-container { display: none; }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .row .container { border-width: 0; border-radius: 0; }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:60rem;position:relative;display:block; }#hUncICQbHHJNct7fhaCNw7vlIiQhTORp { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uU7gvG3AOfNeqKC80UWTukpT3mi6Zs7F { color:#baab21;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.375rem;left:0rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o46XdWNLD4JRddO4yErpreSnVWExT8i7 { 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; }#o46XdWNLD4JRddO4yErpreSnVWExT8i7.adaptive-delivery-prevent-bg, #o46XdWNLD4JRddO4yErpreSnVWExT8i7.lazyload, #o46XdWNLD4JRddO4yErpreSnVWExT8i7.lazyloading { background-image: none; }#o46XdWNLD4JRddO4yErpreSnVWExT8i7 > .row .container { background-color: transparent; background-image: none; }#o46XdWNLD4JRddO4yErpreSnVWExT8i7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o46XdWNLD4JRddO4yErpreSnVWExT8i7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o46XdWNLD4JRddO4yErpreSnVWExT8i7 > .row .container > .video-iframe-container { display: none; }#o46XdWNLD4JRddO4yErpreSnVWExT8i7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o46XdWNLD4JRddO4yErpreSnVWExT8i7 > .row > .video-iframe-container { display: none; }#o46XdWNLD4JRddO4yErpreSnVWExT8i7 > .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); }#o46XdWNLD4JRddO4yErpreSnVWExT8i7 > .row .container { border-width: 0; border-radius: 0; }#o46XdWNLD4JRddO4yErpreSnVWExT8i7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o46XdWNLD4JRddO4yErpreSnVWExT8i7 > .row .container { font-size:0.875rem;font-family:arial;height:31.5625rem;width:60rem;position:relative;display:block; }#FsKeEr1A98KvXpTzfDddRnp9cTnKsoBp { 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; }#FsKeEr1A98KvXpTzfDddRnp9cTnKsoBp.adaptive-delivery-prevent-bg, #FsKeEr1A98KvXpTzfDddRnp9cTnKsoBp.lazyload, #FsKeEr1A98KvXpTzfDddRnp9cTnKsoBp.lazyloading { background-image: none; }
#SWdunCkS4RwH214XabzT0C31ZAs3EWls { 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; }
#hBagzm0TP7QKw2Hby3cn0x9iQmr9f9GX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IxfDTosbW80iM959CHaQLk4CgZEenRx7 { 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; }
#kJmrOvb5Pu0Q5i78gGwOumN8Z3OusItZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p4ibZFJ88Rm3ByIHgV7n9WyzA4L2vv0L { 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; }#p4ibZFJ88Rm3ByIHgV7n9WyzA4L2vv0L.adaptive-delivery-prevent-bg, #p4ibZFJ88Rm3ByIHgV7n9WyzA4L2vv0L.lazyload, #p4ibZFJ88Rm3ByIHgV7n9WyzA4L2vv0L.lazyloading { background-image: none; }
#N9a1ubZtRcpRVJoAtfpzSAPO5M8HrIZr { 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; }
#LoUF6r4hKfvIGyFSnS2eCPfPooIaT4xM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BbXuGaFkc8IiZZyIbe6RWQ9i0nfIDItR { 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; }#BbXuGaFkc8IiZZyIbe6RWQ9i0nfIDItR.adaptive-delivery-prevent-bg, #BbXuGaFkc8IiZZyIbe6RWQ9i0nfIDItR.lazyload, #BbXuGaFkc8IiZZyIbe6RWQ9i0nfIDItR.lazyloading { background-image: none; }
#Q2Xr1NlspxkMfCnVuJ2QtNwiA38HNIRw { 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; }
#msLiaCpc4p2pJGdTpeiDozpDtqBhAcBg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FOQ8zOoExMwyGVT4xc87Et4hkWXpJzq4 { 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; }#FOQ8zOoExMwyGVT4xc87Et4hkWXpJzq4.adaptive-delivery-prevent-bg, #FOQ8zOoExMwyGVT4xc87Et4hkWXpJzq4.lazyload, #FOQ8zOoExMwyGVT4xc87Et4hkWXpJzq4.lazyloading { background-image: none; }
#eZWuVqxb4h7K0ybpVyqy7KGuKkMooGRA { 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; }
#O0aRSE5xtBClPhnMRC4qJfssMegeSNgG { 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; }
#VhwVRTfNDaZ2NkJ2ZzwkDBAMEaaobqgv { 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; }
#uiZ9c1vR7szkTFvurZWJCqn9Rp6ksF0B { 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; }
#E1siZk0LdEpTXQI7aK3CZ8O6lJtcxsTv { 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; }
#vL0opbI1ahDl1QxKqnH0DpI4H8kzbcoF { 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; }
#t0fzpoxisThhKQR6Nvfp0nfrRJPX9GXU { 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; }
#oW34T1A9w4q7kDxq2qGkZFAwvWJFFMrW { 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; }
#rF7yQIg1guh0y7mkm0Z7DXBUzb5ET8fO { 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; }
#ZqRetEbp16m4DxlRHbQVXZSTw3IVcMoZ { 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; }
#fpI49XKNHVnpy91K9P7KD6dp1a7rIosE { 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; }
#ZNfnIPWiiWbOqlWHkK8gQ6yIJVf3bn6n { 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; }
#WCqnqkhXgXurAu41p5hXalpv4HWL45gc { 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; }
#bGnthnfy6AnowyWh5ETqMgk8xoK9sk0S { 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; }
#iPiaCxuz3T7dIPrfdZkFVpmUOM01uVOW { 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; }
#fH3wFF7T9w1ufsc8UJea9JJxF0NIO8lo { 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; }
#i4mUOy5e3aCqeynsURlHT9XkW2JlVCFz { 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; }
#A3TssuNeOd2MQXvGiTitDBCn9leXk8Ti { 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; }
#NCLGgvvoQf7An4CixInrdphV437hqiWn { 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; }
#eLEGAJApTmJpv8pAOe52NMT9OIvetWwm { 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; }#GfAL2ywolQ7DiZwr7NbyTZGbX7GqHw9q { 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; }#GfAL2ywolQ7DiZwr7NbyTZGbX7GqHw9q.adaptive-delivery-prevent-bg, #GfAL2ywolQ7DiZwr7NbyTZGbX7GqHw9q.lazyload, #GfAL2ywolQ7DiZwr7NbyTZGbX7GqHw9q.lazyloading { background-image: none; }#GfAL2ywolQ7DiZwr7NbyTZGbX7GqHw9q > .row .container { background-color: transparent; background-image: none; }#GfAL2ywolQ7DiZwr7NbyTZGbX7GqHw9q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(81,16,16,0.59); }#GfAL2ywolQ7DiZwr7NbyTZGbX7GqHw9q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GfAL2ywolQ7DiZwr7NbyTZGbX7GqHw9q > .row .container > .video-iframe-container { display: none; }#GfAL2ywolQ7DiZwr7NbyTZGbX7GqHw9q > .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); }#GfAL2ywolQ7DiZwr7NbyTZGbX7GqHw9q > .row > .video-iframe-container { display: none; }#GfAL2ywolQ7DiZwr7NbyTZGbX7GqHw9q > .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); }#GfAL2ywolQ7DiZwr7NbyTZGbX7GqHw9q > .row .container { border-width: 0; border-radius: 0; }#GfAL2ywolQ7DiZwr7NbyTZGbX7GqHw9q::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; }#GfAL2ywolQ7DiZwr7NbyTZGbX7GqHw9q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GfAL2ywolQ7DiZwr7NbyTZGbX7GqHw9q > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:60rem;position:relative;display:block; }#hmlns4UgiwPWSWKCz3imWfUE3TqZqTFw { 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; }
#Mmo5Ec3HBUR4RkHUqB7VxIlSp0CXUVIH { 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; }
#sPBxguwx50PWxAGBKegthuQKUBpomTmV { 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; }
#JfxhhE5G0LUHHsgoZHUFXA9ROa5oXlzF { 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; }
#t8K3ZFo5HtlaKB1EPwnR2MSqRin4OVvD { 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; }
#i1oebG3ltF9MgscA6lFOc1Adi8mieam6 { 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; }
#MssCzX5N4ng2TqhWqOlX1rTMxolaqOiE { 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; }
#FsqCkJ6Io3pDMarc21rsThV8XWFrImZ8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#peAgupyTIHx9XEP3Td1hbH8vdITLy2Vt { 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; }
#SO6UgAnQHwPN3RoKz5wxOQvp4SCysrzQ { 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; }
#XsT2HyiaAUilrE9lzIpoGiDVo0NLinAL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IlHCyFLJ8WpJbUkQOomK3ptnp8qMmEDU { 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; }
#XTxXxr7NCNwktMOh6QzeGZPIdo6hsVJv { 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; }
#dGmiKzBF0kHG4yv7HnIdTqqi47UTGvhg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VmR2t5qk3SbZQ0T0Wlvzp5pSq1nLM3Nl { 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; }
#JJnrxNGn902QUhxo7DeSW0XmqqcPZUBZ { 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; }
#G6wOJSNsTl40qIxxOk8TXP1hkoNzZzrN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fewzxBUssvwVhILDtXLVAMOynPTczcPK { 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; }
#lPneTxtW8T4bGHpCO5tplvHdUhVQHivD { 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; }
#O3RJ02AluMlMuqurxxl8A1ODJWh46bzQ { 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; }
#GP5b645IaTiQ0Jv9NDJXUqo9zsfyLpe5 { 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; }
#X6HZH4PCxDi1RrJieDqWgUreoUwH6qFA { 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; }
#GkTggubo2DF4Ux4gWeaAEhqMpUrAImiD { color:rgba(var(--color-tertiary-0),1);display:block;width:12.875rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:1.5rem;left:31.875rem;height:3.9rem;text-align:center;text-align-last:center;display:none; }
#PTMAzZgez8QG8DeW91hKq2lQIywaFyTy { position:relative;display:none; }#PTMAzZgez8QG8DeW91hKq2lQIywaFyTy { border-width: 0; border-radius: 0; }#PTMAzZgez8QG8DeW91hKq2lQIywaFyTy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PTMAzZgez8QG8DeW91hKq2lQIywaFyTy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#511010;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo > .row .container { background-color: transparent; background-image: none; }#RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo > .row .container > .video-iframe-container { display: none; }#RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo > .row > .video-iframe-container { display: none; }#RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo > .row .container { border-width: 0; border-radius: 0; }#RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:60rem;position:relative;display:block; }#grXtSuiKixb1Gh1lQ97MXRESqZ6BXU9X { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:15.625rem;top:2.1875rem;left:22.1875rem;overflow:hidden;display:block; }
#Bycr9EimnPSmXXKcwr59cOuehAOH9LUT { color:rgba(var(--color-tertiary-0),1);display:block;width:37.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:14.325000762939rem;left:11.0625rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT { display:block; }#zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VwwRIeIoxnwp0TnlqZX30qeJR9EafCk0 { top:4.6875rem;left:17.625rem;width:12.375rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #owAZ7w9qSeD98fBpXKIHErUkVDtRGJzT { top:1.25rem;left:16.0625rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cx9lgi5WHhQJ87wZhx11kW1bcBDDlbXE { top:17.6875rem;left:21.1875rem;width:5.75rem;height:1.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhanSckCiXziKk1KkzrcgBHqAmeTQUnb { top:19.5625rem;left:22.1875rem;width:3.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT36ZgZQUtnft6ZwK7Tq6RGGbB243boM { top:16.25rem;left:20.75rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvIn9moDHHdAaFG8claa7uMnDSTl34bU { top:5.625rem;left:0rem;width:19.5rem;height:12.625rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ka6xl2hrwzcqewDQ4O3M64ff9aMbodCU { width:15.625rem;height:15.625rem;top:1.25rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRK0vgHWqhbZhhEXdPSTkoRs5Bpf5d1G { display:block; }
 }@media only screen and (max-width: 763px) { #WheQGeEI6vGCE2U8kD3r7NAtJGfkDr0x { display:block; }#WheQGeEI6vGCE2U8kD3r7NAtJGfkDr0x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z0hHaK3b6uh4u1ZXmfVUR8cUoIZoU9G8 { width:2.8125rem;height:2.8125rem;top:0.5625rem;left:42.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbtMTkThcrvs6CpKElwlxBZwdrrZIfHw { display:block; }
 }@media only screen and (max-width: 763px) { #ziXDyg4TQANEOyy42D0PlhCVralHVXMQ { top:0.875rem;left:42.625rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwRpK7ZrlVbaM4TZ8NBHtyEKfMmP6lel { width:2.8125rem;height:2.8125rem;top:0.5625rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErZaL0ktO2mEcHBlqTEOZpaRthXhDaZe { display:block; }
 }@media only screen and (max-width: 763px) { #BNmI0PSxJ9Dh0uWhpCN26Pyigxc5Sebv { top:0.875rem;left:38.25rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #II3xQINykAaMTfzABvMPr91Irwiy1IJh { width:2.8125rem;height:2.8125rem;top:0.5625rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eK7ieaLlrq3Nm83bQEruUqdkw9N2ekad { display:block; }
 }@media only screen and (max-width: 763px) { #bfCfbHXnCDaQ8gKOAgnvkXDsdU36fKT2 { top:0.875rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZC4r5Ggg6Crv8D5NML2gXtzFIzBVyxN { width:2.8125rem;height:2.8125rem;top:0.5625rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnoRmE2HD6OBHF4ndyoEGDCslUyg4k4w { display:block; }
 }@media only screen and (max-width: 763px) { #uKFAJrzkbGm9UQzvWPEmLG668JuEM1h7 { top:0.875rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5vgNTBkS1xGSDgeM0Wk4dDfSMr793k3 { width:8.3125rem;height:2.5rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPW9sQ9i7dtTtXTTHXvfWhoN25J61a8q { display:block; }
 }@media only screen and (max-width: 763px) { #ro8y24WowX2NyJT52mN7tLFH7vRv08R0 { top:0.75rem;left:0rem;width:3.4375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdkNFqzxOuGLTEIGlHZfJWISqHwSS8pQ { top:0.75rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2g4uxIicvSwLWScIKsbiTBymnLRJK2l { display:none; }#s2g4uxIicvSwLWScIKsbiTBymnLRJK2l > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bV1nOoCyATqncfescvQy6hg2GTxpu8ni { top:0.75rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iacie1lZaKO2ZthFrdGNU0drqisfMBId { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #l4mIeueU56it6mPGkf4vv9ToG9lvwteC { display:block; }
 }@media only screen and (max-width: 763px) { #sW2TJmkx8tm9ETZ98n8DZTIvE1P8AZlw { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #QcF8V0MAv5dTrdZlNmh2nS0lalZPJOdL { display:block; }
 }@media only screen and (max-width: 763px) { #QLZAh4M2xIOO1RXhzTEwANWsiKzIqcCT { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #ZGeqs2nxTEaSbDt1G7HTqiJDUkCtrEe1 { display:block; }
 }@media only screen and (max-width: 763px) { #A9SMh4WI06RNXoomrNaEG7gcZcDrHdem { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #boO3NrlsyNVw3xn7AJrhAObBCygMCEkr { display:block; }
 }@media only screen and (max-width: 763px) { #uTNdtEZD5hgnpJigvgxVa2fFTpCIc4gQ { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #GuLpJ6yfnP62dDcq0gr6uL64DQM3Ax5g { display:block; }
 }@media only screen and (max-width: 763px) { #WCvvLSP7m0TsoPNaTQ0we6BeCIOGfvue { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #mwUBPHbytySV6F6Takb0a2D4hbna3iBW { display:block; }
 }@media only screen and (max-width: 763px) { #anb3kgsf4DcBSBP8Ah23qBbX7BtWt31F { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #fmMKAs1z4B7X3UXfzaPk1Sr48ohO2HLE { display:block; }
 }@media only screen and (max-width: 763px) { #DLTektSZtx1vWdiWpoCyHW8z2lVh9g82 { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #qWh16E1qi4aTrnWL0L9O6DbihSTDpKSk { display:block; }
 }@media only screen and (max-width: 763px) { #XJmTD2UOprJcMDEN4hIlEFf0RLGDCBnv { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #fvTlKpsBKZ8PNLUm0Dl1vrMH5N2nQZSx { display:block; }
 }@media only screen and (max-width: 763px) { #Q49VRDNe6qZ1UgmPn3g5r5pJiHR24TVE { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #XRz1iIu5C7euDTgPURr7J3htrmH2cdl8 { display:block; }
 }@media only screen and (max-width: 763px) { #g9HBNlmANH6ECs1MPEq6u7X2krW1U3AX { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #NKnWnAZR6VRPTwpaIqk1Q5V42hkWC0l6 { display:block; }
 }@media only screen and (max-width: 763px) { #sJDqhoX1PN311DBXNGT1X56mn9Lx3WLD { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #CqKNtAKsdTZ2mCGhXVm79IxNy01pFP9T { display:block; }
 }@media only screen and (max-width: 763px) { #oS1IDbzc9r7kCrXXuOPFrFroVvETfS4r { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #U4dFyyRPQ5wJzsf4yXCtwnO2LSWd2w1H { display:block; }
 }@media only screen and (max-width: 763px) { #aiGUyuJLXTz1v0ooksht5azxzJCasTre { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #w8toFVHgSXOH55ATFNZWxzaSLRTwVcFR { display:block; }
 }@media only screen and (max-width: 763px) { #GNeOsXVbeHVFqbCN7JTzlSUrSIwaeguZ { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #OIQJNZoyUbPxxDkKAIyavUIBtEeuuMWz { display:block; }
 }@media only screen and (max-width: 763px) { #WvJUb1bFVVkeeNLldzRc52GPZ2udi3Zw { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #rs9Pm6amCgCoC22pNTRduJOJrVSSFLFa { display:block; }
 }@media only screen and (max-width: 763px) { #urT3Dni530UsEB7cekuzkBiv8XxqFqr9 { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #aS9aJnP0m5Zv5qf5DvTEGdQkJqGImdVo { display:block; }
 }@media only screen and (max-width: 763px) { #vsGCctCA0gJCoE6fl5kA15ynHoK4UPT8 { width:2.8125rem;height:2.8125rem;top:2.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gU3tNKcLWKR8r7338nJfTgwpghRPsTsu { display:block; }
 }@media only screen and (max-width: 763px) { #O1o1CTmx4MgTg1omTExcJ6r5ZnyAiH0p { width:2.8125rem;height:2.8125rem;top:2.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fMVK8xN2lSZky2Z5cbIowoO095NtP2iz { display:block; }
 }@media only screen and (max-width: 763px) { #GHT9fbTFpWCSidP53zH8VwoIRO4Mh9Rt { top:2.3125rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZyWZ5KTczouTStAm22ATTIldiaymR38x { width:2.8125rem;height:2.8125rem;top:2.0625rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kZkSmuvfSg1H7iZ1tko0pmTvwZetorKO { display:block; }
 }@media only screen and (max-width: 763px) { #r4d1IAT2O63Jb9mTuiAieOWDzzcye0n7 { top:2.375rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CaTZlr2sgkQfwsJ9iPiTVzTXvAWhXqp1 { 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) { #eTcTBCdT6yKPdEG9n2kv5tSmGKgZO0Z4 { width:2.8125rem;height:2.8125rem;top:2.0625rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FfM7gVDBpLTOU43dkbMM9GmCrGWnTEge { display:block; }
 }@media only screen and (max-width: 763px) { #vnQgTbS1lk1IUdIq9F6349RekRTK8sEC { 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) { #KHaqgiwM8UtbbaVWIMRhkppqsQKhOXdx { 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) { #fEGZy116nLXGBvBVpqNTAFOvJtPa076T { width:2.8125rem;height:2.8125rem;top:2.0625rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PBkwkWf8II8AHkAX6hpphwpR8GRSzqeA { display:block; }
 }@media only screen and (max-width: 763px) { #PplK27IWeqJeVfVBySsWznQxI54Z3ELQ { display:block; }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QiqIKxUvrHHLpLxqTWbGebp9WLmWDXws { top:3.0625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s71imq6Sf02cXZrfK3ZdFQ43FBlF5zpE { top:6.375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt { display:block; }#UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DgV6HhaqcGvRAkdrOT5GqpTq3f3brm43 { top:1.5625rem;left:0rem;width:14.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hutWBsO2dvx0ZyE9Rv3zbBe3MT2Sg7G1 { top:20.9375rem;left:0rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #im1qyo9U5Dlx8cowpXaTMLE9FNc2Ponf { top:21.8125rem;left:0rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuT9QRMLlR6kqmSyUkFu5Tyq4PylzB9k { top:1.5625rem;left:9.125rem;width:14.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #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) { #Iavpcs2MhJKMeuSVUtTNRIPZi6AOQa69 { top:20.9375rem;left:9.125rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcCgbqUvqpWQaBetDMTyA3wclfiA2BAI { top:21.8125rem;left:9.1250019073488rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vO5GiKrZHH4zgKBPwPpCcFn9CJkekKbg { top:20.9375rem;left:24.0625rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxzOTWHvavXMrIc2XSRfx3XMLQ7SihJ8 { top:21.8125rem;left:24.062501907349rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MV2D6e0D2evUVxNv7U5ii8o5QpOGfXI3 { top:20.9375rem;left:33.0625rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET6MoFFr5cFevXgVb8IsNEM0U6UhdStU { top:21.8125rem;left:39.000001907349rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikBMK9sQqzsqkEUJ8D3kOh0i2wPeKDew { width:2.5rem;height:2.5rem;top:21.3125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DP12UZC481FHCmT74pdWPXT8BeITTlhM { display:block; }
 }@media only screen and (max-width: 763px) { #bgUOTD1fmr62SJE9mK9eKMg0iaV1yrik { width:2.5rem;height:2.5rem;top:21.3125rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHiu09GBOg83MJZauieGZHZcmtGkADyD { display:block; }
 }@media only screen and (max-width: 763px) { #CvFgDhyVeTMUuVuvcXrNLx6eM1g6MBti { width:2.5rem;height:2.5rem;top:21.3125rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbNzmu45SPvysvvWX7fcrInAxFmkQSzM { display:block; }
 }@media only screen and (max-width: 763px) { #LAIHliaTfmTRb8hPmJIcAwXZbUaooNEK { width:2.5rem;height:2.5rem;top:21.3125rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXu2SpxSDG82OT9NbZP5LWB8gqUe8TmQ { display:block; }
 }@media only screen and (max-width: 763px) { #Lk7TAfulyQrwpMbJgBN08H688GpenfDa { width:2.5rem;height:2.5rem;top:21.625rem;left:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hw4f4M0FifQdrekPAPB9kUrtTPqC2eQ1 { display:block; }
 }@media only screen and (max-width: 763px) { #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.1250019073488rem;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) { #IOUnC11ovuLdQgQzW92VgC0EDNEmuHd7 { top:2.25rem;left:0rem;width:14.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3lkS1I5WAy2gAsOUr70s0wzaupVJFdS { top:1.9375rem;left:0rem;width:14rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXkINCVZDeVkt9rRL604sBOICd66ZwnS { top:21.3125rem;left:0rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N32Vn4Sh7FR0pbMdA6WxrvinIyrlcqtT { top:22.1875rem;left:0rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2TiwKbAyLy8sLnUEBeo0AUZfsITuh3w { width:2.5rem;height:2.5rem;top:21.6875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbShHyDu3zPf9Twdt4DEWRlquEeXxOQ5 { display:block; }
 }@media only screen and (max-width: 763px) { #heNQh2zfwrGRPsd6DFJfBtpC2KvCT0SE { top:2.25rem;left:9.52499961853rem;width:14.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQLruew2TfBsyIOleTRWKWH1huD1klnp { top:1.9375rem;left:9.21249961853rem;width:14rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4hHKtvtTWoMMn5kXVdTSW2PQ9O5MbZ1 { top:21.3125rem;left:9.21249961853rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHxR7WhPOfi4TC1TapiQKDA9Dnmt12xT { width:2.5rem;height:2.5rem;top:21.6875rem;left:19.58749961853rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXB3aO8strUbuJv48GPNJ4rJVGNHmAIW { display:block; }
 }@media only screen and (max-width: 763px) { #QTexUHd6hmy2ssoAR43WhytXBSwdbFDN { top:22.1875rem;left:9.21249961853rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntGtA8tSFc0tu2V7tpBV47ZAGHlNTJ0A { top:2.25rem;left:24.5rem;width:14.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q50zFRbMTb2KZSRC26qQzCfr7KIhT4F0 { top:1.9375rem;left:24.1875rem;width:14rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FS46KPziychLCyuTKzlOuMA0nmqRv803 { top:21.3125rem;left:24.1875rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vsyu5rgmlw7u2lO0zLK0cn1A1vEPvP2t { width:2.5rem;height:2.5rem;top:21.6875rem;left:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiAlTDtMZgJHyn3KyivvoLatwQrZQLge { display:block; }
 }@media only screen and (max-width: 763px) { #btWLwPysv2aIRB6X2yI1mRldKBfQhkdZ { top:22.1875rem;left:24.187501907349rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;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) { #f9XWVDbF4uka07ssisb7NBifmtaRXRp3 { top:1.9375rem;left:14.093751907349rem;width:18.9375rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2qba96ShVHCZTSKuTGBZOlRwhWNeBbQ { top:1.875rem;left:28.1875rem;width:18.9375rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lm3xe952d8gRUZ4lU05lPy7AxkzFmzTt { top:16.625rem;left:14.0625rem;width:19.5625rem;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) { #ssRbMhSqWxvh56Lfst4IKSZeBUXfi8P9 { top:16.625rem;left:28.1875rem;width:19.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb5CJrBqXHhHZK4CnaZ1sUzLGcQStk7d { top:17.5rem;left:33.937501907349rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7G7DtCufE9hfbW65Xb2zPClyBB05kql { width:2.5rem;height:2.5rem;top:16.9375rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9uoxdkDLTKbZasmq2q9yT5O2wuzpKSK { display:block; }
 }@media only screen and (max-width: 763px) { #pgqXvoltcJT5iMAP5ziHUbZkMadqxK1H { width:2.5rem;height:2.5rem;top:16.9375rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTW4Mk4fNAJtZtF7tR1hlQfQ4POCwAIw { display:block; }
 }@media only screen and (max-width: 763px) { #sdtreSIsX0d8xBpnRb5WLgz1buhlZ6U6 { top:16.75rem;left:0rem;width:19.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVCbCi1sygHgkAsFZgBZSWkg9AUWGRtk { top:17.625rem;left:0rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3EHbHoBVux6kgtlWlT3pBlZ8sm1gs3m { top:1.9375rem;left:0rem;width:18.9375rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHNv1O7I4Q7x57dLL7mDWpkuzLGvyghg { top:21rem;left:0rem;width:18.9375rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTrtAToJtZbJ9Q71xGRhktDRCtebmTBJ { top:35.8125rem;left:0rem;width:19.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3AA71gcGdKlPgEHf6oGzq4Kq8COi1gu { top:36.6875rem;left:0rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgS380mLqltkkH8M3Dsxc5oH7VTH0rwy { width:2.5rem;height:2.5rem;top:17.0625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcfbp4QaQTrBCmKHCDQdkePcoq7zXFp8 { display:block; }
 }@media only screen and (max-width: 763px) { #nJUQlTAgtysy23J1O82Tz6S7cZIq2vuU { width:2.5rem;height:2.5rem;top:36.125rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUKTnTTvGZnd8DbtU2oyH48afVWRhkkb { display:block; }
 }@media only screen and (max-width: 763px) { #CAcG7Ma7Lv5dFfKXPS7BEHHNvRcA9JEo { width:25rem;height:3.4375rem;top:60.1875rem;left:10.312501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVLhDnW7U8MiRCD9kz5QKzmDhT2QsrfZ { display:block; }
 }@media only screen and (max-width: 763px) { #oEdmdgxGw16Ed3qBxT7OXa7rBBTGTdVk { top:35.8125rem;left:14.125rem;width:19.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Od0DaBppd2hE1QMKRLrsadWDEFc8dq0o { width:2.5rem;height:2.5rem;top:36.125rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcs3VBRJRe6OJdy14xyIAH1Sq7HxVmw3 { display:block; }
 }@media only screen and (max-width: 763px) { #WqQdec18ITca6vFcV9VFBsTDCPNN0FSn { top:21rem;left:14.125rem;width:18.8125rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePbf8X3JZxzwndTqZtbyEHN3n6zEhCsb { top:36.6875rem;left:14.125001907349rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaaRJabZtBdVWb7qhnX7TcEJvsH2UdDd { top:35.8125rem;left:28.1875rem;width:19.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZWJAN7LckQynmn9DrFKSePznJvuL6il { width:2.5rem;height:2.5rem;top:36.125rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDvES75NmhnmKfGms1xURmB9zH8RSmil { display:block; }
 }@media only screen and (max-width: 763px) { #vQBbs7LCTcnRmDC7NNqMdTwOOQXxoUu7 { top:21rem;left:28.1875rem;width:18.8125rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLWGZCeS7H4x4zbvRiIfuxkpI3Jw5gAr { top:36.6875rem;left:34.312501907349rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyINGhEKWtAVpXpMx5IXcN6az9Skp3tw { top:40.125rem;left:0rem;width:18.9375rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhRxRlXL4HaO4Sv0M3qMGXXJopWXwLbu { top:54.8125rem;left:0rem;width:19.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKEgdLpANFwh9L8xVDZeBfJPIQmHGucw { width:2.5rem;height:2.5rem;top:55.125rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnLmkm2vez8g8cwL90rXoSq1N7EeOkU5 { display:block; }
 }@media only screen and (max-width: 763px) { #QhQgRpfDcPLUmbmdErtI26bF1UlyE3FB { top:55.6875rem;left:0rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHHSAT9smfKx7EMn3NRqE2o2MqG5pVrp { top:40.125rem;left:14.125rem;width:18.8125rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGRUhlkG1X0Pyby5LBrwZ3MZwqIt6Pgm { top:54.8125rem;left:14.125rem;width:19.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vzg5LW6zeqlVSiw9UkPiTCMUMix8EJpJ { width:2.5rem;height:2.5rem;top:55.125rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qb17nhrXpSFwIyqtcDyWida9LCk1mxqQ { display:block; }
 }@media only screen and (max-width: 763px) { #yDDNcRb6NltsVJnSKVNTbMosuorAANVF { top:55.6875rem;left:14.125001907349rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwI4lLW1610xSq1T51kZRUMwxMdRzdnV { display:block; }#PwI4lLW1610xSq1T51kZRUMwxMdRzdnV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OlTcsK4E7EctzTriliXNJznJr6ObUqvI { top:4.1875rem;left:24.5625rem;width:23.1875rem;height:6.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Prg3wTk98EAJXh6KXILr70hoaIVzHTuh { top:13.9375rem;left:26.5625rem;width:2.9375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxwIM7fy9gbbfcXxaxGtiJMbSNtefRH6 { top:13.8125rem;left:30.125001907349rem;width:4.875rem;height:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTy9Wfw1PWTtlhW8LRDvJd00Arvf4rW7 { top:14rem;left:35.4375rem;width:2.6875rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6oE1tTI6PTSvlzIoD90o7A9FLhn6oA0 { top:14rem;left:38.750001907349rem;width:4.875rem;height:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #giDv74kdsXlzTmLfd1v0WJRKoOVSb8MT { top:14.0625rem;left:42rem;width:5.75rem;height:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxylhOZVaAym1946PdQw93BkMo25wmFT { top:14.0625rem;left:45rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2Ulw5snCeO2t4pA6VZRcr8ywRr0Q9gx { top:11.0625rem;left:20.5rem;width:27.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3z7iqm1kN0MNQuSBgcdMvacRgb1qvd8 { top:19.625rem;left:20.375rem;width:27.375rem;height:6.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpPGgnGlDbNuXnBsl6UVtBhMADzxk1n9 { width:12.5625rem;height:3.4375rem;top:28.3125rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaXyB0N3wSe2sdtClGTCkbWGQCBB3Zet { display:block; }
 }@media only screen and (max-width: 763px) { #TgfsW9XUxB1gWPB60RTsWldzfKBmZDrH { width:23.8125rem;height:26.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bI055Tz7rrdTBdSsvFP3f133ukloxFoC { display:block; }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hUncICQbHHJNct7fhaCNw7vlIiQhTORp { top:3.0625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uU7gvG3AOfNeqKC80UWTukpT3mi6Zs7F { top:6.375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o46XdWNLD4JRddO4yErpreSnVWExT8i7 { display:block; }#o46XdWNLD4JRddO4yErpreSnVWExT8i7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FsKeEr1A98KvXpTzfDddRnp9cTnKsoBp { top:1.6875rem;left:0rem;width:14.125rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWdunCkS4RwH214XabzT0C31ZAs3EWls { width:9.75rem;height:2.875rem;top:21.625rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBagzm0TP7QKw2Hby3cn0x9iQmr9f9GX { display:block; }
 }@media only screen and (max-width: 763px) { #IxfDTosbW80iM959CHaQLk4CgZEenRx7 { width:9.75rem;height:2.875rem;top:21.625rem;left:13.031251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJmrOvb5Pu0Q5i78gGwOumN8Z3OusItZ { display:block; }
 }@media only screen and (max-width: 763px) { #p4ibZFJ88Rm3ByIHgV7n9WyzA4L2vv0L { top:1.6875rem;left:9.75rem;width:14.125rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9a1ubZtRcpRVJoAtfpzSAPO5M8HrIZr { width:9.75rem;height:2.875rem;top:21.625rem;left:24.968751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoUF6r4hKfvIGyFSnS2eCPfPooIaT4xM { display:block; }
 }@media only screen and (max-width: 763px) { #BbXuGaFkc8IiZZyIbe6RWQ9i0nfIDItR { top:1.6875rem;left:21.6875rem;width:14.125rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2Xr1NlspxkMfCnVuJ2QtNwiA38HNIRw { width:9.75rem;height:2.875rem;top:21.625rem;left:37.217969894409rem;display:block; }
 }@media only screen and (max-width: 763px) { #msLiaCpc4p2pJGdTpeiDozpDtqBhAcBg { display:block; }
 }@media only screen and (max-width: 763px) { #FOQ8zOoExMwyGVT4xc87Et4hkWXpJzq4 { top:1.6875rem;left:33.625rem;width:14.125rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZWuVqxb4h7K0ybpVyqy7KGuKkMooGRA { top:28.625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0aRSE5xtBClPhnMRC4qJfssMegeSNgG { 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) { #VhwVRTfNDaZ2NkJ2ZzwkDBAMEaaobqgv { 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) { #uiZ9c1vR7szkTFvurZWJCqn9Rp6ksF0B { top:1.625rem;left:0rem;width:14rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1siZk0LdEpTXQI7aK3CZ8O6lJtcxsTv { 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) { #vL0opbI1ahDl1QxKqnH0DpI4H8kzbcoF { 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) { #t0fzpoxisThhKQR6Nvfp0nfrRJPX9GXU { 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) { #oW34T1A9w4q7kDxq2qGkZFAwvWJFFMrW { 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) { #rF7yQIg1guh0y7mkm0Z7DXBUzb5ET8fO { 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) { #ZqRetEbp16m4DxlRHbQVXZSTw3IVcMoZ { top:15.1875rem;left:18.5rem;width:5.375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpI49XKNHVnpy91K9P7KD6dp1a7rIosE { 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) { #ZNfnIPWiiWbOqlWHkK8gQ6yIJVf3bn6n { top:15.25rem;left:30.4375rem;width:5.375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCqnqkhXgXurAu41p5hXalpv4HWL45gc { 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) { #bGnthnfy6AnowyWh5ETqMgk8xoK9sk0S { top:15.1875rem;left:42.375rem;width:5.375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPiaCxuz3T7dIPrfdZkFVpmUOM01uVOW { top:15.1875rem;left:6.5625rem;width:5.375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fH3wFF7T9w1ufsc8UJea9JJxF0NIO8lo { top:1.6875rem;left:9.75rem;width:14rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4mUOy5e3aCqeynsURlHT9XkW2JlVCFz { top:1.6875rem;left:21.6875rem;width:14rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3TssuNeOd2MQXvGiTitDBCn9leXk8Ti { top:1.6875rem;left:33.625rem;width:14rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCLGgvvoQf7An4CixInrdphV437hqiWn { width:12.8125rem;height:2.3125rem;top:28.0625rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLEGAJApTmJpv8pAOe52NMT9OIvetWwm { 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) { #GfAL2ywolQ7DiZwr7NbyTZGbX7GqHw9q { display:block; }#GfAL2ywolQ7DiZwr7NbyTZGbX7GqHw9q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hmlns4UgiwPWSWKCz3imWfUE3TqZqTFw { top:2.125rem;left:37.5rem;width:10.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mmo5Ec3HBUR4RkHUqB7VxIlSp0CXUVIH { 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) { #sPBxguwx50PWxAGBKegthuQKUBpomTmV { 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) { #JfxhhE5G0LUHHsgoZHUFXA9ROa5oXlzF { 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) { #t8K3ZFo5HtlaKB1EPwnR2MSqRin4OVvD { 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) { #i1oebG3ltF9MgscA6lFOc1Adi8mieam6 { 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) { #MssCzX5N4ng2TqhWqOlX1rTMxolaqOiE { width:2.8125rem;height:2.8125rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsqCkJ6Io3pDMarc21rsThV8XWFrImZ8 { display:block; }
 }@media only screen and (max-width: 763px) { #peAgupyTIHx9XEP3Td1hbH8vdITLy2Vt { top:2.375rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SO6UgAnQHwPN3RoKz5wxOQvp4SCysrzQ { width:2.8125rem;height:2.8125rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsT2HyiaAUilrE9lzIpoGiDVo0NLinAL { display:block; }
 }@media only screen and (max-width: 763px) { #IlHCyFLJ8WpJbUkQOomK3ptnp8qMmEDU { top:2.3125rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTxXxr7NCNwktMOh6QzeGZPIdo6hsVJv { width:2.8125rem;height:2.8125rem;top:2.0625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGmiKzBF0kHG4yv7HnIdTqqi47UTGvhg { display:block; }
 }@media only screen and (max-width: 763px) { #VmR2t5qk3SbZQ0T0Wlvzp5pSq1nLM3Nl { 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) { #JJnrxNGn902QUhxo7DeSW0XmqqcPZUBZ { width:2.8125rem;height:2.8125rem;top:2.0625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6wOJSNsTl40qIxxOk8TXP1hkoNzZzrN { display:block; }
 }@media only screen and (max-width: 763px) { #fewzxBUssvwVhILDtXLVAMOynPTczcPK { 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) { #lPneTxtW8T4bGHpCO5tplvHdUhVQHivD { 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) { #O3RJ02AluMlMuqurxxl8A1ODJWh46bzQ { 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) { #GP5b645IaTiQ0Jv9NDJXUqo9zsfyLpe5 { 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) { #X6HZH4PCxDi1RrJieDqWgUreoUwH6qFA { 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) { #GkTggubo2DF4Ux4gWeaAEhqMpUrAImiD { 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) { #s2g4uxIicvSwLWScIKsbiTBymnLRJK2l { background-color:#350303;background-image:none;display:block; }#s2g4uxIicvSwLWScIKsbiTBymnLRJK2l > .row .container { background-color: transparent; background-image: none; }#s2g4uxIicvSwLWScIKsbiTBymnLRJK2l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2g4uxIicvSwLWScIKsbiTBymnLRJK2l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2g4uxIicvSwLWScIKsbiTBymnLRJK2l > .row .container > .video-iframe-container { display: none; }#s2g4uxIicvSwLWScIKsbiTBymnLRJK2l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2g4uxIicvSwLWScIKsbiTBymnLRJK2l > .row > .video-iframe-container { display: none; }#s2g4uxIicvSwLWScIKsbiTBymnLRJK2l > .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); }#s2g4uxIicvSwLWScIKsbiTBymnLRJK2l > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bV1nOoCyATqncfescvQy6hg2GTxpu8ni { 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) { #Iacie1lZaKO2ZthFrdGNU0drqisfMBId { 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) { #l4mIeueU56it6mPGkf4vv9ToG9lvwteC { display:block; }
 }@media only screen and (max-width: 763px) { #sW2TJmkx8tm9ETZ98n8DZTIvE1P8AZlw { 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) { #QcF8V0MAv5dTrdZlNmh2nS0lalZPJOdL { display:block; }
 }@media only screen and (max-width: 763px) { #QLZAh4M2xIOO1RXhzTEwANWsiKzIqcCT { 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) { #ZGeqs2nxTEaSbDt1G7HTqiJDUkCtrEe1 { display:block; }
 }@media only screen and (max-width: 763px) { #A9SMh4WI06RNXoomrNaEG7gcZcDrHdem { 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) { #boO3NrlsyNVw3xn7AJrhAObBCygMCEkr { display:block; }
 }@media only screen and (max-width: 763px) { #uTNdtEZD5hgnpJigvgxVa2fFTpCIc4gQ { 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) { #GuLpJ6yfnP62dDcq0gr6uL64DQM3Ax5g { display:block; }
 }@media only screen and (max-width: 763px) { #WCvvLSP7m0TsoPNaTQ0we6BeCIOGfvue { 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) { #mwUBPHbytySV6F6Takb0a2D4hbna3iBW { display:block; }
 }@media only screen and (max-width: 763px) { #anb3kgsf4DcBSBP8Ah23qBbX7BtWt31F { 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) { #fmMKAs1z4B7X3UXfzaPk1Sr48ohO2HLE { display:block; }
 }@media only screen and (max-width: 763px) { #DLTektSZtx1vWdiWpoCyHW8z2lVh9g82 { 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) { #qWh16E1qi4aTrnWL0L9O6DbihSTDpKSk { display:block; }
 }@media only screen and (max-width: 763px) { #XJmTD2UOprJcMDEN4hIlEFf0RLGDCBnv { 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) { #fvTlKpsBKZ8PNLUm0Dl1vrMH5N2nQZSx { display:block; }
 }@media only screen and (max-width: 763px) { #Q49VRDNe6qZ1UgmPn3g5r5pJiHR24TVE { 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) { #XRz1iIu5C7euDTgPURr7J3htrmH2cdl8 { display:block; }
 }@media only screen and (max-width: 763px) { #g9HBNlmANH6ECs1MPEq6u7X2krW1U3AX { 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) { #NKnWnAZR6VRPTwpaIqk1Q5V42hkWC0l6 { display:block; }
 }@media only screen and (max-width: 763px) { #sJDqhoX1PN311DBXNGT1X56mn9Lx3WLD { 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) { #CqKNtAKsdTZ2mCGhXVm79IxNy01pFP9T { display:block; }
 }@media only screen and (max-width: 763px) { #oS1IDbzc9r7kCrXXuOPFrFroVvETfS4r { 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) { #U4dFyyRPQ5wJzsf4yXCtwnO2LSWd2w1H { display:block; }
 }@media only screen and (max-width: 763px) { #aiGUyuJLXTz1v0ooksht5azxzJCasTre { 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) { #w8toFVHgSXOH55ATFNZWxzaSLRTwVcFR { display:block; }
 }@media only screen and (max-width: 763px) { #GNeOsXVbeHVFqbCN7JTzlSUrSIwaeguZ { 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) { #OIQJNZoyUbPxxDkKAIyavUIBtEeuuMWz { display:block; }
 }@media only screen and (max-width: 763px) { #WvJUb1bFVVkeeNLldzRc52GPZ2udi3Zw { 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) { #rs9Pm6amCgCoC22pNTRduJOJrVSSFLFa { display:block; }
 }@media only screen and (max-width: 763px) { #urT3Dni530UsEB7cekuzkBiv8XxqFqr9 { 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) { #aS9aJnP0m5Zv5qf5DvTEGdQkJqGImdVo { display:block; }
 }@media only screen and (max-width: 763px) { #vsGCctCA0gJCoE6fl5kA15ynHoK4UPT8 { 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) { #gU3tNKcLWKR8r7338nJfTgwpghRPsTsu { display:block; }
 }@media only screen and (max-width: 763px) { #O1o1CTmx4MgTg1omTExcJ6r5ZnyAiH0p { 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) { #fMVK8xN2lSZky2Z5cbIowoO095NtP2iz { display:block; }
 }@media only screen and (max-width: 763px) { #GHT9fbTFpWCSidP53zH8VwoIRO4Mh9Rt { 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) { #ZyWZ5KTczouTStAm22ATTIldiaymR38x { 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) { #kZkSmuvfSg1H7iZ1tko0pmTvwZetorKO { display:block; }
 }@media only screen and (max-width: 763px) { #r4d1IAT2O63Jb9mTuiAieOWDzzcye0n7 { 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) { #CaTZlr2sgkQfwsJ9iPiTVzTXvAWhXqp1 { 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) { #eTcTBCdT6yKPdEG9n2kv5tSmGKgZO0Z4 { 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) { #FfM7gVDBpLTOU43dkbMM9GmCrGWnTEge { display:block; }
 }@media only screen and (max-width: 763px) { #vnQgTbS1lk1IUdIq9F6349RekRTK8sEC { 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) { #KHaqgiwM8UtbbaVWIMRhkppqsQKhOXdx { 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) { #fEGZy116nLXGBvBVpqNTAFOvJtPa076T { 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) { #PBkwkWf8II8AHkAX6hpphwpR8GRSzqeA { 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.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QiqIKxUvrHHLpLxqTWbGebp9WLmWDXws { width:20rem;height:1.7875rem;top:1.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s71imq6Sf02cXZrfK3ZdFQ43FBlF5zpE { width:20rem;height:1.21875rem;top:3.8624992370606rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt { background-color:#ffffff;background-image:none;display:block; }#UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt > .row .container { background-color: transparent; background-image: none; }#UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt > .row .container > .video-iframe-container { display: none; }#UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt > .row > .video-iframe-container { display: none; }#UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt > .row .container { width:20rem;height:29.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DgV6HhaqcGvRAkdrOT5GqpTq3f3brm43 { width:8.3125rem;height:11.125rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hutWBsO2dvx0ZyE9Rv3zbBe3MT2Sg7G1 { width:8.9375rem;height:1.875rem;top:11.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #im1qyo9U5Dlx8cowpXaTMLE9FNc2Ponf { width:4.375rem;height:1.05625rem;top:12.25rem;left:1.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uuT9QRMLlR6kqmSyUkFu5Tyq4PylzB9k { width:8.3125rem;height:11.125rem;top:0rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #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) { #Iavpcs2MhJKMeuSVUtTNRIPZi6AOQa69 { width:8.9375rem;height:1.875rem;top:11.75rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcCgbqUvqpWQaBetDMTyA3wclfiA2BAI { width:4.1875rem;height:1.05625rem;top:12.25rem;left:11.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vO5GiKrZHH4zgKBPwPpCcFn9CJkekKbg { width:8.9375rem;height:1.875rem;top:26.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxzOTWHvavXMrIc2XSRfx3XMLQ7SihJ8 { width:4.1875rem;height:1.05625rem;top:26.875rem;left:1.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MV2D6e0D2evUVxNv7U5ii8o5QpOGfXI3 { width:8.9375rem;height:1.875rem;top:26.375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET6MoFFr5cFevXgVb8IsNEM0U6UhdStU { width:4.1875rem;height:1.05625rem;top:26.875rem;left:11.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ikBMK9sQqzsqkEUJ8D3kOh0i2wPeKDew { width:1.3125rem;height:1.3125rem;top:12.25rem;left:7.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DP12UZC481FHCmT74pdWPXT8BeITTlhM { display:block; }
 }@media only screen and (max-width: 763px) { #bgUOTD1fmr62SJE9mK9eKMg0iaV1yrik { width:1.3125rem;height:1.3125rem;top:12.25rem;left:17.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHiu09GBOg83MJZauieGZHZcmtGkADyD { display:block; }
 }@media only screen and (max-width: 763px) { #CvFgDhyVeTMUuVuvcXrNLx6eM1g6MBti { width:1.3125rem;height:1.3125rem;top:26.875rem;left:7.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbNzmu45SPvysvvWX7fcrInAxFmkQSzM { display:block; }
 }@media only screen and (max-width: 763px) { #LAIHliaTfmTRb8hPmJIcAwXZbUaooNEK { width:1.3125rem;height:1.3125rem;top:26.875rem;left:17.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXu2SpxSDG82OT9NbZP5LWB8gqUe8TmQ { display:block; }
 }@media only screen and (max-width: 763px) { #Lk7TAfulyQrwpMbJgBN08H688GpenfDa { width:1.625rem;height:1.625rem;top:13.4375rem;left:17.125rem;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #Hw4f4M0FifQdrekPAPB9kUrtTPqC2eQ1 { display:block; }
 }@media only screen and (max-width: 763px) { #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.624998092651rem;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.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IOUnC11ovuLdQgQzW92VgC0EDNEmuHd7 { width:8.3125rem;height:11.125rem;top:0.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3lkS1I5WAy2gAsOUr70s0wzaupVJFdS { width:8.3125rem;height:11.125rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXkINCVZDeVkt9rRL604sBOICd66ZwnS { width:8.9375rem;height:1.875rem;top:11.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N32Vn4Sh7FR0pbMdA6WxrvinIyrlcqtT { 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) { #b2TiwKbAyLy8sLnUEBeo0AUZfsITuh3w { 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) { #dbShHyDu3zPf9Twdt4DEWRlquEeXxOQ5 { display:block; }
 }@media only screen and (max-width: 763px) { #heNQh2zfwrGRPsd6DFJfBtpC2KvCT0SE { width:8.3125rem;height:11.125rem;top:0.31249952316284rem;left:10.750000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQLruew2TfBsyIOleTRWKWH1huD1klnp { width:8.3125rem;height:11.125rem;top:4.7683715820312E-7rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4hHKtvtTWoMMn5kXVdTSW2PQ9O5MbZ1 { width:8.9375rem;height:1.875rem;top:11.750000953674rem;left:10.437500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHxR7WhPOfi4TC1TapiQKDA9Dnmt12xT { width:1.3125rem;height:1.3125rem;top:12.3125rem;left:17.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXB3aO8strUbuJv48GPNJ4rJVGNHmAIW { display:block; }
 }@media only screen and (max-width: 763px) { #QTexUHd6hmy2ssoAR43WhytXBSwdbFDN { width:4.1875rem;height:1.05625rem;top:12.221875190735rem;left:10.750000357628rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ntGtA8tSFc0tu2V7tpBV47ZAGHlNTJ0A { width:8.3125rem;height:11.125rem;top:15.06250333786rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q50zFRbMTb2KZSRC26qQzCfr7KIhT4F0 { width:8.3125rem;height:11.125rem;top:14.750000953674rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FS46KPziychLCyuTKzlOuMA0nmqRv803 { width:8.9375rem;height:1.875rem;top:26.499992370606rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vsyu5rgmlw7u2lO0zLK0cn1A1vEPvP2t { width:2.5rem;height:2rem;top:26.624999761581rem;left:7.1249998807906rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiAlTDtMZgJHyn3KyivvoLatwQrZQLge { display:block; }
 }@media only screen and (max-width: 763px) { #btWLwPysv2aIRB6X2yI1mRldKBfQhkdZ { width:8.125rem;height:1.05625rem;top:26.971093893051rem;left:1.03125rem;font-size:0.8125rem;text-align:left;text-align-last:left;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:44.875rem;position:relative;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) { #g2qba96ShVHCZTSKuTGBZOlRwhWNeBbQ { width:8.3125rem;height:6.1875rem;top:9.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lm3xe952d8gRUZ4lU05lPy7AxkzFmzTt { width:8.9375rem;height:1.875rem;top:6.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmNww3emELmQSTOIP5l7ENr99DpGbWFV { 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) { #ssRbMhSqWxvh56Lfst4IKSZeBUXfi8P9 { width:8.9375rem;height:1.875rem;top:16.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb5CJrBqXHhHZK4CnaZ1sUzLGcQStk7d { width:4.1875rem;height:1.05625rem;top:17.0625rem;left:1.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R7G7DtCufE9hfbW65Xb2zPClyBB05kql { width:1.3125rem;height:1.3125rem;top: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) { #pgqXvoltcJT5iMAP5ziHUbZkMadqxK1H { width:1.3125rem;height:1.3125rem;top:17.0625rem;left:7.6875003576281rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTW4Mk4fNAJtZtF7tR1hlQfQ4POCwAIw { display:block; }
 }@media only screen and (max-width: 763px) { #sdtreSIsX0d8xBpnRb5WLgz1buhlZ6U6 { width:8.9375rem;height:1.875rem;top:6.8125rem;left:10.437500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVCbCi1sygHgkAsFZgBZSWkg9AUWGRtk { 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) { #a3EHbHoBVux6kgtlWlT3pBlZ8sm1gs3m { width:8.3125rem;height:6.1875rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHNv1O7I4Q7x57dLL7mDWpkuzLGvyghg { width:8.3125rem;height:6.1875rem;top:9.75rem;left:10.4375rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #tTrtAToJtZbJ9Q71xGRhktDRCtebmTBJ { width:8.9375rem;height:1.875rem;top:16.5625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3AA71gcGdKlPgEHf6oGzq4Kq8COi1gu { width:4.1875rem;height:1.05625rem;top:17.0625rem;left:11.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TgS380mLqltkkH8M3Dsxc5oH7VTH0rwy { width:1.3125rem;height:1.3125rem;top:7.3125rem;left:7.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcfbp4QaQTrBCmKHCDQdkePcoq7zXFp8 { display:block; }
 }@media only screen and (max-width: 763px) { #nJUQlTAgtysy23J1O82Tz6S7cZIq2vuU { width:1.3125rem;height:1.3125rem;top:17.0625rem;left:17.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUKTnTTvGZnd8DbtU2oyH48afVWRhkkb { display:block; }
 }@media only screen and (max-width: 763px) { #CAcG7Ma7Lv5dFfKXPS7BEHHNvRcA9JEo { width:17.5rem;height:2.5rem;top:39.812501907349rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVLhDnW7U8MiRCD9kz5QKzmDhT2QsrfZ { display:block; }
 }@media only screen and (max-width: 763px) { #oEdmdgxGw16Ed3qBxT7OXa7rBBTGTdVk { width:8.9375rem;height:1.875rem;top:26.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Od0DaBppd2hE1QMKRLrsadWDEFc8dq0o { width:2.5rem;height:2.5rem;top:26.125rem;left:7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcs3VBRJRe6OJdy14xyIAH1Sq7HxVmw3 { display:block; }
 }@media only screen and (max-width: 763px) { #WqQdec18ITca6vFcV9VFBsTDCPNN0FSn { width:8.3125rem;height:6.1875rem;top:19.435937404633rem;left:0.625rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #ePbf8X3JZxzwndTqZtbyEHN3n6zEhCsb { width:8.125rem;height:1.05625rem;top:26.6875rem;left:1.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CaaRJabZtBdVWb7qhnX7TcEJvsH2UdDd { width:8.9375rem;height:1.875rem;top:26.1875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZWJAN7LckQynmn9DrFKSePznJvuL6il { width:2.5rem;height:2.5rem;top:26.125rem;left:16.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDvES75NmhnmKfGms1xURmB9zH8RSmil { display:block; }
 }@media only screen and (max-width: 763px) { #vQBbs7LCTcnRmDC7NNqMdTwOOQXxoUu7 { width:8.3125rem;height:6.1875rem;top:19.4375rem;left:10.4375rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #mLWGZCeS7H4x4zbvRiIfuxkpI3Jw5gAr { width:8.125rem;height:1.05625rem;top:26.6875rem;left:11rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wyINGhEKWtAVpXpMx5IXcN6az9Skp3tw { width:8.3125rem;height:6.1875rem;top:29.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhRxRlXL4HaO4Sv0M3qMGXXJopWXwLbu { width:8.9375rem;height:1.875rem;top:35.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKEgdLpANFwh9L8xVDZeBfJPIQmHGucw { width:1.3125rem;height:1.3125rem;top:36.4375rem;left:7.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnLmkm2vez8g8cwL90rXoSq1N7EeOkU5 { display:block; }
 }@media only screen and (max-width: 763px) { #QhQgRpfDcPLUmbmdErtI26bF1UlyE3FB { width:4.1875rem;height:1.05625rem;top:36.4375rem;left:1.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tHHSAT9smfKx7EMn3NRqE2o2MqG5pVrp { width:8.3125rem;height:6.1875rem;top:29.125rem;left:10.437500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGRUhlkG1X0Pyby5LBrwZ3MZwqIt6Pgm { width:8.9375rem;height:1.875rem;top:35.937500953674rem;left:10.437500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vzg5LW6zeqlVSiw9UkPiTCMUMix8EJpJ { width:2.5rem;height:2.5rem;top:35.937500953674rem;left:16.937500357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qb17nhrXpSFwIyqtcDyWida9LCk1mxqQ { display:block; }
 }@media only screen and (max-width: 763px) { #yDDNcRb6NltsVJnSKVNTbMosuorAANVF { width:8.125rem;height:1.05625rem;top:36.409376144409rem;left:11rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PwI4lLW1610xSq1T51kZRUMwxMdRzdnV { background-color:#ffffff;background-image:none;display:block; }#PwI4lLW1610xSq1T51kZRUMwxMdRzdnV > .row .container { background-color: transparent; background-image: none; }#PwI4lLW1610xSq1T51kZRUMwxMdRzdnV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwI4lLW1610xSq1T51kZRUMwxMdRzdnV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwI4lLW1610xSq1T51kZRUMwxMdRzdnV > .row .container > .video-iframe-container { display: none; }#PwI4lLW1610xSq1T51kZRUMwxMdRzdnV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwI4lLW1610xSq1T51kZRUMwxMdRzdnV > .row > .video-iframe-container { display: none; }#PwI4lLW1610xSq1T51kZRUMwxMdRzdnV > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwI4lLW1610xSq1T51kZRUMwxMdRzdnV > .row .container { width:20rem;height:48.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OlTcsK4E7EctzTriliXNJznJr6ObUqvI { width:14.25rem;height:3.3rem;top:1.875rem;left:2.875rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Prg3wTk98EAJXh6KXILr70hoaIVzHTuh { width:2.8125rem;height:2.75rem;top:8.5625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxwIM7fy9gbbfcXxaxGtiJMbSNtefRH6 { width:5.0625rem;height:3.375rem;top:11.6875rem;left:0.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KTy9Wfw1PWTtlhW8LRDvJd00Arvf4rW7 { width:2.6875rem;height:2.75rem;top:8.5625rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6oE1tTI6PTSvlzIoD90o7A9FLhn6oA0 { width:4.875rem;height:3.375rem;top:11.75rem;left:7.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #giDv74kdsXlzTmLfd1v0WJRKoOVSb8MT { width:5.5625rem;height:2.25rem;top:11.75rem;left:13.78125rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VxylhOZVaAym1946PdQw93BkMo25wmFT { width:2.75rem;height:2.75rem;top:8.5625rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2Ulw5snCeO2t4pA6VZRcr8ywRr0Q9gx { width:19.75rem;height:1.21875rem;top:5.4499969482422rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A3z7iqm1kN0MNQuSBgcdMvacRgb1qvd8 { width:18.75rem;height:7.3125rem;top:16.3125rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JpPGgnGlDbNuXnBsl6UVtBhMADzxk1n9 { width:9.375rem;height:2.1875rem;top:43.873958587646rem;left:5.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaXyB0N3wSe2sdtClGTCkbWGQCBB3Zet { display:block; }
 }@media only screen and (max-width: 763px) { #TgfsW9XUxB1gWPB60RTsWldzfKBmZDrH { top:25.362500190735rem;left:0.625rem;width:18.75rem;height:17.25rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bI055Tz7rrdTBdSsvFP3f133ukloxFoC { background-color:#f1efeb;background-image:none;display:block; }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .row .container { background-color: transparent; background-image: none; }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .row .container > .video-iframe-container { display: none; }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .row > .video-iframe-container { display: none; }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hUncICQbHHJNct7fhaCNw7vlIiQhTORp { width:20rem;height:1.7875rem;top:1.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uU7gvG3AOfNeqKC80UWTukpT3mi6Zs7F { width:17.4375rem;height:1.21875rem;top:3.6625061035156rem;left:1.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o46XdWNLD4JRddO4yErpreSnVWExT8i7 { background-color:#f1efeb;background-image:none;display:block; }#o46XdWNLD4JRddO4yErpreSnVWExT8i7 > .row .container { background-color: transparent; background-image: none; }#o46XdWNLD4JRddO4yErpreSnVWExT8i7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o46XdWNLD4JRddO4yErpreSnVWExT8i7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o46XdWNLD4JRddO4yErpreSnVWExT8i7 > .row .container > .video-iframe-container { display: none; }#o46XdWNLD4JRddO4yErpreSnVWExT8i7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o46XdWNLD4JRddO4yErpreSnVWExT8i7 > .row > .video-iframe-container { display: none; }#o46XdWNLD4JRddO4yErpreSnVWExT8i7 > .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); }#o46XdWNLD4JRddO4yErpreSnVWExT8i7 > .row .container { width:20rem;height:44.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FsKeEr1A98KvXpTzfDddRnp9cTnKsoBp { width:8.3125rem;height:11.3125rem;top:0rem;left:0.625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #SWdunCkS4RwH214XabzT0C31ZAs3EWls { 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) { #hBagzm0TP7QKw2Hby3cn0x9iQmr9f9GX { display:block; }
 }@media only screen and (max-width: 763px) { #IxfDTosbW80iM959CHaQLk4CgZEenRx7 { 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) { #kJmrOvb5Pu0Q5i78gGwOumN8Z3OusItZ { display:block; }
 }@media only screen and (max-width: 763px) { #p4ibZFJ88Rm3ByIHgV7n9WyzA4L2vv0L { width:8.3125rem;height:11.3125rem;top:0rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9a1ubZtRcpRVJoAtfpzSAPO5M8HrIZr { 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) { #LoUF6r4hKfvIGyFSnS2eCPfPooIaT4xM { display:block; }
 }@media only screen and (max-width: 763px) { #BbXuGaFkc8IiZZyIbe6RWQ9i0nfIDItR { width:8.3125rem;height:11.3125rem;top:19.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2Xr1NlspxkMfCnVuJ2QtNwiA38HNIRw { 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) { #msLiaCpc4p2pJGdTpeiDozpDtqBhAcBg { display:block; }
 }@media only screen and (max-width: 763px) { #FOQ8zOoExMwyGVT4xc87Et4hkWXpJzq4 { width:8.3125rem;height:11.3125rem;top:19.1875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZWuVqxb4h7K0ybpVyqy7KGuKkMooGRA { width:20rem;height:0;top:34.8125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #O0aRSE5xtBClPhnMRC4qJfssMegeSNgG { 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) { #VhwVRTfNDaZ2NkJ2ZzwkDBAMEaaobqgv { 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) { #uiZ9c1vR7szkTFvurZWJCqn9Rp6ksF0B { width:8.1875rem;height:14.3125rem;top:0rem;left:0.625rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #E1siZk0LdEpTXQI7aK3CZ8O6lJtcxsTv { 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) { #vL0opbI1ahDl1QxKqnH0DpI4H8kzbcoF { 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) { #t0fzpoxisThhKQR6Nvfp0nfrRJPX9GXU { 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) { #oW34T1A9w4q7kDxq2qGkZFAwvWJFFMrW { 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) { #rF7yQIg1guh0y7mkm0Z7DXBUzb5ET8fO { 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) { #ZqRetEbp16m4DxlRHbQVXZSTw3IVcMoZ { width:4.75rem;height:1.6875rem;top:9.625rem;left:14.625000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpI49XKNHVnpy91K9P7KD6dp1a7rIosE { 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) { #ZNfnIPWiiWbOqlWHkK8gQ6yIJVf3bn6n { width:4.75rem;height:1.6875rem;top:28.8125rem;left:4.1874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCqnqkhXgXurAu41p5hXalpv4HWL45gc { 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) { #bGnthnfy6AnowyWh5ETqMgk8xoK9sk0S { width:4.75rem;height:1.6875rem;top:28.875rem;left:14.625000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPiaCxuz3T7dIPrfdZkFVpmUOM01uVOW { width:4.75rem;height:1.6875rem;top:9.6875rem;left:4.2499998807907rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #fH3wFF7T9w1ufsc8UJea9JJxF0NIO8lo { width:8.1875rem;height:14.3125rem;top:0rem;left:11.062500357628rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #i4mUOy5e3aCqeynsURlHT9XkW2JlVCFz { width:8.1875rem;height:15.5625rem;top:19.1875rem;left:0.625rem;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #A3TssuNeOd2MQXvGiTitDBCn9leXk8Ti { width:8.1875rem;height:15.5625rem;top:19.1875rem;left:11.062500357628rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #NCLGgvvoQf7An4CixInrdphV437hqiWn { width:12.8125rem;height:2.3125rem;top:40.875rem;left:3.5624998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLEGAJApTmJpv8pAOe52NMT9OIvetWwm { 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) { #GfAL2ywolQ7DiZwr7NbyTZGbX7GqHw9q { 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; }#GfAL2ywolQ7DiZwr7NbyTZGbX7GqHw9q.adaptive-delivery-prevent-bg, #GfAL2ywolQ7DiZwr7NbyTZGbX7GqHw9q.lazyload, #GfAL2ywolQ7DiZwr7NbyTZGbX7GqHw9q.lazyloading { background-image: none; }#GfAL2ywolQ7DiZwr7NbyTZGbX7GqHw9q > .row .container { background-color: transparent; background-image: none; }#GfAL2ywolQ7DiZwr7NbyTZGbX7GqHw9q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(111,30,30,0.59); }#GfAL2ywolQ7DiZwr7NbyTZGbX7GqHw9q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GfAL2ywolQ7DiZwr7NbyTZGbX7GqHw9q > .row .container > .video-iframe-container { display: none; }#GfAL2ywolQ7DiZwr7NbyTZGbX7GqHw9q > .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); }#GfAL2ywolQ7DiZwr7NbyTZGbX7GqHw9q > .row > .video-iframe-container { display: none; }#GfAL2ywolQ7DiZwr7NbyTZGbX7GqHw9q > .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); }#GfAL2ywolQ7DiZwr7NbyTZGbX7GqHw9q > .row .container { width:20rem;height:13.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hmlns4UgiwPWSWKCz3imWfUE3TqZqTFw { 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) { #Mmo5Ec3HBUR4RkHUqB7VxIlSp0CXUVIH { 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) { #sPBxguwx50PWxAGBKegthuQKUBpomTmV { 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) { #JfxhhE5G0LUHHsgoZHUFXA9ROa5oXlzF { 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) { #t8K3ZFo5HtlaKB1EPwnR2MSqRin4OVvD { 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) { #i1oebG3ltF9MgscA6lFOc1Adi8mieam6 { 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) { #MssCzX5N4ng2TqhWqOlX1rTMxolaqOiE { 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) { #FsqCkJ6Io3pDMarc21rsThV8XWFrImZ8 { display:block; }
 }@media only screen and (max-width: 763px) { #peAgupyTIHx9XEP3Td1hbH8vdITLy2Vt { 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) { #SO6UgAnQHwPN3RoKz5wxOQvp4SCysrzQ { 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) { #XsT2HyiaAUilrE9lzIpoGiDVo0NLinAL { display:block; }
 }@media only screen and (max-width: 763px) { #IlHCyFLJ8WpJbUkQOomK3ptnp8qMmEDU { 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) { #XTxXxr7NCNwktMOh6QzeGZPIdo6hsVJv { 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) { #dGmiKzBF0kHG4yv7HnIdTqqi47UTGvhg { display:block; }
 }@media only screen and (max-width: 763px) { #VmR2t5qk3SbZQ0T0Wlvzp5pSq1nLM3Nl { 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) { #JJnrxNGn902QUhxo7DeSW0XmqqcPZUBZ { 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) { #G6wOJSNsTl40qIxxOk8TXP1hkoNzZzrN { display:block; }
 }@media only screen and (max-width: 763px) { #fewzxBUssvwVhILDtXLVAMOynPTczcPK { 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) { #lPneTxtW8T4bGHpCO5tplvHdUhVQHivD { 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) { #O3RJ02AluMlMuqurxxl8A1ODJWh46bzQ { 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) { #GP5b645IaTiQ0Jv9NDJXUqo9zsfyLpe5 { 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) { #X6HZH4PCxDi1RrJieDqWgUreoUwH6qFA { 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) { #GkTggubo2DF4Ux4gWeaAEhqMpUrAImiD { 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; }
 }