.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:251,238,212;--color-primary-1:218,203,167;--color-primary-2:194,168,109;--color-primary-3:249,91,1;--color-primary-4:235,96,11;--color-secondary-0:223,233,255;--color-secondary-1:158,190,255;--color-secondary-2:93,146,255;--color-secondary-3:56,88,153;--color-secondary-4:2,0,69;--color-tertiary-0:255,255,255;--color-tertiary-1:244,244,244;--color-tertiary-2:243,248,233;--color-tertiary-3:56,56,56;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto Condensed"; }@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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7binsBMhxBLcBkUQinATtosF7LhWAxi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),0.75);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#y7binsBMhxBLcBkUQinATtosF7LhWAxi > .row .container { background-color: transparent; background-image: none; }#y7binsBMhxBLcBkUQinATtosF7LhWAxi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7binsBMhxBLcBkUQinATtosF7LhWAxi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7binsBMhxBLcBkUQinATtosF7LhWAxi > .row .container > .video-iframe-container { display: none; }#y7binsBMhxBLcBkUQinATtosF7LhWAxi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7binsBMhxBLcBkUQinATtosF7LhWAxi > .row > .video-iframe-container { display: none; }#y7binsBMhxBLcBkUQinATtosF7LhWAxi > .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); }#y7binsBMhxBLcBkUQinATtosF7LhWAxi > .row .container { border-width: 0; border-radius: 0; }#y7binsBMhxBLcBkUQinATtosF7LhWAxi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y7binsBMhxBLcBkUQinATtosF7LhWAxi > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:block; }#mM9OaQhCcLFVDR6ohu8VwnTk2lq53Sca { 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;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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:#050062;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:1.6875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1.625rem;left:65.3125rem;display:block; }
#eoVhDVuMUkKxhOSn58qTDHeWiKVe5WR4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HJgWgFWIRMw1ZFiDMwdAh0n41ACKAtVm { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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:#fdfdfd;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:1.6875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:1.625rem;left:56rem;display:block; }
#dEsJLtmq9a2MqP7Oug7XcJd3yDdOXB5w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yPgUlu5qBRUZ9phRPgTCZ7LXLvnP7kQI { position:absolute;display:block;z-index:15075;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.8125rem;width:13.125rem;top:1.0625rem;left:2.185546875rem;overflow:hidden;display:block; }
#GmqX6TTEAos6bD5JibQuI0XEgcmClKZT { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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:#fdfdfd;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.6875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:1.625rem;left:49.1875rem;display:none; }
#eitoU1AlsS4InstWJWKxiE6dwQTJMWac { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Boumm6BoNV3EFWeLsCTWk2mwad3XSdlh { 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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avalon;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:2.625rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:18.46875rem;left:30.0625rem;display:none; }
#cVU8v3zVQamgHJGlbWdKo62t8uP5Ui83 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vdnnq8uhRD38RmMockIyiTQSoyZhD6De { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:1.73828125rem;left:19.39453125rem;height:2.92480625rem;display:block; }
#HOKOrXeFfoKc1nVIZWgbqA61aHdcf81t { 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; }#HOKOrXeFfoKc1nVIZWgbqA61aHdcf81t > .row .container { background-color: transparent; background-image: none; }#HOKOrXeFfoKc1nVIZWgbqA61aHdcf81t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HOKOrXeFfoKc1nVIZWgbqA61aHdcf81t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HOKOrXeFfoKc1nVIZWgbqA61aHdcf81t > .row .container > .video-iframe-container { display: none; }#HOKOrXeFfoKc1nVIZWgbqA61aHdcf81t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HOKOrXeFfoKc1nVIZWgbqA61aHdcf81t > .row > .video-iframe-container { display: none; }#HOKOrXeFfoKc1nVIZWgbqA61aHdcf81t > .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); }#HOKOrXeFfoKc1nVIZWgbqA61aHdcf81t > .row .container { border-width: 0; border-radius: 0; }#HOKOrXeFfoKc1nVIZWgbqA61aHdcf81t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HOKOrXeFfoKc1nVIZWgbqA61aHdcf81t > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:block; }#z0lRqADz9FCcp4I7hBVvhFR0Uqs3T3XV { 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; }#z0lRqADz9FCcp4I7hBVvhFR0Uqs3T3XV > .row .container { background-color: transparent; background-image: none; }#z0lRqADz9FCcp4I7hBVvhFR0Uqs3T3XV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0lRqADz9FCcp4I7hBVvhFR0Uqs3T3XV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0lRqADz9FCcp4I7hBVvhFR0Uqs3T3XV > .row .container > .video-iframe-container { display: none; }#z0lRqADz9FCcp4I7hBVvhFR0Uqs3T3XV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0lRqADz9FCcp4I7hBVvhFR0Uqs3T3XV > .row > .video-iframe-container { display: none; }#z0lRqADz9FCcp4I7hBVvhFR0Uqs3T3XV > .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); }#z0lRqADz9FCcp4I7hBVvhFR0Uqs3T3XV > .row .container { border-width: 0; border-radius: 0; }#z0lRqADz9FCcp4I7hBVvhFR0Uqs3T3XV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z0lRqADz9FCcp4I7hBVvhFR0Uqs3T3XV > .row .container { font-size:0.875rem;font-family:arial;height:41.875rem;width:75rem;position:relative;display:block; }#vQDhzTAAyb309SfKuxhp4xbclOdeAtWs { color:rgba(var(--color-tertiary-4),1);display:block;width:71.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.25rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:6.2492370605469rem;left:1.5625rem;height:7.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rJQzfprB4MbiHrNnxTrMnZ2OQwETW30u { 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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avalon;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.6245375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:17.217987060547rem;left:31.24843788147rem;display:block; }
#TntWr7ustb94IqBIkvlU9Tvmt56sRRvQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DZcmiX8tcBDcy2PmK8CcRPpQTdp61TTc { position:absolute;display:block;z-index:15003;background-color:#69716b;background-image:none;background-position:top left !important;background-repeat: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:0.125rem;width:47.5rem;top:15.311737060547rem;left:13.749219894409rem;display:block; }
#HxNF7sSuc91zQc3d6OcFiPQQOd3QgqJr { color:#000000;display:block;width:47.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:21.874237060547rem;left:13.750001907349rem;height:17.21555625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JPPMN0byM0Qvh2ZUTP30rMc073yO7MF0 { color:rgba(var(--color-primary-2),1);display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.5000305175781rem;left:22.343751907349rem;height:2.11263125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Si6TMEFwewClwqOvocL1wBKTVHQLFIhN { 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; }#Si6TMEFwewClwqOvocL1wBKTVHQLFIhN > .row .container { background-color: transparent; background-image: none; }#Si6TMEFwewClwqOvocL1wBKTVHQLFIhN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Si6TMEFwewClwqOvocL1wBKTVHQLFIhN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Si6TMEFwewClwqOvocL1wBKTVHQLFIhN > .row .container > .video-iframe-container { display: none; }#Si6TMEFwewClwqOvocL1wBKTVHQLFIhN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Si6TMEFwewClwqOvocL1wBKTVHQLFIhN > .row > .video-iframe-container { display: none; }#Si6TMEFwewClwqOvocL1wBKTVHQLFIhN > .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); }#Si6TMEFwewClwqOvocL1wBKTVHQLFIhN > .row .container { border-width: 0; border-radius: 0; }#Si6TMEFwewClwqOvocL1wBKTVHQLFIhN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Si6TMEFwewClwqOvocL1wBKTVHQLFIhN > .row .container { font-size:0.875rem;font-family:arial;height:29.6875rem;width:75rem;position:relative;display:block; }#PV8ttdwC0fMV2XrhwUrXxHzCfoarrblO { 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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avalon;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:2.625rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:18.46875rem;left:30.0625rem;display:none; }
#OHgi6OekRJvgFnIBNnyy0ihhSemBd6nL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CJJTHUUfMT9tzazvrLELTLTENBWR38pU { position:absolute;display:block;z-index:15001;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: none;height:28.5625rem;width:47.5rem;top:0.91796875rem;left:13.75rem;overflow:hidden;display:block; }
#xbdZTgrnKZr4sJvAw1LRDIwghOm614x8 { position:relative;display:block; }#xbdZTgrnKZr4sJvAw1LRDIwghOm614x8 { background-color: transparent; background-image: none; }#xbdZTgrnKZr4sJvAw1LRDIwghOm614x8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xbdZTgrnKZr4sJvAw1LRDIwghOm614x8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xbdZTgrnKZr4sJvAw1LRDIwghOm614x8 > .row .container > .video-iframe-container { display: none; }#xbdZTgrnKZr4sJvAw1LRDIwghOm614x8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xbdZTgrnKZr4sJvAw1LRDIwghOm614x8 > .row > .video-iframe-container { display: none; }#xbdZTgrnKZr4sJvAw1LRDIwghOm614x8 > .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); }#xbdZTgrnKZr4sJvAw1LRDIwghOm614x8 { border-width: 0; border-radius: 0; }#xbdZTgrnKZr4sJvAw1LRDIwghOm614x8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xbdZTgrnKZr4sJvAw1LRDIwghOm614x8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:30.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#E6h9CPVoO9EE8rT3oUBPopnddJO4RT63 { color:#000000;display:block;width:47.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:1.5615234375rem;left:13.75rem;height:17.215575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a0hIuDg6fTfKZ7R0dLuZ2ME0HTRuO0pa { color:rgba(var(--color-tertiary-4),1);display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.6;letter-spacing:0;top:20.9375rem;left:15.125rem;height:1.8005375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PkvcQpcen4bWvHTwnkMAN8NNOEEzMKUW { color:rgba(var(--color-tertiary-4),1);display:block;width:24.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:20.9375rem;left:35.5625rem;height:1.8005375rem;font-style:normal;display:block; }
#wfHIvUAkHo56aJ8vANRE6gupwtIyi7I2 { color:rgba(var(--color-primary-2),1);display:block;width:2.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:20.6875rem;left:33.375rem;height:2.2753875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IoJmJE8Fs0BFgTKV1rkC2dZlkbZo2vId { color:rgba(var(--color-tertiary-4),1);display:block;width:24.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:23.375rem;left:35.5625rem;height:1.8005375rem;font-style:normal;display:block; }
#Q0wW6d6a7KTRlNAilErLxs2zVXJRgKeB { color:rgba(var(--color-primary-2),1);display:block;width:2.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:23.125rem;left:33.375rem;height:2.2753875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fh5wRfo5OEcbFI1xDPppQ2V2tBVt1e03 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:26.125rem;left:35.5625rem;height:1.8005375rem;font-style:normal;display:block; }
#OnDUOBVh5aurFpTNR59n0ksnts4GZxiC { color:rgba(var(--color-primary-2),1);display:block;width:2.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:25.75rem;left:33.375rem;height:2.2753875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k3rVk4gM3dEPWAlhSNOXM7wvagV5t03P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#k3rVk4gM3dEPWAlhSNOXM7wvagV5t03P > .row .container { background-color: transparent; background-image: none; }#k3rVk4gM3dEPWAlhSNOXM7wvagV5t03P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3rVk4gM3dEPWAlhSNOXM7wvagV5t03P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3rVk4gM3dEPWAlhSNOXM7wvagV5t03P > .row .container > .video-iframe-container { display: none; }#k3rVk4gM3dEPWAlhSNOXM7wvagV5t03P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3rVk4gM3dEPWAlhSNOXM7wvagV5t03P > .row > .video-iframe-container { display: none; }#k3rVk4gM3dEPWAlhSNOXM7wvagV5t03P > .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); }#k3rVk4gM3dEPWAlhSNOXM7wvagV5t03P > .row .container { border-width: 0; border-radius: 0; }#k3rVk4gM3dEPWAlhSNOXM7wvagV5t03P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k3rVk4gM3dEPWAlhSNOXM7wvagV5t03P > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#qBJ2Nlr0NZVsaV2S41ZkDq7dQ5G0cWrh { color:rgba(var(--color-tertiary-2),1);display:block;width:57.187rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:400;z-index:14999;line-height:1.2;letter-spacing:0;top:2.4727849960327rem;left:8.903926849365rem;height:2.55005rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IhdrogXpEh3ExAyTnnrNK0fuhyTtMRxf { position:relative;display:block; }#IhdrogXpEh3ExAyTnnrNK0fuhyTtMRxf { background-color: transparent; background-image: none; }#IhdrogXpEh3ExAyTnnrNK0fuhyTtMRxf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhdrogXpEh3ExAyTnnrNK0fuhyTtMRxf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhdrogXpEh3ExAyTnnrNK0fuhyTtMRxf > .row .container > .video-iframe-container { display: none; }#IhdrogXpEh3ExAyTnnrNK0fuhyTtMRxf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhdrogXpEh3ExAyTnnrNK0fuhyTtMRxf > .row > .video-iframe-container { display: none; }#IhdrogXpEh3ExAyTnnrNK0fuhyTtMRxf > .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); }#IhdrogXpEh3ExAyTnnrNK0fuhyTtMRxf { border-width: 0; border-radius: 0; }#IhdrogXpEh3ExAyTnnrNK0fuhyTtMRxf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IhdrogXpEh3ExAyTnnrNK0fuhyTtMRxf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:20.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EdXQMmfT6rTpMX9d8kICXxCN8Ch8xt5W { color:rgba(var(--color-tertiary-4),1);display:block;width:47.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:8.123046875rem;left:13.75rem;height:11.4770625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t1RoyeLplnIPOPIuF7vAAqHF7cEISNEp { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:20rem;top:2.185546875rem;left:27.5rem;overflow:hidden;display:block; }
#lAHyf9fpSA9OlgA3UmzTR0WFLnSPpZ4Z { 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; }#lAHyf9fpSA9OlgA3UmzTR0WFLnSPpZ4Z > .row .container { background-color: transparent; background-image: none; }#lAHyf9fpSA9OlgA3UmzTR0WFLnSPpZ4Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lAHyf9fpSA9OlgA3UmzTR0WFLnSPpZ4Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lAHyf9fpSA9OlgA3UmzTR0WFLnSPpZ4Z > .row .container > .video-iframe-container { display: none; }#lAHyf9fpSA9OlgA3UmzTR0WFLnSPpZ4Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lAHyf9fpSA9OlgA3UmzTR0WFLnSPpZ4Z > .row > .video-iframe-container { display: none; }#lAHyf9fpSA9OlgA3UmzTR0WFLnSPpZ4Z > .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); }#lAHyf9fpSA9OlgA3UmzTR0WFLnSPpZ4Z > .row .container { border-width: 0; border-radius: 0; }#lAHyf9fpSA9OlgA3UmzTR0WFLnSPpZ4Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lAHyf9fpSA9OlgA3UmzTR0WFLnSPpZ4Z > .row .container { font-size:0.875rem;font-family:arial;height:26.5625rem;width:75rem;position:relative;display:block; }#GJok3rdsJiMbDZLB4euxTBLsnHCPLKeg { 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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avalon;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:2.625rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:18.46875rem;left:30.0625rem;display:none; }
#KPCESzV74CZgk11Ctv6gMUt3yHLIqBFh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cXHKLaXq6Q1y5EUGO2tkIKLsPIAkmPVF { 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:5rem;width:48.75rem;top:19.279702186584rem;left:13.125rem;overflow:hidden;display:block; }
#oX8aXhOXHVO38GIH0hdQW5HNDfQpaOio { 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:19.9375rem;width:42.1875rem;top:0.28472328186035rem;left:16.40625rem;overflow:hidden;display:block; }
#SRDkDdlpnt2ee6F38nA7E7yNCXw8oCq5 { color:rgba(var(--color-tertiary-0),1);display:block;width:42.625rem;position:absolute;font-family:avalon;font-size:2rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:20.54296875rem;left:16.1875rem;height:2.598875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OWHdVOET6I73pSzfUMzLcCTFmwqy9qRo { color:#ecd9ae;display:block;width:42.625rem;position:absolute;font-family:avalon;font-size:2rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:20.54296875rem;left:16.1875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#NSA3c9D64onmbPyxapRLwh8pmHGu533O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#020045;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; }#NSA3c9D64onmbPyxapRLwh8pmHGu533O > .row .container { background-color: transparent; background-image: none; }#NSA3c9D64onmbPyxapRLwh8pmHGu533O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSA3c9D64onmbPyxapRLwh8pmHGu533O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSA3c9D64onmbPyxapRLwh8pmHGu533O > .row .container > .video-iframe-container { display: none; }#NSA3c9D64onmbPyxapRLwh8pmHGu533O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSA3c9D64onmbPyxapRLwh8pmHGu533O > .row > .video-iframe-container { display: none; }#NSA3c9D64onmbPyxapRLwh8pmHGu533O > .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); }#NSA3c9D64onmbPyxapRLwh8pmHGu533O > .row .container { border-width: 0; border-radius: 0; }#NSA3c9D64onmbPyxapRLwh8pmHGu533O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NSA3c9D64onmbPyxapRLwh8pmHGu533O > .row .container { font-size:0.875rem;font-family:arial;height:39.0625rem;width:75rem;position:relative;display:block; }#GwblmUyJoCqTQbdPvGM1T5ccXaTS9WVy { 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:23.875rem;width:53.9375rem;top:12.1875rem;left:10.53125rem;overflow:hidden;display:block; }
#Td688oJvGBZTl1ihpJ5M4ptK1OGNMRRW { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:2.5rem;left:0rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iG060P4JIpBzEfUMmM6wX8oPTo5OqeXC { color:rgba(var(--color-primary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.3125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:6.2490234375rem;left:0rem;height:3.6438rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PeRvzSeK4qMfBo9Wa304wAcTPM7G6K6e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#PeRvzSeK4qMfBo9Wa304wAcTPM7G6K6e > .row .container { background-color: transparent; background-image: none; }#PeRvzSeK4qMfBo9Wa304wAcTPM7G6K6e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PeRvzSeK4qMfBo9Wa304wAcTPM7G6K6e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PeRvzSeK4qMfBo9Wa304wAcTPM7G6K6e > .row .container > .video-iframe-container { display: none; }#PeRvzSeK4qMfBo9Wa304wAcTPM7G6K6e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PeRvzSeK4qMfBo9Wa304wAcTPM7G6K6e > .row > .video-iframe-container { display: none; }#PeRvzSeK4qMfBo9Wa304wAcTPM7G6K6e > .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); }#PeRvzSeK4qMfBo9Wa304wAcTPM7G6K6e > .row .container { border-width: 0; border-radius: 0; }#PeRvzSeK4qMfBo9Wa304wAcTPM7G6K6e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PeRvzSeK4qMfBo9Wa304wAcTPM7G6K6e > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:77.5rem;width:75rem;position:relative;display:block; }#QOeNZcIpzOW36sWGONtK1B9PIgfqL13S { color:rgba(var(--color-tertiary-2),1);display:block;width:38.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:14998;line-height:1.2;letter-spacing:0;top:13.4365234375rem;left:17.5615234375rem;height:1.6494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vSmvUsbq3m2IvyQl0BEdkTzdeJVT6FzO { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15064;top:15.8125rem;left:25.2490234375rem;display:block; }
#Tk8Vdo41W3g0evIK8yWS7V2WGuJbT0Tv { color:rgba(var(--color-tertiary-2),1);display:block;width:29.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:14999;line-height:1.6;letter-spacing:0;top:15.873046875rem;left:27.1240234375rem;height:1.8005375rem;font-style:normal;display:block; }
#l0TUANVHsxbrMDTll614RzBHI6LDEP6A { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15068;top:17.7490234375rem;left:25.2490234375rem;display:block; }
#iay6l8gfq9ob4kvzoFywQU4CBO2qwdbE { color:rgba(var(--color-tertiary-2),1);display:block;width:29.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:17.7490234375rem;left:27.1240234375rem;height:1.8005375rem;font-style:normal;display:block; }
#gZDMewMxFWINGi6zkgVHuoQ0JoZsMGAb { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15070;top:19.6240234375rem;left:25.2490234375rem;display:block; }
#ubFHxkVDSEwmgfiCSWqEL3KkZmnG8K5a { color:rgba(var(--color-tertiary-2),1);display:block;width:29.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:19.6240234375rem;left:27.1240234375rem;height:1.8005375rem;font-style:normal;display:block; }
#VPZwWhKxxMXuqOypHxuZ6WkTcM2tLJ9T { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15072;top:21.4990234375rem;left:25.2490234375rem;display:block; }
#l0TDgNCGWmyHatV6CZ2Go2tgPX56EhJX { color:rgba(var(--color-tertiary-2),1);display:block;width:33.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:21.4990234375rem;left:27.1240234375rem;height:1.8005375rem;font-style:normal;display:block; }
#GWND5rOmQ7cL9bIRTs7vg3xxkPlKkZyx { color:rgba(var(--color-tertiary-2),1);display:block;width:43rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:14999;line-height:1.3;letter-spacing:0;top:24.2490234375rem;left:15.2490234375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dNL0TeVAk9SEwLHckrg0zQ4VMLtSFSP1 { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15072;top:28.1240234375rem;left:25.2490234375rem;display:block; }
#hXK9d9n693yoTrDpFDUNEf9ZOg804vbv { color:rgba(var(--color-tertiary-2),1);display:block;width:29.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:28.1865234375rem;left:27.1240234375rem;height:1.8005375rem;font-style:normal;display:block; }
#vhW4tIArTobf9N2B0FAtA9L5OnAkrGLG { color:rgba(var(--color-tertiary-2),1);display:block;width:43.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15000;line-height:1.6;letter-spacing:0;top:30.9365234375rem;left:14.7490234375rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sfetHWd9sT6tix7rciE5B91bNUf66Os8 { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15072;top:33.435546875rem;left:25.2490234375rem;display:block; }
#neN4M4ristdiW4bDzRRPhZNrlsGHfiVC { color:rgba(var(--color-tertiary-2),1);display:block;width:29.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:33.4990234375rem;left:27.1240234375rem;height:1.8005375rem;font-style:normal;display:block; }
#CTlOiMSIkqVStTbbr1fT93cZN8A5EETa { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15074;top:35.373046875rem;left:25.2490234375rem;display:block; }
#uca415L32XzlsGsvpqpwAbJRNP5gToih { color:rgba(var(--color-tertiary-2),1);display:block;width:29.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:35.373046875rem;left:27.1240234375rem;height:1.8005375rem;font-style:normal;display:block; }
#ckS9MUGOwJm6eKUPS8CvPGoObPPwhZCS { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.3125rem;top:8.0615234375rem;left:34.1865234375rem;overflow:hidden;display:block; }
#NyncKQWQHEhOaSkaSsF1A0oflBKvcpTi { color:rgba(var(--color-tertiary-1),1);display:block;width:34.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.6875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.4365234375rem;left:19.748046875rem;height:3.49365rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m3b9EsKe4CxlLDbJ2ibwI0R2Uyn8D1in { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15076;top:37.3115234375rem;left:25.2490234375rem;display:block; }
#sZ2WVyGTeaLD0t9AD0d8JJarqsAwLid2 { color:rgba(var(--color-tertiary-2),1);display:block;width:25.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:37.3115234375rem;left:27.1240234375rem;height:1.8005375rem;font-style:normal;display:block; }
#TTEwAFr2OsiZD4bEEMGyKpvTiVmHIc7u { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15074;top:40.749557495118rem;left:26.374786376953rem;display:none; }
#nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv .widget-form-header {  }
#nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:1rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:29.3125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29.3125rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv .widget-input-text {padding-top: 0; padding-bottom: 0;}#nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29.3125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29.3125rem;box-sizing:border-box;height:2.5rem;color:#2f2f2f;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv .widget-input-select {padding-top: 0; padding-bottom: 0;}#nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.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:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:10.25rem;margin-bottom:0.25rem;margin-left:10.25rem;display:block;box-sizing:border-box;font-size:1.0625rem;font-weight:bold;color:#f2f9ff;width:8.75rem;height:3.125rem;font-family:"open sans";overflow:hidden; }
#nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv [class*="-text"]:-moz-placeholder { color:#2f2f2f;font-family:"open sans";font-size:0.875rem; }
#nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv [class*="-text"]::-moz-placeholder { color:#2f2f2f;font-family:"open sans";font-size:0.875rem; }
#nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv [class*="-text"]:-ms-input-placeholder { color:#2f2f2f;font-family:"open sans";font-size:0.875rem; }
#nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv [class*="-text"]::-webkit-input-placeholder { color:#2f2f2f;font-family:"open sans";font-size:0.875rem; }
#nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:28.125rem;overflow:hidden;font-style:normal; }
#nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv .widget-container:first-of-type{padding-top:0;}#nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv .widget-container:last-of-type{padding-bottom:0;}#nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;left:20.806640625rem;top:42.68359375rem;z-index:15000;position:absolute; }
#nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:29.3125rem;display:block;vertical-align:top; }
#nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv {display:block;}#nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;left:20.806640625rem;top:42.68359375rem;z-index:15000;position:absolute; }
#nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv #lazJSZ3sK4wKn9EHzsLWWkmk6W5qCNrx { position:relative; }
#nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv #NhvImbCe7kpKSBVCbZw2KnqQbwwib2O0 { position:relative;display:block; }
#nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv #tknsA7PpoNsTcsgMLCfs3LFlXF52tW6k { position:relative; }
#nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv #caU7IVgBcQsfBufUm0gVhLJPm5ze8eCd { position:relative; }
#nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv #rCGCVEFCEH6EKXr30FldvrqgLD8oEqGK { position:relative;display:block; }
#nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv #u7b1JIMyutemMGZKausHSNdl2PvtmTyN { position:relative; }
#nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv #rvFfCKKlaEztRRACP3Li6LonyAiTQEKn { position:relative; }
#nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv #ySdWtA6RCnpJT9x9Cx2RHfzrxu1WHuJo { position:relative;display:block; }
#nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv #ULODxdq6d6c2S5Pqi3ZWh1oOCch9dmJ6 { position:relative; }
#nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv #uJLxltwXqUyNHF6XW7LCz6TsKrFNXyEX { position:relative; }
#nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv #KHZ2FkRQPMcMU4mZd9CydNXyNS28Gyzx { position:relative;display:block; }
#nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv #Chn1whnTORN9pViHheWMAAEFfQIXvAlH { position:relative; }
#nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv #cScns0z7tcOeqWAJwgForBHtJhxnCl6F { position:relative; }
#nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv #gms5rn05zRoybfTytigr5fNCGybXtciG { position:relative;display:block; }
#nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv #wNcq3buFIhxCJXyN5TPUeTnu1Kb3AqiK { position:relative; }
#nCODZzB7E4LeP9BoK3TKKTkaJ0STqrNr { position:relative;display:block; }
#nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv #BgZRqMJz21ZT4IQSpFacdPBSKmfrIcTT { position:relative; }
#nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv #RDTDWBNvO3HTTTfrxWy6g4mEJ3CQogVV { position:relative; }
#QHk66VJ3gOG7VRIGy6cGU3qqdK5To4Hc { position:absolute;display:block;z-index:14996;background-color:#020045;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:72.8125rem;width:36.25rem;top:2.185546875rem;left:18.5615234375rem;display:block; }
#StpK4lTbxGwSo8bQF3tQ94DNen26BL0I { color:rgba(var(--color-tertiary-2),1);display:block;width:43.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:40.1953125rem;left:14.998046875rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HTLLp4If7RXFm0yOTNl3L1ywJCcxKo1H { position:relative;display:block; }#HTLLp4If7RXFm0yOTNl3L1ywJCcxKo1H { background-color: transparent; background-image: none; }#HTLLp4If7RXFm0yOTNl3L1ywJCcxKo1H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTLLp4If7RXFm0yOTNl3L1ywJCcxKo1H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTLLp4If7RXFm0yOTNl3L1ywJCcxKo1H > .row .container > .video-iframe-container { display: none; }#HTLLp4If7RXFm0yOTNl3L1ywJCcxKo1H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTLLp4If7RXFm0yOTNl3L1ywJCcxKo1H > .row > .video-iframe-container { display: none; }#HTLLp4If7RXFm0yOTNl3L1ywJCcxKo1H > .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); }#HTLLp4If7RXFm0yOTNl3L1ywJCcxKo1H { border-width: 0; border-radius: 0; }#HTLLp4If7RXFm0yOTNl3L1ywJCcxKo1H > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#HTLLp4If7RXFm0yOTNl3L1ywJCcxKo1H > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:11.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Cx6lDPu1XGWu61Ikd2wVT9goZfyiRMCT { color:#000000;display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:1.8480834960938rem;left:9.375rem;height:7.6513625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ovd3Img6izBcSd1Fq4C4f7WUutCzWaif { position:relative;display:block; }#Ovd3Img6izBcSd1Fq4C4f7WUutCzWaif { background-color: transparent; background-image: none; }#Ovd3Img6izBcSd1Fq4C4f7WUutCzWaif::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ovd3Img6izBcSd1Fq4C4f7WUutCzWaif > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ovd3Img6izBcSd1Fq4C4f7WUutCzWaif > .row .container > .video-iframe-container { display: none; }#Ovd3Img6izBcSd1Fq4C4f7WUutCzWaif > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ovd3Img6izBcSd1Fq4C4f7WUutCzWaif > .row > .video-iframe-container { display: none; }#Ovd3Img6izBcSd1Fq4C4f7WUutCzWaif > .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); }#Ovd3Img6izBcSd1Fq4C4f7WUutCzWaif { border-width: 0; border-radius: 0; }#Ovd3Img6izBcSd1Fq4C4f7WUutCzWaif > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Ovd3Img6izBcSd1Fq4C4f7WUutCzWaif > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:26.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#t07mPO5yR2LsRXTE18mRnfe2OycgTGUz { color:#f95b06;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.499382019043rem;left:0rem;height:1.9494625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tn4WCzSkI8zd6HEVHppxLWT504qiG83o { color:#000000;display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:5.6241455078125rem;left:9.375rem;height:5.738525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kztUirgdxBSoGQDq4DvbSeTJMiC2wlEF { color:#000000;display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.7;letter-spacing:0;top:13.4365234375rem;left:9.375rem;height:11.47705rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#piQa7SJQIEyMxdFy4A4haXO5LGmMILar { position:relative;display:none; }#piQa7SJQIEyMxdFy4A4haXO5LGmMILar { border-width: 0; border-radius: 0; }#piQa7SJQIEyMxdFy4A4haXO5LGmMILar > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#piQa7SJQIEyMxdFy4A4haXO5LGmMILar > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#rxRnbvR24AJU4lFhbX14LtItJ1xkk4lv { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:7.65625rem;left:28.75rem;display:block; }
#rTNIpXZuVzTniPm6hePaUm7D5KHgsGdQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k2TkKfC8O24EALoaEhuSZBI403lsVmUU { 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; }#k2TkKfC8O24EALoaEhuSZBI403lsVmUU > .row .container { background-color: transparent; background-image: none; }#k2TkKfC8O24EALoaEhuSZBI403lsVmUU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2TkKfC8O24EALoaEhuSZBI403lsVmUU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2TkKfC8O24EALoaEhuSZBI403lsVmUU > .row .container > .video-iframe-container { display: none; }#k2TkKfC8O24EALoaEhuSZBI403lsVmUU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2TkKfC8O24EALoaEhuSZBI403lsVmUU > .row > .video-iframe-container { display: none; }#k2TkKfC8O24EALoaEhuSZBI403lsVmUU > .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); }#k2TkKfC8O24EALoaEhuSZBI403lsVmUU > .row .container { border-width: 0; border-radius: 0; }#k2TkKfC8O24EALoaEhuSZBI403lsVmUU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k2TkKfC8O24EALoaEhuSZBI403lsVmUU > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#SoWbZlgUGtTlr4dDobUAV9AKArDCuJWu { color:rgba(var(--color-tertiary-1),1);display:block;width:57.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:14999;line-height:1.2;letter-spacing:0;top:2.474609375rem;left:8.90625rem;height:2.55005rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fm9Ke2oxXGqtSMJvOnsyewtiovWmCkw1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#fm9Ke2oxXGqtSMJvOnsyewtiovWmCkw1 > .row .container { background-color: transparent; background-image: none; }#fm9Ke2oxXGqtSMJvOnsyewtiovWmCkw1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fm9Ke2oxXGqtSMJvOnsyewtiovWmCkw1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fm9Ke2oxXGqtSMJvOnsyewtiovWmCkw1 > .row .container > .video-iframe-container { display: none; }#fm9Ke2oxXGqtSMJvOnsyewtiovWmCkw1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fm9Ke2oxXGqtSMJvOnsyewtiovWmCkw1 > .row > .video-iframe-container { display: none; }#fm9Ke2oxXGqtSMJvOnsyewtiovWmCkw1 > .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); }#fm9Ke2oxXGqtSMJvOnsyewtiovWmCkw1 > .row .container { border-width: 0; border-radius: 0; }#fm9Ke2oxXGqtSMJvOnsyewtiovWmCkw1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fm9Ke2oxXGqtSMJvOnsyewtiovWmCkw1 > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#rr8k4iObPZUQgXq9ubDE2cDvorkTzkoL { position:absolute;display:block;z-index:15020;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.25rem;width:10.5rem;top:0.9375076293945rem;left:7.1850242614744rem;overflow:hidden;display:block; }
#rqrXTyOS5Lh82d6CCw7K6SuviQvmx910 { 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:5.56188125rem;width:11.25rem;top:0.78063106536863rem;left:31.875rem;overflow:hidden;display:block; }
#NkdgRUSoWbtkvtPXVZGC2TN6qMUVvkxK { position:absolute;display:block;z-index:15022;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.1246875rem;width:10.3746875rem;top:0.99876213073731rem;left:57.268871307373rem;overflow:hidden;display:block; }
#JTEIW3RrCftImZqnFxr1OiNbB347lHNJ { position:relative;display:block; }#JTEIW3RrCftImZqnFxr1OiNbB347lHNJ { background-color: transparent; background-image: none; }#JTEIW3RrCftImZqnFxr1OiNbB347lHNJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTEIW3RrCftImZqnFxr1OiNbB347lHNJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTEIW3RrCftImZqnFxr1OiNbB347lHNJ > .row .container > .video-iframe-container { display: none; }#JTEIW3RrCftImZqnFxr1OiNbB347lHNJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTEIW3RrCftImZqnFxr1OiNbB347lHNJ > .row > .video-iframe-container { display: none; }#JTEIW3RrCftImZqnFxr1OiNbB347lHNJ > .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); }#JTEIW3RrCftImZqnFxr1OiNbB347lHNJ { border-width: 0; border-radius: 0; }#JTEIW3RrCftImZqnFxr1OiNbB347lHNJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JTEIW3RrCftImZqnFxr1OiNbB347lHNJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:61.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OypaelItmyM1xo1U9VPC1FPuv8Q81M0O { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:0rem;left:2.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#L40cmzaXvTqPbRHFgbXucGDfQXRxGiNB { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:copernicus;font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:19rem;left:4.5rem;height:32.34375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fCAJ1uJtFTBCSyvNSsqZgyZM3iqu2FpT { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:2.0625rem;left:2.5rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DfGG8K9am4OyK0r8IqQQaT9uC0dmBTlB { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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:53.4375rem;width:0.125rem;top:6.234375rem;left:24.937503814698rem;display:block; }
#oL0VCwedTZt4qmpGhoucA94Rk8PFWuHZ { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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:14.375rem;width:0.125rem;top:6.0125007629394rem;left:22.375rem;display:none; }
#U1Wf7DAPJqnMXqmiryaT1wLoNBb5gN1T { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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:14.375rem;width:0.125rem;top:6.0125007629394rem;left:22.375rem;display:none; }
#XAAyDlhGdASA4tdEFDzG5MiZiGd4mpwS { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:copernicus;font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:19rem;left:29.5rem;height:28.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M2FbyDzW19ppSFTC2v7R7hiSoDsAmGu8 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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:51.875rem;width:0.125rem;top:6.234375rem;left:49.937503814698rem;display:block; }
#W1Errxlgwltr6D90NdyxREQqoJOUU9f8 { color:rgba(var(--color-primary-2),1);display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:2.0625rem;left:27.5rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BCp4WFA6cn30eACkThHevz2LhklCIptq { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:copernicus;font-size:0.9375rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:19rem;left:54.625rem;height:29.53125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Gwe47E9GF9l7hDMR8c9Vqke7ZFu4VRN6 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:2.0625rem;left:52.5625rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G87rSoyOh3zms5zWosbSzcxWRAEwTAI8 { 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:5.5rem;width:11rem;top:0.875rem;left:31.281253814698rem;overflow:hidden;display:none; }
#CF9l3cqTKx4wRrIuEcFbl91KDzueThOM { position:absolute;display:block;z-index:15020;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.5rem;width:11rem;top:0.875rem;left:6.375rem;overflow:hidden;display:none; }
#adIz09xii2rXkoiyIn4vBpFIiR5wrDDy { position:absolute;display:block;z-index:15022;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.4375rem;width:10.875rem;top:0.84375rem;left:56.708332061767rem;overflow:hidden;display:none; }
#cTpylhocFONz5SC5SXsNTNX4Gdu24e58 { position:absolute;display:block;z-index:15025;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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:10.9375rem;width:16.4375rem;top:6.2490730285644rem;left:4.5rem;overflow:hidden;display:block; }
#TEBLAwfFuT2KTUsP6ZQJlslHbzvPfoux { position:absolute;display:block;z-index:15026;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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:10.9375rem;width:16.4375rem;top:6.2320537567139rem;left:29.497833251953rem;overflow:hidden;display:block; }
#rlwQiBpEBg5wUhlHiNeTKfAMDr50XUvk { position:absolute;display:block;z-index:15027;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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:10.9375rem;width:16.4375rem;top:6.2339115142822rem;left:54.624691009521rem;overflow:hidden;display:block; }
#Tn5BPICaUlPL4wJBGwqAUXHSc9giquZV { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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:0.1875rem;width:13.75rem;top:22rem;left:30.6875rem;display:none; }
#f3drTMclWTwTgwyzLSIBcAfoMS56uVGo { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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:0.1875rem;width:13.75rem;top:22rem;left:30.6875rem;display:none; }
#eP1zTwvZD1FCcZLt3PzbhBQlkQ82kXJM { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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:0.1875rem;width:13.75rem;top:22rem;left:30.6875rem;display:none; }
#pMIZVutrFe1A7ma0TuEyhJzh1zpn0x6U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#pMIZVutrFe1A7ma0TuEyhJzh1zpn0x6U > .row .container { background-color: transparent; background-image: none; }#pMIZVutrFe1A7ma0TuEyhJzh1zpn0x6U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMIZVutrFe1A7ma0TuEyhJzh1zpn0x6U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMIZVutrFe1A7ma0TuEyhJzh1zpn0x6U > .row .container > .video-iframe-container { display: none; }#pMIZVutrFe1A7ma0TuEyhJzh1zpn0x6U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMIZVutrFe1A7ma0TuEyhJzh1zpn0x6U > .row > .video-iframe-container { display: none; }#pMIZVutrFe1A7ma0TuEyhJzh1zpn0x6U > .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); }#pMIZVutrFe1A7ma0TuEyhJzh1zpn0x6U > .row .container { border-width: 0; border-radius: 0; }#pMIZVutrFe1A7ma0TuEyhJzh1zpn0x6U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pMIZVutrFe1A7ma0TuEyhJzh1zpn0x6U > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#lzKryXUJAkdSNxBPJOenWOUpdwm4RrIn { position:absolute;display:block;z-index:15022;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.0625rem;width:10.125rem;top:0.99968719482425rem;left:7.6231422424319rem;overflow:hidden;display:block; }
#Q4oRt1fyg6xxsFsdBUt09szrXFpnaaO3 { position:absolute;display:block;z-index:15022;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.0625rem;width:12.5rem;top:0.53001403808594rem;left:31.24845123291rem;overflow:hidden;display:block; }
#eyZSEksar0AgoHFI2ThRsPANG2yKur47 { 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:4rem;width:9.375rem;top:1.5625rem;left:57.901912689209rem;overflow:hidden;display:block; }
#kTIwZVH7mBuoI6h1thRpmKUTqr6mknfJ { position:relative;display:block; }#kTIwZVH7mBuoI6h1thRpmKUTqr6mknfJ { background-color: transparent; background-image: none; }#kTIwZVH7mBuoI6h1thRpmKUTqr6mknfJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTIwZVH7mBuoI6h1thRpmKUTqr6mknfJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTIwZVH7mBuoI6h1thRpmKUTqr6mknfJ > .row .container > .video-iframe-container { display: none; }#kTIwZVH7mBuoI6h1thRpmKUTqr6mknfJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTIwZVH7mBuoI6h1thRpmKUTqr6mknfJ > .row > .video-iframe-container { display: none; }#kTIwZVH7mBuoI6h1thRpmKUTqr6mknfJ > .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); }#kTIwZVH7mBuoI6h1thRpmKUTqr6mknfJ { border-width: 0; border-radius: 0; }#kTIwZVH7mBuoI6h1thRpmKUTqr6mknfJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kTIwZVH7mBuoI6h1thRpmKUTqr6mknfJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:59.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZKTgtORTp3V5ofWOF6FEpBphCLMTZA2z { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:0rem;left:2.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#E3HOhCtArTI27bVSubcM0h5kHAbEAlMM { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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:14.375rem;width:0.125rem;top:6.0125007629394rem;left:22.375rem;display:none; }
#tFViid72aNWUnC56tGm7Hd0kRUIe9T3R { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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:14.375rem;width:0.125rem;top:6.0125007629394rem;left:22.375rem;display:none; }
#VMPxufDLzWe3GQJh5KBaQ6oN84Ql7THy { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:copernicus;font-size:0.9375rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:19rem;left:4.625rem;height:26.71875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q08QemLXFEDBzdzrCrXWsSsBeUzPH2zs { color:rgba(var(--color-tertiary-4),1);display:block;width:24.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:2.0595703125rem;left:0.03125rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RwIomrlVF1eQxoBpiS9TGViWOICiKk9x { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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:50.625rem;width:0.125rem;top:6.234375rem;left:24.937503814698rem;display:block; }
#yT3p4sxgc2LKdhKhrr9gvI1acGCJPN2n { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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:50.625rem;width:0.125rem;top:6.234375rem;left:49.937503814698rem;display:block; }
#pbATU04UsZarpp4Uzf1Qm6hT23ITQxgl { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:copernicus;font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:19rem;left:29.5625rem;height:28.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DTqP0lSOSGwuUyBmxMtK8Ldsn209Hgqp { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:2.0581598281861rem;left:27.5625rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eziBb59C1n14yO3ZymT45ae6LgB0LxHW { position:absolute;display:block;z-index:15022;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.4375rem;width:10.875rem;top:0.84375rem;left:6.375rem;overflow:hidden;display:none; }
#d6W4bdAqp60GdCzED0LdUhNZZrUa1BId { position:absolute;display:block;z-index:15022;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.4375rem;width:10.875rem;top:0.84375rem;left:31.281253814698rem;overflow:hidden;display:none; }
#wsCc8HfMNJDpAUFwwAQmx3DSsJEf9aA0 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:7.3125rem;top:1.375rem;left:56.6875rem;overflow:hidden;display:none; }
#JnbuEMyTtmGpU95eZ4SKbT2pkltGUMWb { position:absolute;display:block;z-index:15024;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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:10.9375rem;width:16.4375rem;top:6.2329816818238rem;left:4.6234531402588rem;overflow:hidden;display:block; }
#a9TasKLBL0hpTNa9oiUWkdrhZ5Q9JJD5 { 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:0.0625rem;width:0.125rem;top:6.9375rem;left:29.5625rem;overflow:hidden;display:block; }
#Zdn1cwPF5UR44c8iEAeBb4Z24igGb8On { position:absolute;display:block;z-index:15025;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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:10.9375rem;width:16.4375rem;top:6.2329683303833rem;left:29.56095123291rem;overflow:hidden;display:block; }
#gtU6Lq74Wydx29RwRIJNErxNF4FAJfbP { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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:0.1875rem;width:13.75rem;top:22rem;left:30.6875rem;display:none; }
#UfJ1ABThNTQRPxT9VVwAkAIxun2bvTXG { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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:0.1875rem;width:13.75rem;top:22rem;left:30.6875rem;display:none; }
#V0Q45QVfOrK5fuFgLmTbAQudVMqEy08t { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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:0.1875rem;width:13.75rem;top:22rem;left:30.6875rem;display:none; }
#JlO7V5CTiuXO4X1fFLCRhSnaXNP7q56k { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:2.0625rem;left:52.5625rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kOcrh5gtbVxfpe5aZb2zX1gQwcOwyswq { position:absolute;display:block;z-index:15028;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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:10.9375rem;width:16.4375rem;top:6.2329816818238rem;left:54.562496185302rem;overflow:hidden;display:block; }
#wE38MZHphmkiNOyMGuDZzCmuClONy9KV { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:copernicus;font-size:0.9375rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:19rem;left:54.5625rem;height:29.53125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZJ8olmnoVMguJLALfpNm5yzc7ydQNbg9 { position:absolute;display:block;z-index:15022;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:3.9375rem;width:9rem;top:0.84375rem;left:6.375rem;overflow:hidden;display:none; }
#aTXBzH8XmyekabHi3JLPXf3atsnLdsm3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#aTXBzH8XmyekabHi3JLPXf3atsnLdsm3 > .row .container { background-color: transparent; background-image: none; }#aTXBzH8XmyekabHi3JLPXf3atsnLdsm3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTXBzH8XmyekabHi3JLPXf3atsnLdsm3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTXBzH8XmyekabHi3JLPXf3atsnLdsm3 > .row .container > .video-iframe-container { display: none; }#aTXBzH8XmyekabHi3JLPXf3atsnLdsm3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTXBzH8XmyekabHi3JLPXf3atsnLdsm3 > .row > .video-iframe-container { display: none; }#aTXBzH8XmyekabHi3JLPXf3atsnLdsm3 > .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); }#aTXBzH8XmyekabHi3JLPXf3atsnLdsm3 > .row .container { border-width: 0; border-radius: 0; }#aTXBzH8XmyekabHi3JLPXf3atsnLdsm3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aTXBzH8XmyekabHi3JLPXf3atsnLdsm3 > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#fDEu2buWbAq7CwL3gHuDq0paSehc17qE { position:absolute;display:block;z-index:15022;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:6rem;width:12.1875rem;top:0.5625rem;left:6.4356422424319rem;overflow:hidden;display:block; }
#O6MNfUkFzgJ1lS1NF3hnKLs8HOKrkahh { 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:3.6875rem;width:10.9375rem;top:1.71875rem;left:32.086803436279rem;overflow:hidden;display:block; }
#gc6Fl4BT99xu7TLhwSI0BfD17fBETSyh { position:relative;display:block; }#gc6Fl4BT99xu7TLhwSI0BfD17fBETSyh { background-color: transparent; background-image: none; }#gc6Fl4BT99xu7TLhwSI0BfD17fBETSyh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gc6Fl4BT99xu7TLhwSI0BfD17fBETSyh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gc6Fl4BT99xu7TLhwSI0BfD17fBETSyh > .row .container > .video-iframe-container { display: none; }#gc6Fl4BT99xu7TLhwSI0BfD17fBETSyh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gc6Fl4BT99xu7TLhwSI0BfD17fBETSyh > .row > .video-iframe-container { display: none; }#gc6Fl4BT99xu7TLhwSI0BfD17fBETSyh > .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); }#gc6Fl4BT99xu7TLhwSI0BfD17fBETSyh { border-width: 0; border-radius: 0; }#gc6Fl4BT99xu7TLhwSI0BfD17fBETSyh > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gc6Fl4BT99xu7TLhwSI0BfD17fBETSyh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:61.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hLagvaTS4F8oTCTyar9VrMsA6NNSfi5C { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:0rem;left:2.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#C3xneHZ7oIkCTFgAGtVIJKG1DnBdTxO1 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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:14.375rem;width:0.125rem;top:6.0125007629394rem;left:22.375rem;display:none; }
#WMclCFW4FBirtfEH0udwyFQlre1uo8Uz { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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:14.375rem;width:0.125rem;top:6.0125007629394rem;left:22.375rem;display:none; }
#I8m8uH3wPJGGown7sugug6SQtmhtvoyq { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8745625rem;position:absolute;font-family:copernicus;font-size:0.9375rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:19rem;left:4.5615234375rem;height:25.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cSLQUARRsWQabN6KQF7ek9C9CZOxVCTm { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:2.0625rem;left:2.5625rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EMysxsnJCBtNw4qTOHFzp2tDJn7ZnagG { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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:53.75rem;width:0.125rem;top:6.234375rem;left:24.937503814698rem;display:block; }
#oirxmRLXiHW624HX9ZG6BFUK8I6fUrcx { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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:43.4375rem;width:0.125rem;top:6.234375rem;left:49.937503814698rem;display:none; }
#dXE9QdT17wTGpKcg5rOUA5GiTGUzK3Uu { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8745625rem;position:absolute;font-family:copernicus;font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:19rem;left:29.5625rem;height:30.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JNXAakRsAMhrdZolJyEDxDhbk8k6lJ0E { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:2.0625rem;left:27.531253814698rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WEBN9qdK5Tn5LlRI38SqvsFZfv0LmE66 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8745625rem;position:absolute;font-family:copernicus;font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:19rem;left:54.5615234375rem;height:1.40625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TkzmlbMJ1MeVdMLQzWp8QGeOV4wzTdKO { position:absolute;display:block;z-index:15022;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.4375rem;width:10.875rem;top:0.84375rem;left:31.281253814698rem;overflow:hidden;display:none; }
#WNdNAd2dEnZIGbwVm3yeeofuMrBHapcp { position:absolute;display:block;z-index:15004;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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:10.9375rem;width:16.4375rem;top:6.2339072227478rem;left:4.5612621307373rem;overflow:hidden;display:block; }
#TzI9J7Oite6SU1gbp6vEWSZ8QvbKUu1H { position:absolute;display:block;z-index:15004;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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:10.9375rem;width:16.4375rem;top:6.2329611778259rem;left:29.56095123291rem;overflow:hidden;display:block; }
#WfdLm7gDA4Z5QNrt1d1kTOZHLdSt4LPS { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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:0.1875rem;width:13.75rem;top:22rem;left:30.6875rem;display:none; }
#EhTqMDUBbPPTRFgoo9WRm6I6UZpq6NKx { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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:0.1875rem;width:13.75rem;top:22rem;left:55.6875rem;display:none; }
#cmaBgq7Bbl2Whasr1ssHFodA3uurhPQc { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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:0.1875rem;width:13.75rem;top:22rem;left:5.6875rem;display:none; }
#zLVTJSgsCiH9NyLSNTiGtcZ2l6pFaqF3 { position:absolute;display:block;z-index:15022;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.3125rem;width:6.875rem;top:1.375rem;left:56.6875rem;overflow:hidden;display:none; }
#XgH8ArnUQP2ETuz4XnVmi9RwRroT2b6B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XgH8ArnUQP2ETuz4XnVmi9RwRroT2b6B > .row .container { background-color: transparent; background-image: none; }#XgH8ArnUQP2ETuz4XnVmi9RwRroT2b6B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XgH8ArnUQP2ETuz4XnVmi9RwRroT2b6B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XgH8ArnUQP2ETuz4XnVmi9RwRroT2b6B > .row .container > .video-iframe-container { display: none; }#XgH8ArnUQP2ETuz4XnVmi9RwRroT2b6B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XgH8ArnUQP2ETuz4XnVmi9RwRroT2b6B > .row > .video-iframe-container { display: none; }#XgH8ArnUQP2ETuz4XnVmi9RwRroT2b6B > .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); }#XgH8ArnUQP2ETuz4XnVmi9RwRroT2b6B > .row .container { border-width: 0; border-radius: 0; }#XgH8ArnUQP2ETuz4XnVmi9RwRroT2b6B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XgH8ArnUQP2ETuz4XnVmi9RwRroT2b6B > .row .container { font-size:0.875rem;font-family:arial;height:0.625rem;width:75rem;position:relative;display:block; }#ROVnmvuq5CKN2mMEh4GMG9fGmHP4h0gf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d1666;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; }#ROVnmvuq5CKN2mMEh4GMG9fGmHP4h0gf > .row .container { background-color: transparent; background-image: none; }#ROVnmvuq5CKN2mMEh4GMG9fGmHP4h0gf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ROVnmvuq5CKN2mMEh4GMG9fGmHP4h0gf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ROVnmvuq5CKN2mMEh4GMG9fGmHP4h0gf > .row .container > .video-iframe-container { display: none; }#ROVnmvuq5CKN2mMEh4GMG9fGmHP4h0gf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ROVnmvuq5CKN2mMEh4GMG9fGmHP4h0gf > .row > .video-iframe-container { display: none; }#ROVnmvuq5CKN2mMEh4GMG9fGmHP4h0gf > .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); }#ROVnmvuq5CKN2mMEh4GMG9fGmHP4h0gf > .row .container { border-width: 0; border-radius: 0; }#ROVnmvuq5CKN2mMEh4GMG9fGmHP4h0gf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ROVnmvuq5CKN2mMEh4GMG9fGmHP4h0gf > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;position:relative;display:block; }#ko8GJyTNUC9iR2rx95pAu3L9xWIGeTJl { 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:6.125rem;width:15.25rem;top:0.25rem;left:27.272657394409rem;overflow:hidden;display:none; }
#afMvziM2HlEJKozxbNGHSdVkiuaVWA7Z { 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.625rem;width:38.625rem;top:30.9375rem;left:18.1875rem;overflow:hidden;display:none; }
#wy6W5pyZEZupNmTspuM5bQk3EI7Z4vXH { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:3.04296875rem;left:27.78125rem;height:3.44970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KNi7SK4gU4PEQOJ03PGPRN3tsFiTBUyi { 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:3.8125rem;width:13.125rem;top:2rem;left:5rem;overflow:hidden;display:block; }
#dQgV85Rny6UyUf18mIr1eCUCEo2S7yIr { color:#f95b06;display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.931640625rem;left:56.25rem;height:1.9494625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fROGKkX9krS7zinErcxfgHo5VtM6s851 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#fROGKkX9krS7zinErcxfgHo5VtM6s851 > .row .container { background-color: transparent; background-image: none; }#fROGKkX9krS7zinErcxfgHo5VtM6s851::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fROGKkX9krS7zinErcxfgHo5VtM6s851 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fROGKkX9krS7zinErcxfgHo5VtM6s851 > .row .container > .video-iframe-container { display: none; }#fROGKkX9krS7zinErcxfgHo5VtM6s851 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fROGKkX9krS7zinErcxfgHo5VtM6s851 > .row > .video-iframe-container { display: none; }#fROGKkX9krS7zinErcxfgHo5VtM6s851 > .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); }#fROGKkX9krS7zinErcxfgHo5VtM6s851 > .row .container { border-width: 0; border-radius: 0; }#fROGKkX9krS7zinErcxfgHo5VtM6s851 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fROGKkX9krS7zinErcxfgHo5VtM6s851 > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#m1wpoLlh3Ng4ByXTSrvImbo3mSyMyEGn { 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:6.125rem;width:15.25rem;top:0.25rem;left:27.272657394409rem;overflow:hidden;display:none; }
#eR9N8eVK5FKbrP9gc0vW3y3FZg2rQEBI { 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.625rem;width:38.625rem;top:30.9375rem;left:18.1875rem;overflow:hidden;display:none; }
#TeHPhRSncH6b19SpJnHmJSkecdBtSvcS { 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:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:0.875rem;left:7.4365234375rem;height:3.898925rem;text-align:center;text-align-last:center;display:block; }
#rvFC7ckZnVe1cbiT0zGuWM3VVTLp7CFv { color:#0a4595;display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:0.8740234375rem;left:30.3740234375rem;height:3.898925rem;text-align:center;text-align-last:center;display:block; }
#s0U3oAC6JEOBrVwhSW5KE6TZF1WoRyZ6 { color:#0a4595;display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:0.875rem;left:54.9990234375rem;height:3.898925rem;text-align:center;text-align-last:center;display:block; }
#S3s94xcW9WtPbhmB3x543EIcETlcPNcs { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:0.875rem;left:4.98046875rem;overflow:hidden;display:block; }
#zPhs1hhBJtv2nJ7A2GXGhMPSZkp6oTFb { position:absolute;display:block;z-index:15014;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:1.875rem;width:1.875rem;top:0.875rem;left:27.9375rem;overflow:hidden;display:block; }
#hmTs6xfDPiwzApiJ4Gc6ZkAcC8XWoFIb { position:absolute;display:block;z-index:15015;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:1.8125rem;width:1.875rem;top:0.875rem;left:52.4814453125rem;overflow:hidden;display:block; }
#bDvwfgPoqg7CvTaOLyRJe2TvM01ZGfxT { color:#0a4595;display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:0.9375rem;left:54.999444961548rem;height:1.9496375rem;text-align:center;text-align-last:center;display:none; }
#VchiLfOXxRUJMh3NuIx4ZNC1Ztc3s0md { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d1666;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; }#VchiLfOXxRUJMh3NuIx4ZNC1Ztc3s0md > .row .container { background-color: transparent; background-image: none; }#VchiLfOXxRUJMh3NuIx4ZNC1Ztc3s0md::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VchiLfOXxRUJMh3NuIx4ZNC1Ztc3s0md > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VchiLfOXxRUJMh3NuIx4ZNC1Ztc3s0md > .row .container > .video-iframe-container { display: none; }#VchiLfOXxRUJMh3NuIx4ZNC1Ztc3s0md > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VchiLfOXxRUJMh3NuIx4ZNC1Ztc3s0md > .row > .video-iframe-container { display: none; }#VchiLfOXxRUJMh3NuIx4ZNC1Ztc3s0md > .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); }#VchiLfOXxRUJMh3NuIx4ZNC1Ztc3s0md > .row .container { border-width: 0; border-radius: 0; }#VchiLfOXxRUJMh3NuIx4ZNC1Ztc3s0md > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VchiLfOXxRUJMh3NuIx4ZNC1Ztc3s0md > .row .container { font-size:0.875rem;font-family:arial;height:25.9375rem;width:75rem;position:relative;display:block; }#n2h8prilwxP5obJEPXVsbrM2MZdgXvTR { color:rgba(var(--color-primary-3),1);display:block;width:74.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0.84375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oDFGpochNoVJ6WNlTooigWa0J3TmnV9U { position:absolute;display:block;z-index:15007;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.25rem;width:7.125rem;top:7.123046875rem;left:15.5927734375rem;overflow:hidden;display:block; }
#O2b2IoiZST4FJp29LFvFxa9wXA45bITO { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:6.375rem;top:6.560546875rem;left:29.6552734375rem;overflow:hidden;display:block; }
#GuU2USZrsUSmFGoxOAEUzx1QWGbnv396 { position:absolute;display:block;z-index:15011;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.125rem;width:6.125rem;top:6.810546875rem;left:2.5615234375rem;overflow:hidden;display:block; }
#tQrwpZg6yifzzsEt01H3ihvEUaJaHAne { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:9.5625rem;top:16.8115234375rem;left:0.8427734375rem;display:block; }
#WJvwnCtf1XBuSOQ7nUDooJbWIlKK6ZtG { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:9.5625rem;top:16.75rem;left:14.375rem;display:block; }
#ysXmK7mFJiNqKxfTTFXG8Bl2eyAimDel { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:9.5625rem;top:16.8115234375rem;left:28.0615234375rem;display:block; }
#XyXGlGUtaL86Mr4k86NFyiVyDBQoZwgG { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:9.5625rem;top:16.8115234375rem;left:40.6552734375rem;display:block; }
#fJyUxJuMuOX7yiNz8VeehhXA08pLrCl2 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:9.5625rem;top:16.75rem;left:52.8125rem;display:block; }
#dMunhSARvVDA0y77bTsSyoSTVZNPpWxh { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:9.5625rem;top:16.75rem;left:65.0615234375rem;display:block; }
#Tev0nlFFmaRFzv5hlOavfyBqNUC0zcSm { 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:5.9375rem;width:5.9375rem;top:7.123046875rem;left:66.4990234375rem;overflow:hidden;display:block; }
#WvBWPvJCvWBuIDEmXT4ysMyC8uBX549p { color:#0020b9;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:14.0615234375rem;left:13.6240234375rem;height:2.2753875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kJN4GEpzEZyJfgPMnAcCPL51MazQWdBk { color:#0020b9;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:14.0615234375rem;left:51.9677734375rem;height:2.2753875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IpVgXPkGStK3ToBug97PHRfTnf9K417s { color:rgba(var(--color-primary-3),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:14.0615234375rem;left:0rem;height:2.2753875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FV73DIls2xT61ndTCMtyRFKT2Q8FcXo1 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:17.6240234375rem;left:0rem;height:6.2988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NrSg3OAwJvG5SDZbJWpF0yw2kkU3uH3v { color:#0020b9;display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:14.0615234375rem;left:64.6875rem;height:2.2753875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mEq4p4pQEIMB2mNwkrOyqEspE2vXpga3 { color:#0020b9;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:14.0615234375rem;left:39.8701171875rem;height:2.2753875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MmnFTB7TqXPFBTr5ryuiCc1OcQZaQAMD { color:rgba(var(--color-primary-3),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:13.1240234375rem;left:27.2177734375rem;height:3.25055625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qQNBCVPfyFmit64GpI818DWyymLdTcdo { position:absolute;display:block;z-index:15007;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.875rem;width:5.9375rem;top:7.123046875rem;left:42.4677734375rem;overflow:hidden;display:block; }
#fbiwrocH8r94aUWCBfyAkReRBTpAHBZp { 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:5.5rem;width:5.8125rem;top:7.3720703125rem;left:54.5380859375rem;overflow:hidden;display:block; }
#sm9TGx8JclupE5D0VxJDdax95hVHuWBI { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:17.6240234375rem;left:51.9677734375rem;height:6.2988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cpi1qz7c65Vvm3RbISd4G9rnMy3VMV20 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:17.6240234375rem;left:39.8115234375rem;height:6.2988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IMSnsG9Btuhx7x9WuvCszB5Pa1rqFgqd { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:17.6240234375rem;left:27.2177734375rem;height:6.2988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LCXKIy15EwgLPgDh3DmQZd75WabykTn2 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:17.6240234375rem;left:14.2802734375rem;height:4.72411875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UXndse2gquoe1yAlzq7y5yPCggagPD90 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:17.6240234375rem;left:63.75rem;height:6.2988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pUOfgsW47nQPHezQFvnyN7pAJx9QuZSc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pUOfgsW47nQPHezQFvnyN7pAJx9QuZSc > .row .container { background-color: transparent; background-image: none; }#pUOfgsW47nQPHezQFvnyN7pAJx9QuZSc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUOfgsW47nQPHezQFvnyN7pAJx9QuZSc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUOfgsW47nQPHezQFvnyN7pAJx9QuZSc > .row .container > .video-iframe-container { display: none; }#pUOfgsW47nQPHezQFvnyN7pAJx9QuZSc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUOfgsW47nQPHezQFvnyN7pAJx9QuZSc > .row > .video-iframe-container { display: none; }#pUOfgsW47nQPHezQFvnyN7pAJx9QuZSc > .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); }#pUOfgsW47nQPHezQFvnyN7pAJx9QuZSc > .row .container { border-width: 0; border-radius: 0; }#pUOfgsW47nQPHezQFvnyN7pAJx9QuZSc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pUOfgsW47nQPHezQFvnyN7pAJx9QuZSc > .row .container { font-size:0.875rem;font-family:arial;height:0.625rem;width:75rem;position:relative;display:block; }#DB9sTbOCWQXk5HhyHwPGZxpxoC0PHHWb { 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; }#DB9sTbOCWQXk5HhyHwPGZxpxoC0PHHWb > .row .container { background-color: transparent; background-image: none; }#DB9sTbOCWQXk5HhyHwPGZxpxoC0PHHWb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DB9sTbOCWQXk5HhyHwPGZxpxoC0PHHWb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DB9sTbOCWQXk5HhyHwPGZxpxoC0PHHWb > .row .container > .video-iframe-container { display: none; }#DB9sTbOCWQXk5HhyHwPGZxpxoC0PHHWb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DB9sTbOCWQXk5HhyHwPGZxpxoC0PHHWb > .row > .video-iframe-container { display: none; }#DB9sTbOCWQXk5HhyHwPGZxpxoC0PHHWb > .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); }#DB9sTbOCWQXk5HhyHwPGZxpxoC0PHHWb > .row .container { border-width: 0; border-radius: 0; }#DB9sTbOCWQXk5HhyHwPGZxpxoC0PHHWb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DB9sTbOCWQXk5HhyHwPGZxpxoC0PHHWb > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:75rem;position:relative;display:block; }#uO7iy2eRKACJrQpbJBBlRS2wSxW49JWT { color:rgba(var(--color-primary-2),1);display:block;width:10.37475rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:1.8115234375rem;left:32.3115234375rem;height:2.76245rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PtVb7CGI09DlMyTe8KKW8kOJo8UGTSfM { color:#0a4595;display:block;width:16.8125rem;position:absolute;font-family:sharp;font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:20.625rem;left:37.5625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#ZLcTugzzPxHyZsGUNsdkFNLOgXTVMqFW { color:rgba(var(--color-tertiary-0),1);display:block;width:19.125rem;position:absolute;font-family:sharp;font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:19rem;left:36.375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#hWwlOEyk9M8194mNitkhz7m8wz6RoRc3 { color:#0a4595;display:block;width:19.125rem;position:absolute;font-family:sharp;font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:19rem;left:19.5rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#lp8ARhyedy9V5GLtX4XMNEVsqQiEB0ef { color:rgba(var(--color-primary-2),1);display:block;width:16.375rem;position:absolute;font-family:sharp;font-size:1.5625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:15.9375rem;left:20.875rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#neUwP9hFRC5NCzMV01SFKKatyrzIeLvG { color:#0a4595;display:block;width:16.8125rem;position:absolute;font-family:sharp;font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:20.625rem;left:20.6875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#UblZpNoOqGy8e6RE5yF83Z3lsDEUlJUC { color:rgba(var(--color-primary-2),1);display:block;width:16.375rem;position:absolute;font-family:sharp;font-size:1.5625rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:15.9375rem;left:37.75rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#eI4GomSN2i0sZQ7A1f8uKnAy8fsWKMpV { position:absolute;display:block;z-index:15019;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:12.4375rem;border-top-right-radius:12.4375rem;border-bottom-left-radius:12.4375rem;border-bottom-right-radius:12.4375rem;box-shadow: none;height:8.125rem;width:8.125rem;top:6.25rem;left:24.75rem;overflow:hidden;display:block; }
#rshXgfCx3z1abDhoMidWwUzoTlNGiShC { position:absolute;display:block;z-index:15023;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:12.4375rem;border-top-right-radius:12.4375rem;border-bottom-left-radius:12.4375rem;border-bottom-right-radius:12.4375rem;box-shadow: none;height:8.125rem;width:8.125rem;top:6.25rem;left:41.65625rem;overflow:hidden;display:block; }
#gMGMUs9MkiNMVPEqxfQMvlXHkKeTrd5s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#gMGMUs9MkiNMVPEqxfQMvlXHkKeTrd5s > .row .container { background-color: transparent; background-image: none; }#gMGMUs9MkiNMVPEqxfQMvlXHkKeTrd5s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gMGMUs9MkiNMVPEqxfQMvlXHkKeTrd5s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gMGMUs9MkiNMVPEqxfQMvlXHkKeTrd5s > .row .container > .video-iframe-container { display: none; }#gMGMUs9MkiNMVPEqxfQMvlXHkKeTrd5s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gMGMUs9MkiNMVPEqxfQMvlXHkKeTrd5s > .row > .video-iframe-container { display: none; }#gMGMUs9MkiNMVPEqxfQMvlXHkKeTrd5s > .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); }#gMGMUs9MkiNMVPEqxfQMvlXHkKeTrd5s > .row .container { border-width: 0; border-radius: 0; }#gMGMUs9MkiNMVPEqxfQMvlXHkKeTrd5s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gMGMUs9MkiNMVPEqxfQMvlXHkKeTrd5s > .row .container { font-size:0.875rem;font-family:arial;height:0.125rem;width:75rem;position:relative;display:block; }#JAoWyskTWlaoNoipXEny4vQNMwqkDvQG { 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; }#JAoWyskTWlaoNoipXEny4vQNMwqkDvQG > .row .container { background-color: transparent; background-image: none; }#JAoWyskTWlaoNoipXEny4vQNMwqkDvQG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAoWyskTWlaoNoipXEny4vQNMwqkDvQG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAoWyskTWlaoNoipXEny4vQNMwqkDvQG > .row .container > .video-iframe-container { display: none; }#JAoWyskTWlaoNoipXEny4vQNMwqkDvQG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAoWyskTWlaoNoipXEny4vQNMwqkDvQG > .row > .video-iframe-container { display: none; }#JAoWyskTWlaoNoipXEny4vQNMwqkDvQG > .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); }#JAoWyskTWlaoNoipXEny4vQNMwqkDvQG > .row .container { border-width: 0; border-radius: 0; }#JAoWyskTWlaoNoipXEny4vQNMwqkDvQG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JAoWyskTWlaoNoipXEny4vQNMwqkDvQG > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:7.4375rem;width:75rem;position:relative;display:block; }#JdqrwTXMhTDPQLKFAUgPHXyecROrwxdP { color:rgba(var(--color-tertiary-0),1);display:block;width:9.25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.875rem;left:53.625001907349rem;height:1.381025rem;display:block; }
#Xv7TlVns2cXsqvP4O6ll8gqDQfIxcfGS { color:#8faace;display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.9;letter-spacing:0;top:1.625rem;left:27.8125rem;height:5.34375rem;display:block; }
#DhkDoHvFlTPS8CnfDkx5ZLmNI6xt3wGs { box-sizing:content-box;color:#8faace;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:0.6875rem;left:10.125rem;display:block; }
#ODySmXis065uVWQT1Irvz9rAqzkXwot8 { box-sizing:content-box;color:#8faace;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:block;z-index:15007;top:2.5625rem;left:10.25rem;display:block; }
#SZELg4DWpRO7lViMq3TmiTr2sFqfsWbB { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:4.75rem;left:10.5625rem;overflow:hidden;display:block; }
#aqSqK6UaPfV9RC2sLZZUiOfu5vm7HcCb { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:0.625rem;top:2.4375rem;left:26.0625rem;overflow:hidden;display:block; }
#ym6i5lJAn1AV0fVViMLwFEuz98z5z2Kl { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#8faace;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:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8125rem;height:1.0625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1rem;left:11.9375rem;display:block; }
#kyw4oAeozzqMArEIpA4xhZml8TFTegZm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OzL3OlOxWN1ySQtUHvVGJQWTDww5W258 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#8faace;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:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.6875rem;height:1.0625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:2.8125rem;left:12rem;display:block; }
#KoTfHl0LvGl7E7oiIzzPcSaTXbR5XmzO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g0SILA7Kr9nAba2u6gXrUJJU2p3EZUss { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#8faace;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:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:1.0625rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:4.75rem;left:12rem;display:block; }
#X2EkhOmT0rc8IXLZeZHIszTv1Q7bS08Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qFWqhLfIAEkriOuvm46FfyfSnEC8LLsG { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:2rem;left:70rem;display:block; }
#mC9TlL7ZpczxJKCWTryigUUrSFQa0cNC { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:1.9375rem;left:66.9375rem;display:block; }
#niENGJsH7SMu8vl2QTZffrzW8fvlICdb { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:2rem;left:63.68750190735rem;display:block; }
#CwZ0HHh2KC7Ibi6cMtAtx5xbbXNJTNk4 { position:absolute;display:block;z-index:15016;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:7.25rem;top:2.28125rem;left:1.1484375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #y7binsBMhxBLcBkUQinATtosF7LhWAxi { display:block; }#y7binsBMhxBLcBkUQinATtosF7LhWAxi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mM9OaQhCcLFVDR6ohu8VwnTk2lq53Sca { width:7.3125rem;height:1.625rem;top:1.625rem;left:40.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoVhDVuMUkKxhOSn58qTDHeWiKVe5WR4 { display:block; }
 }@media only screen and (max-width: 763px) { #HJgWgFWIRMw1ZFiDMwdAh0n41ACKAtVm { width:7.9375rem;height:1.625rem;top:1.625rem;left:39.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEsJLtmq9a2MqP7Oug7XcJd3yDdOXB5w { display:block; }
 }@media only screen and (max-width: 763px) { #yPgUlu5qBRUZ9phRPgTCZ7LXLvnP7kQI { top:1.0625rem;left:0rem;width:13.125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmqX6TTEAos6bD5JibQuI0XEgcmClKZT { width:7.5rem;height:1.6875rem;top:1.625rem;left:35.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eitoU1AlsS4InstWJWKxiE6dwQTJMWac { display:block; }
 }@media only screen and (max-width: 763px) { #Boumm6BoNV3EFWeLsCTWk2mwad3XSdlh { width:14.8125rem;height:2.625rem;top:0rem;left:16.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cVU8v3zVQamgHJGlbWdKo62t8uP5Ui83 { display:block; }
 }@media only screen and (max-width: 763px) { #vdnnq8uhRD38RmMockIyiTQSoyZhD6De { top:1.6875rem;left:5.76953125rem;width:32.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOKOrXeFfoKc1nVIZWgbqA61aHdcf81t { display:block; }#HOKOrXeFfoKc1nVIZWgbqA61aHdcf81t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z0lRqADz9FCcp4I7hBVvhFR0Uqs3T3XV { display:block; }#z0lRqADz9FCcp4I7hBVvhFR0Uqs3T3XV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQDhzTAAyb309SfKuxhp4xbclOdeAtWs { width:47.75rem;height:7.125rem;top:6.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJQzfprB4MbiHrNnxTrMnZ2OQwETW30u { width:12.5rem;height:2.5625rem;top:17.1875rem;left:17.62343788147rem;display:block; }
 }@media only screen and (max-width: 763px) { #TntWr7ustb94IqBIkvlU9Tvmt56sRRvQ { display:block; }
 }@media only screen and (max-width: 763px) { #DZcmiX8tcBDcy2PmK8CcRPpQTdp61TTc { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxNF7sSuc91zQc3d6OcFiPQQOd3QgqJr { width:47.5rem;height:19.0625rem;top:21.8125rem;left:0.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPPMN0byM0Qvh2ZUTP30rMc073yO7MF0 { width:30.5625rem;height:2.0625rem;top:2.5rem;left:8.71875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Si6TMEFwewClwqOvocL1wBKTVHQLFIhN { display:block; }#Si6TMEFwewClwqOvocL1wBKTVHQLFIhN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PV8ttdwC0fMV2XrhwUrXxHzCfoarrblO { width:14.8125rem;height:2.625rem;top:18.4375rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHgi6OekRJvgFnIBNnyy0ihhSemBd6nL { display:block; }
 }@media only screen and (max-width: 763px) { #CJJTHUUfMT9tzazvrLELTLTENBWR38pU { top:0.875rem;left:0.125rem;width:47.5rem;height:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbdZTgrnKZr4sJvAw1LRDIwghOm614x8 { display:block; }#xbdZTgrnKZr4sJvAw1LRDIwghOm614x8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E6h9CPVoO9EE8rT3oUBPopnddJO4RT63 { top:1.5rem;left:0.125rem;width:47.5rem;height:17.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0hIuDg6fTfKZ7R0dLuZ2ME0HTRuO0pa { top:20.9375rem;left:1.5rem;width:18.4375rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkvcQpcen4bWvHTwnkMAN8NNOEEzMKUW { top:20.9375rem;left:21.9375rem;width:24.375rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfHIvUAkHo56aJ8vANRE6gupwtIyi7I2 { top:20.6875rem;left:19.75rem;width:2.25rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoJmJE8Fs0BFgTKV1rkC2dZlkbZo2vId { top:23.375rem;left:21.9375rem;width:24.375rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0wW6d6a7KTRlNAilErLxs2zVXJRgKeB { top:23.125rem;left:19.75rem;width:2.25rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fh5wRfo5OEcbFI1xDPppQ2V2tBVt1e03 { top:26.125rem;left:21.9375rem;width:24.375rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnDUOBVh5aurFpTNR59n0ksnts4GZxiC { top:25.75rem;left:19.75rem;width:2.25rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3rVk4gM3dEPWAlhSNOXM7wvagV5t03P { display:block; }#k3rVk4gM3dEPWAlhSNOXM7wvagV5t03P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBJ2Nlr0NZVsaV2S41ZkDq7dQ5G0cWrh { top:2.4375rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhdrogXpEh3ExAyTnnrNK0fuhyTtMRxf { display:block; }#IhdrogXpEh3ExAyTnnrNK0fuhyTtMRxf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EdXQMmfT6rTpMX9d8kICXxCN8Ch8xt5W { top:8.0625rem;left:0.125rem;width:47.5rem;height:11.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1RoyeLplnIPOPIuF7vAAqHF7cEISNEp { top:2.125rem;left:13.875rem;width:20rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAHyf9fpSA9OlgA3UmzTR0WFLnSPpZ4Z { display:block; }#lAHyf9fpSA9OlgA3UmzTR0WFLnSPpZ4Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GJok3rdsJiMbDZLB4euxTBLsnHCPLKeg { width:14.8125rem;height:2.625rem;top:18.4375rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPCESzV74CZgk11Ctv6gMUt3yHLIqBFh { display:block; }
 }@media only screen and (max-width: 763px) { #cXHKLaXq6Q1y5EUGO2tkIKLsPIAkmPVF { top:19.25rem;left:0rem;width:47.75rem;height:4.8974358974359rem;display:block; }
 }@media only screen and (max-width: 763px) { #oX8aXhOXHVO38GIH0hdQW5HNDfQpaOio { top:0.25rem;left:2.78125rem;width:42.1875rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRDkDdlpnt2ee6F38nA7E7yNCXw8oCq5 { top:20.5rem;left:2.5625rem;width:42.625rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWHdVOET6I73pSzfUMzLcCTFmwqy9qRo { top:1.25rem;left:0rem;width:19rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NSA3c9D64onmbPyxapRLwh8pmHGu533O { display:block; }#NSA3c9D64onmbPyxapRLwh8pmHGu533O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GwblmUyJoCqTQbdPvGM1T5ccXaTS9WVy { top:12.1875rem;left:0rem;width:47.75rem;height:21.136152954809rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td688oJvGBZTl1ihpJ5M4ptK1OGNMRRW { width:47.75rem;height:3.25rem;top:2.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iG060P4JIpBzEfUMmM6wX8oPTo5OqeXC { width:47.75rem;height:3.625rem;top:6.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeRvzSeK4qMfBo9Wa304wAcTPM7G6K6e { display:block; }#PeRvzSeK4qMfBo9Wa304wAcTPM7G6K6e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QOeNZcIpzOW36sWGONtK1B9PIgfqL13S { top:13.375rem;left:3.9365234375rem;width:38.3125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSmvUsbq3m2IvyQl0BEdkTzdeJVT6FzO { top:15.8125rem;left:11.6240234375rem;width:1.8125rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk8Vdo41W3g0evIK8yWS7V2WGuJbT0Tv { top:15.8125rem;left:13.4990234375rem;width:29.625rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0TUANVHsxbrMDTll614RzBHI6LDEP6A { top:17.6875rem;left:11.6240234375rem;width:1.8125rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iay6l8gfq9ob4kvzoFywQU4CBO2qwdbE { top:17.6875rem;left:13.4990234375rem;width:29.625rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZDMewMxFWINGi6zkgVHuoQ0JoZsMGAb { top:19.5625rem;left:11.6240234375rem;width:1.8125rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubFHxkVDSEwmgfiCSWqEL3KkZmnG8K5a { top:19.5625rem;left:13.4990234375rem;width:29.625rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPZwWhKxxMXuqOypHxuZ6WkTcM2tLJ9T { top:21.4375rem;left:11.6240234375rem;width:1.8125rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0TDgNCGWmyHatV6CZ2Go2tgPX56EhJX { top:21.4375rem;left:13.4990234375rem;width:33.25rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWND5rOmQ7cL9bIRTs7vg3xxkPlKkZyx { top:24.1875rem;left:1.6240234375rem;width:43rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNL0TeVAk9SEwLHckrg0zQ4VMLtSFSP1 { top:28.0625rem;left:11.6240234375rem;width:1.8125rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXK9d9n693yoTrDpFDUNEf9ZOg804vbv { top:28.125rem;left:13.4990234375rem;width:29.625rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhW4tIArTobf9N2B0FAtA9L5OnAkrGLG { top:30.875rem;left:1.1240234375rem;width:43.4375rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfetHWd9sT6tix7rciE5B91bNUf66Os8 { top:33.375rem;left:11.6240234375rem;width:1.8125rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #neN4M4ristdiW4bDzRRPhZNrlsGHfiVC { top:33.4375rem;left:13.4990234375rem;width:29.5625rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTlOiMSIkqVStTbbr1fT93cZN8A5EETa { top:35.3125rem;left:11.6240234375rem;width:1.8125rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uca415L32XzlsGsvpqpwAbJRNP5gToih { top:35.3125rem;left:13.4990234375rem;width:29.625rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckS9MUGOwJm6eKUPS8CvPGoObPPwhZCS { top:8rem;left:20.5615234375rem;width:5.3125rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyncKQWQHEhOaSkaSsF1A0oflBKvcpTi { top:3.375rem;left:6.123046875rem;width:34rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3b9EsKe4CxlLDbJ2ibwI0R2Uyn8D1in { top:37.25rem;left:11.6240234375rem;width:1.8125rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZ2WVyGTeaLD0t9AD0d8JJarqsAwLid2 { top:37.25rem;left:13.4990234375rem;width:25.4375rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTEwAFr2OsiZD4bEEMGyKpvTiVmHIc7u { top:40.6875rem;left:12.749786376953rem;width:1.8125rem;height:1.8754462268609rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv .widget-regular-label { display:block; }
#nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv  { width:29.3125rem;height:auto; }
#nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv {display:block;}#nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv { width:29.3125rem;height:auto; }
 }@media only screen and (max-width: 763px) { #nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv #lazJSZ3sK4wKn9EHzsLWWkmk6W5qCNrx {  }
 }@media only screen and (max-width: 763px) { #nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv #NhvImbCe7kpKSBVCbZw2KnqQbwwib2O0 { display:block; }
 }@media only screen and (max-width: 763px) { #nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv #tknsA7PpoNsTcsgMLCfs3LFlXF52tW6k {  }
 }@media only screen and (max-width: 763px) { #nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv #caU7IVgBcQsfBufUm0gVhLJPm5ze8eCd {  }
 }@media only screen and (max-width: 763px) { #nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv #rCGCVEFCEH6EKXr30FldvrqgLD8oEqGK { display:block; }
 }@media only screen and (max-width: 763px) { #nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv #u7b1JIMyutemMGZKausHSNdl2PvtmTyN {  }
 }@media only screen and (max-width: 763px) { #nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv #rvFfCKKlaEztRRACP3Li6LonyAiTQEKn {  }
 }@media only screen and (max-width: 763px) { #nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv #ySdWtA6RCnpJT9x9Cx2RHfzrxu1WHuJo { display:block; }
 }@media only screen and (max-width: 763px) { #nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv #ULODxdq6d6c2S5Pqi3ZWh1oOCch9dmJ6 {  }
 }@media only screen and (max-width: 763px) { #nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv #uJLxltwXqUyNHF6XW7LCz6TsKrFNXyEX {  }
 }@media only screen and (max-width: 763px) { #nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv #KHZ2FkRQPMcMU4mZd9CydNXyNS28Gyzx { display:block; }
 }@media only screen and (max-width: 763px) { #nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv #Chn1whnTORN9pViHheWMAAEFfQIXvAlH {  }
 }@media only screen and (max-width: 763px) { #nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv #cScns0z7tcOeqWAJwgForBHtJhxnCl6F {  }
 }@media only screen and (max-width: 763px) { #nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv #gms5rn05zRoybfTytigr5fNCGybXtciG { display:block; }
 }@media only screen and (max-width: 763px) { #nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv #wNcq3buFIhxCJXyN5TPUeTnu1Kb3AqiK {  }
 }@media only screen and (max-width: 763px) { #nCODZzB7E4LeP9BoK3TKKTkaJ0STqrNr { display:block; }
 }@media only screen and (max-width: 763px) { #nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv #BgZRqMJz21ZT4IQSpFacdPBSKmfrIcTT {  }
 }@media only screen and (max-width: 763px) { #nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv #RDTDWBNvO3HTTTfrxWy6g4mEJ3CQogVV {  }
 }@media only screen and (max-width: 763px) { #QHk66VJ3gOG7VRIGy6cGU3qqdK5To4Hc { top:2.125rem;left:4.9365234375rem;width:36.25rem;height:72.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #StpK4lTbxGwSo8bQF3tQ94DNen26BL0I { top:40.1875rem;left:1.373046875rem;width:43.4375rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTLLp4If7RXFm0yOTNl3L1ywJCcxKo1H { display:block; }#HTLLp4If7RXFm0yOTNl3L1ywJCcxKo1H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cx6lDPu1XGWu61Ikd2wVT9goZfyiRMCT { top:1.8125rem;left:0rem;width:47.75rem;height:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ovd3Img6izBcSd1Fq4C4f7WUutCzWaif { display:block; }#Ovd3Img6izBcSd1Fq4C4f7WUutCzWaif > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t07mPO5yR2LsRXTE18mRnfe2OycgTGUz { top:2.4375rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn4WCzSkI8zd6HEVHppxLWT504qiG83o { top:5.5625rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kztUirgdxBSoGQDq4DvbSeTJMiC2wlEF { top:13.375rem;left:0rem;width:47.75rem;height:11.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #piQa7SJQIEyMxdFy4A4haXO5LGmMILar { display:block; }#piQa7SJQIEyMxdFy4A4haXO5LGmMILar > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rxRnbvR24AJU4lFhbX14LtItJ1xkk4lv { width:17.5rem;height:3.4375rem;top:7.625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTNIpXZuVzTniPm6hePaUm7D5KHgsGdQ { display:block; }
 }@media only screen and (max-width: 763px) { #k2TkKfC8O24EALoaEhuSZBI403lsVmUU { display:block; }#k2TkKfC8O24EALoaEhuSZBI403lsVmUU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SoWbZlgUGtTlr4dDobUAV9AKArDCuJWu { top:2.4375rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fm9Ke2oxXGqtSMJvOnsyewtiovWmCkw1 { display:block; }#fm9Ke2oxXGqtSMJvOnsyewtiovWmCkw1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rr8k4iObPZUQgXq9ubDE2cDvorkTzkoL { top:0.9375rem;left:0rem;width:10.5rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqrXTyOS5Lh82d6CCw7K6SuviQvmx910 { top:0.75rem;left:18.25rem;width:11.25rem;height:5.56188125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkdgRUSoWbtkvtPXVZGC2TN6qMUVvkxK { top:0.9375rem;left:37.4375rem;width:10.3125rem;height:5.0939693213651rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTEIW3RrCftImZqnFxr1OiNbB347lHNJ { display:block; }#JTEIW3RrCftImZqnFxr1OiNbB347lHNJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OypaelItmyM1xo1U9VPC1FPuv8Q81M0O { width:19.9375rem;height:7.25rem;top:0rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L40cmzaXvTqPbRHFgbXucGDfQXRxGiNB { top:19rem;left:0rem;width:15.875rem;height:40.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCAJ1uJtFTBCSyvNSsqZgyZM3iqu2FpT { width:19.9375rem;height:2.0625rem;top:2.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfGG8K9am4OyK0r8IqQQaT9uC0dmBTlB { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oL0VCwedTZt4qmpGhoucA94Rk8PFWuHZ { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #U1Wf7DAPJqnMXqmiryaT1wLoNBb5gN1T { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XAAyDlhGdASA4tdEFDzG5MiZiGd4mpwS { top:19rem;left:15.875rem;width:15.875rem;height:33.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2FbyDzW19ppSFTC2v7R7hiSoDsAmGu8 { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1Errxlgwltr6D90NdyxREQqoJOUU9f8 { width:19.9375rem;height:2.0625rem;top:2.0625rem;left:11.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCp4WFA6cn30eACkThHevz2LhklCIptq { top:19rem;left:31.75rem;width:15.875rem;height:35.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gwe47E9GF9l7hDMR8c9Vqke7ZFu4VRN6 { width:19.9375rem;height:2.0625rem;top:2.0625rem;left:27.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G87rSoyOh3zms5zWosbSzcxWRAEwTAI8 { top:0.875rem;left:17.6875rem;width:11rem;height:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CF9l3cqTKx4wRrIuEcFbl91KDzueThOM { top:0.875rem;left:0rem;width:11rem;height:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #adIz09xii2rXkoiyIn4vBpFIiR5wrDDy { top:0.8125rem;left:35.5rem;width:10.875rem;height:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cTpylhocFONz5SC5SXsNTNX4Gdu24e58 { top:6.1875rem;left:0rem;width:16.4375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEBLAwfFuT2KTUsP6ZQJlslHbzvPfoux { top:6.1875rem;left:15rem;width:16.4375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlwQiBpEBg5wUhlHiNeTKfAMDr50XUvk { top:6.1875rem;left:30.875rem;width:16.4375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn5BPICaUlPL4wJBGwqAUXHSc9giquZV { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #f3drTMclWTwTgwyzLSIBcAfoMS56uVGo { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eP1zTwvZD1FCcZLt3PzbhBQlkQ82kXJM { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pMIZVutrFe1A7ma0TuEyhJzh1zpn0x6U { display:block; }#pMIZVutrFe1A7ma0TuEyhJzh1zpn0x6U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lzKryXUJAkdSNxBPJOenWOUpdwm4RrIn { top:0.9375rem;left:0rem;width:10.125rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4oRt1fyg6xxsFsdBUt09szrXFpnaaO3 { top:0.5rem;left:17.62345123291rem;width:12.5rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyZSEksar0AgoHFI2ThRsPANG2yKur47 { top:1.5625rem;left:38.375rem;width:9.375rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTIwZVH7mBuoI6h1thRpmKUTqr6mknfJ { display:block; }#kTIwZVH7mBuoI6h1thRpmKUTqr6mknfJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZKTgtORTp3V5ofWOF6FEpBphCLMTZA2z { width:19.9375rem;height:7.25rem;top:0rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3HOhCtArTI27bVSubcM0h5kHAbEAlMM { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tFViid72aNWUnC56tGm7Hd0kRUIe9T3R { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VMPxufDLzWe3GQJh5KBaQ6oN84Ql7THy { top:19rem;left:0rem;width:15.875rem;height:32.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q08QemLXFEDBzdzrCrXWsSsBeUzPH2zs { width:24.875rem;height:2.0625rem;top:2rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwIomrlVF1eQxoBpiS9TGViWOICiKk9x { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT3p4sxgc2LKdhKhrr9gvI1acGCJPN2n { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbATU04UsZarpp4Uzf1Qm6hT23ITQxgl { top:19rem;left:15.875rem;width:15.875rem;height:35.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTqP0lSOSGwuUyBmxMtK8Ldsn209Hgqp { width:19.875rem;height:2.0625rem;top:2rem;left:11.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eziBb59C1n14yO3ZymT45ae6LgB0LxHW { top:0.8125rem;left:0rem;width:10.875rem;height:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #d6W4bdAqp60GdCzED0LdUhNZZrUa1BId { top:0.8125rem;left:17.656253814698rem;width:10.875rem;height:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wsCc8HfMNJDpAUFwwAQmx3DSsJEf9aA0 { top:1.375rem;left:35.3125rem;width:7.3125rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JnbuEMyTtmGpU95eZ4SKbT2pkltGUMWb { top:6.1875rem;left:0rem;width:16.4375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9TasKLBL0hpTNa9oiUWkdrhZ5Q9JJD5 { top:6.9375rem;left:14.25rem;width:0.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zdn1cwPF5UR44c8iEAeBb4Z24igGb8On { top:6.1875rem;left:15rem;width:16.4375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtU6Lq74Wydx29RwRIJNErxNF4FAJfbP { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UfJ1ABThNTQRPxT9VVwAkAIxun2bvTXG { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #V0Q45QVfOrK5fuFgLmTbAQudVMqEy08t { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JlO7V5CTiuXO4X1fFLCRhSnaXNP7q56k { width:19.9375rem;height:2.0625rem;top:2.0625rem;left:27.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOcrh5gtbVxfpe5aZb2zX1gQwcOwyswq { top:6.1875rem;left:30.875rem;width:16.4375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE38MZHphmkiNOyMGuDZzCmuClONy9KV { top:19rem;left:31.75rem;width:15.875rem;height:37.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ8olmnoVMguJLALfpNm5yzc7ydQNbg9 { top:0.8125rem;left:0rem;width:9rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aTXBzH8XmyekabHi3JLPXf3atsnLdsm3 { display:block; }#aTXBzH8XmyekabHi3JLPXf3atsnLdsm3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fDEu2buWbAq7CwL3gHuDq0paSehc17qE { top:0.5625rem;left:0rem;width:12.1875rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6MNfUkFzgJ1lS1NF3hnKLs8HOKrkahh { top:1.6875rem;left:18.461803436279rem;width:10.9375rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gc6Fl4BT99xu7TLhwSI0BfD17fBETSyh { display:block; }#gc6Fl4BT99xu7TLhwSI0BfD17fBETSyh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hLagvaTS4F8oTCTyar9VrMsA6NNSfi5C { width:19.9375rem;height:7.25rem;top:0rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3xneHZ7oIkCTFgAGtVIJKG1DnBdTxO1 { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WMclCFW4FBirtfEH0udwyFQlre1uo8Uz { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #I8m8uH3wPJGGown7sugug6SQtmhtvoyq { top:19rem;left:0rem;width:15.8125rem;height:30.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSLQUARRsWQabN6KQF7ek9C9CZOxVCTm { width:19.9375rem;height:2.0625rem;top:2.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMysxsnJCBtNw4qTOHFzp2tDJn7ZnagG { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oirxmRLXiHW624HX9ZG6BFUK8I6fUrcx { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXE9QdT17wTGpKcg5rOUA5GiTGUzK3Uu { top:19rem;left:15.875rem;width:15.8125rem;height:40.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNXAakRsAMhrdZolJyEDxDhbk8k6lJ0E { width:19.9375rem;height:2.0625rem;top:2.0625rem;left:11.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEBN9qdK5Tn5LlRI38SqvsFZfv0LmE66 { top:18.9375rem;left:31.75rem;width:15.8125rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkzmlbMJ1MeVdMLQzWp8QGeOV4wzTdKO { top:0.8125rem;left:17.656253814698rem;width:10.875rem;height:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WNdNAd2dEnZIGbwVm3yeeofuMrBHapcp { top:6.1875rem;left:0rem;width:16.4375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzI9J7Oite6SU1gbp6vEWSZ8QvbKUu1H { top:6.1875rem;left:15rem;width:16.4375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfdLm7gDA4Z5QNrt1d1kTOZHLdSt4LPS { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhTqMDUBbPPTRFgoo9WRm6I6UZpq6NKx { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmaBgq7Bbl2Whasr1ssHFodA3uurhPQc { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLVTJSgsCiH9NyLSNTiGtcZ2l6pFaqF3 { top:1.375rem;left:35.3125rem;width:6.875rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XgH8ArnUQP2ETuz4XnVmi9RwRroT2b6B { display:block; }#XgH8ArnUQP2ETuz4XnVmi9RwRroT2b6B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ROVnmvuq5CKN2mMEh4GMG9fGmHP4h0gf { display:block; }#ROVnmvuq5CKN2mMEh4GMG9fGmHP4h0gf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ko8GJyTNUC9iR2rx95pAu3L9xWIGeTJl { top:0.25rem;left:13.647657394409rem;width:15.25rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #afMvziM2HlEJKozxbNGHSdVkiuaVWA7Z { top:30.9375rem;left:4.5625rem;width:38.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wy6W5pyZEZupNmTspuM5bQk3EI7Z4vXH { width:15.5625rem;height:1.6875rem;top:3rem;left:14.15625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNi7SK4gU4PEQOJ03PGPRN3tsFiTBUyi { top:2rem;left:0rem;width:13.125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQgV85Rny6UyUf18mIr1eCUCEo2S7yIr { top:2.875rem;left:35.875rem;width:11.875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fROGKkX9krS7zinErcxfgHo5VtM6s851 { display:block; }#fROGKkX9krS7zinErcxfgHo5VtM6s851 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m1wpoLlh3Ng4ByXTSrvImbo3mSyMyEGn { top:0.25rem;left:13.647657394409rem;width:15.25rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eR9N8eVK5FKbrP9gc0vW3y3FZg2rQEBI { top:30.9375rem;left:4.5625rem;width:38.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeHPhRSncH6b19SpJnHmJSkecdBtSvcS { top:0.875rem;left:0rem;width:10.9375rem;height:1.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvFC7ckZnVe1cbiT0zGuWM3VVTLp7CFv { top:0.8125rem;left:16.7490234375rem;width:12.8125rem;height:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0U3oAC6JEOBrVwhSW5KE6TZF1WoRyZ6 { top:0.875rem;left:32.4375rem;width:15.3125rem;height:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3s94xcW9WtPbhmB3x543EIcETlcPNcs { top:0.875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPhs1hhBJtv2nJ7A2GXGhMPSZkp6oTFb { top:0.875rem;left:14.3125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmTs6xfDPiwzApiJ4Gc6ZkAcC8XWoFIb { top:0.875rem;left:38.8564453125rem;width:1.875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDvwfgPoqg7CvTaOLyRJe2TvM01ZGfxT { top:7.0625rem;left:0rem;width:10rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VchiLfOXxRUJMh3NuIx4ZNC1Ztc3s0md { display:block; }#VchiLfOXxRUJMh3NuIx4ZNC1Ztc3s0md > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n2h8prilwxP5obJEPXVsbrM2MZdgXvTR { top:1.5625rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDFGpochNoVJ6WNlTooigWa0J3TmnV9U { top:7.0625rem;left:1.9677734375rem;width:7.125rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2b2IoiZST4FJp29LFvFxa9wXA45bITO { top:6.5rem;left:16.0302734375rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuU2USZrsUSmFGoxOAEUzx1QWGbnv396 { top:6.75rem;left:0rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQrwpZg6yifzzsEt01H3ihvEUaJaHAne { top:16.75rem;left:0rem;width:9.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJvwnCtf1XBuSOQ7nUDooJbWIlKK6ZtG { top:16.75rem;left:0.75rem;width:9.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysXmK7mFJiNqKxfTTFXG8Bl2eyAimDel { top:16.75rem;left:14.4365234375rem;width:9.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyXGlGUtaL86Mr4k86NFyiVyDBQoZwgG { top:16.75rem;left:27.0302734375rem;width:9.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJyUxJuMuOX7yiNz8VeehhXA08pLrCl2 { top:16.75rem;left:38.1875rem;width:9.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMunhSARvVDA0y77bTsSyoSTVZNPpWxh { top:16.75rem;left:38.1875rem;width:9.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tev0nlFFmaRFzv5hlOavfyBqNUC0zcSm { top:7.0625rem;left:41.8125rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvBWPvJCvWBuIDEmXT4ysMyC8uBX549p { top:14rem;left:0rem;width:11.25rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJN4GEpzEZyJfgPMnAcCPL51MazQWdBk { top:14rem;left:36.5rem;width:11.25rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpVgXPkGStK3ToBug97PHRfTnf9K417s { top:14rem;left:0rem;width:11.25rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FV73DIls2xT61ndTCMtyRFKT2Q8FcXo1 { top:17.5625rem;left:0rem;width:11.25rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrSg3OAwJvG5SDZbJWpF0yw2kkU3uH3v { top:14rem;left:37.4375rem;width:10.3125rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEq4p4pQEIMB2mNwkrOyqEspE2vXpga3 { top:14rem;left:26.2451171875rem;width:11.25rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmnFTB7TqXPFBTr5ryuiCc1OcQZaQAMD { top:13.0625rem;left:13.5927734375rem;width:11.25rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQNBCVPfyFmit64GpI818DWyymLdTcdo { top:7.0625rem;left:28.8427734375rem;width:5.9375rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbiwrocH8r94aUWCBfyAkReRBTpAHBZp { top:7.3125rem;left:40.9130859375rem;width:5.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sm9TGx8JclupE5D0VxJDdax95hVHuWBI { top:17.5625rem;left:36.5rem;width:11.25rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cpi1qz7c65Vvm3RbISd4G9rnMy3VMV20 { top:17.5625rem;left:26.1865234375rem;width:11.25rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMSnsG9Btuhx7x9WuvCszB5Pa1rqFgqd { top:17.5625rem;left:13.5927734375rem;width:11.25rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCXKIy15EwgLPgDh3DmQZd75WabykTn2 { top:17.5625rem;left:0.6552734375rem;width:10.3125rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXndse2gquoe1yAlzq7y5yPCggagPD90 { top:17.5625rem;left:36.5rem;width:11.25rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUOfgsW47nQPHezQFvnyN7pAJx9QuZSc { display:block; }#pUOfgsW47nQPHezQFvnyN7pAJx9QuZSc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DB9sTbOCWQXk5HhyHwPGZxpxoC0PHHWb { display:block; }#DB9sTbOCWQXk5HhyHwPGZxpxoC0PHHWb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uO7iy2eRKACJrQpbJBBlRS2wSxW49JWT { width:10.3125rem;height:2.75rem;top:1.75rem;left:18.6865234375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtVb7CGI09DlMyTe8KKW8kOJo8UGTSfM { top:20.625rem;left:23.9375rem;width:16.8125rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLcTugzzPxHyZsGUNsdkFNLOgXTVMqFW { top:19rem;left:22.75rem;width:19.125rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWwlOEyk9M8194mNitkhz7m8wz6RoRc3 { top:19rem;left:5.875rem;width:19.125rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lp8ARhyedy9V5GLtX4XMNEVsqQiEB0ef { top:15.9375rem;left:7.25rem;width:16.375rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #neUwP9hFRC5NCzMV01SFKKatyrzIeLvG { top:20.625rem;left:7.0625rem;width:16.8125rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UblZpNoOqGy8e6RE5yF83Z3lsDEUlJUC { top:15.9375rem;left:24.125rem;width:16.375rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI4GomSN2i0sZQ7A1f8uKnAy8fsWKMpV { top:6.25rem;left:11.125rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rshXgfCx3z1abDhoMidWwUzoTlNGiShC { top:6.25rem;left:28.03125rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMGMUs9MkiNMVPEqxfQMvlXHkKeTrd5s { display:block; }#gMGMUs9MkiNMVPEqxfQMvlXHkKeTrd5s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JAoWyskTWlaoNoipXEny4vQNMwqkDvQG { display:block; }#JAoWyskTWlaoNoipXEny4vQNMwqkDvQG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JdqrwTXMhTDPQLKFAUgPHXyecROrwxdP { top:2.875rem;left:38.5rem;width:9.25rem;height:1.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xv7TlVns2cXsqvP4O6ll8gqDQfIxcfGS { top:1.625rem;left:14.1875rem;width:13.25rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhkDoHvFlTPS8CnfDkx5ZLmNI6xt3wGs { top:0.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODySmXis065uVWQT1Irvz9rAqzkXwot8 { top:2.5625rem;left:0rem;width:1.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZELg4DWpRO7lViMq3TmiTr2sFqfsWbB { top:4.75rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqSqK6UaPfV9RC2sLZZUiOfu5vm7HcCb { top:2.4375rem;left:12.4375rem;width:0.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym6i5lJAn1AV0fVViMLwFEuz98z5z2Kl { width:6.8125rem;height:1.0625rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyw4oAeozzqMArEIpA4xhZml8TFTegZm { display:block; }
 }@media only screen and (max-width: 763px) { #OzL3OlOxWN1ySQtUHvVGJQWTDww5W258 { width:11.6875rem;height:1.0625rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoTfHl0LvGl7E7oiIzzPcSaTXbR5XmzO { display:block; }
 }@media only screen and (max-width: 763px) { #g0SILA7Kr9nAba2u6gXrUJJU2p3EZUss { width:9.875rem;height:1.0625rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2EkhOmT0rc8IXLZeZHIszTv1Q7bS08Z { display:block; }
 }@media only screen and (max-width: 763px) { #qFWqhLfIAEkriOuvm46FfyfSnEC8LLsG { top:2rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mC9TlL7ZpczxJKCWTryigUUrSFQa0cNC { top:1.9375rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #niENGJsH7SMu8vl2QTZffrzW8fvlICdb { top:2rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwZ0HHh2KC7Ibi6cMtAtx5xbbXNJTNk4 { top:2.25rem;left:0rem;width:7.25rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #y7binsBMhxBLcBkUQinATtosF7LhWAxi { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#y7binsBMhxBLcBkUQinATtosF7LhWAxi > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mM9OaQhCcLFVDR6ohu8VwnTk2lq53Sca { width:7.3125rem;height:1.625rem;top:1.625rem;left:6.3125rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #eoVhDVuMUkKxhOSn58qTDHeWiKVe5WR4 { display:block; }
 }@media only screen and (max-width: 763px) { #HJgWgFWIRMw1ZFiDMwdAh0n41ACKAtVm { width:7.9375rem;height:1.625rem;top:1.625rem;left:6rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #dEsJLtmq9a2MqP7Oug7XcJd3yDdOXB5w { display:block; }
 }@media only screen and (max-width: 763px) { #yPgUlu5qBRUZ9phRPgTCZ7LXLvnP7kQI { width:11.5625rem;height:2.5rem;top:0.9365234375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmqX6TTEAos6bD5JibQuI0XEgcmClKZT { width:0.625rem;height:0.625rem;top:3.125rem;left:2.1499999761581rem;text-align:right;text-align-last:right;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #eitoU1AlsS4InstWJWKxiE6dwQTJMWac { display:block; }
 }@media only screen and (max-width: 763px) { #Boumm6BoNV3EFWeLsCTWk2mwad3XSdlh { width:10.25rem;height:1.875rem;top:4.09228515625rem;left:4.8743040561676rem;z-index:15034;font-size:1rem;background-color:#c2a86d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#050062;display:block; }
 }@media only screen and (max-width: 763px) { #cVU8v3zVQamgHJGlbWdKo62t8uP5Ui83 { display:block; }
 }@media only screen and (max-width: 763px) { #vdnnq8uhRD38RmMockIyiTQSoyZhD6De { width:20rem;height:0;top:4.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #HOKOrXeFfoKc1nVIZWgbqA61aHdcf81t { display:block; }#HOKOrXeFfoKc1nVIZWgbqA61aHdcf81t > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z0lRqADz9FCcp4I7hBVvhFR0Uqs3T3XV { display:block; }#z0lRqADz9FCcp4I7hBVvhFR0Uqs3T3XV > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQDhzTAAyb309SfKuxhp4xbclOdeAtWs { width:20rem;height:2.75rem;top:3.7484378814698rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJQzfprB4MbiHrNnxTrMnZ2OQwETW30u { width:14rem;height:2.4375rem;top:10.311325073243rem;left:2.9981436729431rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TntWr7ustb94IqBIkvlU9Tvmt56sRRvQ { display:block; }
 }@media only screen and (max-width: 763px) { #DZcmiX8tcBDcy2PmK8CcRPpQTdp61TTc { width:18.75rem;height:0.125rem;top:7.78515625rem;left:0.62343746423721rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxNF7sSuc91zQc3d6OcFiPQQOd3QgqJr { width:20rem;height:26.9824625rem;top:9.37109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JPPMN0byM0Qvh2ZUTP30rMc073yO7MF0 { width:20rem;height:1.4625rem;top:1.2493810653686rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Si6TMEFwewClwqOvocL1wBKTVHQLFIhN { display:block; }#Si6TMEFwewClwqOvocL1wBKTVHQLFIhN > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PV8ttdwC0fMV2XrhwUrXxHzCfoarrblO { width:14rem;height:2.4375rem;top:11.5625rem;left:3.0000001192093rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OHgi6OekRJvgFnIBNnyy0ihhSemBd6nL { display:block; }
 }@media only screen and (max-width: 763px) { #CJJTHUUfMT9tzazvrLELTLTENBWR38pU { width:20rem;height:12rem;top:0.6240234375rem;left:0.0234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbdZTgrnKZr4sJvAw1LRDIwghOm614x8 { display:block; }#xbdZTgrnKZr4sJvAw1LRDIwghOm614x8 > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E6h9CPVoO9EE8rT3oUBPopnddJO4RT63 { width:20rem;height:23.98434375rem;top:1.2578125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #a0hIuDg6fTfKZ7R0dLuZ2ME0HTRuO0pa { width:18.3125rem;height:1.69921875rem;top:26.556640625rem;left:0.8427734375rem;font-size:1.0625rem;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;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #PkvcQpcen4bWvHTwnkMAN8NNOEEzMKUW { width:15.4375rem;height:1.5996125rem;top:29.060546875rem;left:4.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wfHIvUAkHo56aJ8vANRE6gupwtIyi7I2 { width:2.25rem;height:2.2753875rem;top:28.7470703125rem;left:1.5615234375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IoJmJE8Fs0BFgTKV1rkC2dZlkbZo2vId { width:15.375rem;height:3.19921875rem;top:31.9345703125rem;left:4.0615234375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q0wW6d6a7KTRlNAilErLxs2zVXJRgKeB { width:2.25rem;height:2.2753875rem;top:31.9345703125rem;left:1.5615234375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fh5wRfo5OEcbFI1xDPppQ2V2tBVt1e03 { width:15.1875rem;height:3.19921875rem;top:36.4345703125rem;left:4.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OnDUOBVh5aurFpTNR59n0ksnts4GZxiC { width:2.25rem;height:2.2753875rem;top:36.4345703125rem;left:1.5615234375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k3rVk4gM3dEPWAlhSNOXM7wvagV5t03P { display:block; }#k3rVk4gM3dEPWAlhSNOXM7wvagV5t03P > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBJ2Nlr0NZVsaV2S41ZkDq7dQ5G0cWrh { width:18.24875rem;height:3.298825rem;top:0.69268035888675rem;left:0.87368500232694rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IhdrogXpEh3ExAyTnnrNK0fuhyTtMRxf { display:block; }#IhdrogXpEh3ExAyTnnrNK0fuhyTtMRxf > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EdXQMmfT6rTpMX9d8kICXxCN8Ch8xt5W { width:20rem;height:19.4873125rem;top:4.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #t1RoyeLplnIPOPIuF7vAAqHF7cEISNEp { width:11.5625rem;height:2.5rem;top:1.248046875rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAHyf9fpSA9OlgA3UmzTR0WFLnSPpZ4Z { display:block; }#lAHyf9fpSA9OlgA3UmzTR0WFLnSPpZ4Z > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GJok3rdsJiMbDZLB4euxTBLsnHCPLKeg { width:14rem;height:2.4375rem;top:11.5625rem;left:3.0000001192093rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KPCESzV74CZgk11Ctv6gMUt3yHLIqBFh { display:block; }
 }@media only screen and (max-width: 763px) { #cXHKLaXq6Q1y5EUGO2tkIKLsPIAkmPVF { width:20rem;height:1.875rem;top:0.91493225097656rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oX8aXhOXHVO38GIH0hdQW5HNDfQpaOio { width:20rem;height:9.4375rem;top:3.4149322509766rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRDkDdlpnt2ee6F38nA7E7yNCXw8oCq5 { width:19.0625rem;height:0;top:16.0625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #OWHdVOET6I73pSzfUMzLcCTFmwqy9qRo { width:19.061875rem;height:1.21875rem;top:1.3060026168823rem;left:0.46689355373383rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15041;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NSA3c9D64onmbPyxapRLwh8pmHGu533O { display:block; }#NSA3c9D64onmbPyxapRLwh8pmHGu533O > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GwblmUyJoCqTQbdPvGM1T5ccXaTS9WVy { width:20rem;height:8.875rem;top:8.109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td688oJvGBZTl1ihpJ5M4ptK1OGNMRRW { width:20rem;height:3.298825rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iG060P4JIpBzEfUMmM6wX8oPTo5OqeXC { width:20rem;height:1.58105625rem;top:5.3349609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeRvzSeK4qMfBo9Wa304wAcTPM7G6K6e { display:block; }#PeRvzSeK4qMfBo9Wa304wAcTPM7G6K6e > .row .container { width:20rem;height:86.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QOeNZcIpzOW36sWGONtK1B9PIgfqL13S { width:18.5rem;height:2.70019375rem;top:12.185546875rem;left:0.7490234375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vSmvUsbq3m2IvyQl0BEdkTzdeJVT6FzO { width:1.8125rem;height:1.875rem;top:15.4375rem;left:0.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk8Vdo41W3g0evIK8yWS7V2WGuJbT0Tv { width:15.9375rem;height:1.5996125rem;top:15.6875rem;left:2.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l0TUANVHsxbrMDTll614RzBHI6LDEP6A { width:1.8125rem;height:1.875rem;top:17.9375rem;left:0.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iay6l8gfq9ob4kvzoFywQU4CBO2qwdbE { width:17.125rem;height:2.3984375rem;top:18.1875rem;left:2.5625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gZDMewMxFWINGi6zkgVHuoQ0JoZsMGAb { width:1.8125rem;height:1.875rem;top:21.1875rem;left:0.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubFHxkVDSEwmgfiCSWqEL3KkZmnG8K5a { width:11rem;height:1.5996125rem;top:21.4375rem;left:2.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VPZwWhKxxMXuqOypHxuZ6WkTcM2tLJ9T { width:1.8125rem;height:1.875rem;top:23.875rem;left:0.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0TDgNCGWmyHatV6CZ2Go2tgPX56EhJX { width:16.8125rem;height:1.5996125rem;top:24.0625rem;left:2.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GWND5rOmQ7cL9bIRTs7vg3xxkPlKkZyx { width:19.999375rem;height:3.8964875rem;top:27.0595703125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dNL0TeVAk9SEwLHckrg0zQ4VMLtSFSP1 { width:1.8125rem;height:1.875rem;top:31.6875rem;left:0.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXK9d9n693yoTrDpFDUNEf9ZOg804vbv { width:13.3125rem;height:1.5996125rem;top:31.8740234375rem;left:2.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vhW4tIArTobf9N2B0FAtA9L5OnAkrGLG { width:17.8746875rem;height:3.19921875rem;top:34.80859375rem;left:1.0595703125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sfetHWd9sT6tix7rciE5B91bNUf66Os8 { width:1.8125rem;height:1.875rem;top:38.6875rem;left:0.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #neN4M4ristdiW4bDzRRPhZNrlsGHfiVC { width:15.1875rem;height:1.5996125rem;top:38.875rem;left:2.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CTlOiMSIkqVStTbbr1fT93cZN8A5EETa { width:1.8125rem;height:1.875rem;top:41.0625rem;left:0.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uca415L32XzlsGsvpqpwAbJRNP5gToih { width:13.9375rem;height:2.3984375rem;top:41.25rem;left:2.5625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ckS9MUGOwJm6eKUPS8CvPGoObPPwhZCS { width:5.5rem;height:5.25rem;top:5.9375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyncKQWQHEhOaSkaSsF1A0oflBKvcpTi { width:20rem;height:2.5996125rem;top:2.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3b9EsKe4CxlLDbJ2ibwI0R2Uyn8D1in { width:1.8125rem;height:1.875rem;top:73.2998046875rem;left:9.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sZ2WVyGTeaLD0t9AD0d8JJarqsAwLid2 { width:16.5625rem;height:1.19921875rem;top:45rem;left:2.5625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TTEwAFr2OsiZD4bEEMGyKpvTiVmHIc7u { width:1.8125rem;height:1.875rem;top:44.8125rem;left:0.375rem;font-size:1.3125rem;z-index:15075;display:block; }
 }@media only screen and (max-width: 763px) { #nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv .widget-regular-label { width:16.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.9375rem;overflow:hidden;height:auto;display:block; }
#nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv .widget-input-text { width:16.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv .widget-input-text {padding-top: 0; padding-bottom: 0;}#nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv .widget-textarea { width:16.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv .widget-input-select { width:16.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv .widget-input-select {padding-top: 0; padding-bottom: 0;}#nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv .widget-input-button { width:8.1875rem;margin-top:0.25rem;margin-right:4.0625rem;margin-bottom:0.25rem;margin-left:4.0625rem;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem; }
#nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv .widget-checkbox-label { width:15.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv  { width:16.3748125rem;height:auto;top:51.2509765625rem;left:0.5615234375rem; }
#nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv .radio-container { width:16.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv {display:block;}#nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv { width:16.3748125rem;height:auto;top:50.9384765625rem;left:0.5615234375rem; }
 }@media only screen and (max-width: 763px) { #nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv #lazJSZ3sK4wKn9EHzsLWWkmk6W5qCNrx {  }
 }@media only screen and (max-width: 763px) { #nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv #NhvImbCe7kpKSBVCbZw2KnqQbwwib2O0 { display:block; }
 }@media only screen and (max-width: 763px) { #nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv #tknsA7PpoNsTcsgMLCfs3LFlXF52tW6k {  }
 }@media only screen and (max-width: 763px) { #nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv #caU7IVgBcQsfBufUm0gVhLJPm5ze8eCd {  }
 }@media only screen and (max-width: 763px) { #nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv #rCGCVEFCEH6EKXr30FldvrqgLD8oEqGK { display:block; }
 }@media only screen and (max-width: 763px) { #nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv #u7b1JIMyutemMGZKausHSNdl2PvtmTyN {  }
 }@media only screen and (max-width: 763px) { #nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv #rvFfCKKlaEztRRACP3Li6LonyAiTQEKn {  }
 }@media only screen and (max-width: 763px) { #nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv #ySdWtA6RCnpJT9x9Cx2RHfzrxu1WHuJo { display:block; }
 }@media only screen and (max-width: 763px) { #nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv #ULODxdq6d6c2S5Pqi3ZWh1oOCch9dmJ6 {  }
 }@media only screen and (max-width: 763px) { #nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv #uJLxltwXqUyNHF6XW7LCz6TsKrFNXyEX {  }
 }@media only screen and (max-width: 763px) { #nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv #KHZ2FkRQPMcMU4mZd9CydNXyNS28Gyzx { display:block; }
 }@media only screen and (max-width: 763px) { #nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv #Chn1whnTORN9pViHheWMAAEFfQIXvAlH {  }
 }@media only screen and (max-width: 763px) { #nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv #cScns0z7tcOeqWAJwgForBHtJhxnCl6F {  }
 }@media only screen and (max-width: 763px) { #nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv #gms5rn05zRoybfTytigr5fNCGybXtciG { display:block; }
 }@media only screen and (max-width: 763px) { #nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv #wNcq3buFIhxCJXyN5TPUeTnu1Kb3AqiK {  }
 }@media only screen and (max-width: 763px) { #nCODZzB7E4LeP9BoK3TKKTkaJ0STqrNr { display:block; }
 }@media only screen and (max-width: 763px) { #nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv #BgZRqMJz21ZT4IQSpFacdPBSKmfrIcTT {  }
 }@media only screen and (max-width: 763px) { #nJOJUAFfy5NiHieTGKhSk1TmaWlzSVyv #RDTDWBNvO3HTTTfrxWy6g4mEJ3CQogVV {  }
 }@media only screen and (max-width: 763px) { #QHk66VJ3gOG7VRIGy6cGU3qqdK5To4Hc { width:20rem;height:83.4375rem;top:1.2353515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #StpK4lTbxGwSo8bQF3tQ94DNen26BL0I { width:16.9980625rem;height:3.19921875rem;top:47.80078125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HTLLp4If7RXFm0yOTNl3L1ywJCcxKo1H { display:block; }#HTLLp4If7RXFm0yOTNl3L1ywJCcxKo1H > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cx6lDPu1XGWu61Ikd2wVT9goZfyiRMCT { width:20rem;height:13.49119375rem;top:1.2530956268311rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Ovd3Img6izBcSd1Fq4C4f7WUutCzWaif { display:block; }#Ovd3Img6izBcSd1Fq4C4f7WUutCzWaif > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t07mPO5yR2LsRXTE18mRnfe2OycgTGUz { width:20rem;height:1.625rem;top:1.2118377685547rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tn4WCzSkI8zd6HEVHppxLWT504qiG83o { width:20rem;height:11.9921875rem;top:3.7744140625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #kztUirgdxBSoGQDq4DvbSeTJMiC2wlEF { width:20rem;height:17.98830625rem;top:17.4990234375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #piQa7SJQIEyMxdFy4A4haXO5LGmMILar { display:none; }#piQa7SJQIEyMxdFy4A4haXO5LGmMILar > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rxRnbvR24AJU4lFhbX14LtItJ1xkk4lv { width:17.5rem;height:3.4375rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTNIpXZuVzTniPm6hePaUm7D5KHgsGdQ { display:block; }
 }@media only screen and (max-width: 763px) { #k2TkKfC8O24EALoaEhuSZBI403lsVmUU { display:block; }#k2TkKfC8O24EALoaEhuSZBI403lsVmUU > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SoWbZlgUGtTlr4dDobUAV9AKArDCuJWu { width:18.4375rem;height:5.39795rem;top:0.94965267181394rem;left:0.78125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fm9Ke2oxXGqtSMJvOnsyewtiovWmCkw1 { display:none; }#fm9Ke2oxXGqtSMJvOnsyewtiovWmCkw1 > .row .container { width:20rem;height:17.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rr8k4iObPZUQgXq9ubDE2cDvorkTzkoL { width:11rem;height:5.5rem;top:4.5625rem;left:3.4687498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqrXTyOS5Lh82d6CCw7K6SuviQvmx910 { width:11rem;height:5.5rem;top:1.3125114440918rem;left:3.7812502980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkdgRUSoWbtkvtPXVZGC2TN6qMUVvkxK { width:10.875rem;height:5.4375rem;top:11.3125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTEIW3RrCftImZqnFxr1OiNbB347lHNJ { display:block; }#JTEIW3RrCftImZqnFxr1OiNbB347lHNJ > .row .container { width:20rem;height:174.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OypaelItmyM1xo1U9VPC1FPuv8Q81M0O { width:19.9375rem;height:auto;top:0rem;left:0rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #L40cmzaXvTqPbRHFgbXucGDfQXRxGiNB { width:15.874375rem;height:36.74315rem;top:11.25rem;left:2.1866320371628rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:copernicus;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #fCAJ1uJtFTBCSyvNSsqZgyZM3iqu2FpT { width:19.9375rem;height:2.19965rem;top:7.8121910095212rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfGG8K9am4OyK0r8IqQQaT9uC0dmBTlB { width:0.1875rem;height:14.375rem;top:21.35rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oL0VCwedTZt4qmpGhoucA94Rk8PFWuHZ { width:18.125rem;height:0.1875rem;top:21.22500038147rem;left:0.9375rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #U1Wf7DAPJqnMXqmiryaT1wLoNBb5gN1T { width:18.125rem;height:0.1875rem;top:41rem;left:0.9375rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #XAAyDlhGdASA4tdEFDzG5MiZiGd4mpwS { width:15.875rem;height:30.1819rem;top:73.125rem;left:2.1866320371628rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:copernicus;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #M2FbyDzW19ppSFTC2v7R7hiSoDsAmGu8 { width:0.125rem;height:14.375rem;top:60.525rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #W1Errxlgwltr6D90NdyxREQqoJOUU9f8 { width:19.9375rem;height:2.19965rem;top:69.686630249025rem;left:0.12413197755814rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCp4WFA6cn30eACkThHevz2LhklCIptq { width:15.875rem;height:31.49415rem;top:128.75000762939rem;left:2.2491320371628rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:copernicus;display:block; }
 }@media only screen and (max-width: 763px) { #Gwe47E9GF9l7hDMR8c9Vqke7ZFu4VRN6 { width:19.9375rem;height:2.19965rem;top:125.31163787842rem;left:0.12413197755814rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #G87rSoyOh3zms5zWosbSzcxWRAEwTAI8 { width:12.874375rem;height:6.375rem;top:62.811630249025rem;left:3.6866317987442rem;z-index:15022;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CF9l3cqTKx4wRrIuEcFbl91KDzueThOM { width:13.125rem;height:6.4371875rem;top:0.80940628051756rem;left:3.4362622499466rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #adIz09xii2rXkoiyIn4vBpFIiR5wrDDy { width:12.874375rem;height:6.375rem;top:118.43663787842rem;left:3.6866317987442rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cTpylhocFONz5SC5SXsNTNX4Gdu24e58 { width:16.4375rem;height:10.9375rem;top:49.0625rem;left:1.7491320371627rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #TEBLAwfFuT2KTUsP6ZQJlslHbzvPfoux { width:16.4375rem;height:10.9375rem;top:104.37413787842rem;left:1.7491320371627rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlwQiBpEBg5wUhlHiNeTKfAMDr50XUvk { width:16.4375rem;height:10.9375rem;top:161.24914169311rem;left:1.7256945371627rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Tn5BPICaUlPL4wJBGwqAUXHSc9giquZV { width:13.7496875rem;height:0.0621905625rem;top:174.06163787842rem;left:3.2491320371628rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #f3drTMclWTwTgwyzLSIBcAfoMS56uVGo { width:13.75rem;height:0.0625rem;top:117.18663787842rem;left:3.2491320371628rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #eP1zTwvZD1FCcZLt3PzbhBQlkQ82kXJM { width:13.75rem;height:0.0625rem;top:61.874130249024rem;left:3.2491320371628rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #pMIZVutrFe1A7ma0TuEyhJzh1zpn0x6U { display:none; }#pMIZVutrFe1A7ma0TuEyhJzh1zpn0x6U > .row .container { width:20rem;height:19.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lzKryXUJAkdSNxBPJOenWOUpdwm4RrIn { width:10.875rem;height:5.4375rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4oRt1fyg6xxsFsdBUt09szrXFpnaaO3 { width:9.25rem;height:4.625rem;top:7.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyZSEksar0AgoHFI2ThRsPANG2yKur47 { width:9.375rem;height:4rem;top:13.8125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTIwZVH7mBuoI6h1thRpmKUTqr6mknfJ { display:block; }#kTIwZVH7mBuoI6h1thRpmKUTqr6mknfJ > .row .container { width:20rem;height:169.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZKTgtORTp3V5ofWOF6FEpBphCLMTZA2z { width:19.9375rem;height:auto;top:0rem;left:0rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #E3HOhCtArTI27bVSubcM0h5kHAbEAlMM { width:18.125rem;height:0.1875rem;top:21.0625rem;left:0.9375rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #tFViid72aNWUnC56tGm7Hd0kRUIe9T3R { width:18.125rem;height:0.1875rem;top:42.4375rem;left:0.9375rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #VMPxufDLzWe3GQJh5KBaQ6oN84Ql7THy { width:15.875rem;height:27.5574rem;top:13.436630249024rem;left:2.0616320371628rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:copernicus;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #Q08QemLXFEDBzdzrCrXWsSsBeUzPH2zs { width:19.9375rem;height:4.396975rem;top:7.8116302490238rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwIomrlVF1eQxoBpiS9TGViWOICiKk9x { width:0.125rem;height:57.5rem;top:6.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yT3p4sxgc2LKdhKhrr9gvI1acGCJPN2n { width:0.125rem;height:50.625rem;top:6.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pbATU04UsZarpp4Uzf1Qm6hT23ITQxgl { width:15.875rem;height:31.49415rem;top:65.6249961853rem;left:2.0625001192093rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:copernicus;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #DTqP0lSOSGwuUyBmxMtK8Ldsn209Hgqp { width:19.9375rem;height:2.19965rem;top:62.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eziBb59C1n14yO3ZymT45ae6LgB0LxHW { width:12.499375rem;height:6.12438125rem;top:1.2456512451172rem;left:3.7473961114883rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #d6W4bdAqp60GdCzED0LdUhNZZrUa1BId { width:13.249375rem;height:6.5625rem;top:55.3125rem;left:3.3741317987442rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wsCc8HfMNJDpAUFwwAQmx3DSsJEf9aA0 { width:12.4375rem;height:7.3125rem;top:98.75rem;left:3.8125rem;z-index:15023;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #JnbuEMyTtmGpU95eZ4SKbT2pkltGUMWb { width:16.4375rem;height:10.9375rem;top:41.873260498047rem;left:1.7256945371627rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #a9TasKLBL0hpTNa9oiUWkdrhZ5Q9JJD5 { width:0.125rem;height:0.0625rem;top:111.49824523926rem;left:9.8741322755812rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zdn1cwPF5UR44c8iEAeBb4Z24igGb8On { width:16.4375rem;height:10.9375rem;top:98.124993324281rem;left:1.7256945371627rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #gtU6Lq74Wydx29RwRIJNErxNF4FAJfbP { width:13.74875rem;height:0.0606435625rem;top:169.37239837646rem;left:3.1232639551163rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #UfJ1ABThNTQRPxT9VVwAkAIxun2bvTXG { width:13.74925rem;height:0.061262375rem;top:110.62240219116rem;left:3.1241320371628rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #V0Q45QVfOrK5fuFgLmTbAQudVMqEy08t { width:13.75rem;height:0.0625rem;top:54.6875rem;left:3.1241320371628rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #JlO7V5CTiuXO4X1fFLCRhSnaXNP7q56k { width:19.8740625rem;height:2.19965rem;top:118.12240219116rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOcrh5gtbVxfpe5aZb2zX1gQwcOwyswq { width:16.4375rem;height:10.9375rem;top:156.55989837646rem;left:1.7491320371627rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE38MZHphmkiNOyMGuDZzCmuClONy9KV { width:15.8103125rem;height:34.11865rem;top:121.55990219116rem;left:2.0616320371628rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:copernicus;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ8olmnoVMguJLALfpNm5yzc7ydQNbg9 { width:10rem;height:4.3125rem;top:112.49652767181rem;left:5.0000001192093rem;z-index:14996;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aTXBzH8XmyekabHi3JLPXf3atsnLdsm3 { display:none; }#aTXBzH8XmyekabHi3JLPXf3atsnLdsm3 > .row .container { width:20rem;height:19.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fDEu2buWbAq7CwL3gHuDq0paSehc17qE { width:10.875rem;height:5.4375rem;top:7.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6MNfUkFzgJ1lS1NF3hnKLs8HOKrkahh { width:10.9375rem;height:3.6875rem;top:14.625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gc6Fl4BT99xu7TLhwSI0BfD17fBETSyh { display:block; }#gc6Fl4BT99xu7TLhwSI0BfD17fBETSyh > .row .container { width:20rem;height:111.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hLagvaTS4F8oTCTyar9VrMsA6NNSfi5C { width:19.9375rem;height:auto;top:0rem;left:0rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #C3xneHZ7oIkCTFgAGtVIJKG1DnBdTxO1 { width:18.125rem;height:0.1875rem;top:21.0625rem;left:0.9375rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #WMclCFW4FBirtfEH0udwyFQlre1uo8Uz { width:18.125rem;height:0.1875rem;top:42.4375rem;left:0.9375rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #I8m8uH3wPJGGown7sugug6SQtmhtvoyq { width:15.874375rem;height:27.5574rem;top:10.9375rem;left:2.0625001192093rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:copernicus;display:block; }
 }@media only screen and (max-width: 763px) { #cSLQUARRsWQabN6KQF7ek9C9CZOxVCTm { width:19.9371875rem;height:2.19965rem;top:7.4925737380981rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #EMysxsnJCBtNw4qTOHFzp2tDJn7ZnagG { width:0.125rem;height:53.75rem;top:6.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oirxmRLXiHW624HX9ZG6BFUK8I6fUrcx { width:0.125rem;height:43.4375rem;top:6.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dXE9QdT17wTGpKcg5rOUA5GiTGUzK3Uu { width:15.874375rem;height:35.4309rem;top:62.8125rem;left:2.0625001192093rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:copernicus;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #JNXAakRsAMhrdZolJyEDxDhbk8k6lJ0E { width:19.9375rem;height:2.19965rem;top:59.375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEBN9qdK5Tn5LlRI38SqvsFZfv0LmE66 { width:15.875rem;height:0;top:120.375rem;left:2.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:copernicus;display:none; }
 }@media only screen and (max-width: 763px) { #TkzmlbMJ1MeVdMLQzWp8QGeOV4wzTdKO { width:13.875rem;height:6.874375rem;top:0.62190532684326rem;left:3.0612622499466rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WNdNAd2dEnZIGbwVm3yeeofuMrBHapcp { width:16.4375rem;height:10.9375rem;top:39.68489074707rem;left:1.7256945371627rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzI9J7Oite6SU1gbp6vEWSZ8QvbKUu1H { width:16.4375rem;height:10.9375rem;top:99.375rem;left:1.7256945371627rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfdLm7gDA4Z5QNrt1d1kTOZHLdSt4LPS { width:13.75rem;height:0.0625rem;top:52.1875rem;left:3.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhTqMDUBbPPTRFgoo9WRm6I6UZpq6NKx { width:13.75rem;height:0.0625rem;top:105.5rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cmaBgq7Bbl2Whasr1ssHFodA3uurhPQc { width:13.75rem;height:0.0625rem;top:99.436416625975rem;left:3.1243808269501rem;display:none; }
 }@media only screen and (max-width: 763px) { #zLVTJSgsCiH9NyLSNTiGtcZ2l6pFaqF3 { width:11.5625rem;height:3.875rem;top:54.092882156372rem;left:4.2187501192093rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XgH8ArnUQP2ETuz4XnVmi9RwRroT2b6B { display:block; }#XgH8ArnUQP2ETuz4XnVmi9RwRroT2b6B > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ROVnmvuq5CKN2mMEh4GMG9fGmHP4h0gf { background-color:#0d1666;background-image:none;display:block; }#ROVnmvuq5CKN2mMEh4GMG9fGmHP4h0gf > .row .container { background-color: transparent; background-image: none; }#ROVnmvuq5CKN2mMEh4GMG9fGmHP4h0gf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ROVnmvuq5CKN2mMEh4GMG9fGmHP4h0gf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ROVnmvuq5CKN2mMEh4GMG9fGmHP4h0gf > .row .container > .video-iframe-container { display: none; }#ROVnmvuq5CKN2mMEh4GMG9fGmHP4h0gf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ROVnmvuq5CKN2mMEh4GMG9fGmHP4h0gf > .row > .video-iframe-container { display: none; }#ROVnmvuq5CKN2mMEh4GMG9fGmHP4h0gf > .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); }#ROVnmvuq5CKN2mMEh4GMG9fGmHP4h0gf > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ko8GJyTNUC9iR2rx95pAu3L9xWIGeTJl { width:15.25rem;height:6.125rem;top:1.25rem;left:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #afMvziM2HlEJKozxbNGHSdVkiuaVWA7Z { width:20rem;height:2.9125rem;top:8.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wy6W5pyZEZupNmTspuM5bQk3EI7Z4vXH { width:13.75rem;height:1.5rem;top:5.3115234375rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNi7SK4gU4PEQOJ03PGPRN3tsFiTBUyi { width:8.5625rem;height:2.5rem;top:1.58984375rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQgV85Rny6UyUf18mIr1eCUCEo2S7yIr { width:18.5620625rem;height:1.625rem;top:7.810546875rem;left:0.7177734375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fROGKkX9krS7zinErcxfgHo5VtM6s851 { background-color:#000000;background-image:none;display:block; }#fROGKkX9krS7zinErcxfgHo5VtM6s851 > .row .container { background-color: transparent; background-image: none; }#fROGKkX9krS7zinErcxfgHo5VtM6s851::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fROGKkX9krS7zinErcxfgHo5VtM6s851 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fROGKkX9krS7zinErcxfgHo5VtM6s851 > .row .container > .video-iframe-container { display: none; }#fROGKkX9krS7zinErcxfgHo5VtM6s851 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fROGKkX9krS7zinErcxfgHo5VtM6s851 > .row > .video-iframe-container { display: none; }#fROGKkX9krS7zinErcxfgHo5VtM6s851 > .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); }#fROGKkX9krS7zinErcxfgHo5VtM6s851 > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m1wpoLlh3Ng4ByXTSrvImbo3mSyMyEGn { width:15.25rem;height:6.125rem;top:1.25rem;left:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eR9N8eVK5FKbrP9gc0vW3y3FZg2rQEBI { width:20rem;height:2.9125rem;top:8.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TeHPhRSncH6b19SpJnHmJSkecdBtSvcS { width:18.75rem;height:0;top:2.9993782043457rem;left:0.62376230955124rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rvFC7ckZnVe1cbiT0zGuWM3VVTLp7CFv { width:8.4375rem;height:1.21875rem;top:0.8125rem;left:1.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s0U3oAC6JEOBrVwhSW5KE6TZF1WoRyZ6 { width:10rem;height:0;top:0.36842536926269rem;left:10.061881303787rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #S3s94xcW9WtPbhmB3x543EIcETlcPNcs { width:1.875rem;height:1.875rem;top:2.8411014755249rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zPhs1hhBJtv2nJ7A2GXGhMPSZkp6oTFb { width:1.25rem;height:1.25rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmTs6xfDPiwzApiJ4Gc6ZkAcC8XWoFIb { width:1.25rem;height:1.125rem;top:0.875rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDvwfgPoqg7CvTaOLyRJe2TvM01ZGfxT { width:7.5rem;height:1.21875rem;top:0.8125rem;left:12.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #VchiLfOXxRUJMh3NuIx4ZNC1Ztc3s0md { display:block; }#VchiLfOXxRUJMh3NuIx4ZNC1Ztc3s0md > .row .container { width:20rem;height:69.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n2h8prilwxP5obJEPXVsbrM2MZdgXvTR { width:20rem;height:5.19775625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oDFGpochNoVJ6WNlTooigWa0J3TmnV9U { width:4.8125rem;height:3.5625rem;top:19.65625rem;left:0.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2b2IoiZST4FJp29LFvFxa9wXA45bITO { width:5rem;height:5rem;top:28.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuU2USZrsUSmFGoxOAEUzx1QWGbnv396 { width:5.25rem;height:5.25rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQrwpZg6yifzzsEt01H3ihvEUaJaHAne { width:9.5625rem;height:0.25rem;top:8.03125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJvwnCtf1XBuSOQ7nUDooJbWIlKK6ZtG { width:9.5625rem;height:0.25rem;top:17.84375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysXmK7mFJiNqKxfTTFXG8Bl2eyAimDel { width:8.125rem;height:0.25rem;top:27.375rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyXGlGUtaL86Mr4k86NFyiVyDBQoZwgG { width:9.5625rem;height:0.25rem;top:37.84375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJyUxJuMuOX7yiNz8VeehhXA08pLrCl2 { width:9.5625rem;height:0.25rem;top:49.59375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMunhSARvVDA0y77bTsSyoSTVZNPpWxh { width:9.5625rem;height:0.25rem;top:60.53125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tev0nlFFmaRFzv5hlOavfyBqNUC0zcSm { width:5.0625rem;height:5.0625rem;top:62.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvBWPvJCvWBuIDEmXT4ysMyC8uBX549p { width:6.8125rem;height:2.10015rem;top:16.936492919922rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kJN4GEpzEZyJfgPMnAcCPL51MazQWdBk { width:7.25rem;height:2.10015rem;top:48.687347412109rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IpVgXPkGStK3ToBug97PHRfTnf9K417s { width:7.0625rem;height:2.10015rem;top:7.1240844726562rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FV73DIls2xT61ndTCMtyRFKT2Q8FcXo1 { width:11.25rem;height:5.9472625rem;top:8.9375rem;left:6.15625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NrSg3OAwJvG5SDZbJWpF0yw2kkU3uH3v { width:6rem;height:2.10015rem;top:59.624071121216rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mEq4p4pQEIMB2mNwkrOyqEspE2vXpga3 { width:7.0625rem;height:2.10015rem;top:36.937255859375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MmnFTB7TqXPFBTr5ryuiCc1OcQZaQAMD { width:8.8125rem;height:3.0004875rem;top:25.999389648438rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qQNBCVPfyFmit64GpI818DWyymLdTcdo { width:5.9375rem;height:5.875rem;top:38.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbiwrocH8r94aUWCBfyAkReRBTpAHBZp { width:5.8125rem;height:5.5rem;top:50.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sm9TGx8JclupE5D0VxJDdax95hVHuWBI { width:11.25rem;height:5.9472625rem;top:50.75rem;left:6.65625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cpi1qz7c65Vvm3RbISd4G9rnMy3VMV20 { width:11.25rem;height:5.9472625rem;top:39rem;left:6.65625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IMSnsG9Btuhx7x9WuvCszB5Pa1rqFgqd { width:11.25rem;height:5.9472625rem;top:28.9375rem;left:6.65625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LCXKIy15EwgLPgDh3DmQZd75WabykTn2 { width:10.3125rem;height:4.46045rem;top:19.28125rem;left:7.125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UXndse2gquoe1yAlzq7y5yPCggagPD90 { width:11.25rem;height:5.9472625rem;top:61.96875rem;left:6.65625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pUOfgsW47nQPHezQFvnyN7pAJx9QuZSc { display:block; }#pUOfgsW47nQPHezQFvnyN7pAJx9QuZSc > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DB9sTbOCWQXk5HhyHwPGZxpxoC0PHHWb { display:block; }#DB9sTbOCWQXk5HhyHwPGZxpxoC0PHHWb > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uO7iy2eRKACJrQpbJBBlRS2wSxW49JWT { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtVb7CGI09DlMyTe8KKW8kOJo8UGTSfM { width:16.8125rem;height:1.54296875rem;top:35.3125rem;left:1.625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZLcTugzzPxHyZsGUNsdkFNLOgXTVMqFW { width:19.125rem;height:1.54296875rem;top:33.4375rem;left:0.4375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hWwlOEyk9M8194mNitkhz7m8wz6RoRc3 { width:19.125rem;height:1.54296875rem;top:16.580078125rem;left:0.4375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lp8ARhyedy9V5GLtX4XMNEVsqQiEB0ef { width:16.375rem;height:1.54296875rem;top:14.662109375rem;left:1.8125rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#c2a86d;display:block; }
 }@media only screen and (max-width: 763px) { #neUwP9hFRC5NCzMV01SFKKatyrzIeLvG { width:16.8125rem;height:1.54296875rem;top:18.435546875rem;left:1.5625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UblZpNoOqGy8e6RE5yF83Z3lsDEUlJUC { width:16.375rem;height:1.54296875rem;top:31.5625rem;left:1.8125rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#c2a86d;display:block; }
 }@media only screen and (max-width: 763px) { #eI4GomSN2i0sZQ7A1f8uKnAy8fsWKMpV { width:8.125rem;height:8.125rem;top:5.287109375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rshXgfCx3z1abDhoMidWwUzoTlNGiShC { width:8.125rem;height:8.125rem;top:22.1875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMGMUs9MkiNMVPEqxfQMvlXHkKeTrd5s { display:block; }#gMGMUs9MkiNMVPEqxfQMvlXHkKeTrd5s > .row .container { width:20rem;height:0.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JAoWyskTWlaoNoipXEny4vQNMwqkDvQG { display:block; }#JAoWyskTWlaoNoipXEny4vQNMwqkDvQG > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JdqrwTXMhTDPQLKFAUgPHXyecROrwxdP { width:20rem;height:0;top:4.0625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Xv7TlVns2cXsqvP4O6ll8gqDQfIxcfGS { width:13.0625rem;height:2.2485375rem;top:4.9375rem;left:4.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DhkDoHvFlTPS8CnfDkx5ZLmNI6xt3wGs { width:1.5625rem;height:1.5625rem;top:7.375rem;left:2.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODySmXis065uVWQT1Irvz9rAqzkXwot8 { width:1.5rem;height:1.5rem;top:9.0625rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZELg4DWpRO7lViMq3TmiTr2sFqfsWbB { width:1rem;height:1rem;top:11.0625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqSqK6UaPfV9RC2sLZZUiOfu5vm7HcCb { width:0.625rem;height:1.1875rem;top:4.9375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym6i5lJAn1AV0fVViMLwFEuz98z5z2Kl { width:6.8125rem;height:1.0625rem;top:7.6875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyw4oAeozzqMArEIpA4xhZml8TFTegZm { display:block; }
 }@media only screen and (max-width: 763px) { #OzL3OlOxWN1ySQtUHvVGJQWTDww5W258 { width:11.6875rem;height:1.0625rem;top:9.3125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoTfHl0LvGl7E7oiIzzPcSaTXbR5XmzO { display:block; }
 }@media only screen and (max-width: 763px) { #g0SILA7Kr9nAba2u6gXrUJJU2p3EZUss { width:9.875rem;height:1.0625rem;top:11rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2EkhOmT0rc8IXLZeZHIszTv1Q7bS08Z { display:block; }
 }@media only screen and (max-width: 763px) { #qFWqhLfIAEkriOuvm46FfyfSnEC8LLsG { width:3.125rem;height:3.125rem;top:13.1875rem;left:11.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mC9TlL7ZpczxJKCWTryigUUrSFQa0cNC { width:3.125rem;height:3.125rem;top:13.1875rem;left:8.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #niENGJsH7SMu8vl2QTZffrzW8fvlICdb { width:3.125rem;height:3.125rem;top:13.1875rem;left:5.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwZ0HHh2KC7Ibi6cMtAtx5xbbXNJTNk4 { width:7.25rem;height:2.875rem;top:1rem;left:6.375rem;display:block; }
 }