.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:250,213,184;--color-primary-1:248,172,120;--color-primary-2:173,121,85;--color-primary-3:106,74,54;--color-primary-4:47,35,26;--color-secondary-0:202,202,202;--color-secondary-1:151,151,151;--color-secondary-2:106,106,106;--color-secondary-3:63,63,63;--color-secondary-4:28,28,28;--color-tertiary-0:255,255,255;--color-tertiary-1:237,237,237;--color-tertiary-2:181,181,181;--color-tertiary-3:91,91,91;--color-tertiary-4:0,0,0;--headlines-font-family:"Raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#yw4dJE824Vi7bH2qoz4GVVOUuo00ZncB { 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;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#yw4dJE824Vi7bH2qoz4GVVOUuo00ZncB > .row .container { background-color: transparent; background-image: none; }#yw4dJE824Vi7bH2qoz4GVVOUuo00ZncB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yw4dJE824Vi7bH2qoz4GVVOUuo00ZncB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yw4dJE824Vi7bH2qoz4GVVOUuo00ZncB > .row .container > .video-iframe-container { display: none; }#yw4dJE824Vi7bH2qoz4GVVOUuo00ZncB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yw4dJE824Vi7bH2qoz4GVVOUuo00ZncB > .row > .video-iframe-container { display: none; }#yw4dJE824Vi7bH2qoz4GVVOUuo00ZncB > .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); }#yw4dJE824Vi7bH2qoz4GVVOUuo00ZncB > .row .container { border-width: 0; border-radius: 0; }#yw4dJE824Vi7bH2qoz4GVVOUuo00ZncB > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#yw4dJE824Vi7bH2qoz4GVVOUuo00ZncB > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:6.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#WmB0vxtvLwJ1RlsaRtMgTpr1GUiExkhf { 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:5.6875rem;width:8.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#w3ykCpNSrHO8HdTE5Tvhe4qFx4MFyPEe { background-color:#a0740c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.25rem;left:62.25rem;display:block; }
#qWy2PceaPbr3cG64G9fZpHTxRvhkXBr4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SQ6mKOficwZnTVZ0iJEsKEQmP8E85DO4 { background-color:transparent;background-image:none;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:#a0740c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.25rem;left:19rem;display:block; }
#voGvm13qOoFKPoF90Q8skL9FzsD9TkMu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aq8m86HnOvZfOl5c24SJU4DNBTwQ884g { background-color:transparent;background-image:none;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:#a0740c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.15625rem;left:26.375rem;display:block; }
#ge0cWvCCSKTQuHHqKIGgIdCwtNsp6PyJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Cm1AxfGTrSkWnqqkHUMCOHKlAMKJNt26 { background-color:transparent;background-image:none;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:#a0740c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.15625rem;left:33.8125rem;display:block; }
#qtDHLVbuUtoEeR9qyJrm52sASASIQz6I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n4Xv1m6aqMIdn1tMSyTVoViPGU0SmCWf { background-color:transparent;background-image:none;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:#a0740c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.25rem;left:45rem;display:block; }
#AyJq1PPCLu5Eqk3X3DX1SJPLIzsNwutz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#merVF9VBN7EPKWH7s5tKXwxRhBqtPEJN { background-color:transparent;background-image:none;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:#a0740c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.25rem;left:52.5rem;display:block; }
#fTbVlE3AGOxuTwPxvab3TkMUQkPg1GLk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CL2ITe7GaokHH8UTe0TxvaAiu29Tqf52 { position:relative;display:block; }#CL2ITe7GaokHH8UTe0TxvaAiu29Tqf52 { background-color: transparent; background-image: none; }#CL2ITe7GaokHH8UTe0TxvaAiu29Tqf52::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CL2ITe7GaokHH8UTe0TxvaAiu29Tqf52 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CL2ITe7GaokHH8UTe0TxvaAiu29Tqf52 > .row .container > .video-iframe-container { display: none; }#CL2ITe7GaokHH8UTe0TxvaAiu29Tqf52 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CL2ITe7GaokHH8UTe0TxvaAiu29Tqf52 > .row > .video-iframe-container { display: none; }#CL2ITe7GaokHH8UTe0TxvaAiu29Tqf52 > .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); }#CL2ITe7GaokHH8UTe0TxvaAiu29Tqf52 { border-width: 0; border-radius: 0; }#CL2ITe7GaokHH8UTe0TxvaAiu29Tqf52 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CL2ITe7GaokHH8UTe0TxvaAiu29Tqf52 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cac2aa;background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:38.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Q75323fa176c400d71077b2407243f80 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:rgba(0,0,0,0);background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Q75323fa176c400d71077b2407243f80 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-3),1);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.4975rem;padding-right:0.444375rem;padding-bottom:0.4975rem;padding-left:0.444375rem;display:block;align-items:center;width:2.665625rem;min-width:2.665625rem;height:2.675rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.990625rem;font-weight:700;line-height:42.8px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left: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; }
#Q75323fa176c400d71077b2407243f80 .widget-text.counter-label { background-color:rgba(0,0,0,0);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.31125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.554375rem;height:1.0575rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.74625rem;font-weight:400;line-height:16.92px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Q75323fa176c400d71077b2407243f80 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:13.6875rem;height:5.0380859375rem;padding-top:0.621875rem;padding-right:0.635rem;padding-bottom:0.621875rem;padding-left:0.635rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:31.8125rem;left:30.01953125rem;z-index:15030;display:none; }
#Q75323fa176c400d71077b2407243f80 #w3afae864692364d8347a744feeb1ecb { display:flex;position:relative;top:0rem;left:0rem; }
#Q75323fa176c400d71077b2407243f80 #f3279022a9af0d7856aa49428e943bdf { width:auto; }
#Q75323fa176c400d71077b2407243f80 #d321c99aeb9105cbe1127782cf03b015 {  }
#Q75323fa176c400d71077b2407243f80 #W340a66a15e6f3eaf39827775a9bac31 { display:flex;position:relative;top:0rem;left:0rem; }
#Q75323fa176c400d71077b2407243f80 #ree5e28fa584cd9c2739bd93b4ea23c9 {  }
#Q75323fa176c400d71077b2407243f80 #gbaeba7fae18f11978471e15b88e9cad {  }
#Q75323fa176c400d71077b2407243f80 #m6e1387c3a4c524888046d9c2540cf63 { display:flex;position:relative;top:0rem;left:0rem; }
#Q75323fa176c400d71077b2407243f80 #bd0fc6a1b770f69a694da7bf5aa63c3e {  }
#Q75323fa176c400d71077b2407243f80 #d1e8b076937b344a9ae4996491aeefb3 {  }
#Q75323fa176c400d71077b2407243f80 #ee742e5eae1b4ce1b072ba96335c4e11 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#Q75323fa176c400d71077b2407243f80 #J9cb189bd538cf7caf7d567e52d4b424 {  }
#Q75323fa176c400d71077b2407243f80 #b38203d67b7cca8a166b56695b11582f {  }
#a80fecfaa2563fe4ceb5235cb922bf21 { color:#6b541c;display:block;width:69.5rem;position:absolute;font-family:montserrat;font-size:3.9375rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:1.9375rem;left:2.3125rem;height:4.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c6db9d0069ad4712a2e56a1905e3ff6b { color:rgba(var(--color-tertiary-0),1);display:block;width:67.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:6.625rem;left:3.5625rem;height:2.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a05cdd36ec5a0a27f006acba8acb1435 { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:8.8125rem;width:11.125rem;top:9.875rem;left:1.3125rem;overflow:hidden;display:block; }
#b1b2e00cd592901923c7977c0598ed6b { box-sizing:content-box;height:20.5rem;width:11.1875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),0.54);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.875rem;left:1.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Oe6a9f9ca2dd3df5ebabe107b0809d94 { position:absolute;display:block;z-index:15048;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:26.5625rem;width:21.8125rem;top:9.875rem;left:51.6875rem;overflow:hidden;display:block; }
#fcf9f5f28bcf52c153f60a638dca859f { box-sizing:content-box;height:20.5rem;width:11.3125rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-1),0.54);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.9375rem;left:13.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#c8fef8b3bd25ac6403dd2245b2cef850 { position:absolute;display:block;z-index:15050;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:8.875rem;width:11.25rem;top:9.9375rem;left:13.4375rem;overflow:hidden;display:block; }
#df68d77b4eda27d461eb04c8b990d59b { box-sizing:content-box;height:20.5rem;width:12.0625rem;position:absolute;display:block;z-index:15026;background-color:rgba(79,79,37,0.54);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.9375rem;left:25.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#H86267e4acde47005d78c14bee9d27a2 { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:8.75rem;width:11.9375rem;top:9.9375rem;left:25.75rem;overflow:hidden;display:block; }
#b3c2fcf89bd423a430ba7e57c1fe8fc6 { box-sizing:content-box;height:20.5rem;width:11.9375rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-2),0.54);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.9375rem;left:38.4375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#a4eb1d6368e8da9c7f2ccbbc2779502e { position:absolute;display:block;z-index:15051;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:8.75rem;width:11.9375rem;top:10rem;left:38.375rem;overflow:hidden;display:block; }
#E27becc52aa84226a84433075cdc16a9 { color:rgba(var(--color-tertiary-1),1);display:block;width:11.6875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:19.375rem;left:1rem;height:3.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ma00032e3f49d1a07146546644882986 { color:rgba(var(--color-tertiary-1),1);display:block;width:11.6875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15026;line-height:1.7;letter-spacing:0;top:19.375rem;left:13.25rem;height:5.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Fa7c4c36f50b0b51267120bbbd8ede64 { color:rgba(var(--color-tertiary-1),1);display:block;width:11.6875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15042;line-height:1.7;letter-spacing:0;top:19.375rem;left:25.875rem;height:5.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#e8a54fc39492de2e9a6a882547adcf12 { color:rgba(var(--color-tertiary-1),1);display:block;width:11.6875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15034;line-height:1.7;letter-spacing:0;top:20.25rem;left:38.875rem;height:3.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#f694ed0340f12c78978e9123171a5cce { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:25.625rem;left:2.4375rem; }
#f38c302083719e84a490d97532fe8a7b { color:rgba(var(--color-tertiary-0),1);display:block;width:7.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:25.625rem;left:4rem;height:1.25rem;display:block; }
#Bd9597b8b88c4cc0027afa722b04f6e6 { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:25.75rem;left:27.1875rem; }
#w10053d9481d925495fca34f78728fc2 { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:25.75rem;left:41rem; }
#e3b944bb82b067b57bac5ca4c6395cd3 { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:25.75rem;left:14.5rem; }
#Vd4fae26e103204efd8816be8613703b { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:25.75rem;left:16.0625rem;height:1.25rem;display:block; }
#e9551eb2a5e47714f5477a528e9c7c7b { color:rgba(var(--color-tertiary-0),1);display:block;width:7.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:25.75rem;left:28.875rem;height:1.25rem;display:block; }
#b96e9416c647d1bbbfd1b0b0ecd98c45 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:25.75rem;left:42.6875rem;height:1.25rem;display:block; }
#K8aba0071a66978500d988e61c89b58e { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:28rem;left:4.3125rem; }
#f0caa6dc50d1407f981532226c19da2d { color:rgba(var(--color-tertiary-0),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:28rem;left:5.875rem;height:1.25rem;display:block; }
#e043557d5f9fbdd64178529796b3265c { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:28rem;left:16.5625rem; }
#vce30b3186fc814eba7ab8e3e47bef3b { color:rgba(var(--color-tertiary-0),1);display:block;width:3.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:28rem;left:18.125rem;height:1.25rem;display:block; }
#b03a10cdba67263fbbe2129b20527507 { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:27.9375rem;left:29.5rem; }
#Gf65516a284a4c5d4354f18dc553dd90 { color:rgba(var(--color-tertiary-0),1);display:block;width:3.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:28rem;left:31.1875rem;height:1.25rem;display:block; }
#D989bf746bc077cf5abd9ea65d948a30 { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:28rem;left:42.25rem; }
#Udef41e7dd1ca8bc479d52fa3c2f7b51 { color:rgba(var(--color-tertiary-0),1);display:block;width:3.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:28rem;left:43.75rem;height:1.25rem;display:block; }
#e339a719015b82306b025e0189f635a8 { 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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:2.5625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:31.0625rem;left:1.1875rem;display:block; }
#dc352809e8c82d7687c7f015637ff095 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wb40acff06b9edef96c17e00711c3d8c { background-color:rgba(var(--color-secondary-1),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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:2.5625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:31.125rem;left:13.3125rem;display:block; }
#gfbcae9b6d51c8bef205b70e803b0e71 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v6d0972e7382332d1ba4cf566e3435e6 { background-color:#56561c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:2.5625rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:31.125rem;left:25.625rem;display:block; }
#d18c23f8534c375b5409657585150480 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rbe3ef58e4ec0dc674ad7b6fc1a4c309 { background-color:#444445;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:2.5625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:31.125rem;left:38.375rem;display:block; }
#ga154e01b828b757294d4285d14b177e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E62ca1d207851286d500534d91ce6199 { background-color:#be1909;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:2.5625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:33.875rem;left:1.1875rem;display:block; }
#c18bb7f107fa5f992e13cbd3c15ee5d4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p31317404fc3de9eecc23aba1b10c83a { background-color:#be1909;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:2.5625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:33.9375rem;left:13.3125rem;display:block; }
#e1a901b91215432c772d4f390e80f357 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T4688455e4e8aad8e25ccc94a459ee25 { background-color:#be1909;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:2.5625rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:33.9375rem;left:25.625rem;display:block; }
#N786885bbc919e9f87ea199104bb0e89 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A107a91a5b410d79658a3ee9fadead87 { background-color:#be1909;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:2.5625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:33.9375rem;left:38.375rem;display:block; }
#h17504cd49f3a699ae25b99a8596b6be { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gadc6cafb49b7819f62c24228d2f3680 { 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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#1c1c1c;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:35rem;left:31.125rem;display:none; }
#fe214ac8268ca522a89407c6ed899824 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aAKn6NvQ7GUxCaORbnS8TOWI0tVrKnbd { background-color:#be1909;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:2.5625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:33.9375rem;left:13.3125rem;display:none; }
#T1PCVuaXLtWniscv2PyIKi08pu0UDH60 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yC7RykfKcJexBWnVDf0auvsvcLCsZTRm { background-color:#be1909;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:2.5625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:33.9375rem;left:13.3125rem;display:none; }
#LaZTMsW0asoAIP3wO8bb5iIt2lUQXyol { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#unm6x7iJ0hRuxOmGzfLXdchKb3rQdP1r { background-color:#be1909;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:2.5625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:33.9375rem;left:13.3125rem;display:none; }
#OuEFd3Jce7blQUwFNQfOHhoqtP4txndl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dRuyCima1hVvWmsFLnXtn3dlacdtSWDZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#dRuyCima1hVvWmsFLnXtn3dlacdtSWDZ > .row .container { background-color: transparent; background-image: none; }#dRuyCima1hVvWmsFLnXtn3dlacdtSWDZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dRuyCima1hVvWmsFLnXtn3dlacdtSWDZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dRuyCima1hVvWmsFLnXtn3dlacdtSWDZ > .row .container > .video-iframe-container { display: none; }#dRuyCima1hVvWmsFLnXtn3dlacdtSWDZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dRuyCima1hVvWmsFLnXtn3dlacdtSWDZ > .row > .video-iframe-container { display: none; }#dRuyCima1hVvWmsFLnXtn3dlacdtSWDZ > .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); }#dRuyCima1hVvWmsFLnXtn3dlacdtSWDZ > .row .container { border-width: 0; border-radius: 0; }#dRuyCima1hVvWmsFLnXtn3dlacdtSWDZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dRuyCima1hVvWmsFLnXtn3dlacdtSWDZ > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:22.0625rem;width:75rem;position:relative;display:block; }#dc8483969601e3a78aca425d02e9ec80 { position:absolute;display:block;z-index:15015;background-color:#c8961e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:11.9375rem;width:21.25rem;top:8.125rem;left:0rem;display:block; }
#O7f156eb42c3acd7a6da0a7daaf4e1ae { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:8.4375rem;left:1.25rem; }
#T153c09a5615603a2c16aac5642c7e7b { color:rgba(var(--color-tertiary-0),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:8.25rem;left:3.75rem;height:2.5rem;font-style:normal;display:block; }
#Iec98b6842481ed77c40ad3ca31c4fe2 { color:rgba(var(--color-secondary-3),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:10.4375rem;left:1.25rem;height:6.75rem;font-style:normal;display:block; }
#u3bc8c48b047a67093a25ea03b746b3c { color:rgba(var(--color-primary-3),1);display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:1.5rem;left:22.3125rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G1cfe1263495414a56ae6a94eda81fb8 { color:rgba(var(--color-primary-4),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:3.125rem;left:11.25rem;height:3.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#x6fbfa1baac443ac994dd2b74d64ee5e { color:rgba(var(--color-secondary-3),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:10.875rem;left:27.875rem;height:6.75rem;font-style:normal;display:block; }
#a252c0c192dd0963e3c831a49a289c96 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:8.1875rem;left:31.4375rem;height:2.5rem;font-style:normal;display:block; }
#B9bd4c80942e300bb0f5b608f6b94ace { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:8.3125rem;left:28.75rem; }
#Jfa72d3af3ead2c9f13e50e0f83d2970 { color:rgba(var(--color-secondary-3),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:10.875rem;left:55rem;height:6.75rem;font-style:normal;display:block; }
#M4e303e0c3afac1b79e8c6d7f31a74e0 { color:rgba(var(--color-tertiary-0),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:8.1875rem;left:58rem;height:2.5rem;font-style:normal;display:block; }
#Tf13012f4eee53ad59dca5fc9dbdd81a { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:8.375rem;left:55.375rem; }
#w83e8fb87f87e3f4add3ba937aee2481 { position:absolute;display:block;z-index:15016;background-color:#c8961e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:12rem;width:21.25rem;top:8.125rem;left:26.875rem;display:block; }
#d1f76852e0f630b73c735f23e641e2e2 { position:absolute;display:block;z-index:15017;background-color:#c8961e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:12rem;width:21.25rem;top:8.125rem;left:53.75rem;display:block; }
#OoqZ3OtRGHtG7URpgu5u2L5SLb8MQDEu { position:relative;display:block; }#OoqZ3OtRGHtG7URpgu5u2L5SLb8MQDEu { background-color: transparent; background-image: none; }#OoqZ3OtRGHtG7URpgu5u2L5SLb8MQDEu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OoqZ3OtRGHtG7URpgu5u2L5SLb8MQDEu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OoqZ3OtRGHtG7URpgu5u2L5SLb8MQDEu > .row .container > .video-iframe-container { display: none; }#OoqZ3OtRGHtG7URpgu5u2L5SLb8MQDEu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OoqZ3OtRGHtG7URpgu5u2L5SLb8MQDEu > .row > .video-iframe-container { display: none; }#OoqZ3OtRGHtG7URpgu5u2L5SLb8MQDEu > .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); }#OoqZ3OtRGHtG7URpgu5u2L5SLb8MQDEu { border-width: 0; border-radius: 0; }#OoqZ3OtRGHtG7URpgu5u2L5SLb8MQDEu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OoqZ3OtRGHtG7URpgu5u2L5SLb8MQDEu > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a0740c;background-image:none;font-size:0.875rem;font-family:arial;height:29.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#a3ab2b86bb1c563246de40ab68794cc2 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.875rem;left:44rem;height:6.5rem;display:block; }
#kedf6fc224fb4be1a769b5ab1bc395d4 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:15.5625rem;left:45.125rem;height:3rem;display:block; }
#f71a0782fe4d1668e3544c74427803ca { color:rgba(var(--color-tertiary-0),1);display:block;width:36.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:0.9375rem;left:0.8125rem;height:4.125rem;font-style:normal;display:block; }
#c55919e451c09e6103b12674f646c12a { background-color:#ed200d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.75rem;height:2.9375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:22.5625rem;left:45.8125rem;display:block; }
#B0a0785dde6ccc642aecbebae3cbddf3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b7143d6a41252649d0bc5ebc8f3d4fa1 { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),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-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:0.125rem;top:15.625rem;left:43.9375rem;display:block; }
#fa6469281e05e147f416a35526e3dd78 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.1875rem 0.1875rem 0.4375rem #ad7955 ;height:20.6875rem;width:36.9375rem;top:6.53125rem;left:0.28125rem;display:block; }
#yaxlgIPeBqToLogcQD414RPVTySRCTSw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(160,116,12,0.59);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; }#yaxlgIPeBqToLogcQD414RPVTySRCTSw > .row .container { background-color: transparent; background-image: none; }#yaxlgIPeBqToLogcQD414RPVTySRCTSw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yaxlgIPeBqToLogcQD414RPVTySRCTSw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yaxlgIPeBqToLogcQD414RPVTySRCTSw > .row .container > .video-iframe-container { display: none; }#yaxlgIPeBqToLogcQD414RPVTySRCTSw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yaxlgIPeBqToLogcQD414RPVTySRCTSw > .row > .video-iframe-container { display: none; }#yaxlgIPeBqToLogcQD414RPVTySRCTSw > .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); }#yaxlgIPeBqToLogcQD414RPVTySRCTSw > .row .container { border-width: 0; border-radius: 0; }#yaxlgIPeBqToLogcQD414RPVTySRCTSw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yaxlgIPeBqToLogcQD414RPVTySRCTSw > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:52.4375rem;width:75rem;position:relative;display:block; }#s748091a0bf3698a395309aa20a481cf { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:4.8125rem;left:1.25rem;display:block; }
#a67d427e07c067c4fececf0d5af6a93d { color:rgba(var(--color-tertiary-0),1);display:block;width:3.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;top:5.875rem;left:2.5rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dc6e69bff6e898df22ef4a6c6728b1b2 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:0.28125rem;left:1.75rem;height:4.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bb8b6a7a0838e175c4df2b9454d8fe45 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:0.6875rem;left:44.287109375rem;height:3.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#Zff55ef079c33000e35ec73cbdb3773a { color:rgba(var(--color-tertiary-0),1);display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:8.5625rem;left:2.5rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#w62b860ec23914e2372d2a6f28b08796 { color:rgba(var(--color-primary-1),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.7;letter-spacing:0;top:4.75rem;left:8.0625rem;height:1.875rem;font-style:normal;display:block; }
#G8616a6009414bd9c63751bc142be0e5 { color:rgba(var(--color-tertiary-0),1);display:block;width:66.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15031;line-height:1.7;letter-spacing:0;top:5.9375rem;left:8.125rem;height:2.5rem;font-style:normal;display:block; }
#a17fcd25c6fa549d32e8e7e8304ff567 { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:8.5rem;left:8.0625rem; }
#Wf78e06bf4284232925cd6810d5ddfc2 { color:rgba(var(--color-tertiary-0),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:8.1875rem;left:10rem;height:1.6875rem;font-style:normal;display:block; }
#b66e632459deb10580b6a684894c42f1 { color:rgba(var(--color-tertiary-0),1);display:block;width:44.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15032;line-height:1.7;letter-spacing:0;top:12.5rem;left:1.75rem;height:33.75rem;font-style:normal;display:block; }
#B3fc6229b51d1c57dfa1dbdec8597594 { position:absolute;display:block;z-index:15052;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.6875rem 0.6875rem 0.6875rem rgba(var(--color-primary-3),1) ;height:15.4375rem;width:20.75rem;top:11.5625rem;left:51.3125rem;overflow:hidden;display:block; }
#n01f0aeb76c79c37a77521b0f951c0bc { position:absolute;display:block;z-index:15053;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.6875rem 0.6875rem 0.6875rem rgba(var(--color-primary-3),1) ;height:15.5rem;width:20.8125rem;top:28.625rem;left:51.25rem;overflow:hidden;display:block; }
#b0c340f44aad5556ba5261047101429f { background-color:#ed200d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:46.4375rem;left:55.625rem;display:block; }
#aef6500cb2f9504e0a0a40a042342710 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D3UqdVxG1avcAzPUXIrrt2By2lkhhdN8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#D3UqdVxG1avcAzPUXIrrt2By2lkhhdN8 > .row .container { background-color: transparent; background-image: none; }#D3UqdVxG1avcAzPUXIrrt2By2lkhhdN8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3UqdVxG1avcAzPUXIrrt2By2lkhhdN8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3UqdVxG1avcAzPUXIrrt2By2lkhhdN8 > .row .container > .video-iframe-container { display: none; }#D3UqdVxG1avcAzPUXIrrt2By2lkhhdN8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3UqdVxG1avcAzPUXIrrt2By2lkhhdN8 > .row > .video-iframe-container { display: none; }#D3UqdVxG1avcAzPUXIrrt2By2lkhhdN8 > .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); }#D3UqdVxG1avcAzPUXIrrt2By2lkhhdN8 > .row .container { border-width: 0; border-radius: 0; }#D3UqdVxG1avcAzPUXIrrt2By2lkhhdN8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D3UqdVxG1avcAzPUXIrrt2By2lkhhdN8 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:59.1875rem;width:75rem;position:relative;display:block; }#a53784ff70c2b67081bc78443a6494c7 { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:4.4375rem;left:1.25rem;display:block; }
#v654c0efb2adde3c576903976e5ccb8f { color:rgba(var(--color-tertiary-0),1);display:block;width:3.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;top:5.5625rem;left:2.5rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#b51c1c4e7b4565143c82534c6930a394 { color:rgba(var(--color-primary-3),1);display:block;width:73.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:1.78125rem;left:1.5625rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ae2de969f14bbefd02864db0f033e858 { color:rgba(var(--color-tertiary-0),1);display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:8.375rem;left:2.5rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Kc594220cb4860860ad7406d09bea7b5 { color:rgba(var(--color-primary-1),1);display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.7;letter-spacing:0;top:4.4375rem;left:8.0625rem;height:1.875rem;font-style:normal;display:block; }
#Dce2643c1112899442c5c256bffe39ec { color:rgba(var(--color-primary-4),1);display:block;width:66.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15031;line-height:1.7;letter-spacing:0;top:5.625rem;left:8.125rem;height:2.5rem;font-style:normal;display:block; }
#T7a4c9f870a1b841b7b552e3e2ae7ad0 { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:8.5rem;left:8.0625rem; }
#fa8b717b5524b59086528cac3507345c { color:rgba(var(--color-primary-4),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:8.1875rem;left:10rem;height:1.6875rem;font-style:normal;display:block; }
#lad56219cb70d1892d76252fe42d3fe4 { color:rgba(var(--color-primary-4),1);display:block;width:43.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15032;line-height:1.7;letter-spacing:0;top:10.6875rem;left:1.25rem;height:15.1875rem;font-style:normal;display:block; }
#Z98ec9d4b75d126f51c6387b5bf97c68 { position:absolute;display:block;z-index:15051;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.6875rem 0.6875rem 0.6875rem rgba(var(--color-primary-3),1) ;height:14.6875rem;width:20.375rem;top:10.6875rem;left:50.875rem;overflow:hidden;display:block; }
#b63b95a6bb41f3c2ce0c90ea4489a298 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:0.8125rem;left:44.875rem;height:3.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#xf1af1b9c0e707638e76574394a15223 { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.6875rem 0.6875rem 0.6875rem rgba(var(--color-primary-3),1) ;height:21.6875rem;width:12.0625rem;top:28.625rem;left:59.5rem;display:block; }
#Cfc16617c51cb9d05caae8d39be0d6e4 { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.6875rem 0.6875rem 0.6875rem rgba(var(--color-primary-3),1) ;height:21.6875rem;width:12.0625rem;top:28.625rem;left:44.9375rem;display:block; }
#bbf32e003499556a8c7c0daf71870ead { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.6875rem 0.6875rem 0.6875rem rgba(var(--color-primary-3),1) ;height:21.6875rem;width:12.0625rem;top:28.625rem;left:30.9375rem;display:block; }
#p68be02d3967a146a34312ac7d9d5c75 { position:absolute;display:block;z-index:15052;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.6875rem 0.6875rem 0.6875rem rgba(var(--color-primary-3),1) ;height:21rem;width:24.625rem;top:28.6875rem;left:3.4375rem;overflow:hidden;display:block; }
#aa02a1a90526ad6ec49648ce83298be1 { background-color:#f40338;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.3125rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:53.1875rem;left:30.3125rem;display:block; }
#df9f4df28631591187dc29fe0034eeee { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nhEgfOroAzcLm2RE6sMfZHFJVJxE3XRn { position:relative;display:block; }#nhEgfOroAzcLm2RE6sMfZHFJVJxE3XRn { background-color: transparent; background-image: none; }#nhEgfOroAzcLm2RE6sMfZHFJVJxE3XRn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhEgfOroAzcLm2RE6sMfZHFJVJxE3XRn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhEgfOroAzcLm2RE6sMfZHFJVJxE3XRn > .row .container > .video-iframe-container { display: none; }#nhEgfOroAzcLm2RE6sMfZHFJVJxE3XRn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhEgfOroAzcLm2RE6sMfZHFJVJxE3XRn > .row > .video-iframe-container { display: none; }#nhEgfOroAzcLm2RE6sMfZHFJVJxE3XRn > .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); }#nhEgfOroAzcLm2RE6sMfZHFJVJxE3XRn { border-width: 0; border-radius: 0; }#nhEgfOroAzcLm2RE6sMfZHFJVJxE3XRn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nhEgfOroAzcLm2RE6sMfZHFJVJxE3XRn > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;font-size:0.875rem;font-family:arial;height:29.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#c0c982e10a0499347cc1cf381481ae49 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.40625rem;left:40.03125rem;height:9.75rem;display:block; }
#d88d047922d32bd22169234936f0fe96 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:18.9375rem;left:41.25rem;height:3rem;display:block; }
#iacecc937d094d47750a26308b229e70 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:0.9375rem;left:0.8125rem;height:6.1875rem;font-style:normal;display:block; }
#l61f7601527d050f1a1c7d77e055d991 { background-color:#ed200d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.75rem;height:2.9375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:24.5625rem;left:45.875rem;display:block; }
#P71c0b7a443664d9bd2654d126b5a594 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bc60dde8fd502fbeef9f66f725a07b98 { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),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-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:0.125rem;top:19rem;left:40.0625rem;display:block; }
#M7e28fdceaa9f06eb7e62b0cdd331717 { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top: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:12.625rem;width:36.125rem;top:6.125rem;left:0.68688118811881rem;overflow:hidden;display:block; }
#D5ca8e125f260c8bd4ae7af9e4268172 { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top: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.6875rem;width:36.125rem;top:18.1875rem;left:0.6875rem;overflow:hidden;display:block; }
#umsUBIpV8lVmXgRkWbwgJ0PNdBgav6Wy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),0.59);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; }#umsUBIpV8lVmXgRkWbwgJ0PNdBgav6Wy > .row .container { background-color: transparent; background-image: none; }#umsUBIpV8lVmXgRkWbwgJ0PNdBgav6Wy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#umsUBIpV8lVmXgRkWbwgJ0PNdBgav6Wy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#umsUBIpV8lVmXgRkWbwgJ0PNdBgav6Wy > .row .container > .video-iframe-container { display: none; }#umsUBIpV8lVmXgRkWbwgJ0PNdBgav6Wy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#umsUBIpV8lVmXgRkWbwgJ0PNdBgav6Wy > .row > .video-iframe-container { display: none; }#umsUBIpV8lVmXgRkWbwgJ0PNdBgav6Wy > .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); }#umsUBIpV8lVmXgRkWbwgJ0PNdBgav6Wy > .row .container { border-width: 0; border-radius: 0; }#umsUBIpV8lVmXgRkWbwgJ0PNdBgav6Wy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#umsUBIpV8lVmXgRkWbwgJ0PNdBgav6Wy > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:47.375rem;width:75rem;position:relative;display:block; }#Q8b9fbec4a3a5085a526402442ebb88f { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:7.125rem;left:1.875rem;display:block; }
#n563769fe6c3e9a7dcf83c9330ee3445 { color:rgba(var(--color-tertiary-0),1);display:block;width:3.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;top:8.1875rem;left:3.125rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Td7d910c231fa8f1119f571bcdaefffd { color:rgba(var(--color-tertiary-0),1);display:block;width:28.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:1.40625rem;left:44.3125rem;height:3.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#bba8ec4f3ea41831c5fbc03f9b5d231b { color:rgba(var(--color-tertiary-0),1);display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:10.875rem;left:3.125rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Ha0e91605d82dfa8e3e3fcd57b489c05 { color:rgba(var(--color-secondary-2),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.7;letter-spacing:0;top:5.3125rem;left:9.75rem;height:1.875rem;font-style:normal;display:block; }
#X9f3b7b4ed0822dd503ad7521f405153 { color:rgba(var(--color-tertiary-0),1);display:block;width:42.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15031;line-height:1.7;letter-spacing:0;top:7.125rem;left:9.75rem;height:3.75rem;font-style:normal;display:block; }
#M716b79535bfffee618b7e5b3f5464be { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:13.0625rem;left:9.75rem; }
#cb66cf3c9be5d6c5816a173373f4dccf { color:rgba(var(--color-tertiary-0),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:12.75rem;left:11.625rem;height:1.6875rem;font-style:normal;display:block; }
#fc6d44665720a81525bca63d43305f6a { color:rgba(var(--color-tertiary-0),1);display:block;width:44.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15032;line-height:1.7;letter-spacing:0;top:16.6875rem;left:2.5rem;height:21.9375rem;font-style:normal;display:block; }
#d431d6fa28a1386a63dad6c3a0544110 { background-color:#ed200d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:41.9375rem;left:19.1875rem;display:block; }
#m4cc05ae9919da36fb471ca9e4cae277 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ha802132a5d6081e6d17c7802d8c9c16 { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:11.6875rem;width:17.5625rem;top:7.8125rem;left:52.1875rem;overflow:hidden;display:block; }
#d31fd2449a5f712af63ef696692e8a18 { position:absolute;display:block;z-index:15050;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:11.6875rem;width:17.5625rem;top:20.125rem;left:52.1875rem;overflow:hidden;display:block; }
#N1ef382c71b13ca9709e02f6e4e2e14e { position:absolute;display:block;z-index:15051;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.625rem;width:17.5rem;top:32.375rem;left:52.1875rem;overflow:hidden;display:block; }
#vf1ff248ce502be1b027977671bd4a27 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:700;z-index:15016;line-height:1.7;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:1rem;left:1.875rem;height:4.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kapPtRCErDDUegcBh2sOZUR1bwBoChix { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#kapPtRCErDDUegcBh2sOZUR1bwBoChix > .row .container { background-color: transparent; background-image: none; }#kapPtRCErDDUegcBh2sOZUR1bwBoChix::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kapPtRCErDDUegcBh2sOZUR1bwBoChix > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kapPtRCErDDUegcBh2sOZUR1bwBoChix > .row .container > .video-iframe-container { display: none; }#kapPtRCErDDUegcBh2sOZUR1bwBoChix > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kapPtRCErDDUegcBh2sOZUR1bwBoChix > .row > .video-iframe-container { display: none; }#kapPtRCErDDUegcBh2sOZUR1bwBoChix > .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); }#kapPtRCErDDUegcBh2sOZUR1bwBoChix > .row .container { border-width: 0; border-radius: 0; }#kapPtRCErDDUegcBh2sOZUR1bwBoChix > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kapPtRCErDDUegcBh2sOZUR1bwBoChix > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:32rem;width:75rem;position:relative;display:block; }#Xdb7e75dbe5d3bdb657caf458d6adf32 { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:4.4375rem;left:1.25rem;display:block; }
#N0cf3bd5a4b7196a1fa8240653a09ce1 { color:rgba(var(--color-tertiary-0),1);display:block;width:3.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;top:5.5625rem;left:2.5rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#a3c666d9cbe944f9763d43bddcd2507a { color:rgba(var(--color-primary-3),1);display:block;width:73.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:2.75rem;left:1.5625rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C662dd5fe072ffb0ac448592d8272301 { color:rgba(var(--color-tertiary-0),1);display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:8.375rem;left:2.5rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#m30c127e712eba8fa6e8223f30af3854 { color:rgba(var(--color-secondary-2),1);display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.7;letter-spacing:0;top:4.4375rem;left:8.0625rem;height:1.875rem;font-style:normal;display:block; }
#N245f4c57b78dd1945eae3ac8a032bda { color:rgba(var(--color-primary-4),1);display:block;width:66.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15031;line-height:1.7;letter-spacing:0;top:6rem;left:8.125rem;height:2.5rem;font-style:normal;display:block; }
#h12227f08864c6097089f7b174d00ce6 { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:8.5rem;left:8.0625rem; }
#cba6ac92e79ba0b2d82b1c14cecc238a { color:rgba(var(--color-primary-4),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:8.1875rem;left:10rem;height:1.6875rem;font-style:normal;display:block; }
#Xc5d704c4e0d3cacd9cbbd3c3af51c0f { color:rgba(var(--color-primary-4),1);display:block;width:43.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15032;line-height:1.7;letter-spacing:0;top:12.375rem;left:3.4375rem;height:15.1875rem;font-style:normal;display:block; }
#d4373b748517071874b3540f573e3c5f { position:absolute;display:block;z-index:15051;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.6875rem 0.6875rem 0.6875rem rgba(var(--color-primary-3),1) ;height:13.5625rem;width:20.375rem;top:10.6875rem;left:50.875rem;overflow:hidden;display:block; }
#c013a513c09535cd79188b5506d2d70e { color:rgba(var(--color-tertiary-4),1);display:block;width:28.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:0.8125rem;left:44.875rem;height:3.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#hd1a26affe82115c533f5fb8a83d08c9 { background-color:#f40338;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.3125rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:25.9375rem;left:55.4375rem;display:block; }
#r85e7669e2fb230c470e2e4e28f9c653 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X6DEiM9E3TyQFPZ4o4rTOqiWtw9t8N15 { position:relative;display:block; }#X6DEiM9E3TyQFPZ4o4rTOqiWtw9t8N15 { background-color: transparent; background-image: none; }#X6DEiM9E3TyQFPZ4o4rTOqiWtw9t8N15::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X6DEiM9E3TyQFPZ4o4rTOqiWtw9t8N15 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X6DEiM9E3TyQFPZ4o4rTOqiWtw9t8N15 > .row .container > .video-iframe-container { display: none; }#X6DEiM9E3TyQFPZ4o4rTOqiWtw9t8N15 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X6DEiM9E3TyQFPZ4o4rTOqiWtw9t8N15 > .row > .video-iframe-container { display: none; }#X6DEiM9E3TyQFPZ4o4rTOqiWtw9t8N15 > .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); }#X6DEiM9E3TyQFPZ4o4rTOqiWtw9t8N15 { border-width: 0; border-radius: 0; }#X6DEiM9E3TyQFPZ4o4rTOqiWtw9t8N15 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X6DEiM9E3TyQFPZ4o4rTOqiWtw9t8N15 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4f4f25;background-image:none;font-size:0.875rem;font-family:arial;height:35.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#rde24068ca8852ebcaa55ff31b471ad0 { color:rgba(var(--color-secondary-0),1);display:block;width:35.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.1875rem;left:39.25rem;height:9.75rem;display:block; }
#a7c2db449af81a81310d796afe0208db { color:rgba(var(--color-tertiary-0),1);display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:20.9375rem;left:40.4375rem;height:3rem;display:block; }
#B719e4ded1c663a9437bbad4fd4aac4b { color:rgba(var(--color-tertiary-0),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:2.09375rem;left:4.03125rem;height:2.0625rem;font-style:normal;display:block; }
#ddd14b579314abcc5337a9ca831ac6d0 { background-color:#ed200d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:2.8125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:27.625rem;left:46.8515625rem;display:block; }
#c86d783ca82d342ad5e9c618a5457d7d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ac3669bc7c109d8035fb6d6c09e2d317 { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),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-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:0.125rem;top:21rem;left:39.25rem;display:block; }
#Lb68f928b40f970036a75052039d6978 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:5.6875rem;width:19.0625rem;top:28.375rem;left:6.875rem;overflow:hidden;display:block; }
#d78f25f15cfa042c663abc0a26601c73 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:4.15625rem;left:4.03125rem;height:2.0625rem;font-style:normal;display:block; }
#J6a8fa8e82a58fd4ea1d90a14e1a85d9 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:13.75rem;width:19.0625rem;top:7.1875rem;left:6.875rem;overflow:hidden;display:block; }
#L3a1eb88f0cda1fe90b98f09acf39d85 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:6.8125rem;width:18.9375rem;top:21.625rem;left:6.9375rem;overflow:hidden;display:block; }
#lVmB0GfsWXBp3at0qXmB5EiEu7VMdHzy { position:relative;display:block; }#lVmB0GfsWXBp3at0qXmB5EiEu7VMdHzy { background-color: transparent; background-image: none; }#lVmB0GfsWXBp3at0qXmB5EiEu7VMdHzy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lVmB0GfsWXBp3at0qXmB5EiEu7VMdHzy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lVmB0GfsWXBp3at0qXmB5EiEu7VMdHzy > .row .container > .video-iframe-container { display: none; }#lVmB0GfsWXBp3at0qXmB5EiEu7VMdHzy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lVmB0GfsWXBp3at0qXmB5EiEu7VMdHzy > .row > .video-iframe-container { display: none; }#lVmB0GfsWXBp3at0qXmB5EiEu7VMdHzy > .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); }#lVmB0GfsWXBp3at0qXmB5EiEu7VMdHzy { border-width: 0; border-radius: 0; }#lVmB0GfsWXBp3at0qXmB5EiEu7VMdHzy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lVmB0GfsWXBp3at0qXmB5EiEu7VMdHzy > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),1);background-image:none;font-size:0.875rem;font-family:arial;height:36.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#J686478f444cab8017e2a91ac68745e5 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.09375rem;left:40.03125rem;height:9.75rem;display:block; }
#K15969bbd5623cef28584d4b99a7b94a { color:rgba(var(--color-tertiary-0),1);display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:16.1875rem;left:41.25rem;height:3rem;display:block; }
#X71c148f6d9b697a40a863d70a88290f { color:rgba(var(--color-tertiary-0),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:2.6875rem;left:2.21875rem;height:4.125rem;font-style:normal;display:block; }
#ddd6b72d58c73c0e260ca66541fb43e3 { background-color:#ed200d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:30.5rem;left:46.0625rem;display:block; }
#ef147e5a089e016fd179a11e5a27f36d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d65f44c22db9f8f84ad54f1ff74bdc60 { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),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-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:0.125rem;top:16.25rem;left:40.0625rem;display:block; }
#fe77f2ae01adad7c2d9993bb54af76e9 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:26.0625rem;left:40.0625rem;height:1.875rem;display:block; }
#ee70ce825241b8fcb1fcffa0d44baa18 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.5rem 1.625rem rgba(var(--color-tertiary-0),0.2) ;height:25.5625rem;width:34.75rem;top:8.8125rem;left:1.375rem;overflow:hidden;display:block; }
#Hb830f4c6af42a5f5548502b599fe76a { background-color:rgba(var(--color-secondary-1),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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:20.90625rem;left:46.15625rem;display:block; }
#w2c205240438f69e8161e89cc58d6b17 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UiQtQuW1swetnKnly985CKWThfVcEKB8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#UiQtQuW1swetnKnly985CKWThfVcEKB8 > .row .container { background-color: transparent; background-image: none; }#UiQtQuW1swetnKnly985CKWThfVcEKB8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UiQtQuW1swetnKnly985CKWThfVcEKB8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UiQtQuW1swetnKnly985CKWThfVcEKB8 > .row .container > .video-iframe-container { display: none; }#UiQtQuW1swetnKnly985CKWThfVcEKB8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UiQtQuW1swetnKnly985CKWThfVcEKB8 > .row > .video-iframe-container { display: none; }#UiQtQuW1swetnKnly985CKWThfVcEKB8 > .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); }#UiQtQuW1swetnKnly985CKWThfVcEKB8 > .row .container { border-width: 0; border-radius: 0; }#UiQtQuW1swetnKnly985CKWThfVcEKB8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UiQtQuW1swetnKnly985CKWThfVcEKB8 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:30.125rem;width:75rem;position:relative;display:block; }#W0a3e5e7df64cf5afc3e92e8974aa681 { color:rgba(var(--color-primary-3),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:1.1875rem;left:1.5625rem;height:2.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J02e6acc780eda6f3a2308b709520009 { color:rgba(var(--color-tertiary-3),1);display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:normal;z-index:15008;line-height:1;letter-spacing:0;top:4.0625rem;left:1.5625rem;height:1.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#d2565b598d199bf55ca0e36675f1f601 { position:absolute;display:block;z-index:15015;background-color:#a0740c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:7.125rem;width:33.75rem;top:1.4375rem;left:38.75rem;display:block; }
#v4a7823c022fce67ed7ae390c1dd612f { color:rgba(var(--color-tertiary-1),1);display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:3.75rem;left:40.65625rem;height:2.875rem;font-style:normal;display:block; }
#a00286a6a6970e9f2d618e9421b1a106 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:0.96875rem;left:40.4375rem; }
#ba60be2cf6099d9b025a28b665a8be63 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:1.84375rem;left:43.125rem;height:2.125rem;font-style:normal;display:block; }
#B4861a8f6a47597124d2ac86bebc9f7f { color:rgba(var(--color-tertiary-1),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:11.6875rem;left:40.375rem;height:2.875rem;font-style:normal;display:block; }
#N7ca2e48c39f57922d5cbcdaf16dd0a6 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:9.5625rem;left:43.125rem;height:2.125rem;font-style:normal;display:block; }
#lc75a139175a4e520297b350cde57b60 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:8.875rem;left:40.625rem; }
#f2bb561ca995fce916ecc74057be49c6 { color:rgba(var(--color-tertiary-1),1);display:block;width:30.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:18.375rem;left:40.46875rem;height:5.75rem;font-style:normal;display:block; }
#d622d7dad24de6648e999f0185fb35e7 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:16.25rem;left:43.1875rem;height:2.125rem;font-style:normal;display:block; }
#f8fb10cec10cce8a49856e72aa7d6164 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:15.3125rem;left:40.625rem; }
#i9629ed2b9d750d01e02bd4c9f498c64 { position:absolute;display:block;z-index:15016;background-color:#a0740c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:6.25rem;width:33.75rem;top:8.875rem;left:38.75rem;display:block; }
#I7c52dedc898b33763511515a1371db3 { position:absolute;display:block;z-index:15017;background-color:#a0740c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:9.3125rem;width:33.8125rem;top:15.4375rem;left:38.75rem;display:block; }
#bfb4efb896caacbdb6d4a7b4db84d5cb { 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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#1c1c1c;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:35rem;left:31.125rem;display:none; }
#d295c5f38379e7032ff89a4b58c917fc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ob95f28c3e403bdce9e778588058e45b { position:absolute;display:block;z-index:15027;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:7.25rem;width:19.9375rem;top:7.75rem;left:0.875rem;overflow:hidden;display:block; }
#Qb8864bb0d645963b69701f3a2157440 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:19.9375rem;top:14.875rem;left:0.875rem;overflow:hidden;display:block; }
#dd5b3e928e6e1b53e7fa24a14cb36a94 { position:absolute;display:block;z-index:15029;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:5.9375rem;width:19.9375rem;top:21.4375rem;left:0.8125rem;overflow:hidden;display:block; }
#Wd0f7297a0835dee0dfc882a702ba300 { 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:19.6875rem;width:15.6875rem;top:7.6875rem;left:21rem;overflow:hidden;display:block; }
#eb3a2eec66233e3bad1de6a3d6cfb0f1 { background-color:#f40338;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:24.9375rem;left:50.625rem;display:block; }
#da6acb4f44f2b17211055062f56e543a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DQdDsJIM4iNDoBoXbQQEgoe5AlzIUmxE { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:15.3125rem;left:40.625rem;display:none; }
#SI1T3n37W8B0UAdPaL7E1phPHI1OW1Mc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#SI1T3n37W8B0UAdPaL7E1phPHI1OW1Mc > .row .container { background-color: transparent; background-image: none; }#SI1T3n37W8B0UAdPaL7E1phPHI1OW1Mc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SI1T3n37W8B0UAdPaL7E1phPHI1OW1Mc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SI1T3n37W8B0UAdPaL7E1phPHI1OW1Mc > .row .container > .video-iframe-container { display: none; }#SI1T3n37W8B0UAdPaL7E1phPHI1OW1Mc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SI1T3n37W8B0UAdPaL7E1phPHI1OW1Mc > .row > .video-iframe-container { display: none; }#SI1T3n37W8B0UAdPaL7E1phPHI1OW1Mc > .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); }#SI1T3n37W8B0UAdPaL7E1phPHI1OW1Mc > .row .container { border-width: 0; border-radius: 0; }#SI1T3n37W8B0UAdPaL7E1phPHI1OW1Mc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SI1T3n37W8B0UAdPaL7E1phPHI1OW1Mc > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:38.1875rem;width:75rem;position:relative;display:block; }#f45700a7a4f51602c72e954aeaf76416 { color:rgba(var(--color-primary-3),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15023;line-height:1.7;letter-spacing:0;top:1.75rem;left:30.40625rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cf5033f30fdf7d0fccd95336548eaf5c { color:rgba(var(--color-primary-4),1);display:block;width:29.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:3.375rem;left:22rem;height:3.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Ob1bde684835252b66b33a1b3afb26b5 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:20.75rem;left:7.25rem;height:12.9375rem;text-align:left;text-align-last:left;display:block; }
#ffd28296222dac754f123be5824a3237 { color:rgba(var(--color-tertiary-2),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:18.75rem;left:6.25rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#nd5efd379c3efb24b390e88ca0f02814 { position:absolute;display:block;z-index:15015;background-color:#a0740c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:28.375rem;width:19.375rem;top:7.6875rem;left:6rem;display:block; }
#g0667b4ceef366e4b50a6a95913fe499 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:20.75rem;left:28.75rem;height:12.9375rem;text-align:left;text-align-last:left;display:block; }
#Z4d28808e74ca46372610f3edaee2896 { color:rgba(var(--color-tertiary-2),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:18.75rem;left:28.75rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#E01734e2cd34369a5a0f29a3d9e967fd { color:rgba(var(--color-tertiary-0),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:20.75rem;left:48.375rem;height:12.9375rem;text-align:left;text-align-last:left;display:block; }
#Zb4f74ba1493dd7d08742cac27313a84 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:9.3125rem;width:9.375rem;top:8.8125rem;left:49.6875rem;overflow:hidden;display:block; }
#Qd0235a4439fcbf21dbc88b380558def { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:9.375rem;width:9.4375rem;top:8.75rem;left:28.75rem;overflow:hidden;display:block; }
#d9c79253b11ca37ef6ff018df0b981bf { position:absolute;display:block;z-index:15034;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.1875rem;width:3.9375rem;top:12.375rem;left:18.1875rem;overflow:hidden;display:block; }
#J5a0397636a9b207dec543773cb84797 { position:absolute;display:block;z-index:15035;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.4375rem;width:3.8125rem;top:12.25rem;left:39rem;overflow:hidden;display:block; }
#ab92f2d355bf666a58472a10a5003493 { color:rgba(var(--color-tertiary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:18.75rem;left:48.4375rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#ad757ddd1e76a05705f8e1f53c590e50 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:9.625rem;width:9.4375rem;top:8.625rem;left:7.375rem;overflow:hidden;display:block; }
#ec9ffe62d4b5a13cab19ff4608ac3e46 { position:absolute;display:block;z-index:15037;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.375rem;width:11.375rem;top:35.9375rem;left:38.75rem;overflow:hidden;display:none; }
#V18877e36a9a00c8d2da0b2efe2c6f31 { position:absolute;display:block;z-index:15038;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.25rem;width:11.25rem;top:36rem;left:50.3125rem;overflow:hidden;display:none; }
#nd26e539161299653a3d3d65be15ad44 { position:absolute;display:block;z-index:15038;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.375rem;width:11.375rem;top:47.375rem;left:38.75rem;overflow:hidden;display:none; }
#C87c0547ae33656585d88264506d6caf { position:absolute;display:block;z-index:15039;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.25rem;width:11.25rem;top:47.4375rem;left:50.3125rem;overflow:hidden;display:none; }
#B5feef1a5c52700d6d5fc179c7ee4f08 { position:absolute;display:block;z-index:15040;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.9375rem;width:11.25rem;top:49.625rem;left:61.625rem;overflow:hidden;display:none; }
#d25ed7fe6a5d8e702f619f9cf2c80da0 { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:11.0625rem;top:36.15625rem;left:61.5625rem;overflow:hidden;display:none; }
#e89cb6f49de6ec3ba0ebcd37623037d1 { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:11.125rem;top:42.8125rem;left:61.5625rem;overflow:hidden;display:none; }
#T32d7ae05cfc608da562d53c4f338837 { background-color:rgba(var(--color-primary-1),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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.3125rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:109.375rem;left:30.84375rem;display:none; }
#L8e9bca0ecf605187d1258bc20cc8948 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w1b657ec98202ea06fc5d9bb9dada061 { position:absolute;display:block;z-index:15016;background-color:#a0740c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:28.375rem;width:19.375rem;top:7.6875rem;left:27rem;display:block; }
#T0ff13492cfe126d4b7bcf9fe78cb6fb { position:absolute;display:block;z-index:15017;background-color:#a0740c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:28.375rem;width:19.375rem;top:7.6875rem;left:47.875rem;display:block; }
#b4e8e21a99efb56e99477cb778d796e9 { position:absolute;display:block;z-index:15036;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.4375rem;width:3.8125rem;top:12.25rem;left:60.3125rem;overflow:hidden;display:block; }
#ICmqv9c2EZei4rSf8VcIdZkTeXCBrq0Q { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(183deg, rgba(var(--color-primary-1),0.7), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(183deg, rgba(var(--color-primary-1),0.7), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(183deg, rgba(var(--color-primary-1),0.7), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(183deg, rgba(var(--color-primary-1),0.7), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.7)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.7)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(183deg, rgba(var(--color-primary-1),0.7), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:28.375rem;width:19.375rem;top:7.6875rem;left:6rem;display:none; }
#dAt4LxQUUFlWOwXV5l4U6nGHbeqxsdPU { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(183deg, rgba(var(--color-primary-1),0.7), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(183deg, rgba(var(--color-primary-1),0.7), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(183deg, rgba(var(--color-primary-1),0.7), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(183deg, rgba(var(--color-primary-1),0.7), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.7)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.7)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(183deg, rgba(var(--color-primary-1),0.7), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:28.375rem;width:19.375rem;top:7.6875rem;left:6rem;display:none; }
#KVAc0WFWMxFpb5fS2RquCAV15s2x7pN1 { position:absolute;display:block;z-index:15035;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.4375rem;width:3.8125rem;top:12.25rem;left:39rem;overflow:hidden;display:none; }
#PgS3RM5K41ZN7MwFaDTqUC4w82gaH2ku { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#PgS3RM5K41ZN7MwFaDTqUC4w82gaH2ku > .row .container { background-color: transparent; background-image: none; }#PgS3RM5K41ZN7MwFaDTqUC4w82gaH2ku::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PgS3RM5K41ZN7MwFaDTqUC4w82gaH2ku > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PgS3RM5K41ZN7MwFaDTqUC4w82gaH2ku > .row .container > .video-iframe-container { display: none; }#PgS3RM5K41ZN7MwFaDTqUC4w82gaH2ku > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PgS3RM5K41ZN7MwFaDTqUC4w82gaH2ku > .row > .video-iframe-container { display: none; }#PgS3RM5K41ZN7MwFaDTqUC4w82gaH2ku > .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); }#PgS3RM5K41ZN7MwFaDTqUC4w82gaH2ku > .row .container { border-width: 0; border-radius: 0; }#PgS3RM5K41ZN7MwFaDTqUC4w82gaH2ku > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PgS3RM5K41ZN7MwFaDTqUC4w82gaH2ku > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:15.3125rem;width:75rem;position:relative;display:block; }#DlgcSfO4bUNwVcC8r0tZrplKduPhopJD { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:2rem;left:0rem;height:4.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xH4ORTbm3xIGpToAfqqEbV4SUDzSu3qZ { color:#a0740c;display:block;width:13.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:8.375rem;left:0rem;height:5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fRNeGtAG3lDJSMBZVQhJFtTRScTDBAkT { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-secondary-4),0));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:0.5rem;width:16.25rem;top:7.25rem;left:0rem;display:block; }
#rrBIKFsl9cL693S7yvflLsvxrfTeDCd9 { color:#a0740c;display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15042;line-height:1.7;letter-spacing:0;top:8.375rem;left:19.375rem;height:2.5rem;font-style:normal;display:block; }
#raS8L19nsOmQuTJ64Jf9ulv6kIHJOMZz { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:2rem;left:19.375rem;height:4.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UpETG1KN1Px9ODLMnphBeLu7DR53aLed { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));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:0.5rem;width:16.25rem;top:7.25rem;left:19.375rem;display:block; }
#NpKVSmS6RpeODnut8etI2HufTrg9Ac7W { color:#a0740c;display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15045;line-height:1.7;letter-spacing:0;top:8.375rem;left:38.75rem;height:2.5rem;font-style:normal;display:block; }
#NfDqtM8u92lm5o82BWTCnUr9suZqxrpc { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:2rem;left:38.75rem;height:4.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#bHclvyN2MREGxlTKUeQlWqJEss0IT6o3 { position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));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:0.5rem;width:16.25rem;top:7.25rem;left:38.75rem;display:block; }
#t5vuB2DdO2CHmF9KmN0DHyuyg5XkKo8o { color:#a0740c;display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:8.375rem;left:58.75rem;height:2.5rem;font-style:normal;display:block; }
#eodzH7nusenzKW6ylJX8Gu1BCPuqzbP9 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:2rem;left:58.75rem;height:4.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dhT3xrcwm7vbFIvyQPB1O65TPJfxP2Ug { position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));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:0.5rem;width:16.25rem;top:7.25rem;left:58.75rem;display:block; }
#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ > .row .container { background-color: transparent; background-image: none; }#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ > .row .container > .video-iframe-container { display: none; }#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ > .row > .video-iframe-container { display: none; }#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ > .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); }#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ > .row .container { border-width: 0; border-radius: 0; }#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:53rem;width:75rem;position:relative;display:block; }#DhbFiuULDRg1EPxRCSqFbEJiE9GW0XMy { color:#c8961e;display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:2.625rem;left:11.25rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TqtP528wKJZPciBL99k1Pp3WIpnB3kP2 { color:rgba(var(--color-primary-4),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:4.3125rem;left:11.25rem;height:3.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wqPN9JggAtXV4CTwmoMa7dlfhm704UFO { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:18.625rem;top:11.25rem;left:0rem;overflow:hidden;display:block; }
#vI3GTavU8IFFSTd5FnB1fbtoonpIZmbk { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.125rem;width:18.5rem;top:11.3125rem;left:37.625rem;overflow:hidden;display:block; }
#ZTKOgb0krGvZrqPNZUb0pLXBbu4htA9b { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:18.375rem;top:11.1875rem;left:56.25rem;overflow:hidden;display:block; }
#hXCMk0MV8OaXfII4SJXcAwsKQqi9N8X7 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.3125rem;width:18.625rem;top:26.125rem;left:0rem;overflow:hidden;display:block; }
#fMCynWX8gCsSurh5WLd8N035UMINuLtI { position:absolute;display:block;z-index:15031;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:23rem;width:18.25rem;top:26.21875rem;left:56.375rem;overflow:hidden;display:block; }
#cc1nHQ9g72v4N8hXFtt2tz9JviRuHpNr { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.1875rem;width:18.4375rem;top:11.25rem;left:18.97265625rem;overflow:hidden;display:block; }
#ipiHlstuNDnsBhGD9f8ZUtRbAtIRAQGr { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:18.5rem;top:34.5625rem;left:18.875rem;overflow:hidden;display:block; }
#CiBzm2Q7yhO8f5Jf23RpwLrpoaxB1MWX { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-tertiary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-tertiary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-tertiary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-tertiary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-tertiary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-tertiary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-tertiary-2),1));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:9.375rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#B55w0pBgE2O4bgM3PLzJJyCApDX7iAB9 { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-4),0));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:9.375rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#dNE59Azn14spNV73Lcpfz5Vu3vpm5Hh2 { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-tertiary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-tertiary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-tertiary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-tertiary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-tertiary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-tertiary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-tertiary-2),1));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:9.375rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#DCc740m2eQRiD7PmDksWV0Q1n6GSV90E { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),0));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:9.375rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#m1AGs8NdZUH233GER5ZmUT40Pn1HBapC { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:18.6875rem;top:35.75rem;left:37.53125rem;overflow:hidden;display:block; }
#PkorGtf5USWfInkEnWKG7bD0pdorcI9c { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(183deg, rgba(200,150,30,0.82), rgba(160,116,12,0.26));background-image: -moz-linear-gradient(183deg, rgba(200,150,30,0.82), rgba(160,116,12,0.26));background-image: -ms-linear-gradient(183deg, rgba(200,150,30,0.82), rgba(160,116,12,0.26));background-image: -o-linear-gradient(183deg, rgba(200,150,30,0.82), rgba(160,116,12,0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8961ed1', endColorstr='#a0740c42' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8961ed1', endColorstr='#a0740c42' );";background-image: linear-gradient(183deg, rgba(200,150,30,0.82), rgba(160,116,12,0.26));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:39.0625rem;width:74.8125rem;top:10.6875rem;left:0rem;display:block; }
#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea > .row .container { background-color: transparent; background-image: none; }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea > .row .container > .video-iframe-container { display: none; }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea > .row > .video-iframe-container { display: none; }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea > .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); }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea > .row .container { border-width: 0; border-radius: 0; }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:61.375rem;width:75rem;position:relative;display:block; }#CCkKoPyVxEeqKA2x4blgFWKB7pATih70 { color:#c8961e;display:block;width:68.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:1.75rem;left:0rem;height:3.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bwkslxtb7y0i55HaMNtzeEXW84P7fGSJ { color:#2a2a27;display:block;width:31.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.7;letter-spacing:0;top:7.1875rem;left:3.75rem;height:13.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EeTklTHLo08K8VL5FuP2c0QBrFuR0b5y { background-color:#c8961e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:16.1875rem;left:48.25rem;display:block; }
#iPeOADF9Lk1AVLLwPIT7cNsc92hhQBhT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rl5U6zVWhbN7lalWOB8rLtMnk5BcvC66 { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='rgba(var(--color-secondary-4),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='rgba(var(--color-secondary-4),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));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:21.25rem;width:0.5rem;top:0rem;left:65.5rem;display:block; }
#kMtigflldWTu6D4gIMA1MJ3osLqCOJCC { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='rgba(var(--color-secondary-4),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='rgba(var(--color-secondary-4),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));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:21.25rem;width:0.5rem;top:0rem;left:70.25rem;display:block; }
#DtLR6puRPRbW7xO8iehyL5Z8Lc1T15kV { position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));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:21.25rem;width:0.5rem;top:0rem;left:72.625rem;display:block; }
#JGPmxeSt6FbEU0z4f7x8gnbUlrQWkX4n { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));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:21.25rem;width:0.5rem;top:0rem;left:67.875rem;display:block; }
#dGO76yhdaTIS1k72LCkKvWxTMkutbDh0 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:12.875rem;top:5.75rem;left:34.3125rem;overflow:hidden;display:block; }
#WrqTsLaqfdTTT05pFRsnWEq42bNdiwNt { color:#2a2a27;display:block;width:30.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:26.9375rem;left:3.6875rem;height:6.75rem;text-align:left;text-align-last:left;display:block; }
#zxBXo9uk1oIOIg0oTHGczJXcMCEfVc2X { box-sizing:content-box;height:0.1875rem;width:56.25rem;position:absolute;display:block;z-index:15034;background-color:#c8961e;background-image:none;top:21.8125rem;left:3.75rem;display:block; }
#Jv38DLbRiMtIZ4aprTFuxwi9LhTJ1OMi { position:absolute;display:block;z-index:15002;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:9.75rem;width:9rem;top:24rem;left:35.4375rem;overflow:hidden;display:block; }
#iKsIzz0Pnm5euMU27NV0KJvDDEmH3li6 { box-sizing:content-box;height:0.1875rem;width:56.25rem;position:absolute;display:block;z-index:15035;background-color:#c8961e;background-image:none;top:34.9375rem;left:3.75rem;display:block; }
#mIrqgu9ElX05uOoCBSbTn4tcipow3mE6 { color:rgba(var(--color-primary-2),1);display:block;width:31.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:5.5rem;left:3.125rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PIZIykpqTFMhHIbUu6oe0tZXH6RdB1x8 { color:rgba(var(--color-primary-2),1);display:block;width:31.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:24rem;left:3.75rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZcSdVAUiAwOVvCwEcMeoJO2MnNbbxhTM { color:rgba(var(--color-primary-2),1);display:block;width:31.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15022;line-height:1.7;letter-spacing:0;top:36.4375rem;left:3.75rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WQW3e0gxLyF9voxhDfqWoinnDcdoTECM { color:#2a2a27;display:block;width:29.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:38.8125rem;left:3.75rem;height:6.75rem;text-align:left;text-align-last:left;display:block; }
#Kix4GPErugUHU3UW1pW9GVHfsLAdhEe2 { 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:12.125rem;width:9.4375rem;top:36.4375rem;left:34.3125rem;overflow:hidden;display:block; }
#f23dEIZUfqR6XIPxF7z3AOCILqnQFLiK { box-sizing:content-box;height:0.1875rem;width:56.25rem;position:absolute;display:block;z-index:15036;background-color:#c8961e;background-image:none;top:49.125rem;left:3.75rem;display:block; }
#pXa0KKmi954iWMVDOHrwxnVciTSyO6x6 { color:rgba(var(--color-primary-2),1);display:block;width:31.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15023;line-height:1.7;letter-spacing:0;top:50.3125rem;left:3.75rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l2Wq0Z5uWxpCf9mq4tvogTd3359gqXuI { color:#2a2a27;display:block;width:29.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.7;letter-spacing:0;top:52rem;left:3.75rem;height:6.75rem;text-align:left;text-align-last:left;display:block; }
#TGcvSPTyEbOazEL9NmFhAowuMeT7h4Uc { 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:9.875rem;width:7.375rem;top:50.3125rem;left:35.4375rem;overflow:hidden;display:block; }
#OmXhQdd6XHlbTzf9197pox8ZIsbH0PL0 { background-color:#c8961e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:30rem;left:48.1904296875rem;display:block; }
#WDKtlxo2cvTnf6iTFXIqdZDBVJtAif4K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iDATuKA6c1GKm92apG78Pdd33tgETPSE { background-color:#c8961e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:42.8125rem;left:48.25rem;display:block; }
#HeFTxx5ZSA5oAQnWQ4SDz5lFTJZVxVFT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sstVPaAg9WX9stH0TfGJXNBzuTUMRdBa { background-color:#c8961e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:55.875rem;left:48.25rem;display:block; }
#W4XEWZDPB3TmN1kp3hxstUX7A8NLoMaD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p6GV9esCemCugqpy3gHE4DFeBtH4htbo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#p6GV9esCemCugqpy3gHE4DFeBtH4htbo > .row .container { background-color: transparent; background-image: none; }#p6GV9esCemCugqpy3gHE4DFeBtH4htbo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p6GV9esCemCugqpy3gHE4DFeBtH4htbo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p6GV9esCemCugqpy3gHE4DFeBtH4htbo > .row .container > .video-iframe-container { display: none; }#p6GV9esCemCugqpy3gHE4DFeBtH4htbo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p6GV9esCemCugqpy3gHE4DFeBtH4htbo > .row > .video-iframe-container { display: none; }#p6GV9esCemCugqpy3gHE4DFeBtH4htbo > .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); }#p6GV9esCemCugqpy3gHE4DFeBtH4htbo > .row .container { border-width: 0; border-radius: 0; }#p6GV9esCemCugqpy3gHE4DFeBtH4htbo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p6GV9esCemCugqpy3gHE4DFeBtH4htbo > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:43.5625rem;width:75rem;position:relative;display:block; }#XaHE45gWAw1BRPUXiyQPO27Nx03fBwcC { color:#c8961e;display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:2.0625rem;left:11.25rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T1Ibo5D91MxXfFBaipO2m8HSWkGIWoQH { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:3.75rem;left:11.25rem;height:3.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#oPFiV5xTQHwQEAPrweKL1cnuVpsvDSsU { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));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:9.375rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#Az6uUTE3HUDcKBkfI4KTUcxaT1GedsaB { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));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:9.375rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#f3Q5FdrT7nVyrBGOxlQTpxzedOVtKTqy { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));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:9.375rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#RKnC7BhxEMJHz7HJJvvKpzp8LMp1XNbO { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));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:9.375rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#iT09pyhyeM8LHuBeQRsZ563U1twfRGnO { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.0625rem;width:11.625rem;top:9.4375rem;left:48.6875rem;display:block; }
#DMruolU8JrJBWb0OBJS68vrAdaSTFoBg { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.875rem;width:11.625rem;top:9.5625rem;left:0.6875rem;display:block; }
#FTMagrZDqDGo8EkSbr6MbLBrnr6JVgks { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21rem;width:11.625rem;top:9.4375rem;left:36.6875rem;display:block; }
#OEc2rBXW3LtCMpMXX688ruu4nEXyOmse { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.9375rem;width:11.625rem;top:9.5rem;left:12.75rem;display:block; }
#pnknH5BKvCHsUJTMmUi9rBRzHa0maZc9 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21rem;width:11.5625rem;top:9.5rem;left:24.75rem;display:block; }
#qczlNp85aByBsHqD4iNFBTCAARG7oLyQ { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.125rem;width:11.8125rem;top:9.375rem;left:60.75rem;display:block; }
#lpcd4JnRMC42ALSKIiwp0nbZW4ZOBZhP { position:absolute;display:block;z-index:15027;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:11.75rem;top:32.8125rem;left:0.6875rem;overflow:hidden;display:none; }
#g5t0AtO3wKXNlTv4bdBwodAw7T58gDri { position:absolute;display:block;z-index:15028;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.6875rem;width:11.625rem;top:32.8125rem;left:12.75rem;overflow:hidden;display:none; }
#O8iUrHQ0ITPkWXmW9NZCupXwps7Of8HB { position:absolute;display:block;z-index:15030;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:11.625rem;top:32.8125rem;left:36.6875rem;overflow:hidden;display:none; }
#DC6OFlz09hDZ27r5iyTZVkWHmg518BeI { position:absolute;display:block;z-index:15031;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:10.875rem;width:14.625rem;top:31.78125rem;left:40.798828125rem;overflow:hidden;display:block; }
#BMxkO3LTqkkLZTEH5ot5XvSzAAr3UqID { position:absolute;display:block;z-index:15032;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:10.9375rem;width:16.3125rem;top:31.75rem;left:56.3125rem;overflow:hidden;display:block; }
#Kr7aBkc1UblqzIxfE0dQXMf3syVUIQoH { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:10.875rem;width:19.5rem;top:31.75rem;left:0.6875rem;display:block; }
#ZwXsCeW9F5Z1SoddrzXNyNtDGQzMOmWW { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:10.8125rem;width:19.25rem;top:31.75rem;left:20.90625rem;display:block; }
#PSvPKXe6qadyeuvqSn7KUyDJApQAOzH0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cac2aa;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; }#PSvPKXe6qadyeuvqSn7KUyDJApQAOzH0 > .row .container { background-color: transparent; background-image: none; }#PSvPKXe6qadyeuvqSn7KUyDJApQAOzH0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PSvPKXe6qadyeuvqSn7KUyDJApQAOzH0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PSvPKXe6qadyeuvqSn7KUyDJApQAOzH0 > .row .container > .video-iframe-container { display: none; }#PSvPKXe6qadyeuvqSn7KUyDJApQAOzH0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PSvPKXe6qadyeuvqSn7KUyDJApQAOzH0 > .row > .video-iframe-container { display: none; }#PSvPKXe6qadyeuvqSn7KUyDJApQAOzH0 > .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); }#PSvPKXe6qadyeuvqSn7KUyDJApQAOzH0 > .row .container { border-width: 0; border-radius: 0; }#PSvPKXe6qadyeuvqSn7KUyDJApQAOzH0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PSvPKXe6qadyeuvqSn7KUyDJApQAOzH0 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:64.25rem;width:75rem;position:relative;display:block; }#Vb06ca8864a7016edeb295e7834c82d2 { color:rgba(var(--color-tertiary-0),1);display:block;width:67.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:6.625rem;left:3.5625rem;height:2.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b9c5f95d074036a0d4eb839954c9e48d { background-color:#be1909;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:2.5625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:57.625rem;left:1.15625rem;display:block; }
#paf86ca4a8ada05bee3630ff1101057f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E19b0c7ca011708bf096253192838507 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:rgba(0,0,0,0);background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#E19b0c7ca011708bf096253192838507 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-3),1);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.4975rem;padding-right:0.444375rem;padding-bottom:0.4975rem;padding-left:0.444375rem;display:block;align-items:center;width:2.665625rem;min-width:2.665625rem;height:2.675rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.990625rem;font-weight:700;line-height:42.8px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left: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; }
#E19b0c7ca011708bf096253192838507 .widget-text.counter-label { background-color:rgba(0,0,0,0);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.31125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.554375rem;height:1.0575rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.74625rem;font-weight:400;line-height:16.92px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#E19b0c7ca011708bf096253192838507 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:13.6875rem;height:5.0380859375rem;padding-top:0.621875rem;padding-right:0.635rem;padding-bottom:0.621875rem;padding-left:0.635rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:31.8125rem;left:30.01953125rem;z-index:15030;display:none; }
#E19b0c7ca011708bf096253192838507 #d7bac6c35cdccbd07668e74ae59289d9 { display:flex;position:relative;top:0rem;left:0rem; }
#E19b0c7ca011708bf096253192838507 #a52e164f14cb7acab5c18bac2e653352 { width:auto; }
#E19b0c7ca011708bf096253192838507 #eae563d028fcda1c532acc53f5d7786d {  }
#E19b0c7ca011708bf096253192838507 #R96b9bc04584fbfe3d03c2970ef59c72 { display:flex;position:relative;top:0rem;left:0rem; }
#E19b0c7ca011708bf096253192838507 #E4f041cb457593130ac2934f46a3d22d {  }
#E19b0c7ca011708bf096253192838507 #df699d635e8ce3888419f27a66753a5e {  }
#E19b0c7ca011708bf096253192838507 #B425029d1e7300a1753f6e4f0ddb5bdd { display:flex;position:relative;top:0rem;left:0rem; }
#E19b0c7ca011708bf096253192838507 #Q77af955764716bba52c8e04cab516a9 {  }
#E19b0c7ca011708bf096253192838507 #I217d584017d170bacc3ddd68711fac4 {  }
#E19b0c7ca011708bf096253192838507 #f29fab2e638729304a1f3756bd8e2439 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#E19b0c7ca011708bf096253192838507 #F8a8400e2a31b738ef3a8dca973c17eb {  }
#E19b0c7ca011708bf096253192838507 #D8e19cc04abeb423787f5d886845d0ad {  }
#Bc2842b9d1ce4fc636b6d5eb5d355dd3 { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:25.625rem;left:2.4375rem; }
#ecefeb2aac48a8b06c8bb343363e8023 { color:#6b541c;display:block;width:69.5rem;position:absolute;font-family:montserrat;font-size:3.9375rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:1.9375rem;left:2.3125rem;height:4.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f91c3b522066d11db84006bb74ca67bd { 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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#1c1c1c;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:35rem;left:31.125rem;display:none; }
#Rd56998f3ae65c8430c51f09d912cd59 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bb2f545d3c24e9a11689607a9587bec4 { color:#5d5658;display:block;width:65.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:14.3125rem;left:5.1875rem;height:12.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#E38189b8ef3a90aff40b4223ce182431 { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:8.8125rem;width:11.125rem;top:9.875rem;left:1.3125rem;overflow:hidden;display:block; }
#a8bb14a0b2d98babfe41a693fc22f06f { position:absolute;display:block;z-index:15050;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:8.875rem;width:11.25rem;top:9.9375rem;left:19.0625rem;overflow:hidden;display:block; }
#Dce565370f7b5445ff1ad85fb9b200f3 { position:absolute;display:block;z-index:15051;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:8.75rem;width:11.9375rem;top:10rem;left:53.6875rem;overflow:hidden;display:block; }
#ee7e8eb02632c0a98e5773f8d85d6330 { color:rgba(var(--color-tertiary-1),1);display:block;width:11.6875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:19.375rem;left:1rem;height:3.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#K00e5d8bd7de9d1e6d96ba336100a292 { box-sizing:content-box;height:20.4375rem;width:11.1875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),0.54);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.875rem;left:1.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Pf33f7c9590d9126e2fb84df27036f7c { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:25.625rem;left:4.3125rem;height:1.25rem;display:block; }
#Tb10c8d92021374df8ca4a85dd87dc2e { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:28rem;left:4.3125rem; }
#T9c801bc29674e4252e1dd6a556d49af { color:rgba(var(--color-tertiary-0),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:28rem;left:5.875rem;height:1.25rem;display:block; }
#Dd8262d0c2bfb2e340559a653d2583f0 { box-sizing:content-box;height:20.5rem;width:11.3125rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-1),0.54);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.9375rem;left:19rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#e603dd316d9aeb9ea8a2fbb53e2fcf24 { color:rgba(var(--color-tertiary-1),1);display:block;width:11.6875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15026;line-height:1.7;letter-spacing:0;top:19.375rem;left:18.875rem;height:5.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#v38015a48bac8933208d262d3f142308 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:25.8125rem;left:22rem;height:1.25rem;display:block; }
#v74ebb30b46a3dcbfd3b765a934bcb1d { color:rgba(var(--color-tertiary-0),1);display:block;width:3.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:28rem;left:23.75rem;height:1.25rem;display:block; }
#f60f074a855466e2fa5d6841422b4d88 { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:28rem;left:22rem; }
#N6844b6fe03f7546f6adce8ceae6fa2e { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:25.75rem;left:20.3125rem; }
#e26259d19999e695626614a4d2bb0ee9 { background-color:#be1909;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:2.5625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:57.625rem;left:18.96875rem;display:block; }
#f26b533d30ec9ac92a53be87e82a02d7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k3722337b4e95c3ffc7d5b29b10d4b1b { background-color:#be1909;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:2.5625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:57.625rem;left:53.6875rem;display:block; }
#K89e27bdc303ab0ef26ba17c342fcc0f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c40be1aee45c6094af375825957edb8e { box-sizing:content-box;height:20.5rem;width:11.9375rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),0.54);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.9375rem;left:53.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ff511d6e6927e0032e25079ad04096d0 { color:rgba(var(--color-tertiary-0),1);display:block;width:3.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:28rem;left:58.8125rem;height:1.25rem;display:block; }
#ea2158a0a8c21a04ec40cf91fad5d32f { color:rgba(var(--color-tertiary-0),1);display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:25.8125rem;left:57.875rem;height:1.25rem;display:block; }
#e8846d36edfd81b8ab3c5ce3b2d10d3c { color:rgba(var(--color-tertiary-1),1);display:block;width:11.6875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15034;line-height:1.7;letter-spacing:0;top:20.25rem;left:54.1875rem;height:3.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#r9c0d959b53a885edf4b9210659a555d { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:28rem;left:57.1875rem; }
#ae5beed0f4f38605422bd432bceca0a3 { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:25.75rem;left:56rem; }
#a85f371efc294937911fc1f2ae3003ff { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:8.75rem;width:11.9375rem;top:9.9375rem;left:36.5625rem;overflow:hidden;display:block; }
#f34ed21ff05abfd87722fb85420e4913 { box-sizing:content-box;height:20.5rem;width:12.0625rem;position:absolute;display:block;z-index:15026;background-color:rgba(79,79,37,0.54);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.9375rem;left:36.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#d6e6d92d8bfbe3334665b0b6a5eed889 { color:rgba(var(--color-tertiary-1),1);display:block;width:11.6875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15042;line-height:1.7;letter-spacing:0;top:19.375rem;left:36.6875rem;height:5.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#c78084f48d35d9915fee8f147a164cf4 { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:25.75rem;left:38.125rem; }
#sfd40e87ec4f794a637b01376826fafa { color:rgba(var(--color-tertiary-0),1);display:block;width:8.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:25.8125rem;left:39.75rem;height:1.25rem;display:block; }
#ed318636d75e11c5b8b406ee60de6dd0 { color:rgba(var(--color-tertiary-0),1);display:block;width:3.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:28rem;left:41.25rem;height:1.25rem;display:block; }
#f6cf609556fe8bf493a71d2e1540b426 { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:28rem;left:39.5rem; }
#Ja3f3eac356e111995176c94abfaad07 { background-color:#be1909;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:2.5625rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:57.625rem;left:36.53125rem;display:block; }
#pe39cb1d098b17316165f03f3f280761 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lb320928c3b3005f92c5a93e6dcb8dc3 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:30.3125rem;left:3.5625rem;height:4.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#hb440360e5bec5fd95c27a05687f620a { color:rgba(var(--color-tertiary-0),1);display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:31.1875rem;left:1.75rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#de867d85f6b3866fddeb216fb7cbd5df { color:rgba(var(--color-tertiary-0),1);display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:32.1875rem;left:9.21875rem;height:1.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#e1da335227cd5142d3d70a170d852694 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15068;line-height:1.7;letter-spacing:0;top:34.4375rem;left:1.59375rem;height:18.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#e1da335227cd5142d3d70a170d852694 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#e1da335227cd5142d3d70a170d852694 li:before{  }
#ca37e4af70386c6856055d5e77616047 { box-sizing:content-box;height:26.3125rem;width:11.1875rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),0.54);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30rem;left:1.34375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#P1ce7fdfc42492d21e3955dc77e65f98 { box-sizing:content-box;height:26.3125rem;width:11.1875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-3),0.54);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.9375rem;left:1.34375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#fc13722b6c700a94a3ef8897b17a17c2 { box-sizing:content-box;height:26.4375rem;width:11.3125rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-1),0.54);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.0625rem;left:19.03125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#H59534feb802683bf06d3ee7ce6bc243 { box-sizing:content-box;height:26.4375rem;width:11.3125rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-1),0.54);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.0625rem;left:19.03125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#e600ab11d7e1c375ab8d2a6983d9ebae { color:rgba(var(--color-tertiary-0),1);display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:31rem;left:19.5625rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#w109b52b8f0adecbef15cad677c5e8b6 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:normal;z-index:15024;line-height:1.4;letter-spacing:0;top:30.125rem;left:21.375rem;height:4.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#K6368cc5d67b84c8f37e8739e1670d7b { color:rgba(var(--color-tertiary-0),1);display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:32rem;left:27.0625rem;height:1.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#a4c5bdafd3a22da51048454b2e3945d4 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15069;line-height:1.7;letter-spacing:0;top:34.375rem;left:19.40625rem;height:20rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#a4c5bdafd3a22da51048454b2e3945d4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#a4c5bdafd3a22da51048454b2e3945d4 li:before{  }
#f8db630a73c6b75adeb6e1d98cbb870b { box-sizing:content-box;height:26.3125rem;width:12.0625rem;position:absolute;display:block;z-index:15027;background-color:rgba(79,79,37,0.54);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.0625rem;left:36.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Q73e0e25351613cb5043f3486de69972 { box-sizing:content-box;height:26.3125rem;width:12.0625rem;position:absolute;display:block;z-index:15027;background-color:rgba(79,79,37,0.54);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.3125rem;left:36.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#A2ef56d420dfb3d2a8ee80736f65d216 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15028;line-height:1.4;letter-spacing:0;top:30.90625rem;left:37.25rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#f97ccc24994891153686e80cc0999ade { color:rgba(var(--color-tertiary-0),1);display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:normal;z-index:15027;line-height:1.4;letter-spacing:0;top:30.09375rem;left:39.09375rem;height:4.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#c293a4dc88c63e313969866fe6502cc5 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.4;letter-spacing:0;top:32.4375rem;left:45.6875rem;height:1.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#df74a36243ffa1347658e3e74ee842e2 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15070;line-height:1.7;letter-spacing:0;top:34.375rem;left:37.25rem;height:20rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#df74a36243ffa1347658e3e74ee842e2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#df74a36243ffa1347658e3e74ee842e2 li:before{  }
#d048a5ddb3326b28e989922a2e2dd8e8 { box-sizing:content-box;height:26.625rem;width:11.9375rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-2),0.54);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.3125rem;left:53.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#t33e0b2a603238b6b9f2e8a6876af7a4 { box-sizing:content-box;height:26.6875rem;width:11.9375rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-3),0.54);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.0625rem;left:53.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ba1e3479b3637b4c028fa21fa468f228 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15031;line-height:1.4;letter-spacing:0;top:30.90625rem;left:54.9375rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#v9470814d112ea9402f252cb2b305f32 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:normal;z-index:15030;line-height:1.4;letter-spacing:0;top:30.09375rem;left:56.6875rem;height:4.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#f96f2bcc8a7fdedf4fec14977f6005b7 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.4;letter-spacing:0;top:32.125rem;left:61.8125rem;height:1.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#e16c5c770868c57a91b0cceeee684deb { color:rgba(var(--color-tertiary-0),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15071;line-height:1.7;letter-spacing:0;top:34.375rem;left:54.375rem;height:16.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#e16c5c770868c57a91b0cceeee684deb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#e16c5c770868c57a91b0cceeee684deb li:before{  }
#pNyB57fEVVQicyQUKATD1QXilmkZV63D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),0.85);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; }#pNyB57fEVVQicyQUKATD1QXilmkZV63D > .row .container { background-color: transparent; background-image: none; }#pNyB57fEVVQicyQUKATD1QXilmkZV63D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNyB57fEVVQicyQUKATD1QXilmkZV63D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNyB57fEVVQicyQUKATD1QXilmkZV63D > .row .container > .video-iframe-container { display: none; }#pNyB57fEVVQicyQUKATD1QXilmkZV63D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNyB57fEVVQicyQUKATD1QXilmkZV63D > .row > .video-iframe-container { display: none; }#pNyB57fEVVQicyQUKATD1QXilmkZV63D > .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); }#pNyB57fEVVQicyQUKATD1QXilmkZV63D > .row .container { border-width: 0; border-radius: 0; }#pNyB57fEVVQicyQUKATD1QXilmkZV63D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pNyB57fEVVQicyQUKATD1QXilmkZV63D > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:36.875rem;width:75rem;position:relative;display:block; }#V1UDhZNLt5ZBSE7BaiCgORBG9hwDnN4k { color:#c8961e;display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15030;line-height:1.4;letter-spacing:0;top:0rem;left:13.5rem;height:3.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#PrtTghINtsgRLJC2SZJzzU57uEUQD6Tb { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:3.125rem;display:block; }
#sdlqCpg6wdxWFn1CQVhWp9V76SDeJrB1 { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));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:31.25rem;width:0.5rem;top:0rem;left:5.5rem;display:block; }
#SJu226QuvcoCQnKqIzzTtIHvDfDJ8Xoh { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));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:31.25rem;width:0.5rem;top:0rem;left:10.25rem;display:block; }
#PBNxNQEMTbTBTbGDTymHgLL3K0Tlz6Lb { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:7.875rem;display:block; }
#vnh20EAyMbyPqOAiug2f63AJdCNBVKPZ { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));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:31.25rem;width:0.5rem;top:5.4375rem;left:63.625rem;display:block; }
#yBaON0HzksRKLTP1RGibiBmv9hOUtF6T { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:5.4375rem;left:66rem;display:block; }
#D0fIUkyuJzslvqs08SCq1OHZoa87okI9 { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));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:31.25rem;width:0.5rem;top:5.4375rem;left:68.375rem;display:block; }
#o4ooU7GpVURA4hZlynZCPxe5xEATaFPG { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:5.4375rem;left:70.75rem;display:block; }
#EboAzhhmMqEGDPlPFsPtnoTf1tXwbsmn { position:absolute;display:block;z-index:15031;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:16rem;width:24.3125rem;top:3.625rem;left:11.93359375rem;overflow:hidden;display:block; }
#XNZNWl1nos1944H0zsWlEhWBuTMg1dVI { position:absolute;display:block;z-index:15032;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:16.0625rem;width:24.3125rem;top:19.875rem;left:11.93359375rem;overflow:hidden;display:block; }
#kfQzLOXWgdmaZrNgUCSeldSClqCPT0wT { position:absolute;display:block;z-index:15032;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:16.1875rem;width:24.375rem;top:3.625rem;left:37.46875rem;overflow:hidden;display:block; }
#A98yUdhoAHCEIevcu6kG7y9V6E4uCSGO { position:absolute;display:block;z-index:15033;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.8125rem;width:11.75rem;top:20.0625rem;left:37.46875rem;overflow:hidden;display:block; }
#Np7uAlq4fUCq6U1OdWIuKTQEG4yTItk8 { position:absolute;display:block;z-index:15034;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.75rem;width:12.3125rem;top:20.0625rem;left:49.59375rem;overflow:hidden;display:block; }
#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld > .row .container { background-color: transparent; background-image: none; }#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld > .row .container > .video-iframe-container { display: none; }#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld > .row > .video-iframe-container { display: none; }#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld > .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); }#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld > .row .container { border-width: 0; border-radius: 0; }#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:18.25rem;width:75rem;position:relative;display:block; }#rf9NTDZBWqfLN8ZXLe6lTCWpEgRSVmIG { color:#c8961e;display:block;width:25.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:2.25rem;left:0rem;height:3.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#e5JRVr2BKBEDAgrlu9foGuxZO3GW4tow { color:rgba(var(--color-tertiary-2),1);display:block;width:23.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:12.625rem;left:0rem;height:3.375rem;display:block; }
#Ec3gSUDtHOegJFr1UGy55mS96HhtiK7E { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));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:0.5rem;width:25.625rem;top:10.875rem;left:0rem;display:block; }
#Sr3T0TvDfGM3EizO44fvbrKwZiwprWAp { color:rgba(var(--color-tertiary-0),1);display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:5.875rem;left:0rem;height:3.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#cGuntNOFzcpnx3J5FlOhkbuMQfQPQ5pT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:4.125rem;left:33.875rem; }
#cGuntNOFzcpnx3J5FlOhkbuMQfQPQ5pT > img { max-width: 100%;max-height:100%; width:3.4375rem; height:3.4375rem; }#HnpT1ok2PXgpgzAQs6Bi988CNygvHlhT { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:9.6875rem;left:60.375rem; }
#Q9VV5m9SUPdTl0OkSnf1i90aAUtFHSWo { color:rgba(var(--color-tertiary-0),1);display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15046;line-height:1.7;letter-spacing:0;top:9.5rem;left:62.625rem;height:1.875rem;font-style:normal;display:block; }
#Nu4E4odH95odeM6lsnckyPQKGK6hyQMD { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15045;line-height:1.7;letter-spacing:0;top:11.5rem;left:60.375rem;height:5rem;font-style:normal;display:block; }
#wNNzBA5u5kdpUU7IdhyP2Pvnb0lUlbWA { color:rgba(var(--color-tertiary-0),1);display:block;width:24.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:12.875rem;left:31.0625rem;height:2.5rem;font-style:normal;display:block; }
#khI6XmzoW2EK08hrUnMfSq79WekrKLUp { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.7;letter-spacing:0;top:10.875rem;left:33.3125rem;height:1.875rem;font-style:normal;display:block; }
#RmH9Tbng29vZK56ZSLSHxM2NTVss2r9R { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:11.0625rem;left:31.0625rem; }
#g50T2ScwO61T3yVHSwLGG3ca7fBHfLTE { background-color:#50e862;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;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(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3.4375rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:4.125rem;left:37.3125rem;display:block; }
#vAHo8xVslWgtbhPRkv9TWS1nAyioD901 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Br7Ic581lLnHmr06XGk25T1sFUUPqZRo { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));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:0.5rem;width:25.625rem;top:10.875rem;left:0rem;display:none; }
#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container { background-color: transparent; background-image: none; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container > .video-iframe-container { display: none; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row > .video-iframe-container { display: none; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .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); }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container { border-width: 0; border-radius: 0; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:7.5rem;width:75rem;position:relative;display:block; }#CzLCABGlFcFos3tB7XRBUXnnBBEdaQlV { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:8.6875rem;top:0.90625rem;left:13.9375rem;overflow:hidden;display:block; }
#oS7OTtBtDnBNbivM8T0HIdcWkoHrEhHd { position:absolute;display:block;z-index:15002;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:5.6875rem;width:5.6875rem;top:0.90625rem;left:51.8125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yw4dJE824Vi7bH2qoz4GVVOUuo00ZncB { display:block; }#yw4dJE824Vi7bH2qoz4GVVOUuo00ZncB > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WmB0vxtvLwJ1RlsaRtMgTpr1GUiExkhf { width:8.6875rem;height:5.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3ykCpNSrHO8HdTE5Tvhe4qFx4MFyPEe { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWy2PceaPbr3cG64G9fZpHTxRvhkXBr4 { display:block; }
 }@media only screen and (max-width: 763px) { #SQ6mKOficwZnTVZ0iJEsKEQmP8E85DO4 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #voGvm13qOoFKPoF90Q8skL9FzsD9TkMu { display:block; }
 }@media only screen and (max-width: 763px) { #aq8m86HnOvZfOl5c24SJU4DNBTwQ884g { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ge0cWvCCSKTQuHHqKIGgIdCwtNsp6PyJ { display:block; }
 }@media only screen and (max-width: 763px) { #Cm1AxfGTrSkWnqqkHUMCOHKlAMKJNt26 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtDHLVbuUtoEeR9qyJrm52sASASIQz6I { display:block; }
 }@media only screen and (max-width: 763px) { #n4Xv1m6aqMIdn1tMSyTVoViPGU0SmCWf { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyJq1PPCLu5Eqk3X3DX1SJPLIzsNwutz { display:block; }
 }@media only screen and (max-width: 763px) { #merVF9VBN7EPKWH7s5tKXwxRhBqtPEJN { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTbVlE3AGOxuTwPxvab3TkMUQkPg1GLk { display:block; }
 }@media only screen and (max-width: 763px) { #CL2ITe7GaokHH8UTe0TxvaAiu29Tqf52 { display:block; }#CL2ITe7GaokHH8UTe0TxvaAiu29Tqf52 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q75323fa176c400d71077b2407243f80 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Q75323fa176c400d71077b2407243f80 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#Q75323fa176c400d71077b2407243f80 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#Q75323fa176c400d71077b2407243f80 { display:flex;width:13.5rem;height:5.0625rem;top:30rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #Q75323fa176c400d71077b2407243f80 #w3afae864692364d8347a744feeb1ecb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Q75323fa176c400d71077b2407243f80 #f3279022a9af0d7856aa49428e943bdf {  }
 }@media only screen and (max-width: 763px) { #Q75323fa176c400d71077b2407243f80 #d321c99aeb9105cbe1127782cf03b015 {  }
 }@media only screen and (max-width: 763px) { #Q75323fa176c400d71077b2407243f80 #W340a66a15e6f3eaf39827775a9bac31 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Q75323fa176c400d71077b2407243f80 #ree5e28fa584cd9c2739bd93b4ea23c9 {  }
 }@media only screen and (max-width: 763px) { #Q75323fa176c400d71077b2407243f80 #gbaeba7fae18f11978471e15b88e9cad {  }
 }@media only screen and (max-width: 763px) { #Q75323fa176c400d71077b2407243f80 #m6e1387c3a4c524888046d9c2540cf63 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Q75323fa176c400d71077b2407243f80 #bd0fc6a1b770f69a694da7bf5aa63c3e {  }
 }@media only screen and (max-width: 763px) { #Q75323fa176c400d71077b2407243f80 #d1e8b076937b344a9ae4996491aeefb3 {  }
 }@media only screen and (max-width: 763px) { #Q75323fa176c400d71077b2407243f80 #ee742e5eae1b4ce1b072ba96335c4e11 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q75323fa176c400d71077b2407243f80 #J9cb189bd538cf7caf7d567e52d4b424 {  }
 }@media only screen and (max-width: 763px) { #Q75323fa176c400d71077b2407243f80 #b38203d67b7cca8a166b56695b11582f {  }
 }@media only screen and (max-width: 763px) { #a80fecfaa2563fe4ceb5235cb922bf21 { top:1.9375rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6db9d0069ad4712a2e56a1905e3ff6b { top:6.625rem;left:0rem;width:47.75rem;height:2.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a05cdd36ec5a0a27f006acba8acb1435 { top:9.875rem;left:0rem;width:11.125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1b2e00cd592901923c7977c0598ed6b { top:9.875rem;left:0rem;width:11.1875rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oe6a9f9ca2dd3df5ebabe107b0809d94 { top:9.875rem;left:25.8125rem;width:21.8125rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcf9f5f28bcf52c153f60a638dca859f { top:9.9375rem;left:0rem;width:11.3125rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8fef8b3bd25ac6403dd2245b2cef850 { top:9.9375rem;left:0rem;width:11.25rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #df68d77b4eda27d461eb04c8b990d59b { top:9.9375rem;left:12.0625rem;width:12.0625rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H86267e4acde47005d78c14bee9d27a2 { top:9.9375rem;left:12.125rem;width:11.9375rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3c2fcf89bd423a430ba7e57c1fe8fc6 { top:9.9375rem;left:24.8125rem;width:11.9375rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4eb1d6368e8da9c7f2ccbbc2779502e { top:10rem;left:24.75rem;width:11.9375rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E27becc52aa84226a84433075cdc16a9 { top:19.375rem;left:0rem;width:11.6875rem;height:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ma00032e3f49d1a07146546644882986 { top:19.375rem;left:0rem;width:11.6875rem;height:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fa7c4c36f50b0b51267120bbbd8ede64 { top:19.375rem;left:12.25rem;width:11.6875rem;height:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8a54fc39492de2e9a6a882547adcf12 { top:20.25rem;left:25.25rem;width:11.6875rem;height:3.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f694ed0340f12c78978e9123171a5cce { width:1.25rem;height:1.25rem;top:25.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f38c302083719e84a490d97532fe8a7b { top:25.625rem;left:0rem;width:7.9375rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bd9597b8b88c4cc0027afa722b04f6e6 { width:1.25rem;height:1.25rem;top:25.75rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w10053d9481d925495fca34f78728fc2 { width:1.25rem;height:1.25rem;top:25.75rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3b944bb82b067b57bac5ca4c6395cd3 { width:1.25rem;height:1.25rem;top:25.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vd4fae26e103204efd8816be8613703b { top:25.75rem;left:2.4375rem;width:8.4375rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9551eb2a5e47714f5477a528e9c7c7b { top:25.75rem;left:15.25rem;width:7.9375rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b96e9416c647d1bbbfd1b0b0ecd98c45 { top:25.75rem;left:29.0625rem;width:7.0625rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8aba0071a66978500d988e61c89b58e { width:1.25rem;height:1.25rem;top:28rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0caa6dc50d1407f981532226c19da2d { top:28rem;left:0rem;width:5.0625rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e043557d5f9fbdd64178529796b3265c { width:1.25rem;height:1.25rem;top:28rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vce30b3186fc814eba7ab8e3e47bef3b { top:28rem;left:4.5rem;width:3.625rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b03a10cdba67263fbbe2129b20527507 { width:1.25rem;height:1.25rem;top:27.9375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gf65516a284a4c5d4354f18dc553dd90 { top:28rem;left:17.5625rem;width:3.3125rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D989bf746bc077cf5abd9ea65d948a30 { width:1.25rem;height:1.25rem;top:28rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Udef41e7dd1ca8bc479d52fa3c2f7b51 { top:28rem;left:30.125rem;width:3.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e339a719015b82306b025e0189f635a8 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc352809e8c82d7687c7f015637ff095 { display:block; }
 }@media only screen and (max-width: 763px) { #wb40acff06b9edef96c17e00711c3d8c { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfbcae9b6d51c8bef205b70e803b0e71 { display:block; }
 }@media only screen and (max-width: 763px) { #v6d0972e7382332d1ba4cf566e3435e6 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d18c23f8534c375b5409657585150480 { display:block; }
 }@media only screen and (max-width: 763px) { #Rbe3ef58e4ec0dc674ad7b6fc1a4c309 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ga154e01b828b757294d4285d14b177e { display:block; }
 }@media only screen and (max-width: 763px) { #E62ca1d207851286d500534d91ce6199 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c18bb7f107fa5f992e13cbd3c15ee5d4 { display:block; }
 }@media only screen and (max-width: 763px) { #p31317404fc3de9eecc23aba1b10c83a { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1a901b91215432c772d4f390e80f357 { display:block; }
 }@media only screen and (max-width: 763px) { #T4688455e4e8aad8e25ccc94a459ee25 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N786885bbc919e9f87ea199104bb0e89 { display:block; }
 }@media only screen and (max-width: 763px) { #A107a91a5b410d79658a3ee9fadead87 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h17504cd49f3a699ae25b99a8596b6be { display:block; }
 }@media only screen and (max-width: 763px) { #Gadc6cafb49b7819f62c24228d2f3680 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fe214ac8268ca522a89407c6ed899824 { display:block; }
 }@media only screen and (max-width: 763px) { #aAKn6NvQ7GUxCaORbnS8TOWI0tVrKnbd { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T1PCVuaXLtWniscv2PyIKi08pu0UDH60 { display:block; }
 }@media only screen and (max-width: 763px) { #yC7RykfKcJexBWnVDf0auvsvcLCsZTRm { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LaZTMsW0asoAIP3wO8bb5iIt2lUQXyol { display:block; }
 }@media only screen and (max-width: 763px) { #unm6x7iJ0hRuxOmGzfLXdchKb3rQdP1r { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OuEFd3Jce7blQUwFNQfOHhoqtP4txndl { display:block; }
 }@media only screen and (max-width: 763px) { #dRuyCima1hVvWmsFLnXtn3dlacdtSWDZ { display:block; }#dRuyCima1hVvWmsFLnXtn3dlacdtSWDZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dc8483969601e3a78aca425d02e9ec80 { width:21.25rem;height:11.9375rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7f156eb42c3acd7a6da0a7daaf4e1ae { top:8.4375rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T153c09a5615603a2c16aac5642c7e7b { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iec98b6842481ed77c40ad3ca31c4fe2 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3bc8c48b047a67093a25ea03b746b3c { top:1.5rem;left:8.6875rem;width:28.0625rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1cfe1263495414a56ae6a94eda81fb8 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6fbfa1baac443ac994dd2b74d64ee5e { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a252c0c192dd0963e3c831a49a289c96 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9bd4c80942e300bb0f5b608f6b94ace { top:8.3125rem;left:15.125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jfa72d3af3ead2c9f13e50e0f83d2970 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4e303e0c3afac1b79e8c6d7f31a74e0 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf13012f4eee53ad59dca5fc9dbdd81a { top:8.375rem;left:41.75rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w83e8fb87f87e3f4add3ba937aee2481 { width:21.25rem;height:12rem;top:8.125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1f76852e0f630b73c735f23e641e2e2 { width:21.25rem;height:12rem;top:8.125rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoqZ3OtRGHtG7URpgu5u2L5SLb8MQDEu { display:block; }#OoqZ3OtRGHtG7URpgu5u2L5SLb8MQDEu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a3ab2b86bb1c563246de40ab68794cc2 { top:6.875rem;left:18.25rem;width:29.5rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kedf6fc224fb4be1a769b5ab1bc395d4 { top:15.5625rem;left:22.875rem;width:24.875rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f71a0782fe4d1668e3544c74427803ca { top:0.9375rem;left:0rem;width:36.75rem;height:4.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c55919e451c09e6103b12674f646c12a { width:20.75rem;height:2.9375rem;top:22.5625rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0a0785dde6ccc642aecbebae3cbddf3 { display:block; }
 }@media only screen and (max-width: 763px) { #b7143d6a41252649d0bc5ebc8f3d4fa1 { top:15.625rem;left:23.875rem;width:0.125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fa6469281e05e147f416a35526e3dd78 { top:6.5rem;left:0rem;width:36.9375rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaxlgIPeBqToLogcQD414RPVTySRCTSw { display:block; }#yaxlgIPeBqToLogcQD414RPVTySRCTSw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s748091a0bf3698a395309aa20a481cf { width:6.25rem;height:6.25rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a67d427e07c067c4fececf0d5af6a93d { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc6e69bff6e898df22ef4a6c6728b1b2 { top:0.25rem;left:0rem;width:21.625rem;height:4.4375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb8b6a7a0838e175c4df2b9454d8fe45 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zff55ef079c33000e35ec73cbdb3773a { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w62b860ec23914e2372d2a6f28b08796 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8616a6009414bd9c63751bc142be0e5 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a17fcd25c6fa549d32e8e7e8304ff567 { width:1.125rem;height:1.125rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wf78e06bf4284232925cd6810d5ddfc2 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b66e632459deb10580b6a684894c42f1 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3fc6229b51d1c57dfa1dbdec8597594 { top:11.5625rem;left:26.5rem;width:20.75rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n01f0aeb76c79c37a77521b0f951c0bc { top:28.625rem;left:26.4375rem;width:20.8125rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0c340f44aad5556ba5261047101429f { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aef6500cb2f9504e0a0a40a042342710 { display:block; }
 }@media only screen and (max-width: 763px) { #D3UqdVxG1avcAzPUXIrrt2By2lkhhdN8 { display:block; }#D3UqdVxG1avcAzPUXIrrt2By2lkhhdN8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a53784ff70c2b67081bc78443a6494c7 { width:6.25rem;height:6.25rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v654c0efb2adde3c576903976e5ccb8f { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b51c1c4e7b4565143c82534c6930a394 { top:1.75rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae2de969f14bbefd02864db0f033e858 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kc594220cb4860860ad7406d09bea7b5 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dce2643c1112899442c5c256bffe39ec { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7a4c9f870a1b841b7b552e3e2ae7ad0 { width:1.125rem;height:1.125rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fa8b717b5524b59086528cac3507345c { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lad56219cb70d1892d76252fe42d3fe4 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z98ec9d4b75d126f51c6387b5bf97c68 { top:10.6875rem;left:26.875rem;width:20.375rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b63b95a6bb41f3c2ce0c90ea4489a298 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xf1af1b9c0e707638e76574394a15223 { top:28.625rem;left:35.6875rem;width:12.0625rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cfc16617c51cb9d05caae8d39be0d6e4 { top:28.625rem;left:31.3125rem;width:12.0625rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbf32e003499556a8c7c0daf71870ead { top:28.625rem;left:17.3125rem;width:12.0625rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p68be02d3967a146a34312ac7d9d5c75 { top:28.6875rem;left:0rem;width:24.625rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #aa02a1a90526ad6ec49648ce83298be1 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #df9f4df28631591187dc29fe0034eeee { display:block; }
 }@media only screen and (max-width: 763px) { #nhEgfOroAzcLm2RE6sMfZHFJVJxE3XRn { display:block; }#nhEgfOroAzcLm2RE6sMfZHFJVJxE3XRn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c0c982e10a0499347cc1cf381481ae49 { top:4.375rem;left:15.3125rem;width:32.4375rem;height:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d88d047922d32bd22169234936f0fe96 { top:18.9375rem;left:18.5rem;width:29.25rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iacecc937d094d47750a26308b229e70 { top:0.9375rem;left:0rem;width:36.75rem;height:4.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l61f7601527d050f1a1c7d77e055d991 { width:20.75rem;height:2.9375rem;top:24.5625rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P71c0b7a443664d9bd2654d126b5a594 { display:block; }
 }@media only screen and (max-width: 763px) { #bc60dde8fd502fbeef9f66f725a07b98 { top:19rem;left:23.875rem;width:0.125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7e28fdceaa9f06eb7e62b0cdd331717 { top:6.125rem;left:0rem;width:36.125rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5ca8e125f260c8bd4ae7af9e4268172 { top:18.1875rem;left:0rem;width:36.125rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #umsUBIpV8lVmXgRkWbwgJ0PNdBgav6Wy { display:block; }#umsUBIpV8lVmXgRkWbwgJ0PNdBgav6Wy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q8b9fbec4a3a5085a526402442ebb88f { width:6.25rem;height:6.25rem;top:7.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n563769fe6c3e9a7dcf83c9330ee3445 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td7d910c231fa8f1119f571bcdaefffd { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bba8ec4f3ea41831c5fbc03f9b5d231b { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ha0e91605d82dfa8e3e3fcd57b489c05 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9f3b7b4ed0822dd503ad7521f405153 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M716b79535bfffee618b7e5b3f5464be { width:1.125rem;height:1.125rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb66cf3c9be5d6c5816a173373f4dccf { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc6d44665720a81525bca63d43305f6a { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d431d6fa28a1386a63dad6c3a0544110 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4cc05ae9919da36fb471ca9e4cae277 { display:block; }
 }@media only screen and (max-width: 763px) { #Ha802132a5d6081e6d17c7802d8c9c16 { top:7.8125rem;left:30.1875rem;width:17.5625rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d31fd2449a5f712af63ef696692e8a18 { top:20.125rem;left:30.1875rem;width:17.5625rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1ef382c71b13ca9709e02f6e4e2e14e { top:32.375rem;left:30.25rem;width:17.5rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vf1ff248ce502be1b027977671bd4a27 { top:1rem;left:0rem;width:21.625rem;height:4.4375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kapPtRCErDDUegcBh2sOZUR1bwBoChix { display:block; }#kapPtRCErDDUegcBh2sOZUR1bwBoChix > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xdb7e75dbe5d3bdb657caf458d6adf32 { width:6.25rem;height:6.25rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0cf3bd5a4b7196a1fa8240653a09ce1 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3c666d9cbe944f9763d43bddcd2507a { top:2.75rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C662dd5fe072ffb0ac448592d8272301 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m30c127e712eba8fa6e8223f30af3854 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N245f4c57b78dd1945eae3ac8a032bda { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h12227f08864c6097089f7b174d00ce6 { width:1.125rem;height:1.125rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cba6ac92e79ba0b2d82b1c14cecc238a { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xc5d704c4e0d3cacd9cbbd3c3af51c0f { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4373b748517071874b3540f573e3c5f { top:10.6875rem;left:26.875rem;width:20.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c013a513c09535cd79188b5506d2d70e { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hd1a26affe82115c533f5fb8a83d08c9 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r85e7669e2fb230c470e2e4e28f9c653 { display:block; }
 }@media only screen and (max-width: 763px) { #X6DEiM9E3TyQFPZ4o4rTOqiWtw9t8N15 { display:block; }#X6DEiM9E3TyQFPZ4o4rTOqiWtw9t8N15 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rde24068ca8852ebcaa55ff31b471ad0 { top:7.1875rem;left:12.625rem;width:35.125rem;height:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7c2db449af81a81310d796afe0208db { top:20.9375rem;left:18.5rem;width:29.25rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B719e4ded1c663a9437bbad4fd4aac4b { top:2.0625rem;left:0rem;width:29.4375rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddd14b579314abcc5337a9ca831ac6d0 { width:17.4375rem;height:2.8125rem;top:27.625rem;left:26.4140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c86d783ca82d342ad5e9c618a5457d7d { display:block; }
 }@media only screen and (max-width: 763px) { #Ac3669bc7c109d8035fb6d6c09e2d317 { top:21rem;left:23.875rem;width:0.125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb68f928b40f970036a75052039d6978 { top:28.375rem;left:0.0625rem;width:19.0625rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d78f25f15cfa042c663abc0a26601c73 { top:4.125rem;left:0rem;width:29.4375rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6a8fa8e82a58fd4ea1d90a14e1a85d9 { top:7.1875rem;left:0.0625rem;width:19.0625rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3a1eb88f0cda1fe90b98f09acf39d85 { top:21.625rem;left:0.125rem;width:18.9375rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVmB0GfsWXBp3at0qXmB5EiEu7VMdHzy { display:block; }#lVmB0GfsWXBp3at0qXmB5EiEu7VMdHzy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J686478f444cab8017e2a91ac68745e5 { top:2.0625rem;left:15.3125rem;width:32.4375rem;height:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K15969bbd5623cef28584d4b99a7b94a { top:16.1875rem;left:18.5rem;width:29.25rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X71c148f6d9b697a40a863d70a88290f { top:2.6875rem;left:0rem;width:29.4375rem;height:4.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddd6b72d58c73c0e260ca66541fb43e3 { width:18.75rem;height:3.125rem;top:30.5rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef147e5a089e016fd179a11e5a27f36d { display:block; }
 }@media only screen and (max-width: 763px) { #d65f44c22db9f8f84ad54f1ff74bdc60 { top:16.25rem;left:23.875rem;width:0.125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fe77f2ae01adad7c2d9993bb54af76e9 { top:26.0625rem;left:18.5rem;width:29.25rem;height:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ee70ce825241b8fcb1fcffa0d44baa18 { top:8.8125rem;left:0rem;width:34.75rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hb830f4c6af42a5f5548502b599fe76a { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2c205240438f69e8161e89cc58d6b17 { display:block; }
 }@media only screen and (max-width: 763px) { #UiQtQuW1swetnKnly985CKWThfVcEKB8 { display:block; }#UiQtQuW1swetnKnly985CKWThfVcEKB8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W0a3e5e7df64cf5afc3e92e8974aa681 { top:1.1875rem;left:0rem;width:21.875rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J02e6acc780eda6f3a2308b709520009 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2565b598d199bf55ca0e36675f1f601 { width:33.75rem;height:7.125rem;top:1.4375rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4a7823c022fce67ed7ae390c1dd612f { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a00286a6a6970e9f2d618e9421b1a106 { top:0.9375rem;left:23.875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba60be2cf6099d9b025a28b665a8be63 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4861a8f6a47597124d2ac86bebc9f7f { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7ca2e48c39f57922d5cbcdaf16dd0a6 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lc75a139175a4e520297b350cde57b60 { top:8.875rem;left:23.875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2bb561ca995fce916ecc74057be49c6 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d622d7dad24de6648e999f0185fb35e7 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8fb10cec10cce8a49856e72aa7d6164 { top:15.3125rem;left:23.875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9629ed2b9d750d01e02bd4c9f498c64 { width:33.75rem;height:6.25rem;top:8.875rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7c52dedc898b33763511515a1371db3 { width:33.8125rem;height:9.3125rem;top:15.4375rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfb4efb896caacbdb6d4a7b4db84d5cb { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #d295c5f38379e7032ff89a4b58c917fc { display:block; }
 }@media only screen and (max-width: 763px) { #Ob95f28c3e403bdce9e778588058e45b { top:7.75rem;left:0rem;width:19.9375rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qb8864bb0d645963b69701f3a2157440 { top:14.875rem;left:0rem;width:19.9375rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd5b3e928e6e1b53e7fa24a14cb36a94 { top:21.4375rem;left:0rem;width:19.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wd0f7297a0835dee0dfc882a702ba300 { top:7.6875rem;left:8.1875rem;width:15.6875rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb3a2eec66233e3bad1de6a3d6cfb0f1 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #da6acb4f44f2b17211055062f56e543a { display:block; }
 }@media only screen and (max-width: 763px) { #DQdDsJIM4iNDoBoXbQQEgoe5AlzIUmxE { top:15.3125rem;left:23.875rem;width:2.125rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SI1T3n37W8B0UAdPaL7E1phPHI1OW1Mc { display:block; }#SI1T3n37W8B0UAdPaL7E1phPHI1OW1Mc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f45700a7a4f51602c72e954aeaf76416 { top:1.75rem;left:16.78125rem;width:12.625rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf5033f30fdf7d0fccd95336548eaf5c { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ob1bde684835252b66b33a1b3afb26b5 { top:39.8359375rem;left:1.125rem;width:21.25rem;height:6.7988125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffd28296222dac754f123be5824a3237 { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nd5efd379c3efb24b390e88ca0f02814 { width:19.375rem;height:28.375rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0667b4ceef366e4b50a6a95913fe499 { top:39.8359375rem;left:1.125rem;width:21.25rem;height:6.7988125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4d28808e74ca46372610f3edaee2896 { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E01734e2cd34369a5a0f29a3d9e967fd { top:39.8359375rem;left:1.125rem;width:21.25rem;height:6.7988125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zb4f74ba1493dd7d08742cac27313a84 { top:12.474609375rem;left:1.125rem;width:21.25rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qd0235a4439fcbf21dbc88b380558def { top:12.474609375rem;left:1.125rem;width:16.625rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9c79253b11ca37ef6ff018df0b981bf { top:12.375rem;left:4.5625rem;width:3.9375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5a0397636a9b207dec543773cb84797 { top:12.25rem;left:25.375rem;width:3.8125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ab92f2d355bf666a58472a10a5003493 { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ad757ddd1e76a05705f8e1f53c590e50 { top:12.474609375rem;left:1.125rem;width:14.8125rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec9ffe62d4b5a13cab19ff4608ac3e46 { top:35.9375rem;left:25.125rem;width:11.375rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V18877e36a9a00c8d2da0b2efe2c6f31 { top:36rem;left:36.5rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nd26e539161299653a3d3d65be15ad44 { top:47.375rem;left:25.125rem;width:11.375rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C87c0547ae33656585d88264506d6caf { top:47.4375rem;left:36.5rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5feef1a5c52700d6d5fc179c7ee4f08 { top:49.625rem;left:36.5rem;width:11.25rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d25ed7fe6a5d8e702f619f9cf2c80da0 { top:36.125rem;left:36.6875rem;width:11.0625rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e89cb6f49de6ec3ba0ebcd37623037d1 { top:42.8125rem;left:36.625rem;width:11.125rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T32d7ae05cfc608da562d53c4f338837 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #L8e9bca0ecf605187d1258bc20cc8948 { display:block; }
 }@media only screen and (max-width: 763px) { #w1b657ec98202ea06fc5d9bb9dada061 { width:19.375rem;height:28.375rem;top:7.6875rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0ff13492cfe126d4b7bcf9fe78cb6fb { width:19.375rem;height:28.375rem;top:7.6875rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4e8e21a99efb56e99477cb778d796e9 { top:12.25rem;left:43.9375rem;width:3.8125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICmqv9c2EZei4rSf8VcIdZkTeXCBrq0Q { width:19.375rem;height:28.375rem;top:7.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dAt4LxQUUFlWOwXV5l4U6nGHbeqxsdPU { width:19.375rem;height:28.375rem;top:7.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KVAc0WFWMxFpb5fS2RquCAV15s2x7pN1 { top:12.25rem;left:25.375rem;width:3.8125rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PgS3RM5K41ZN7MwFaDTqUC4w82gaH2ku { display:block; }#PgS3RM5K41ZN7MwFaDTqUC4w82gaH2ku > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DlgcSfO4bUNwVcC8r0tZrplKduPhopJD { top:2rem;left:0rem;width:16.25rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xH4ORTbm3xIGpToAfqqEbV4SUDzSu3qZ { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRNeGtAG3lDJSMBZVQhJFtTRScTDBAkT { width:16.25rem;height:0.5rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrBIKFsl9cL693S7yvflLsvxrfTeDCd9 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #raS8L19nsOmQuTJ64Jf9ulv6kIHJOMZz { top:2rem;left:5.75rem;width:16.25rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpETG1KN1Px9ODLMnphBeLu7DR53aLed { width:16.25rem;height:0.5rem;top:7.25rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpKVSmS6RpeODnut8etI2HufTrg9Ac7W { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfDqtM8u92lm5o82BWTCnUr9suZqxrpc { top:2rem;left:25.125rem;width:16.25rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHclvyN2MREGxlTKUeQlWqJEss0IT6o3 { width:16.25rem;height:0.5rem;top:7.25rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5vuB2DdO2CHmF9KmN0DHyuyg5XkKo8o { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eodzH7nusenzKW6ylJX8Gu1BCPuqzbP9 { top:2rem;left:31.5rem;width:16.25rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhT3xrcwm7vbFIvyQPB1O65TPJfxP2Ug { width:16.25rem;height:0.5rem;top:7.25rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ { display:block; }#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DhbFiuULDRg1EPxRCSqFbEJiE9GW0XMy { top:2.625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqtP528wKJZPciBL99k1Pp3WIpnB3kP2 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqPN9JggAtXV4CTwmoMa7dlfhm704UFO { width:18.625rem;height:14.8125rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vI3GTavU8IFFSTd5FnB1fbtoonpIZmbk { width:18.5rem;height:23.125rem;top:11.3125rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTKOgb0krGvZrqPNZUb0pLXBbu4htA9b { width:18.375rem;height:14.6875rem;top:11.1875rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXCMk0MV8OaXfII4SJXcAwsKQqi9N8X7 { width:18.625rem;height:23.3125rem;top:26.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMCynWX8gCsSurh5WLd8N035UMINuLtI { width:18.25rem;height:23rem;top:26.1875rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc1nHQ9g72v4N8hXFtt2tz9JviRuHpNr { width:18.4375rem;height:23.1875rem;top:11.25rem;left:5.34765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipiHlstuNDnsBhGD9f8ZUtRbAtIRAQGr { width:18.5rem;height:14.8125rem;top:34.5625rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiBzm2Q7yhO8f5Jf23RpwLrpoaxB1MWX { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B55w0pBgE2O4bgM3PLzJJyCApDX7iAB9 { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNE59Azn14spNV73Lcpfz5Vu3vpm5Hh2 { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCc740m2eQRiD7PmDksWV0Q1n6GSV90E { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1AGs8NdZUH233GER5ZmUT40Pn1HBapC { width:18.6875rem;height:13.5rem;top:35.75rem;left:23.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkorGtf5USWfInkEnWKG7bD0pdorcI9c { width:47.75rem;height:39.0625rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pk6lM01ubSUoRRsrIyNITZStOTFxd0ea { display:block; }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CCkKoPyVxEeqKA2x4blgFWKB7pATih70 { top:1.75rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwkslxtb7y0i55HaMNtzeEXW84P7fGSJ { top:7.1875rem;left:0rem;width:31.5rem;height:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeTklTHLo08K8VL5FuP2c0QBrFuR0b5y { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPeOADF9Lk1AVLLwPIT7cNsc92hhQBhT { display:block; }
 }@media only screen and (max-width: 763px) { #rl5U6zVWhbN7lalWOB8rLtMnk5BcvC66 { width:0.5rem;height:21.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMtigflldWTu6D4gIMA1MJ3osLqCOJCC { width:0.5rem;height:21.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtLR6puRPRbW7xO8iehyL5Z8Lc1T15kV { width:0.5rem;height:21.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGPmxeSt6FbEU0z4f7x8gnbUlrQWkX4n { width:0.5rem;height:21.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGO76yhdaTIS1k72LCkKvWxTMkutbDh0 { width:12.875rem;height:15rem;top:5.75rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrqTsLaqfdTTT05pFRsnWEq42bNdiwNt { top:26.9375rem;left:0rem;width:30.0625rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxBXo9uk1oIOIg0oTHGczJXcMCEfVc2X { top:21.8125rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jv38DLbRiMtIZ4aprTFuxwi9LhTJ1OMi { width:9rem;height:9.75rem;top:24rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKsIzz0Pnm5euMU27NV0KJvDDEmH3li6 { top:34.9375rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIrqgu9ElX05uOoCBSbTn4tcipow3mE6 { top:5.5rem;left:0rem;width:31.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIZIykpqTFMhHIbUu6oe0tZXH6RdB1x8 { top:24rem;left:0rem;width:31.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcSdVAUiAwOVvCwEcMeoJO2MnNbbxhTM { top:36.4375rem;left:0rem;width:31.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQW3e0gxLyF9voxhDfqWoinnDcdoTECM { top:38.8125rem;left:0rem;width:29.5rem;height:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kix4GPErugUHU3UW1pW9GVHfsLAdhEe2 { width:9.4375rem;height:12.125rem;top:36.4375rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f23dEIZUfqR6XIPxF7z3AOCILqnQFLiK { top:49.125rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXa0KKmi954iWMVDOHrwxnVciTSyO6x6 { top:50.3125rem;left:0rem;width:31.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2Wq0Z5uWxpCf9mq4tvogTd3359gqXuI { top:52rem;left:0rem;width:29.8125rem;height:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGcvSPTyEbOazEL9NmFhAowuMeT7h4Uc { width:7.375rem;height:9.875rem;top:50.3125rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmXhQdd6XHlbTzf9197pox8ZIsbH0PL0 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDKtlxo2cvTnf6iTFXIqdZDBVJtAif4K { display:block; }
 }@media only screen and (max-width: 763px) { #iDATuKA6c1GKm92apG78Pdd33tgETPSE { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeFTxx5ZSA5oAQnWQ4SDz5lFTJZVxVFT { display:block; }
 }@media only screen and (max-width: 763px) { #sstVPaAg9WX9stH0TfGJXNBzuTUMRdBa { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4XEWZDPB3TmN1kp3hxstUX7A8NLoMaD { display:block; }
 }@media only screen and (max-width: 763px) { #p6GV9esCemCugqpy3gHE4DFeBtH4htbo { display:block; }#p6GV9esCemCugqpy3gHE4DFeBtH4htbo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XaHE45gWAw1BRPUXiyQPO27Nx03fBwcC { top:2.0625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1Ibo5D91MxXfFBaipO2m8HSWkGIWoQH { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPFiV5xTQHwQEAPrweKL1cnuVpsvDSsU { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Az6uUTE3HUDcKBkfI4KTUcxaT1GedsaB { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3Q5FdrT7nVyrBGOxlQTpxzedOVtKTqy { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKnC7BhxEMJHz7HJJvvKpzp8LMp1XNbO { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT09pyhyeM8LHuBeQRsZ563U1twfRGnO { top:9.4375rem;left:35.0625rem;width:11.625rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMruolU8JrJBWb0OBJS68vrAdaSTFoBg { top:9.5625rem;left:0rem;width:11.625rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTMagrZDqDGo8EkSbr6MbLBrnr6JVgks { top:9.4375rem;left:23.0625rem;width:11.625rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEc2rBXW3LtCMpMXX688ruu4nEXyOmse { top:9.5rem;left:0rem;width:11.625rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnknH5BKvCHsUJTMmUi9rBRzHa0maZc9 { top:9.5rem;left:11.125rem;width:11.5625rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #qczlNp85aByBsHqD4iNFBTCAARG7oLyQ { top:9.375rem;left:35.9375rem;width:11.8125rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpcd4JnRMC42ALSKIiwp0nbZW4ZOBZhP { top:32.8125rem;left:0rem;width:11.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5t0AtO3wKXNlTv4bdBwodAw7T58gDri { top:32.8125rem;left:0rem;width:11.625rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8iUrHQ0ITPkWXmW9NZCupXwps7Of8HB { top:32.8125rem;left:23.0625rem;width:11.625rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DC6OFlz09hDZ27r5iyTZVkWHmg518BeI { top:31.75rem;left:27.173828125rem;width:14.625rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMxkO3LTqkkLZTEH5ot5XvSzAAr3UqID { top:31.75rem;left:31.4375rem;width:16.3125rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kr7aBkc1UblqzIxfE0dQXMf3syVUIQoH { top:31.75rem;left:0rem;width:19.5rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwXsCeW9F5Z1SoddrzXNyNtDGQzMOmWW { top:31.75rem;left:7.28125rem;width:19.25rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSvPKXe6qadyeuvqSn7KUyDJApQAOzH0 { display:block; }#PSvPKXe6qadyeuvqSn7KUyDJApQAOzH0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vb06ca8864a7016edeb295e7834c82d2 { top:6.625rem;left:0rem;width:47.75rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9c5f95d074036a0d4eb839954c9e48d { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #paf86ca4a8ada05bee3630ff1101057f { display:block; }
 }@media only screen and (max-width: 763px) { #E19b0c7ca011708bf096253192838507 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#E19b0c7ca011708bf096253192838507 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#E19b0c7ca011708bf096253192838507 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#E19b0c7ca011708bf096253192838507 { display:flex;width:13.5rem;height:5.0625rem;top:30rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #E19b0c7ca011708bf096253192838507 #d7bac6c35cdccbd07668e74ae59289d9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #E19b0c7ca011708bf096253192838507 #a52e164f14cb7acab5c18bac2e653352 {  }
 }@media only screen and (max-width: 763px) { #E19b0c7ca011708bf096253192838507 #eae563d028fcda1c532acc53f5d7786d {  }
 }@media only screen and (max-width: 763px) { #E19b0c7ca011708bf096253192838507 #R96b9bc04584fbfe3d03c2970ef59c72 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #E19b0c7ca011708bf096253192838507 #E4f041cb457593130ac2934f46a3d22d {  }
 }@media only screen and (max-width: 763px) { #E19b0c7ca011708bf096253192838507 #df699d635e8ce3888419f27a66753a5e {  }
 }@media only screen and (max-width: 763px) { #E19b0c7ca011708bf096253192838507 #B425029d1e7300a1753f6e4f0ddb5bdd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #E19b0c7ca011708bf096253192838507 #Q77af955764716bba52c8e04cab516a9 {  }
 }@media only screen and (max-width: 763px) { #E19b0c7ca011708bf096253192838507 #I217d584017d170bacc3ddd68711fac4 {  }
 }@media only screen and (max-width: 763px) { #E19b0c7ca011708bf096253192838507 #f29fab2e638729304a1f3756bd8e2439 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #E19b0c7ca011708bf096253192838507 #F8a8400e2a31b738ef3a8dca973c17eb {  }
 }@media only screen and (max-width: 763px) { #E19b0c7ca011708bf096253192838507 #D8e19cc04abeb423787f5d886845d0ad {  }
 }@media only screen and (max-width: 763px) { #Bc2842b9d1ce4fc636b6d5eb5d355dd3 { width:1.25rem;height:1.25rem;top:25.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecefeb2aac48a8b06c8bb343363e8023 { top:1.9375rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f91c3b522066d11db84006bb74ca67bd { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rd56998f3ae65c8430c51f09d912cd59 { display:block; }
 }@media only screen and (max-width: 763px) { #bb2f545d3c24e9a11689607a9587bec4 { top:14.3125rem;left:0rem;width:47.75rem;height:12.375rem;font-size:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #E38189b8ef3a90aff40b4223ce182431 { top:9.875rem;left:0rem;width:11.125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8bb14a0b2d98babfe41a693fc22f06f { top:9.9375rem;left:5.4375rem;width:11.25rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dce565370f7b5445ff1ad85fb9b200f3 { top:10rem;left:35.8125rem;width:11.9375rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ee7e8eb02632c0a98e5773f8d85d6330 { top:19.375rem;left:0rem;width:11.6875rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K00e5d8bd7de9d1e6d96ba336100a292 { top:9.875rem;left:0rem;width:11.1875rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pf33f7c9590d9126e2fb84df27036f7c { top:25.625rem;left:0rem;width:7.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb10c8d92021374df8ca4a85dd87dc2e { width:1.25rem;height:1.25rem;top:28rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9c801bc29674e4252e1dd6a556d49af { top:28rem;left:0rem;width:5.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dd8262d0c2bfb2e340559a653d2583f0 { top:9.9375rem;left:5.375rem;width:11.3125rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e603dd316d9aeb9ea8a2fbb53e2fcf24 { top:19.375rem;left:5.25rem;width:11.6875rem;height:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v38015a48bac8933208d262d3f142308 { top:25.8125rem;left:8.375rem;width:8.125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v74ebb30b46a3dcbfd3b765a934bcb1d { top:28rem;left:10.125rem;width:3.625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f60f074a855466e2fa5d6841422b4d88 { width:1.25rem;height:1.25rem;top:28rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6844b6fe03f7546f6adce8ceae6fa2e { width:1.25rem;height:1.25rem;top:25.75rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e26259d19999e695626614a4d2bb0ee9 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f26b533d30ec9ac92a53be87e82a02d7 { display:block; }
 }@media only screen and (max-width: 763px) { #k3722337b4e95c3ffc7d5b29b10d4b1b { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K89e27bdc303ab0ef26ba17c342fcc0f { display:block; }
 }@media only screen and (max-width: 763px) { #c40be1aee45c6094af375825957edb8e { top:9.9375rem;left:35.8125rem;width:11.9375rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ff511d6e6927e0032e25079ad04096d0 { top:28rem;left:44.4375rem;width:3.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ea2158a0a8c21a04ec40cf91fad5d32f { top:25.8125rem;left:40.6875rem;width:7.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8846d36edfd81b8ab3c5ce3b2d10d3c { top:20.25rem;left:36.0625rem;width:11.6875rem;height:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9c0d959b53a885edf4b9210659a555d { width:1.25rem;height:1.25rem;top:28rem;left:43.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae5beed0f4f38605422bd432bceca0a3 { width:1.25rem;height:1.25rem;top:25.75rem;left:42.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a85f371efc294937911fc1f2ae3003ff { top:9.9375rem;left:22.9375rem;width:11.9375rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f34ed21ff05abfd87722fb85420e4913 { top:9.9375rem;left:22.875rem;width:12.0625rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6e6d92d8bfbe3334665b0b6a5eed889 { top:19.375rem;left:23.0625rem;width:11.6875rem;height:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c78084f48d35d9915fee8f147a164cf4 { width:1.25rem;height:1.25rem;top:25.75rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfd40e87ec4f794a637b01376826fafa { top:25.8125rem;left:26.125rem;width:8.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed318636d75e11c5b8b406ee60de6dd0 { top:28rem;left:27.625rem;width:3.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6cf609556fe8bf493a71d2e1540b426 { width:1.25rem;height:1.25rem;top:28rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ja3f3eac356e111995176c94abfaad07 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe39cb1d098b17316165f03f3f280761 { display:block; }
 }@media only screen and (max-width: 763px) { #lb320928c3b3005f92c5a93e6dcb8dc3 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb440360e5bec5fd95c27a05687f620a { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #de867d85f6b3866fddeb216fb7cbd5df { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1da335227cd5142d3d70a170d852694 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#e1da335227cd5142d3d70a170d852694 li:before{  }
 }@media only screen and (max-width: 763px) { #ca37e4af70386c6856055d5e77616047 { top:30rem;left:0rem;width:11.1875rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1ce7fdfc42492d21e3955dc77e65f98 { top:29.9375rem;left:0rem;width:11.1875rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc13722b6c700a94a3ef8897b17a17c2 { top:30.0625rem;left:5.40625rem;width:11.3125rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H59534feb802683bf06d3ee7ce6bc243 { top:30.0625rem;left:5.40625rem;width:11.3125rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e600ab11d7e1c375ab8d2a6983d9ebae { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w109b52b8f0adecbef15cad677c5e8b6 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6368cc5d67b84c8f37e8739e1670d7b { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4c5bdafd3a22da51048454b2e3945d4 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#a4c5bdafd3a22da51048454b2e3945d4 li:before{  }
 }@media only screen and (max-width: 763px) { #f8db630a73c6b75adeb6e1d98cbb870b { top:30.0625rem;left:22.875rem;width:12.0625rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q73e0e25351613cb5043f3486de69972 { top:30.3125rem;left:22.875rem;width:12.0625rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2ef56d420dfb3d2a8ee80736f65d216 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f97ccc24994891153686e80cc0999ade { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c293a4dc88c63e313969866fe6502cc5 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #df74a36243ffa1347658e3e74ee842e2 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#df74a36243ffa1347658e3e74ee842e2 li:before{  }
 }@media only screen and (max-width: 763px) { #d048a5ddb3326b28e989922a2e2dd8e8 { top:30.3125rem;left:35.8125rem;width:11.9375rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t33e0b2a603238b6b9f2e8a6876af7a4 { top:30.0625rem;left:35.8125rem;width:11.9375rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba1e3479b3637b4c028fa21fa468f228 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9470814d112ea9402f252cb2b305f32 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f96f2bcc8a7fdedf4fec14977f6005b7 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e16c5c770868c57a91b0cceeee684deb { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#e16c5c770868c57a91b0cceeee684deb li:before{  }
 }@media only screen and (max-width: 763px) { #pNyB57fEVVQicyQUKATD1QXilmkZV63D { display:block; }#pNyB57fEVVQicyQUKATD1QXilmkZV63D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V1UDhZNLt5ZBSE7BaiCgORBG9hwDnN4k { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrtTghINtsgRLJC2SZJzzU57uEUQD6Tb { width:0.5rem;height:31.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdlqCpg6wdxWFn1CQVhWp9V76SDeJrB1 { width:0.5rem;height:31.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJu226QuvcoCQnKqIzzTtIHvDfDJ8Xoh { width:0.5rem;height:31.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBNxNQEMTbTBTbGDTymHgLL3K0Tlz6Lb { width:0.5rem;height:31.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnh20EAyMbyPqOAiug2f63AJdCNBVKPZ { width:0.5rem;height:31.25rem;top:5.4375rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBaON0HzksRKLTP1RGibiBmv9hOUtF6T { width:0.5rem;height:31.25rem;top:5.4375rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0fIUkyuJzslvqs08SCq1OHZoa87okI9 { width:0.5rem;height:31.25rem;top:5.4375rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4ooU7GpVURA4hZlynZCPxe5xEATaFPG { width:0.5rem;height:31.25rem;top:5.4375rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EboAzhhmMqEGDPlPFsPtnoTf1tXwbsmn { top:3.625rem;left:0rem;width:24.3125rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNZNWl1nos1944H0zsWlEhWBuTMg1dVI { top:19.875rem;left:0rem;width:24.3125rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfQzLOXWgdmaZrNgUCSeldSClqCPT0wT { top:3.625rem;left:23.375rem;width:24.375rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A98yUdhoAHCEIevcu6kG7y9V6E4uCSGO { top:20.0625rem;left:23.84375rem;width:11.75rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Np7uAlq4fUCq6U1OdWIuKTQEG4yTItk8 { top:20.0625rem;left:35.4375rem;width:12.3125rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld { display:block; }#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rf9NTDZBWqfLN8ZXLe6lTCWpEgRSVmIG { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5JRVr2BKBEDAgrlu9foGuxZO3GW4tow { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ec3gSUDtHOegJFr1UGy55mS96HhtiK7E { width:25.625rem;height:0.5rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sr3T0TvDfGM3EizO44fvbrKwZiwprWAp { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGuntNOFzcpnx3J5FlOhkbuMQfQPQ5pT { top:4.125rem;left:20.25rem;width:3.4375rem;height:3.4375rem;display:block; }
#cGuntNOFzcpnx3J5FlOhkbuMQfQPQ5pT > img { max-width: 100%;max-height:100%; width:3.4375rem; height:3.4375rem; } }@media only screen and (max-width: 763px) { #HnpT1ok2PXgpgzAQs6Bi988CNygvHlhT { width:1.5rem;height:1.5rem;top:9.6875rem;left:46.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9VV5m9SUPdTl0OkSnf1i90aAUtFHSWo { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nu4E4odH95odeM6lsnckyPQKGK6hyQMD { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNNzBA5u5kdpUU7IdhyP2Pvnb0lUlbWA { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #khI6XmzoW2EK08hrUnMfSq79WekrKLUp { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmH9Tbng29vZK56ZSLSHxM2NTVss2r9R { width:1.5rem;height:1.5rem;top:11.0625rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g50T2ScwO61T3yVHSwLGG3ca7fBHfLTE { width:11.625rem;height:3.4375rem;top:4.125rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAHo8xVslWgtbhPRkv9TWS1nAyioD901 { display:block; }
 }@media only screen and (max-width: 763px) { #Br7Ic581lLnHmr06XGk25T1sFUUPqZRo { width:25.625rem;height:0.5rem;top:10.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B { display:block; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CzLCABGlFcFos3tB7XRBUXnnBBEdaQlV { width:8.6875rem;height:5.6875rem;top:0.875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oS7OTtBtDnBNbivM8T0HIdcWkoHrEhHd { width:5.6875rem;height:5.6875rem;top:0.875rem;left:38.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yw4dJE824Vi7bH2qoz4GVVOUuo00ZncB { display:block; }#yw4dJE824Vi7bH2qoz4GVVOUuo00ZncB > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WmB0vxtvLwJ1RlsaRtMgTpr1GUiExkhf { width:4.625rem;height:3rem;top:0rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3ykCpNSrHO8HdTE5Tvhe4qFx4MFyPEe { width:8.9375rem;height:2.5625rem;top:12.625rem;left:5.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qWy2PceaPbr3cG64G9fZpHTxRvhkXBr4 { display:block; }
 }@media only screen and (max-width: 763px) { #SQ6mKOficwZnTVZ0iJEsKEQmP8E85DO4 { width:3.5625rem;height:1.625rem;top:3.25rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #voGvm13qOoFKPoF90Q8skL9FzsD9TkMu { display:block; }
 }@media only screen and (max-width: 763px) { #aq8m86HnOvZfOl5c24SJU4DNBTwQ884g { width:4.4375rem;height:1.75rem;top:3.1875rem;left:7.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ge0cWvCCSKTQuHHqKIGgIdCwtNsp6PyJ { display:block; }
 }@media only screen and (max-width: 763px) { #Cm1AxfGTrSkWnqqkHUMCOHKlAMKJNt26 { width:4.6875rem;height:1.8125rem;top:3.15625rem;left:11.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtDHLVbuUtoEeR9qyJrm52sASASIQz6I { display:block; }
 }@media only screen and (max-width: 763px) { #n4Xv1m6aqMIdn1tMSyTVoViPGU0SmCWf { width:3.1875rem;height:1.8125rem;top:3.1875rem;left:16.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyJq1PPCLu5Eqk3X3DX1SJPLIzsNwutz { display:block; }
 }@media only screen and (max-width: 763px) { #merVF9VBN7EPKWH7s5tKXwxRhBqtPEJN { width:3.4375rem;height:1.6875rem;top:3.21875rem;left:3.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTbVlE3AGOxuTwPxvab3TkMUQkPg1GLk { display:block; }
 }@media only screen and (max-width: 763px) { #CL2ITe7GaokHH8UTe0TxvaAiu29Tqf52 { display:block; }#CL2ITe7GaokHH8UTe0TxvaAiu29Tqf52 { background-color: transparent; background-image: none; }#CL2ITe7GaokHH8UTe0TxvaAiu29Tqf52::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CL2ITe7GaokHH8UTe0TxvaAiu29Tqf52 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CL2ITe7GaokHH8UTe0TxvaAiu29Tqf52 > .row .container > .video-iframe-container { display: none; }#CL2ITe7GaokHH8UTe0TxvaAiu29Tqf52 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CL2ITe7GaokHH8UTe0TxvaAiu29Tqf52 > .row > .video-iframe-container { display: none; }#CL2ITe7GaokHH8UTe0TxvaAiu29Tqf52 > .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); }#CL2ITe7GaokHH8UTe0TxvaAiu29Tqf52 { border-width: 0; border-radius: 0; }#CL2ITe7GaokHH8UTe0TxvaAiu29Tqf52 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CL2ITe7GaokHH8UTe0TxvaAiu29Tqf52 > .row .container { width:20rem;height:77.875rem;background-color:#cac2aa;background-image:none;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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q75323fa176c400d71077b2407243f80 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Q75323fa176c400d71077b2407243f80 .widget-text.counter-number { padding-top:0.365rem;padding-right:0.320625rem;padding-bottom:0.365rem;padding-left:0.320625rem;width:1.92375rem;min-width:1.92375rem;height:1.961875rem;font-size:1.46rem;line-height:31.39px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Q75323fa176c400d71077b2407243f80 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.228125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.565rem;height:0.775625rem;font-size:0.5475rem;line-height:12.41px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Q75323fa176c400d71077b2407243f80 { display:flex;width:9.9375rem;height:3.6875rem;top:1.25rem;left:4.5625rem;padding-top:0.45375rem;padding-right:0.465625rem;padding-bottom:0.45375rem;padding-left:0.465625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #Q75323fa176c400d71077b2407243f80 #w3afae864692364d8347a744feeb1ecb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Q75323fa176c400d71077b2407243f80 #f3279022a9af0d7856aa49428e943bdf {  }
 }@media only screen and (max-width: 763px) { #Q75323fa176c400d71077b2407243f80 #d321c99aeb9105cbe1127782cf03b015 {  }
 }@media only screen and (max-width: 763px) { #Q75323fa176c400d71077b2407243f80 #W340a66a15e6f3eaf39827775a9bac31 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Q75323fa176c400d71077b2407243f80 #ree5e28fa584cd9c2739bd93b4ea23c9 {  }
 }@media only screen and (max-width: 763px) { #Q75323fa176c400d71077b2407243f80 #gbaeba7fae18f11978471e15b88e9cad {  }
 }@media only screen and (max-width: 763px) { #Q75323fa176c400d71077b2407243f80 #m6e1387c3a4c524888046d9c2540cf63 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Q75323fa176c400d71077b2407243f80 #bd0fc6a1b770f69a694da7bf5aa63c3e {  }
 }@media only screen and (max-width: 763px) { #Q75323fa176c400d71077b2407243f80 #d1e8b076937b344a9ae4996491aeefb3 {  }
 }@media only screen and (max-width: 763px) { #Q75323fa176c400d71077b2407243f80 #ee742e5eae1b4ce1b072ba96335c4e11 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q75323fa176c400d71077b2407243f80 #J9cb189bd538cf7caf7d567e52d4b424 {  }
 }@media only screen and (max-width: 763px) { #Q75323fa176c400d71077b2407243f80 #b38203d67b7cca8a166b56695b11582f {  }
 }@media only screen and (max-width: 763px) { #a80fecfaa2563fe4ceb5235cb922bf21 { width:18.5625rem;height:4.75rem;top:1.25rem;left:0.6875rem;font-size:2rem;z-index:15025;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c6db9d0069ad4712a2e56a1905e3ff6b { width:20rem;height:2.5rem;top:7.25rem;left:0rem;font-size:0.75rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a05cdd36ec5a0a27f006acba8acb1435 { width:8.75rem;height:6.875rem;top:10.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1b2e00cd592901923c7977c0598ed6b { width:8.75rem;height:15.625rem;top:10.5625rem;left:0.875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oe6a9f9ca2dd3df5ebabe107b0809d94 { width:19.375rem;height:23.6875rem;top:53.1875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcf9f5f28bcf52c153f60a638dca859f { width:8.75rem;height:15.625rem;top:10.5625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8fef8b3bd25ac6403dd2245b2cef850 { width:8.75rem;height:6.8125rem;top:10.5625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #df68d77b4eda27d461eb04c8b990d59b { width:8.75rem;height:15.625rem;top:32.1875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H86267e4acde47005d78c14bee9d27a2 { width:8.75rem;height:6.3125rem;top:32.1875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3c2fcf89bd423a430ba7e57c1fe8fc6 { width:8.75rem;height:15.625rem;top:32.1875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4eb1d6368e8da9c7f2ccbbc2779502e { width:8.625rem;height:6.25rem;top:32.1875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E27becc52aa84226a84433075cdc16a9 { width:8.875rem;height:4.125rem;top:17.8125rem;left:0.8125rem;font-size:0.8125rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ma00032e3f49d1a07146546644882986 { width:8.875rem;height:4.125rem;top:17.8125rem;left:10.25rem;font-size:0.8125rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fa7c4c36f50b0b51267120bbbd8ede64 { width:8.375rem;height:5.5rem;top:38.5rem;left:1.125rem;font-size:0.8125rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e8a54fc39492de2e9a6a882547adcf12 { width:7.9375rem;height:2.75rem;top:39.875rem;left:10.34765625rem;font-size:0.8125rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f694ed0340f12c78978e9123171a5cce { display:flex;width:1.25rem;height:1.25rem;top:22.4375rem;left:1.1875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #f38c302083719e84a490d97532fe8a7b { width:7.0625rem;height:1rem;top:22.5rem;left:2.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bd9597b8b88c4cc0027afa722b04f6e6 { display:flex;width:1.25rem;height:1.25rem;top:44.3125rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #w10053d9481d925495fca34f78728fc2 { display:flex;width:1.25rem;height:1.25rem;top:44.125rem;left:11.4375rem; }
 }@media only screen and (max-width: 763px) { #e3b944bb82b067b57bac5ca4c6395cd3 { display:flex;width:1.25rem;height:1.25rem;top:22.4375rem;left:10.9375rem; }
 }@media only screen and (max-width: 763px) { #Vd4fae26e103204efd8816be8613703b { width:7.0625rem;height:1rem;top:22.5625rem;left:12.125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e9551eb2a5e47714f5477a528e9c7c7b { width:7.0625rem;height:1rem;top:44.4375rem;left:2.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b96e9416c647d1bbbfd1b0b0ecd98c45 { width:7.0625rem;height:1rem;top:44.25rem;left:11.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K8aba0071a66978500d988e61c89b58e { display:flex;width:1.25rem;height:1.25rem;top:24.0625rem;left:3.375rem; }
 }@media only screen and (max-width: 763px) { #f0caa6dc50d1407f981532226c19da2d { width:2.875rem;height:1rem;top:24.25rem;left:4.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e043557d5f9fbdd64178529796b3265c { display:flex;width:1.25rem;height:1.25rem;top:24.0625rem;left:12.1875rem; }
 }@media only screen and (max-width: 763px) { #vce30b3186fc814eba7ab8e3e47bef3b { width:3.625rem;height:1rem;top:24.1875rem;left:12.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b03a10cdba67263fbbe2129b20527507 { display:flex;width:1.25rem;height:1.25rem;top:45.9375rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #Gf65516a284a4c5d4354f18dc553dd90 { width:3.3125rem;height:1rem;top:46rem;left:3.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D989bf746bc077cf5abd9ea65d948a30 { display:flex;width:1.25rem;height:1.25rem;top:45.8125rem;left:12.1875rem; }
 }@media only screen and (max-width: 763px) { #Udef41e7dd1ca8bc479d52fa3c2f7b51 { width:3.3125rem;height:1.25rem;top:45.875rem;left:13.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e339a719015b82306b025e0189f635a8 { width:8.75rem;height:1.9375rem;top:26.375rem;left:0.875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc352809e8c82d7687c7f015637ff095 { display:block; }
 }@media only screen and (max-width: 763px) { #wb40acff06b9edef96c17e00711c3d8c { width:8.75rem;height:1.9375rem;top:47.9375rem;left:10.4375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfbcae9b6d51c8bef205b70e803b0e71 { display:block; }
 }@media only screen and (max-width: 763px) { #v6d0972e7382332d1ba4cf566e3435e6 { width:8.75rem;height:1.9375rem;top:47.9375rem;left:0.875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d18c23f8534c375b5409657585150480 { display:block; }
 }@media only screen and (max-width: 763px) { #Rbe3ef58e4ec0dc674ad7b6fc1a4c309 { width:8.75rem;height:1.9375rem;top:26.375rem;left:10.375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ga154e01b828b757294d4285d14b177e { display:block; }
 }@media only screen and (max-width: 763px) { #E62ca1d207851286d500534d91ce6199 { width:12.75rem;height:3.75rem;top:76.6875rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #c18bb7f107fa5f992e13cbd3c15ee5d4 { display:block; }
 }@media only screen and (max-width: 763px) { #p31317404fc3de9eecc23aba1b10c83a { width:8.75rem;height:1.9375rem;top:28.4375rem;left:0.875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1a901b91215432c772d4f390e80f357 { display:block; }
 }@media only screen and (max-width: 763px) { #T4688455e4e8aad8e25ccc94a459ee25 { width:12rem;height:2.5625rem;top:85.5rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #N786885bbc919e9f87ea199104bb0e89 { display:block; }
 }@media only screen and (max-width: 763px) { #A107a91a5b410d79658a3ee9fadead87 { width:11.9375rem;height:2.5625rem;top:89.3125rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #h17504cd49f3a699ae25b99a8596b6be { display:block; }
 }@media only screen and (max-width: 763px) { #Gadc6cafb49b7819f62c24228d2f3680 { width:12.75rem;height:3.75rem;top:66.5625rem;left:3.25rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #fe214ac8268ca522a89407c6ed899824 { display:block; }
 }@media only screen and (max-width: 763px) { #aAKn6NvQ7GUxCaORbnS8TOWI0tVrKnbd { width:8.75rem;height:1.9375rem;top:28.4375rem;left:10.375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #T1PCVuaXLtWniscv2PyIKi08pu0UDH60 { display:block; }
 }@media only screen and (max-width: 763px) { #yC7RykfKcJexBWnVDf0auvsvcLCsZTRm { width:8.75rem;height:1.9375rem;top:50rem;left:0.8125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #LaZTMsW0asoAIP3wO8bb5iIt2lUQXyol { display:block; }
 }@media only screen and (max-width: 763px) { #unm6x7iJ0hRuxOmGzfLXdchKb3rQdP1r { width:8.75rem;height:1.9375rem;top:49.9375rem;left:10.4375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #OuEFd3Jce7blQUwFNQfOHhoqtP4txndl { display:block; }
 }@media only screen and (max-width: 763px) { #dRuyCima1hVvWmsFLnXtn3dlacdtSWDZ { display:block; }#dRuyCima1hVvWmsFLnXtn3dlacdtSWDZ > .row .container { width:20rem;height:39.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dc8483969601e3a78aca425d02e9ec80 { width:20rem;height:10.625rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7f156eb42c3acd7a6da0a7daaf4e1ae { display:flex;width:2.125rem;height:2.125rem;top:7.25rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #T153c09a5615603a2c16aac5642c7e7b { width:9rem;height:2.125rem;top:7.25rem;left:4.625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Iec98b6842481ed77c40ad3ca31c4fe2 { width:16.9375rem;height:7.1875rem;top:9.5rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u3bc8c48b047a67093a25ea03b746b3c { width:20rem;height:1.5625rem;top:1.9375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G1cfe1263495414a56ae6a94eda81fb8 { width:20rem;height:1.8125rem;top:3.4375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x6fbfa1baac443ac994dd2b74d64ee5e { width:17.5rem;height:7.1875rem;top:20.0625rem;left:1.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a252c0c192dd0963e3c831a49a289c96 { width:6.6875rem;height:2.125rem;top:17.9375rem;left:4.625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B9bd4c80942e300bb0f5b608f6b94ace { display:flex;width:2.125rem;height:2.125rem;top:17.8125rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #Jfa72d3af3ead2c9f13e50e0f83d2970 { width:16.5625rem;height:7.1875rem;top:30.4375rem;left:1.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M4e303e0c3afac1b79e8c6d7f31a74e0 { width:9.0625rem;height:2.125rem;top:28.25rem;left:4.59375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tf13012f4eee53ad59dca5fc9dbdd81a { display:flex;width:2.125rem;height:2.125rem;top:28.3125rem;left:2.1875rem; }
 }@media only screen and (max-width: 763px) { #w83e8fb87f87e3f4add3ba937aee2481 { width:20rem;height:9.9375rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1f76852e0f630b73c735f23e641e2e2 { width:20rem;height:10.0625rem;top:27.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoqZ3OtRGHtG7URpgu5u2L5SLb8MQDEu { background-color:#a0740c;background-image:none;display:block; }#OoqZ3OtRGHtG7URpgu5u2L5SLb8MQDEu > .row .container { background-color: transparent; background-image: none; }#OoqZ3OtRGHtG7URpgu5u2L5SLb8MQDEu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OoqZ3OtRGHtG7URpgu5u2L5SLb8MQDEu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OoqZ3OtRGHtG7URpgu5u2L5SLb8MQDEu > .row .container > .video-iframe-container { display: none; }#OoqZ3OtRGHtG7URpgu5u2L5SLb8MQDEu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OoqZ3OtRGHtG7URpgu5u2L5SLb8MQDEu > .row > .video-iframe-container { display: none; }#OoqZ3OtRGHtG7URpgu5u2L5SLb8MQDEu > .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); }#OoqZ3OtRGHtG7URpgu5u2L5SLb8MQDEu > .row .container { width:20rem;height:32.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a3ab2b86bb1c563246de40ab68794cc2 { width:19.375rem;height:1.25rem;top:6.1875rem;left:0.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kedf6fc224fb4be1a769b5ab1bc395d4 { width:17.375rem;height:5.625rem;top:21.5625rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f71a0782fe4d1668e3544c74427803ca { width:19.375rem;height:4.5rem;top:0.75rem;left:0.25rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c55919e451c09e6103b12674f646c12a { width:19.4375rem;height:2.9375rem;top:28.3125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0a0785dde6ccc642aecbebae3cbddf3 { display:block; }
 }@media only screen and (max-width: 763px) { #b7143d6a41252649d0bc5ebc8f3d4fa1 { width:0.1875rem;height:5.3125rem;top:21.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fa6469281e05e147f416a35526e3dd78 { height:11.201353637902rem;width:20rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaxlgIPeBqToLogcQD414RPVTySRCTSw { display:block; }#yaxlgIPeBqToLogcQD414RPVTySRCTSw > .row .container { width:20rem;height:95.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s748091a0bf3698a395309aa20a481cf { width:4.375rem;height:4.375rem;top:6.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a67d427e07c067c4fececf0d5af6a93d { width:3.75rem;height:1.25rem;top:7.5625rem;left:1.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc6e69bff6e898df22ef4a6c6728b1b2 { width:20rem;height:1.875rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bb8b6a7a0838e175c4df2b9454d8fe45 { width:20rem;height:2.75rem;top:2.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zff55ef079c33000e35ec73cbdb3773a { width:3.75rem;height:0.9375rem;top:9.375rem;left:1.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w62b860ec23914e2372d2a6f28b08796 { width:5.875rem;height:1.125rem;top:10.1875rem;left:5.9375rem;font-size:0.6875rem;text-align:left;text-align-last:left;color:rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #G8616a6009414bd9c63751bc142be0e5 { width:13.6875rem;height:3.125rem;top:6.875rem;left:5.8125rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;color:rgba(var(--color-secondary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #a17fcd25c6fa549d32e8e7e8304ff567 { display:flex;width:0.9375rem;height:0.9375rem;top:10.3125rem;left:11.875rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #Wf78e06bf4284232925cd6810d5ddfc2 { width:5rem;height:1.25rem;top:10.0625rem;left:13.125rem;font-size:0.75rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #b66e632459deb10580b6a684894c42f1 { width:19.3125rem;height:45rem;top:12.1875rem;left:0.34375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B3fc6229b51d1c57dfa1dbdec8597594 { width:19.5rem;height:14.61328125rem;top:57.125rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #n01f0aeb76c79c37a77521b0f951c0bc { width:19.5rem;height:14.61328125rem;top:72.875rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #b0c340f44aad5556ba5261047101429f { width:13.3125rem;height:3.75rem;top:90.36328125rem;left:3.3125rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #aef6500cb2f9504e0a0a40a042342710 { display:block; }
 }@media only screen and (max-width: 763px) { #D3UqdVxG1avcAzPUXIrrt2By2lkhhdN8 { display:block; }#D3UqdVxG1avcAzPUXIrrt2By2lkhhdN8 > .row .container { width:20rem;height:106.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a53784ff70c2b67081bc78443a6494c7 { width:4.375rem;height:4.375rem;top:5.25rem;left:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #a0740c, rgba(200,150,30,0.39));background-image: -moz-linear-gradient(180deg, #a0740c, rgba(200,150,30,0.39));background-image: -ms-linear-gradient(180deg, #a0740c, rgba(200,150,30,0.39));background-image: -o-linear-gradient(180deg, #a0740c, rgba(200,150,30,0.39));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0740c', endColorstr='#c8961e63' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0740c', endColorstr='#c8961e63' );";background-image: linear-gradient(180deg, #a0740c, rgba(200,150,30,0.39));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #v654c0efb2adde3c576903976e5ccb8f { width:3.75rem;height:1.25rem;top:6.1875rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b51c1c4e7b4565143c82534c6930a394 { width:9rem;height:1.6875rem;top:1.125rem;left:5.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ae2de969f14bbefd02864db0f033e858 { width:3.75rem;height:0.9375rem;top:7.875rem;left:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kc594220cb4860860ad7406d09bea7b5 { width:6.0625rem;height:1.125rem;top:9.1875rem;left:5.375rem;font-size:0.6875rem;text-align:center;text-align-last:center;color:#a0740c;display:block; }
 }@media only screen and (max-width: 763px) { #Dce2643c1112899442c5c256bffe39ec { width:13.5rem;height:3.9375rem;top:5.125rem;left:5.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #T7a4c9f870a1b841b7b552e3e2ae7ad0 { display:flex;width:1.125rem;height:1.125rem;top:9.125rem;left:12rem; }
 }@media only screen and (max-width: 763px) { #fa8b717b5524b59086528cac3507345c { width:6.125rem;height:1.25rem;top:9.125rem;left:13.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lad56219cb70d1892d76252fe42d3fe4 { width:16.5625rem;height:21.25rem;top:11.125rem;left:1.71875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z98ec9d4b75d126f51c6387b5bf97c68 { width:19.5rem;height:14.1201171875rem;top:32.375rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #b63b95a6bb41f3c2ce0c90ea4489a298 { width:14.1875rem;height:1.75rem;top:2.75rem;left:2.90625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xf1af1b9c0e707638e76574394a15223 { width:9.4375rem;height:17.1875rem;top:83.25rem;left:5.28125rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Cfc16617c51cb9d05caae8d39be0d6e4 { width:9.4375rem;height:17.0625rem;top:65.5625rem;left:10.5625rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bbf32e003499556a8c7c0daf71870ead { width:9.375rem;height:17.0625rem;top:65.5625rem;left:0.625rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #p68be02d3967a146a34312ac7d9d5c75 { width:19.5rem;height:16.62890625rem;top:46.9951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aa02a1a90526ad6ec49648ce83298be1 { width:13.3125rem;height:3.75rem;top:101.40625rem;left:3.34375rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #df9f4df28631591187dc29fe0034eeee { display:block; }
 }@media only screen and (max-width: 763px) { #nhEgfOroAzcLm2RE6sMfZHFJVJxE3XRn { background-color:rgba(73,72,88,0.75);background-image:none;display:block; }#nhEgfOroAzcLm2RE6sMfZHFJVJxE3XRn > .row .container { background-color: transparent; background-image: none; }#nhEgfOroAzcLm2RE6sMfZHFJVJxE3XRn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhEgfOroAzcLm2RE6sMfZHFJVJxE3XRn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhEgfOroAzcLm2RE6sMfZHFJVJxE3XRn > .row .container > .video-iframe-container { display: none; }#nhEgfOroAzcLm2RE6sMfZHFJVJxE3XRn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhEgfOroAzcLm2RE6sMfZHFJVJxE3XRn > .row > .video-iframe-container { display: none; }#nhEgfOroAzcLm2RE6sMfZHFJVJxE3XRn > .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); }#nhEgfOroAzcLm2RE6sMfZHFJVJxE3XRn > .row .container { width:20rem;height:41.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c0c982e10a0499347cc1cf381481ae49 { width:19.375rem;height:3.75rem;top:6.125rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d88d047922d32bd22169234936f0fe96 { width:18.125rem;height:7.5rem;top:27.125rem;left:1.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iacecc937d094d47750a26308b229e70 { width:20rem;height:4.875rem;top:0.625rem;left:0.40625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l61f7601527d050f1a1c7d77e055d991 { width:14.3125rem;height:2.9375rem;top:36.6875rem;left:3.15625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P71c0b7a443664d9bd2654d126b5a594 { display:block; }
 }@media only screen and (max-width: 763px) { #bc60dde8fd502fbeef9f66f725a07b98 { width:0.125rem;height:7.0625rem;top:27.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7e28fdceaa9f06eb7e62b0cdd331717 { width:19.625rem;height:7rem;top:12.375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #D5ca8e125f260c8bd4ae7af9e4268172 { width:20rem;height:6.4705882352941rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #umsUBIpV8lVmXgRkWbwgJ0PNdBgav6Wy { display:block; }#umsUBIpV8lVmXgRkWbwgJ0PNdBgav6Wy > .row .container { width:20rem;height:91.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q8b9fbec4a3a5085a526402442ebb88f { width:4.375rem;height:4.375rem;top:5.5625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n563769fe6c3e9a7dcf83c9330ee3445 { width:3.75rem;height:1.25rem;top:6.5rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td7d910c231fa8f1119f571bcdaefffd { width:20rem;height:1.75rem;top:2.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bba8ec4f3ea41831c5fbc03f9b5d231b { width:3.75rem;height:0.9375rem;top:8.0625rem;left:0.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ha0e91605d82dfa8e3e3fcd57b489c05 { width:3.8125rem;height:2.25rem;top:10.1875rem;left:0.6875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X9f3b7b4ed0822dd503ad7521f405153 { width:14.6875rem;height:6.5625rem;top:5.6875rem;left:4.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #M716b79535bfffee618b7e5b3f5464be { display:flex;width:0.9375rem;height:0.9375rem;top:12.4375rem;left:4.75rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #cb66cf3c9be5d6c5816a173373f4dccf { width:5rem;height:1.25rem;top:12.375rem;left:6.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fc6d44665720a81525bca63d43305f6a { width:18.5rem;height:31.25rem;top:14.75rem;left:1rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d431d6fa28a1386a63dad6c3a0544110 { width:13.3125rem;height:3.75rem;top:85.55078125rem;left:3.34375rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #m4cc05ae9919da36fb471ca9e4cae277 { display:block; }
 }@media only screen and (max-width: 763px) { #Ha802132a5d6081e6d17c7802d8c9c16 { width:17.5625rem;height:11.6875rem;top:46.625rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d31fd2449a5f712af63ef696692e8a18 { width:17.5625rem;height:11.6875rem;top:59.1875rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1ef382c71b13ca9709e02f6e4e2e14e { width:17.5rem;height:12.625rem;top:71.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vf1ff248ce502be1b027977671bd4a27 { width:20rem;height:1.875rem;top:1.30078125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kapPtRCErDDUegcBh2sOZUR1bwBoChix { display:block; }#kapPtRCErDDUegcBh2sOZUR1bwBoChix > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xdb7e75dbe5d3bdb657caf458d6adf32 { width:4.375rem;height:4.375rem;top:6.375rem;left:0.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #a0740c, rgba(200,150,30,0.39));background-image: -moz-linear-gradient(180deg, #a0740c, rgba(200,150,30,0.39));background-image: -ms-linear-gradient(180deg, #a0740c, rgba(200,150,30,0.39));background-image: -o-linear-gradient(180deg, #a0740c, rgba(200,150,30,0.39));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0740c', endColorstr='#c8961e63' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0740c', endColorstr='#c8961e63' );";background-image: linear-gradient(180deg, #a0740c, rgba(200,150,30,0.39));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #N0cf3bd5a4b7196a1fa8240653a09ce1 { width:3.75rem;height:1.25rem;top:7.3125rem;left:1.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3c666d9cbe944f9763d43bddcd2507a { width:20rem;height:1.6875rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C662dd5fe072ffb0ac448592d8272301 { width:3.75rem;height:0.9375rem;top:15.375rem;left:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m30c127e712eba8fa6e8223f30af3854 { width:6.5rem;height:1.125rem;top:9.6875rem;left:5.0625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N245f4c57b78dd1945eae3ac8a032bda { width:13.5rem;height:3.9375rem;top:5.9375rem;left:6rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #h12227f08864c6097089f7b174d00ce6 { display:flex;width:1.125rem;height:1.125rem;top:9.625rem;left:12rem; }
 }@media only screen and (max-width: 763px) { #cba6ac92e79ba0b2d82b1c14cecc238a { width:6.125rem;height:1.25rem;top:9.5625rem;left:13.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Xc5d704c4e0d3cacd9cbbd3c3af51c0f { width:18.125rem;height:15rem;top:11.75rem;left:0.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d4373b748517071874b3540f573e3c5f { width:19.5rem;height:13rem;top:27.75rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #c013a513c09535cd79188b5506d2d70e { width:20rem;height:1.75rem;top:2.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hd1a26affe82115c533f5fb8a83d08c9 { width:10.9375rem;height:2.9375rem;top:42rem;left:4.53125rem;z-index:15039;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r85e7669e2fb230c470e2e4e28f9c653 { display:block; }
 }@media only screen and (max-width: 763px) { #X6DEiM9E3TyQFPZ4o4rTOqiWtw9t8N15 { background-color:#4f4f25;background-image:none;display:block; }#X6DEiM9E3TyQFPZ4o4rTOqiWtw9t8N15 > .row .container { background-color: transparent; background-image: none; }#X6DEiM9E3TyQFPZ4o4rTOqiWtw9t8N15::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X6DEiM9E3TyQFPZ4o4rTOqiWtw9t8N15 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X6DEiM9E3TyQFPZ4o4rTOqiWtw9t8N15 > .row .container > .video-iframe-container { display: none; }#X6DEiM9E3TyQFPZ4o4rTOqiWtw9t8N15 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X6DEiM9E3TyQFPZ4o4rTOqiWtw9t8N15 > .row > .video-iframe-container { display: none; }#X6DEiM9E3TyQFPZ4o4rTOqiWtw9t8N15 > .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); }#X6DEiM9E3TyQFPZ4o4rTOqiWtw9t8N15 > .row .container { width:20rem;height:51.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rde24068ca8852ebcaa55ff31b471ad0 { width:19.375rem;height:3.75rem;top:6rem;left:0.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a7c2db449af81a81310d796afe0208db { width:18.125rem;height:6.75rem;top:40.1875rem;left:1.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B719e4ded1c663a9437bbad4fd4aac4b { width:20rem;height:1.625rem;top:1.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ddd14b579314abcc5337a9ca831ac6d0 { width:13.75rem;height:2rem;top:48.375rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c86d783ca82d342ad5e9c618a5457d7d { display:block; }
 }@media only screen and (max-width: 763px) { #Ac3669bc7c109d8035fb6d6c09e2d317 { width:0.125rem;height:6.4375rem;top:40.375rem;left:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Lb68f928b40f970036a75052039d6978 { width:19.0625rem;height:5.6875rem;top:32.6875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d78f25f15cfa042c663abc0a26601c73 { width:20rem;height:1.625rem;top:3.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J6a8fa8e82a58fd4ea1d90a14e1a85d9 { width:19.0625rem;height:13.75rem;top:11.5rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3a1eb88f0cda1fe90b98f09acf39d85 { width:18.9375rem;height:6.8125rem;top:25.875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVmB0GfsWXBp3at0qXmB5EiEu7VMdHzy { background-color:rgba(73,72,88,0.75);background-image:none;display:block; }#lVmB0GfsWXBp3at0qXmB5EiEu7VMdHzy > .row .container { background-color: transparent; background-image: none; }#lVmB0GfsWXBp3at0qXmB5EiEu7VMdHzy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lVmB0GfsWXBp3at0qXmB5EiEu7VMdHzy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lVmB0GfsWXBp3at0qXmB5EiEu7VMdHzy > .row .container > .video-iframe-container { display: none; }#lVmB0GfsWXBp3at0qXmB5EiEu7VMdHzy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lVmB0GfsWXBp3at0qXmB5EiEu7VMdHzy > .row > .video-iframe-container { display: none; }#lVmB0GfsWXBp3at0qXmB5EiEu7VMdHzy > .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); }#lVmB0GfsWXBp3at0qXmB5EiEu7VMdHzy > .row .container { width:20rem;height:46.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J686478f444cab8017e2a91ac68745e5 { width:19.0625rem;height:3.75rem;top:5.75rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K15969bbd5623cef28584d4b99a7b94a { width:18.125rem;height:6.75rem;top:34rem;left:1.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X71c148f6d9b697a40a863d70a88290f { width:18.1875rem;height:3.25rem;top:0.625rem;left:0.90625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ddd6b72d58c73c0e260ca66541fb43e3 { width:14.5625rem;height:2.4375rem;top:42.625rem;left:2.71875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef147e5a089e016fd179a11e5a27f36d { display:block; }
 }@media only screen and (max-width: 763px) { #d65f44c22db9f8f84ad54f1ff74bdc60 { width:0.125rem;height:6.5rem;top:34.125rem;left:0.6875rem;background-color:#a0740c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #fe77f2ae01adad7c2d9993bb54af76e9 { width:20rem;height:2.8125rem;top:26rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ee70ce825241b8fcb1fcffa0d44baa18 { width:20rem;height:14.7119140625rem;top:10.5380859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hb830f4c6af42a5f5548502b599fe76a { width:14.375rem;height:2.3125rem;top:30.0625rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2c205240438f69e8161e89cc58d6b17 { display:block; }
 }@media only screen and (max-width: 763px) { #UiQtQuW1swetnKnly985CKWThfVcEKB8 { display:block; }#UiQtQuW1swetnKnly985CKWThfVcEKB8 > .row .container { width:20rem;height:90.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W0a3e5e7df64cf5afc3e92e8974aa681 { width:20rem;height:1.6875rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J02e6acc780eda6f3a2308b709520009 { width:20rem;height:1rem;top:3.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d2565b598d199bf55ca0e36675f1f601 { width:20rem;height:10.9375rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4a7823c022fce67ed7ae390c1dd612f { width:17.5625rem;height:7.1875rem;top:8.6875rem;left:1.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a00286a6a6970e9f2d618e9421b1a106 { display:flex;width:2.125rem;height:2.125rem;top:28.5625rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #ba60be2cf6099d9b025a28b665a8be63 { width:16.25rem;height:1.6875rem;top:6.5rem;left:3.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B4861a8f6a47597124d2ac86bebc9f7f { width:16.9375rem;height:5.75rem;top:20.375rem;left:1.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #N7ca2e48c39f57922d5cbcdaf16dd0a6 { width:13.5rem;height:1.6875rem;top:18.375rem;left:3.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lc75a139175a4e520297b350cde57b60 { display:flex;width:1.4375rem;height:1.4375rem;top:6.6875rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #f2bb561ca995fce916ecc74057be49c6 { width:17.75rem;height:10.0625rem;top:30.125rem;left:1.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d622d7dad24de6648e999f0185fb35e7 { width:11.75rem;height:1.6875rem;top:28.25rem;left:3.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f8fb10cec10cce8a49856e72aa7d6164 { display:flex;width:1.375rem;height:1.375rem;top:18.5625rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #i9629ed2b9d750d01e02bd4c9f498c64 { width:20rem;height:9.1875rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7c52dedc898b33763511515a1371db3 { width:20rem;height:13.625rem;top:27.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfb4efb896caacbdb6d4a7b4db84d5cb { width:12.75rem;height:3.75rem;top:125.5625rem;left:3.625rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #d295c5f38379e7032ff89a4b58c917fc { display:block; }
 }@media only screen and (max-width: 763px) { #Ob95f28c3e403bdce9e778588058e45b { width:19.1875rem;height:7rem;top:66.1875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qb8864bb0d645963b69701f3a2157440 { width:19.1875rem;height:6.4375rem;top:78.9375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd5b3e928e6e1b53e7fa24a14cb36a94 { width:19.1875rem;height:5.8125rem;top:73.125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wd0f7297a0835dee0dfc882a702ba300 { width:19.1875rem;height:24.125rem;top:41.625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb3a2eec66233e3bad1de6a3d6cfb0f1 { width:6.0625rem;height:2.625rem;top:86.875rem;left:6.96875rem;z-index:15039;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #da6acb4f44f2b17211055062f56e543a { display:block; }
 }@media only screen and (max-width: 763px) { #DQdDsJIM4iNDoBoXbQQEgoe5AlzIUmxE { display:flex;width:1.375rem;height:1.375rem;top:28.375rem;left:1.5625rem;z-index:15025; }
 }@media only screen and (max-width: 763px) { #SI1T3n37W8B0UAdPaL7E1phPHI1OW1Mc { display:block; }#SI1T3n37W8B0UAdPaL7E1phPHI1OW1Mc > .row .container { width:20rem;height:109.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f45700a7a4f51602c72e954aeaf76416 { width:20rem;height:1.6875rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cf5033f30fdf7d0fccd95336548eaf5c { width:20rem;height:2.25rem;top:2.9375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ob1bde684835252b66b33a1b3afb26b5 { width:17.5rem;height:11.25rem;top:12.5rem;left:1.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ffd28296222dac754f123be5824a3237 { width:11.5625rem;height:2.375rem;top:8.3125rem;left:3.5625rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nd5efd379c3efb24b390e88ca0f02814 { width:20rem;height:18.25rem;top:6.6875rem;left:0rem;background-color:#a0740c;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #g0667b4ceef366e4b50a6a95913fe499 { width:18.0625rem;height:8.75rem;top:31.375rem;left:0.96875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z4d28808e74ca46372610f3edaee2896 { width:8rem;height:3rem;top:27.28125rem;left:5.34375rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #E01734e2cd34369a5a0f29a3d9e967fd { width:17.5rem;height:11.25rem;top:46.6875rem;left:1.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Zb4f74ba1493dd7d08742cac27313a84 { width:3.3125rem;height:3.25rem;top:43.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qd0235a4439fcbf21dbc88b380558def { width:3.375rem;height:3.3125rem;top:27.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9c79253b11ca37ef6ff018df0b981bf { width:3.1875rem;height:1.75rem;top:8.78125rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5a0397636a9b207dec543773cb84797 { width:3.1875rem;height:1.75rem;top:27.75rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ab92f2d355bf666a58472a10a5003493 { width:8.25rem;height:3.375rem;top:43.4375rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ad757ddd1e76a05705f8e1f53c590e50 { width:3.5rem;height:3.5rem;top:7.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec9ffe62d4b5a13cab19ff4608ac3e46 { width:9.625rem;height:9.625rem;top:65.3125rem;left:0.46875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #V18877e36a9a00c8d2da0b2efe2c6f31 { width:9.4375rem;height:9.4375rem;top:59.4375rem;left:10rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nd26e539161299653a3d3d65be15ad44 { width:9.375rem;height:9.375rem;top:59.4375rem;left:0.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C87c0547ae33656585d88264506d6caf { width:9.5rem;height:9.5rem;top:89.375rem;left:1.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #B5feef1a5c52700d6d5fc179c7ee4f08 { width:18.6875rem;height:14.875rem;top:69rem;left:0.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d25ed7fe6a5d8e702f619f9cf2c80da0 { width:18.375rem;height:10.75rem;top:84.375rem;left:0.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e89cb6f49de6ec3ba0ebcd37623037d1 { width:18.4375rem;height:10.5625rem;top:95.125rem;left:0.78125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T32d7ae05cfc608da562d53c4f338837 { width:11.125rem;height:3.0625rem;top:106.25rem;left:4.4375rem;z-index:15040;font-size:0.875rem;background-color:#a0740c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #L8e9bca0ecf605187d1258bc20cc8948 { display:block; }
 }@media only screen and (max-width: 763px) { #w1b657ec98202ea06fc5d9bb9dada061 { width:19.375rem;height:28.375rem;top:117.75rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T0ff13492cfe126d4b7bcf9fe78cb6fb { width:19.375rem;height:28.375rem;top:147.375rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #b4e8e21a99efb56e99477cb778d796e9 { width:3rem;height:1.875rem;top:44.125rem;left:15.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ICmqv9c2EZei4rSf8VcIdZkTeXCBrq0Q { width:20rem;height:15.1875rem;top:26rem;left:0rem;background-color:#a0740c;background-image:none;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #dAt4LxQUUFlWOwXV5l4U6nGHbeqxsdPU { width:20rem;height:16.625rem;top:42.125rem;left:0rem;background-color:#a0740c;background-image:none;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #KVAc0WFWMxFpb5fS2RquCAV15s2x7pN1 { width:3.1875rem;height:1.75rem;top:44.1875rem;left:15.625rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #PgS3RM5K41ZN7MwFaDTqUC4w82gaH2ku { display:block; }#PgS3RM5K41ZN7MwFaDTqUC4w82gaH2ku > .row .container { width:20rem;height:25.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DlgcSfO4bUNwVcC8r0tZrplKduPhopJD { width:7.1875rem;height:2.375rem;top:1.3125rem;left:6.40625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xH4ORTbm3xIGpToAfqqEbV4SUDzSu3qZ { width:16.25rem;height:1.875rem;top:3.125rem;left:1.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fRNeGtAG3lDJSMBZVQhJFtTRScTDBAkT { width:16.25rem;height:0.5rem;top:5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrBIKFsl9cL693S7yvflLsvxrfTeDCd9 { width:16.25rem;height:1.875rem;top:8.75rem;left:1.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #raS8L19nsOmQuTJ64Jf9ulv6kIHJOMZz { width:16.25rem;height:2.375rem;top:6.625rem;left:1.875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UpETG1KN1Px9ODLMnphBeLu7DR53aLed { width:16.25rem;height:0.5rem;top:10.625rem;left:1.875rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(248,172,120,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #NpKVSmS6RpeODnut8etI2HufTrg9Ac7W { width:16.25rem;height:1.875rem;top:14.1875rem;left:1.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NfDqtM8u92lm5o82BWTCnUr9suZqxrpc { width:16.25rem;height:2.375rem;top:18.1875rem;left:1.875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bHclvyN2MREGxlTKUeQlWqJEss0IT6o3 { width:16.25rem;height:0.5rem;top:16.0625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5vuB2DdO2CHmF9KmN0DHyuyg5XkKo8o { width:16.25rem;height:1.875rem;top:20.3125rem;left:1.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eodzH7nusenzKW6ylJX8Gu1BCPuqzbP9 { width:16.25rem;height:2.375rem;top:12.25rem;left:1.875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dhT3xrcwm7vbFIvyQPB1O65TPJfxP2Ug { width:16.25rem;height:0.5rem;top:22.1875rem;left:1.875rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(248,172,120,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ { display:block; }#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DhbFiuULDRg1EPxRCSqFbEJiE9GW0XMy { width:20rem;height:1.6875rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TqtP528wKJZPciBL99k1Pp3WIpnB3kP2 { width:20rem;height:1.75rem;top:2.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wqPN9JggAtXV4CTwmoMa7dlfhm704UFO { width:9.6875rem;height:7.6875rem;top:37.4375rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vI3GTavU8IFFSTd5FnB1fbtoonpIZmbk { width:9.75rem;height:12.1875rem;top:13.4375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTKOgb0krGvZrqPNZUb0pLXBbu4htA9b { width:9.4375rem;height:7.5rem;top:17.5rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXCMk0MV8OaXfII4SJXcAwsKQqi9N8X7 { width:9.6875rem;height:12.1875rem;top:25.75rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMCynWX8gCsSurh5WLd8N035UMINuLtI { width:9.5625rem;height:12.0625rem;top:25.1875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc1nHQ9g72v4N8hXFtt2tz9JviRuHpNr { width:9.375rem;height:11.75rem;top:5.625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipiHlstuNDnsBhGD9f8ZUtRbAtIRAQGr { width:9.75rem;height:7.75rem;top:5.625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiBzm2Q7yhO8f5Jf23RpwLrpoaxB1MWX { width:0.5rem;height:9.375rem;top:8.1875rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #B55w0pBgE2O4bgM3PLzJJyCApDX7iAB9 { width:0.5rem;height:9.375rem;top:18.8125rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dNE59Azn14spNV73Lcpfz5Vu3vpm5Hh2 { width:0.5rem;height:9.375rem;top:29.4375rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DCc740m2eQRiD7PmDksWV0Q1n6GSV90E { width:0.5rem;height:9.375rem;top:40.0625rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #m1AGs8NdZUH233GER5ZmUT40Pn1HBapC { width:10rem;height:7.125rem;top:38.0625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkorGtf5USWfInkEnWKG7bD0pdorcI9c { width:20rem;height:40.625rem;top:8rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pk6lM01ubSUoRRsrIyNITZStOTFxd0ea { display:block; }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea > .row .container { width:20rem;height:119.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CCkKoPyVxEeqKA2x4blgFWKB7pATih70 { width:20rem;height:3rem;top:1.25rem;left:0rem;font-size:1.25rem;z-index:15037;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bwkslxtb7y0i55HaMNtzeEXW84P7fGSJ { width:18.1875rem;height:18.6875rem;top:10.0625rem;left:0.90625rem;font-size:0.875rem;z-index:15038;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EeTklTHLo08K8VL5FuP2c0QBrFuR0b5y { width:5.9375rem;height:2.4375rem;top:34rem;left:11.90625rem;z-index:15039;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPeOADF9Lk1AVLLwPIT7cNsc92hhQBhT { display:block; }
 }@media only screen and (max-width: 763px) { #rl5U6zVWhbN7lalWOB8rLtMnk5BcvC66 { width:0.5rem;height:27.5rem;top:57.375rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kMtigflldWTu6D4gIMA1MJ3osLqCOJCC { width:0.5rem;height:27.5rem;top:114.875rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DtLR6puRPRbW7xO8iehyL5Z8Lc1T15kV { width:0.5rem;height:27.5rem;top:143.625rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JGPmxeSt6FbEU0z4f7x8gnbUlrQWkX4n { width:0.5rem;height:27.5rem;top:86.125rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dGO76yhdaTIS1k72LCkKvWxTMkutbDh0 { width:9.625rem;height:11.3125rem;top:28.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrqTsLaqfdTTT05pFRsnWEq42bNdiwNt { width:18.5rem;height:8.625rem;top:45.4375rem;left:0.75rem;font-size:0.875rem;z-index:15038;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zxBXo9uk1oIOIg0oTHGczJXcMCEfVc2X { width:20rem;height:0.1875rem;top:41.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jv38DLbRiMtIZ4aprTFuxwi9LhTJ1OMi { width:8.375rem;height:9.125rem;top:54.875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKsIzz0Pnm5euMU27NV0KJvDDEmH3li6 { width:20rem;height:0.1875rem;top:65.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIrqgu9ElX05uOoCBSbTn4tcipow3mE6 { width:17.5rem;height:3.375rem;top:6.0625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PIZIykpqTFMhHIbUu6oe0tZXH6RdB1x8 { width:20rem;height:1.6875rem;top:43.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZcSdVAUiAwOVvCwEcMeoJO2MnNbbxhTM { width:20rem;height:1.6875rem;top:66.71875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WQW3e0gxLyF9voxhDfqWoinnDcdoTECM { width:17.25rem;height:10.0625rem;top:69rem;left:1.375rem;font-size:0.875rem;z-index:15038;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kix4GPErugUHU3UW1pW9GVHfsLAdhEe2 { width:9.4375rem;height:12.125rem;top:79.0625rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f23dEIZUfqR6XIPxF7z3AOCILqnQFLiK { width:20rem;height:0.1875rem;top:92.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXa0KKmi954iWMVDOHrwxnVciTSyO6x6 { width:20rem;height:1.6875rem;top:93.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l2Wq0Z5uWxpCf9mq4tvogTd3359gqXuI { width:20rem;height:10.0625rem;top:96.25rem;left:0rem;font-size:0.875rem;z-index:15038;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TGcvSPTyEbOazEL9NmFhAowuMeT7h4Uc { width:7.625rem;height:10.25rem;top:107.75rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmXhQdd6XHlbTzf9197pox8ZIsbH0PL0 { width:6.4375rem;height:2.625rem;top:111.5625rem;left:10.875rem;z-index:15039;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDKtlxo2cvTnf6iTFXIqdZDBVJtAif4K { display:block; }
 }@media only screen and (max-width: 763px) { #iDATuKA6c1GKm92apG78Pdd33tgETPSE { width:6.5625rem;height:2.6875rem;top:84.375rem;left:11.59375rem;z-index:15039;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeFTxx5ZSA5oAQnWQ4SDz5lFTJZVxVFT { display:block; }
 }@media only screen and (max-width: 763px) { #sstVPaAg9WX9stH0TfGJXNBzuTUMRdBa { width:5.8125rem;height:2.375rem;top:57.4375rem;left:11.96875rem;z-index:15039;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4XEWZDPB3TmN1kp3hxstUX7A8NLoMaD { display:block; }
 }@media only screen and (max-width: 763px) { #p6GV9esCemCugqpy3gHE4DFeBtH4htbo { display:block; }#p6GV9esCemCugqpy3gHE4DFeBtH4htbo > .row .container { width:20rem;height:104.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XaHE45gWAw1BRPUXiyQPO27Nx03fBwcC { width:20rem;height:1.6875rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T1Ibo5D91MxXfFBaipO2m8HSWkGIWoQH { width:12.9375rem;height:3.5rem;top:3.75rem;left:3.53125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oPFiV5xTQHwQEAPrweKL1cnuVpsvDSsU { width:0.5rem;height:9.375rem;top:10.9375rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Az6uUTE3HUDcKBkfI4KTUcxaT1GedsaB { width:0.5rem;height:9.375rem;top:21.5625rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #f3Q5FdrT7nVyrBGOxlQTpxzedOVtKTqy { width:0.5rem;height:9.375rem;top:32.1875rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RKnC7BhxEMJHz7HJJvvKpzp8LMp1XNbO { width:0.5rem;height:9.375rem;top:42.8125rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #iT09pyhyeM8LHuBeQRsZ563U1twfRGnO { width:8.75rem;height:15.9375rem;top:41.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMruolU8JrJBWb0OBJS68vrAdaSTFoBg { width:8.6875rem;height:15.9375rem;top:8.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTMagrZDqDGo8EkSbr6MbLBrnr6JVgks { width:8.875rem;height:16.125rem;top:24.625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEc2rBXW3LtCMpMXX688ruu4nEXyOmse { width:8.75rem;height:16rem;top:24.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnknH5BKvCHsUJTMmUi9rBRzHa0maZc9 { width:8.75rem;height:16.0625rem;top:8rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qczlNp85aByBsHqD4iNFBTCAARG7oLyQ { width:8.75rem;height:15.9375rem;top:41.3125rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpcd4JnRMC42ALSKIiwp0nbZW4ZOBZhP { width:8.75rem;height:6.4375rem;top:57.9375rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #g5t0AtO3wKXNlTv4bdBwodAw7T58gDri { width:8.6875rem;height:6.4375rem;top:57.875rem;left:10.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #O8iUrHQ0ITPkWXmW9NZCupXwps7Of8HB { width:8.6875rem;height:6.5rem;top:65.125rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DC6OFlz09hDZ27r5iyTZVkWHmg518BeI { width:8.8125rem;height:6.5625rem;top:68.875rem;left:2.15625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BMxkO3LTqkkLZTEH5ot5XvSzAAr3UqID { width:20rem;height:13rem;top:60rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kr7aBkc1UblqzIxfE0dQXMf3syVUIQoH { height:10.875rem;width:19.5rem;top:76.75rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwXsCeW9F5Z1SoddrzXNyNtDGQzMOmWW { height:10.8125rem;width:19.25rem;top:88.875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSvPKXe6qadyeuvqSn7KUyDJApQAOzH0 { display:block; }#PSvPKXe6qadyeuvqSn7KUyDJApQAOzH0 { background-color: transparent; background-image: none; }#PSvPKXe6qadyeuvqSn7KUyDJApQAOzH0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PSvPKXe6qadyeuvqSn7KUyDJApQAOzH0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PSvPKXe6qadyeuvqSn7KUyDJApQAOzH0 > .row .container > .video-iframe-container { display: none; }#PSvPKXe6qadyeuvqSn7KUyDJApQAOzH0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PSvPKXe6qadyeuvqSn7KUyDJApQAOzH0 > .row > .video-iframe-container { display: none; }#PSvPKXe6qadyeuvqSn7KUyDJApQAOzH0 > .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); }#PSvPKXe6qadyeuvqSn7KUyDJApQAOzH0 { border-width: 0; border-radius: 0; }#PSvPKXe6qadyeuvqSn7KUyDJApQAOzH0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PSvPKXe6qadyeuvqSn7KUyDJApQAOzH0 > .row .container { width:20rem;height:111.5625rem;background-color:#cac2aa;background-image:none;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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vb06ca8864a7016edeb295e7834c82d2 { width:20rem;height:1.6875rem;top:3rem;left:0rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b9c5f95d074036a0d4eb839954c9e48d { width:8.375rem;height:2.4375rem;top:54.25rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #paf86ca4a8ada05bee3630ff1101057f { display:block; }
 }@media only screen and (max-width: 763px) { #E19b0c7ca011708bf096253192838507 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#E19b0c7ca011708bf096253192838507 .widget-text.counter-number { padding-top:0.365rem;padding-right:0.320625rem;padding-bottom:0.365rem;padding-left:0.320625rem;width:1.92375rem;min-width:1.92375rem;height:1.961875rem;font-size:1.46rem;line-height:31.39px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#E19b0c7ca011708bf096253192838507 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.228125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.565rem;height:0.775625rem;font-size:0.5475rem;line-height:12.41px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#E19b0c7ca011708bf096253192838507 { display:flex;width:9.9375rem;height:3.6875rem;top:61.1875rem;left:4.1875rem;padding-top:0.45375rem;padding-right:0.465625rem;padding-bottom:0.45375rem;padding-left:0.465625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #E19b0c7ca011708bf096253192838507 #d7bac6c35cdccbd07668e74ae59289d9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #E19b0c7ca011708bf096253192838507 #a52e164f14cb7acab5c18bac2e653352 {  }
 }@media only screen and (max-width: 763px) { #E19b0c7ca011708bf096253192838507 #eae563d028fcda1c532acc53f5d7786d {  }
 }@media only screen and (max-width: 763px) { #E19b0c7ca011708bf096253192838507 #R96b9bc04584fbfe3d03c2970ef59c72 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #E19b0c7ca011708bf096253192838507 #E4f041cb457593130ac2934f46a3d22d {  }
 }@media only screen and (max-width: 763px) { #E19b0c7ca011708bf096253192838507 #df699d635e8ce3888419f27a66753a5e {  }
 }@media only screen and (max-width: 763px) { #E19b0c7ca011708bf096253192838507 #B425029d1e7300a1753f6e4f0ddb5bdd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #E19b0c7ca011708bf096253192838507 #Q77af955764716bba52c8e04cab516a9 {  }
 }@media only screen and (max-width: 763px) { #E19b0c7ca011708bf096253192838507 #I217d584017d170bacc3ddd68711fac4 {  }
 }@media only screen and (max-width: 763px) { #E19b0c7ca011708bf096253192838507 #f29fab2e638729304a1f3756bd8e2439 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #E19b0c7ca011708bf096253192838507 #F8a8400e2a31b738ef3a8dca973c17eb {  }
 }@media only screen and (max-width: 763px) { #E19b0c7ca011708bf096253192838507 #D8e19cc04abeb423787f5d886845d0ad {  }
 }@media only screen and (max-width: 763px) { #Bc2842b9d1ce4fc636b6d5eb5d355dd3 { display:flex;width:1.3125rem;height:1.3125rem;top:18.3125rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #ecefeb2aac48a8b06c8bb343363e8023 { width:18.5625rem;height:1.5rem;top:0.9375rem;left:0.71875rem;font-size:1.25rem;z-index:15025;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f91c3b522066d11db84006bb74ca67bd { width:12.75rem;height:3.75rem;top:66.5625rem;left:3.25rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #Rd56998f3ae65c8430c51f09d912cd59 { display:block; }
 }@media only screen and (max-width: 763px) { #bb2f545d3c24e9a11689607a9587bec4 { width:18.125rem;height:16.625rem;top:24.75rem;left:0.875rem;font-size:2rem;z-index:15024;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #E38189b8ef3a90aff40b4223ce182431 { width:8.75rem;height:6.9375rem;top:5.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8bb14a0b2d98babfe41a693fc22f06f { width:8.6875rem;height:6.8125rem;top:5.875rem;left:10.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dce565370f7b5445ff1ad85fb9b200f3 { width:8.75rem;height:6.375rem;top:57.6875rem;left:10.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ee7e8eb02632c0a98e5773f8d85d6330 { width:9.1875rem;height:4.3125rem;top:13.3125rem;left:0.46875rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K00e5d8bd7de9d1e6d96ba336100a292 { width:8.75rem;height:16.8125rem;top:5.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pf33f7c9590d9126e2fb84df27036f7c { width:7.5rem;height:1.125rem;top:18.4375rem;left:2.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tb10c8d92021374df8ca4a85dd87dc2e { display:flex;width:1.25rem;height:1.25rem;top:20.25rem;left:2.5625rem; }
 }@media only screen and (max-width: 763px) { #T9c801bc29674e4252e1dd6a556d49af { width:3.6875rem;height:1.125rem;top:20.3125rem;left:3.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dd8262d0c2bfb2e340559a653d2583f0 { width:8.75rem;height:16.8125rem;top:5.875rem;left:10.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e603dd316d9aeb9ea8a2fbb53e2fcf24 { width:8.625rem;height:4.125rem;top:12.625rem;left:10.71875rem;font-size:0.8125rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v38015a48bac8933208d262d3f142308 { width:8.125rem;height:1.125rem;top:18.375rem;left:11.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v74ebb30b46a3dcbfd3b765a934bcb1d { width:3.625rem;height:1.125rem;top:20.25rem;left:13.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f60f074a855466e2fa5d6841422b4d88 { display:flex;width:1.25rem;height:1.25rem;top:20.1875rem;left:12.5rem; }
 }@media only screen and (max-width: 763px) { #N6844b6fe03f7546f6adce8ceae6fa2e { display:flex;width:1.25rem;height:1.25rem;top:18.3125rem;left:11.0625rem; }
 }@media only screen and (max-width: 763px) { #e26259d19999e695626614a4d2bb0ee9 { width:8.375rem;height:2.4375rem;top:54.25rem;left:10.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f26b533d30ec9ac92a53be87e82a02d7 { display:block; }
 }@media only screen and (max-width: 763px) { #k3722337b4e95c3ffc7d5b29b10d4b1b { width:8.6875rem;height:2.5625rem;top:107.25rem;left:0.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K89e27bdc303ab0ef26ba17c342fcc0f { display:block; }
 }@media only screen and (max-width: 763px) { #c40be1aee45c6094af375825957edb8e { width:8.75rem;height:17.875rem;top:57.6875rem;left:10.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ff511d6e6927e0032e25079ad04096d0 { width:3.3125rem;height:1.125rem;top:72.9375rem;left:13.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ea2158a0a8c21a04ec40cf91fad5d32f { width:7.0625rem;height:1.125rem;top:71.125rem;left:12.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e8846d36edfd81b8ab3c5ce3b2d10d3c { width:8.4375rem;height:2.875rem;top:65.1875rem;left:10.65625rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r9c0d959b53a885edf4b9210659a555d { display:flex;width:1.25rem;height:1.25rem;top:72.9375rem;left:12.625rem; }
 }@media only screen and (max-width: 763px) { #ae5beed0f4f38605422bd432bceca0a3 { display:flex;width:1.25rem;height:1.25rem;top:71.125rem;left:11.625rem; }
 }@media only screen and (max-width: 763px) { #a85f371efc294937911fc1f2ae3003ff { width:8.75rem;height:6.3125rem;top:57.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f34ed21ff05abfd87722fb85420e4913 { width:8.75rem;height:17.875rem;top:57.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6e6d92d8bfbe3334665b0b6a5eed889 { width:8.5rem;height:5.5rem;top:64.34375rem;left:0.8125rem;font-size:0.8125rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c78084f48d35d9915fee8f147a164cf4 { display:flex;width:1.25rem;height:1.25rem;top:71.125rem;left:1.21875rem; }
 }@media only screen and (max-width: 763px) { #sfd40e87ec4f794a637b01376826fafa { width:7.1875rem;height:1.125rem;top:71.1875rem;left:2.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ed318636d75e11c5b8b406ee60de6dd0 { width:3.3125rem;height:1.125rem;top:72.9375rem;left:3.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f6cf609556fe8bf493a71d2e1540b426 { display:flex;width:1.25rem;height:1.25rem;top:72.875rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #Ja3f3eac356e111995176c94abfaad07 { width:8.5rem;height:2.5625rem;top:107.25rem;left:10.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe39cb1d098b17316165f03f3f280761 { display:block; }
 }@media only screen and (max-width: 763px) { #lb320928c3b3005f92c5a93e6dcb8dc3 { width:4.9375rem;height:2.0625rem;top:22.75rem;left:2.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb440360e5bec5fd95c27a05687f620a { width:1.375rem;height:1.75rem;top:22.75rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #de867d85f6b3866fddeb216fb7cbd5df { width:2.9375rem;height:1.375rem;top:23rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1da335227cd5142d3d70a170d852694 { width:8.125rem;height:28.75rem;top:24.8125rem;left:0.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }#e1da335227cd5142d3d70a170d852694 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#e1da335227cd5142d3d70a170d852694 li:before{  }
 }@media only screen and (max-width: 763px) { #ca37e4af70386c6856055d5e77616047 { width:8.75rem;height:31.4375rem;top:22.1875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1ce7fdfc42492d21e3955dc77e65f98 { width:8.75rem;height:31.4375rem;top:22.1875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc13722b6c700a94a3ef8897b17a17c2 { width:8.75rem;height:31.375rem;top:22.1875rem;left:10.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H59534feb802683bf06d3ee7ce6bc243 { width:8.8125rem;height:31.375rem;top:22.25rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e600ab11d7e1c375ab8d2a6983d9ebae { width:1.875rem;height:1.75rem;top:22.59375rem;left:11.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w109b52b8f0adecbef15cad677c5e8b6 { width:2.5rem;height:2.0625rem;top:22.6875rem;left:12.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6368cc5d67b84c8f37e8739e1670d7b { width:3.125rem;height:1.375rem;top:23rem;left:15.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4c5bdafd3a22da51048454b2e3945d4 { width:8.25rem;height:30rem;top:24.75rem;left:10.78125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }#a4c5bdafd3a22da51048454b2e3945d4 li:before{  }
 }@media only screen and (max-width: 763px) { #f8db630a73c6b75adeb6e1d98cbb870b { width:8.75rem;height:32.125rem;top:74.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q73e0e25351613cb5043f3486de69972 { width:8.75rem;height:32.0625rem;top:74.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2ef56d420dfb3d2a8ee80736f65d216 { width:1.875rem;height:1.75rem;top:75.875rem;left:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f97ccc24994891153686e80cc0999ade { width:3.6875rem;height:2.0625rem;top:75.90625rem;left:2.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c293a4dc88c63e313969866fe6502cc5 { width:2.6875rem;height:1.375rem;top:76.28125rem;left:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #df74a36243ffa1347658e3e74ee842e2 { width:8.3125rem;height:30rem;top:77.9375rem;left:0.90625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }#df74a36243ffa1347658e3e74ee842e2 li:before{  }
 }@media only screen and (max-width: 763px) { #d048a5ddb3326b28e989922a2e2dd8e8 { width:8.75rem;height:32.0625rem;top:74.9375rem;left:10.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t33e0b2a603238b6b9f2e8a6876af7a4 { width:8.75rem;height:32.3125rem;top:74.8125rem;left:10.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba1e3479b3637b4c028fa21fa468f228 { width:1.875rem;height:1.75rem;top:75.875rem;left:11.59375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9470814d112ea9402f252cb2b305f32 { width:4.625rem;height:2.0625rem;top:75.875rem;left:12.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f96f2bcc8a7fdedf4fec14977f6005b7 { width:3.75rem;height:1.375rem;top:76.3125rem;left:15.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e16c5c770868c57a91b0cceeee684deb { width:8rem;height:27.6875rem;top:76.875rem;left:10.84375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#e16c5c770868c57a91b0cceeee684deb li:before{  }
 }@media only screen and (max-width: 763px) { #pNyB57fEVVQicyQUKATD1QXilmkZV63D { display:block; }#pNyB57fEVVQicyQUKATD1QXilmkZV63D > .row .container { width:20rem;height:61rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V1UDhZNLt5ZBSE7BaiCgORBG9hwDnN4k { width:17.5rem;height:1.875rem;top:0.75rem;left:1.25rem;font-size:1.375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PrtTghINtsgRLJC2SZJzzU57uEUQD6Tb { width:0.5rem;height:31.25rem;top:1.25rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sdlqCpg6wdxWFn1CQVhWp9V76SDeJrB1 { width:0.5rem;height:31.25rem;top:33.75rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SJu226QuvcoCQnKqIzzTtIHvDfDJ8Xoh { width:0.5rem;height:31.25rem;top:98.75rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PBNxNQEMTbTBTbGDTymHgLL3K0Tlz6Lb { width:0.5rem;height:31.25rem;top:66.25rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vnh20EAyMbyPqOAiug2f63AJdCNBVKPZ { width:0.5rem;height:31.25rem;top:211.5302734375rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yBaON0HzksRKLTP1RGibiBmv9hOUtF6T { width:0.5rem;height:31.25rem;top:244.0302734375rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #D0fIUkyuJzslvqs08SCq1OHZoa87okI9 { width:0.5rem;height:31.25rem;top:276.5302734375rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #o4ooU7GpVURA4hZlynZCPxe5xEATaFPG { width:0.5rem;height:31.25rem;top:309.0302734375rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #EboAzhhmMqEGDPlPFsPtnoTf1tXwbsmn { width:20rem;height:13.1611328125rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNZNWl1nos1944H0zsWlEhWBuTMg1dVI { width:20rem;height:13.212890625rem;top:32.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfQzLOXWgdmaZrNgUCSeldSClqCPT0wT { width:20rem;height:13.28125rem;top:18rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A98yUdhoAHCEIevcu6kG7y9V6E4uCSGO { width:9.625rem;height:13.25rem;top:46.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Np7uAlq4fUCq6U1OdWIuKTQEG4yTItk8 { width:10.1875rem;height:13.1875rem;top:46.4375rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld { display:block; }#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld > .row .container { width:20rem;height:30.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rf9NTDZBWqfLN8ZXLe6lTCWpEgRSVmIG { width:20rem;height:2.75rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#a0740c;display:block; }
 }@media only screen and (max-width: 763px) { #e5JRVr2BKBEDAgrlu9foGuxZO3GW4tow { width:20rem;height:3.375rem;top:4rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ec3gSUDtHOegJFr1UGy55mS96HhtiK7E { width:20rem;height:0.5rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sr3T0TvDfGM3EizO44fvbrKwZiwprWAp { width:20rem;height:2.75rem;top:7.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cGuntNOFzcpnx3J5FlOhkbuMQfQPQ5pT { display:flex;width:3.125rem;height:3.125rem;top:10.25rem;left:2.625rem; }
#cGuntNOFzcpnx3J5FlOhkbuMQfQPQ5pT > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #HnpT1ok2PXgpgzAQs6Bi988CNygvHlhT { display:flex;width:1.5rem;height:1.5rem;top:21.8125rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #Q9VV5m9SUPdTl0OkSnf1i90aAUtFHSWo { width:15.3125rem;height:1.875rem;top:23.25rem;left:1.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nu4E4odH95odeM6lsnckyPQKGK6hyQMD { width:20rem;height:4.25rem;top:25.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wNNzBA5u5kdpUU7IdhyP2Pvnb0lUlbWA { width:20rem;height:1.875rem;top:18.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #khI6XmzoW2EK08hrUnMfSq79WekrKLUp { width:15.3125rem;height:1.875rem;top:15.8125rem;left:3.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RmH9Tbng29vZK56ZSLSHxM2NTVss2r9R { display:flex;width:1.5rem;height:1.5rem;top:15.9375rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #g50T2ScwO61T3yVHSwLGG3ca7fBHfLTE { width:11.625rem;height:3.4375rem;top:10.125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAHo8xVslWgtbhPRkv9TWS1nAyioD901 { display:block; }
 }@media only screen and (max-width: 763px) { #Br7Ic581lLnHmr06XGk25T1sFUUPqZRo { width:20rem;height:0.5rem;top:20.625rem;left:0rem;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(248,172,120,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B { display:block; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CzLCABGlFcFos3tB7XRBUXnnBBEdaQlV { width:8.6875rem;height:5.6875rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oS7OTtBtDnBNbivM8T0HIdcWkoHrEhHd { width:5.6875rem;height:5.6875rem;top:1.0625rem;left:11.75rem;display:block; }
 }