.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:253,146,35;--color-primary-1:255,178,0;--color-primary-2:255,74,0;--color-primary-3:255,106,0;--color-primary-4:255,127,0;--color-secondary-0:213,243,246;--color-secondary-1:128,218,229;--color-secondary-2:44,194,211;--color-secondary-3:14,154,229;--color-secondary-4:9,39,42;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"roboto";--paragraphs-font-family:"roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8315cee2-8090-4b12-b959-fd483b1b5005/2025_4K_Videokonferenz_Hintergrund_Teams_03.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.59); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.59); }#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); }#rhQqTCD7R0v9koQGBRykUtt9FC8kUpNz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.9);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; }#rhQqTCD7R0v9koQGBRykUtt9FC8kUpNz > .row .container { background-color: transparent; background-image: none; }#rhQqTCD7R0v9koQGBRykUtt9FC8kUpNz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rhQqTCD7R0v9koQGBRykUtt9FC8kUpNz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rhQqTCD7R0v9koQGBRykUtt9FC8kUpNz > .row .container > .video-iframe-container { display: none; }#rhQqTCD7R0v9koQGBRykUtt9FC8kUpNz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rhQqTCD7R0v9koQGBRykUtt9FC8kUpNz > .row > .video-iframe-container { display: none; }#rhQqTCD7R0v9koQGBRykUtt9FC8kUpNz > .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); }#rhQqTCD7R0v9koQGBRykUtt9FC8kUpNz > .row .container { border-width: 0; border-radius: 0; }#rhQqTCD7R0v9koQGBRykUtt9FC8kUpNz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rhQqTCD7R0v9koQGBRykUtt9FC8kUpNz > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:60rem;position:relative;display:block; }#JTrG4QhTrB9Bw9suauNXTnOld8ct4PCc { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.125rem;left:1.1875rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gmhXtfSGpEZ3hCmeKwkSbp3HZFmWI3LP { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1875rem;left:12.875rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rfdcqlRwg5Z8hLknEcwXT5IdEzEC0V74 { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.171875rem;left:26.25rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H6W4UKGIpWrP5nXgNe1nqbRhArTKliux { color:#000000;display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.171875rem;left:35.5625rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K3cw8X4Da6F1idJLdfm3urcTHCOf5FVu { background-color:#ee1b24;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.0625rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.5625rem;left:52.875rem;display:block; }
#TW63dt96v8KXPpvzOn3JLDPrT29Z7Fi3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uPt0dNgw0OXqm28BtcQMzByyF1Pyt64a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/f1e96bb3-58fd-4686-bcfd-1aaf778bf136/SocialMediaHeaderFacebook.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#uPt0dNgw0OXqm28BtcQMzByyF1Pyt64a.adaptive-delivery-prevent-bg, #uPt0dNgw0OXqm28BtcQMzByyF1Pyt64a.lazyload, #uPt0dNgw0OXqm28BtcQMzByyF1Pyt64a.lazyloading { background-image: none; }#uPt0dNgw0OXqm28BtcQMzByyF1Pyt64a > .row .container { background-color: transparent; background-image: none; }#uPt0dNgw0OXqm28BtcQMzByyF1Pyt64a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uPt0dNgw0OXqm28BtcQMzByyF1Pyt64a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uPt0dNgw0OXqm28BtcQMzByyF1Pyt64a > .row .container > .video-iframe-container { display: none; }#uPt0dNgw0OXqm28BtcQMzByyF1Pyt64a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uPt0dNgw0OXqm28BtcQMzByyF1Pyt64a > .row > .video-iframe-container { display: none; }#uPt0dNgw0OXqm28BtcQMzByyF1Pyt64a > .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); }#uPt0dNgw0OXqm28BtcQMzByyF1Pyt64a > .row .container { border-width: 0; border-radius: 0; }#uPt0dNgw0OXqm28BtcQMzByyF1Pyt64a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uPt0dNgw0OXqm28BtcQMzByyF1Pyt64a > .row .container { font-size:0.875rem;font-family:arial;height:34.625rem;width:60rem;position:relative;display:block; }#uSdcmOJNHXXKxRdqq5b4CNrxveZOONeD { 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; }#uSdcmOJNHXXKxRdqq5b4CNrxveZOONeD > .row .container { background-color: transparent; background-image: none; }#uSdcmOJNHXXKxRdqq5b4CNrxveZOONeD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSdcmOJNHXXKxRdqq5b4CNrxveZOONeD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSdcmOJNHXXKxRdqq5b4CNrxveZOONeD > .row .container > .video-iframe-container { display: none; }#uSdcmOJNHXXKxRdqq5b4CNrxveZOONeD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSdcmOJNHXXKxRdqq5b4CNrxveZOONeD > .row > .video-iframe-container { display: none; }#uSdcmOJNHXXKxRdqq5b4CNrxveZOONeD > .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); }#uSdcmOJNHXXKxRdqq5b4CNrxveZOONeD > .row .container { border-width: 0; border-radius: 0; }#uSdcmOJNHXXKxRdqq5b4CNrxveZOONeD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uSdcmOJNHXXKxRdqq5b4CNrxveZOONeD > .row .container { font-size:0.875rem;font-family:arial;height:12.375rem;width:60rem;position:relative;display:block; }#yIVGR12lGF4KdfLv2BFmDtbPpIvCLtbq { color:#0b1215;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.125rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s43T6qynTAwAo3xlt8TLT2g86RDRQr18 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XnmHNu62flN7LbIhMTXO2mNCMDGGuT0m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.9);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;z-index:auto;display:none; }#XnmHNu62flN7LbIhMTXO2mNCMDGGuT0m > .row .container { border-width: 0; border-radius: 0; }#XnmHNu62flN7LbIhMTXO2mNCMDGGuT0m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XnmHNu62flN7LbIhMTXO2mNCMDGGuT0m > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:60rem;position:relative;display:none; }#SVZQwAUtO1KSX15U5o1bxaUUw5BeobON { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.125rem;left:1.1875rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qRdpL275nK5JSst96UG6M4vciA3hZ9CN { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1875rem;left:12.875rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pmMJRTIs2Vas1QM3fEr38mHQA4X4vG0k { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.171875rem;left:26.25rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NDoCLgFMbQIToHh24LpzbW3tMqgIA4bB { color:#000000;display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.171875rem;left:35.5625rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cZxk4tUCLS3x0wiWCshxGqOTsGUOg3mf { background-color:#ee1b24;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.0625rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.5625rem;left:52.875rem;display:block; }
#UA66t4Lzzlsn3A55uL5sPTTS37IfdZKS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ImQZtEx6mKOyrTLc3tAguzQmbNeb0t1K { position:relative;display:block; }#ImQZtEx6mKOyrTLc3tAguzQmbNeb0t1K { background-color: transparent; background-image: none; }#ImQZtEx6mKOyrTLc3tAguzQmbNeb0t1K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImQZtEx6mKOyrTLc3tAguzQmbNeb0t1K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImQZtEx6mKOyrTLc3tAguzQmbNeb0t1K > .row .container > .video-iframe-container { display: none; }#ImQZtEx6mKOyrTLc3tAguzQmbNeb0t1K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImQZtEx6mKOyrTLc3tAguzQmbNeb0t1K > .row > .video-iframe-container { display: none; }#ImQZtEx6mKOyrTLc3tAguzQmbNeb0t1K > .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); }#ImQZtEx6mKOyrTLc3tAguzQmbNeb0t1K { border-width: 0; border-radius: 0; }#ImQZtEx6mKOyrTLc3tAguzQmbNeb0t1K > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ImQZtEx6mKOyrTLc3tAguzQmbNeb0t1K > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:10.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#zp20xXznzHiZzlQx90EzG9RzfTodADo5 { color:#0b1215;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.5rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x11EyrCXxDuF90fmzya0aCiPMcXWS808 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:7.625rem;left:0rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TxCZvF4BAAHN68s36DmOFCv6C6QOxBbM { box-sizing:content-box;height:0.3125rem;width:60rem;position:absolute;display:block;z-index:15002;background-color:#005aab;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.3125rem;left:0rem;display:block; }
#r0TO0SXRvi7fe1HDS4vZ1VC18yRviTsZ { box-sizing:content-box;height:0.3125rem;width:60rem;position:absolute;display:block;z-index:15003;background-color:#ee1b24;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.875rem;left:0rem;display:block; }
#uyBSFZP6Ars1s6sTeNpchVPJlDzh00lS { position:relative;display:block; }#uyBSFZP6Ars1s6sTeNpchVPJlDzh00lS { background-color: transparent; background-image: none; }#uyBSFZP6Ars1s6sTeNpchVPJlDzh00lS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uyBSFZP6Ars1s6sTeNpchVPJlDzh00lS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uyBSFZP6Ars1s6sTeNpchVPJlDzh00lS > .row .container > .video-iframe-container { display: none; }#uyBSFZP6Ars1s6sTeNpchVPJlDzh00lS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uyBSFZP6Ars1s6sTeNpchVPJlDzh00lS > .row > .video-iframe-container { display: none; }#uyBSFZP6Ars1s6sTeNpchVPJlDzh00lS > .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); }#uyBSFZP6Ars1s6sTeNpchVPJlDzh00lS { border-width: 0; border-radius: 0; }#uyBSFZP6Ars1s6sTeNpchVPJlDzh00lS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uyBSFZP6Ars1s6sTeNpchVPJlDzh00lS > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#SQ2XuxrirawkJFMnqVigcOug0Fidy6pu { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#qDTHW8laSdU8qP83T2wrnk1p5hQ9zmuS { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TrS895E0zHbiqDnCCchKIEefMpC1ay7J { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#ONbEN6fuyMxADelNdGVbvLDyyekbHtiZ { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.625rem;font-style:normal;display:block; }
#QVVTdzHWSqJTJsEe165DHUsbOdGLTC5B { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.4765625rem;left:20.5625rem;height:1.3rem;font-style:normal;display:block; }
#srCKDTSb1TnpN9pf02uC3h9qqMooICpL { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#i8deswWB4WQMPoFe55LWGzGybwUq7D63 { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.5rem;left:20.250001907349rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#rDFbEVIdt1sLgxDZCBsQxMvQkZ0G3g5v { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:17.0625rem;left:20.937501907349rem;height:1.3rem;font-style:normal;display:block; }
#JFyxTPCxacdW5doPHoKd0IUCk0iprSCV { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.899215698243rem;left:27.750001907349rem;height:1.625rem;font-style:normal;display:block; }
#dAaKTm1WKe7V2GxuFwGa9hsTE0CBn4G5 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:9.737500190735rem;left:20.562501907349rem;height:1.625rem;font-style:normal;display:block; }
#otQeSX5rNRXv6nczfXt6KwVUdMLr4KOw { color:rgba(var(--color-tertiary-4),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:12.5390625rem;left:20.781251907349rem;height:2.6rem;font-style:normal;display:block; }
#d7wTNFIhn6LkKNnezB9e5TZBhUseC1cf { position:absolute;display:block;z-index:15051;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.875rem;width:18.875rem;top:2.75rem;left:0.91718864440919rem;overflow:hidden;display:block; }
#EdQen0CKwTcmIVCWOfGeRFXaTSfpvoNX { position:relative;display:block; }#EdQen0CKwTcmIVCWOfGeRFXaTSfpvoNX { background-color: transparent; background-image: none; }#EdQen0CKwTcmIVCWOfGeRFXaTSfpvoNX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EdQen0CKwTcmIVCWOfGeRFXaTSfpvoNX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EdQen0CKwTcmIVCWOfGeRFXaTSfpvoNX > .row .container > .video-iframe-container { display: none; }#EdQen0CKwTcmIVCWOfGeRFXaTSfpvoNX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EdQen0CKwTcmIVCWOfGeRFXaTSfpvoNX > .row > .video-iframe-container { display: none; }#EdQen0CKwTcmIVCWOfGeRFXaTSfpvoNX > .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); }#EdQen0CKwTcmIVCWOfGeRFXaTSfpvoNX { border-width: 0; border-radius: 0; }#EdQen0CKwTcmIVCWOfGeRFXaTSfpvoNX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EdQen0CKwTcmIVCWOfGeRFXaTSfpvoNX > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Ids6NQxLszeOn8fUk2glSRq9unU1Ca8u { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#ypUowwM49mfL1igz41d8TyOd6xEkmUXG { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eT69HXymTTbpk1QAsQO5rgaBwE1Tnonq { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#bcfgccnlrU1RXhlJvn2tRObazA2DiDI0 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.625rem;font-style:normal;display:block; }
#eRFhukNEETCO1BuHQmRSzvevvvXflLlo { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.4765625rem;left:20.5625rem;height:1.3rem;font-style:normal;display:block; }
#qN2GtV19EhKidT9027dQbJG2wLfzbTn3 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#KaLcwSHwGUV0TATVwAT8dWT9x1MQu2hJ { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.5rem;left:20.250001907349rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#JsTq3qJ7eBSA5PKZou37T4LfQC1aCBFF { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:17.0625rem;left:20.937501907349rem;height:1.3rem;font-style:normal;display:block; }
#U85RNaoBx15RtUK82TSEeXgZ9UD370wG { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.899215698243rem;left:27.750001907349rem;height:1.625rem;font-style:normal;display:block; }
#JAI7bT7zNOOigJ210hyqd1uNC3SxLLlz { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:9.737500190735rem;left:20.562501907349rem;height:1.625rem;font-style:normal;display:block; }
#lDD8y3a8BOJLIHS0sTlZOOplcQa7T5yx { color:rgba(var(--color-tertiary-4),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:12.5390625rem;left:20.781251907349rem;height:1.3rem;font-style:normal;display:block; }
#r6nlT8ZwW8bpW5Wu1cWUZnJE65VtKrOX { position:absolute;display:block;z-index:15050;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.125rem;width:20.125rem;top:1.4687502384186rem;left:0rem;overflow:hidden;display:block; }
#wcJRlLwn3TQp0ndHTuFK23EynwMubE6V { position:relative;display:block; }#wcJRlLwn3TQp0ndHTuFK23EynwMubE6V { background-color: transparent; background-image: none; }#wcJRlLwn3TQp0ndHTuFK23EynwMubE6V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcJRlLwn3TQp0ndHTuFK23EynwMubE6V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcJRlLwn3TQp0ndHTuFK23EynwMubE6V > .row .container > .video-iframe-container { display: none; }#wcJRlLwn3TQp0ndHTuFK23EynwMubE6V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcJRlLwn3TQp0ndHTuFK23EynwMubE6V > .row > .video-iframe-container { display: none; }#wcJRlLwn3TQp0ndHTuFK23EynwMubE6V > .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); }#wcJRlLwn3TQp0ndHTuFK23EynwMubE6V { border-width: 0; border-radius: 0; }#wcJRlLwn3TQp0ndHTuFK23EynwMubE6V > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wcJRlLwn3TQp0ndHTuFK23EynwMubE6V > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#sZSg7ugclhTV0peUnrWkB0NXJsedKVVF { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#CtH9ZtIinL6tzTeXTqPD7kI3xRPQQT4T { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ENLTpcBf0S7gC6vEuR9JRzH9ks3UmVAC { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#kl7uxvqZZuKOzK25KviDPEmASXdsbadT { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.625rem;font-style:normal;display:block; }
#ROz7FRz79azgM0TGDAt2keVahxe62qxV { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.4765625rem;left:20.5625rem;height:1.3rem;font-style:normal;display:block; }
#iCxg4JF2ZDBOdtukbtKOZcqk52XcVldv { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#rlv0pkgLwQ1T2Sw3Mg7dHeqp6gzZnpDL { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.5rem;left:20.250001907349rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#FrlCM1K6HLWJsC02GTJW6ziXSA2Va2e2 { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:17.0625rem;left:20.937501907349rem;height:1.3rem;font-style:normal;display:block; }
#MKTFizJV5ARXsPIw7GTcgZEla4g23EAl { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.899215698243rem;left:27.750001907349rem;height:1.625rem;font-style:normal;display:block; }
#qg1FrLThneQDbRuy8dCgdp2O81iJga92 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:9.737500190735rem;left:20.562501907349rem;height:1.625rem;font-style:normal;display:block; }
#bz6TVMKfby6teKl8Q2iyy6TNWLutBzuw { color:rgba(var(--color-tertiary-4),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:12.5390625rem;left:20.781251907349rem;height:1.3rem;font-style:normal;display:block; }
#bHth9GiE0d7pTexeTpPv6g2sNvAn2hED { position:absolute;display:block;z-index:15050;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5rem;width:19.5rem;top:1.78125rem;left:0rem;overflow:hidden;display:block; }
#ggEg7BvAKLAFqMBsp37Svfdi5EU208S9 { position:relative;display:block; }#ggEg7BvAKLAFqMBsp37Svfdi5EU208S9 { background-color: transparent; background-image: none; }#ggEg7BvAKLAFqMBsp37Svfdi5EU208S9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ggEg7BvAKLAFqMBsp37Svfdi5EU208S9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ggEg7BvAKLAFqMBsp37Svfdi5EU208S9 > .row .container > .video-iframe-container { display: none; }#ggEg7BvAKLAFqMBsp37Svfdi5EU208S9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ggEg7BvAKLAFqMBsp37Svfdi5EU208S9 > .row > .video-iframe-container { display: none; }#ggEg7BvAKLAFqMBsp37Svfdi5EU208S9 > .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); }#ggEg7BvAKLAFqMBsp37Svfdi5EU208S9 { border-width: 0; border-radius: 0; }#ggEg7BvAKLAFqMBsp37Svfdi5EU208S9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ggEg7BvAKLAFqMBsp37Svfdi5EU208S9 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#X1G00WA7Uuo3AVVUtFcwUThWCKxCDpNf { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#tOTZIeC3J4zxtBHrv5au5TKVzIurJxhd { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pfC7nRsQGbgLN8WAEVKNpJiA3R2eyK1W { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#S4NPJH75OsT5F7TIoi4r7BeyMkLZbN9g { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.625rem;font-style:normal;display:block; }
#fzyP0C59mOLs5x2CKZ5fKmah8rrQ2T3N { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.4765625rem;left:20.5625rem;height:1.3rem;font-style:normal;display:block; }
#h25gG6OiiqlC0iTLXIeWMTKxrIPcQLeT { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#ssh0krgeEItzJAt4RcNFyFiV7QXvsXsd { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.5rem;left:20.250001907349rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Z3an6tIKI67vZvRbkzSMnxwdOgWLRnll { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:17.0625rem;left:20.937501907349rem;height:1.3rem;font-style:normal;display:block; }
#OGVTaD2zvC3goi777zhDL7HvBbDTObFE { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.899215698243rem;left:27.750001907349rem;height:1.625rem;font-style:normal;display:block; }
#z9FsDbMHVTMrnGraqqkIZmbHvtF7NRiT { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:9.737500190735rem;left:20.562501907349rem;height:1.625rem;font-style:normal;display:block; }
#wxUtXvefTp59BzRK2EvVTAcgd5FR5p4B { color:rgba(var(--color-tertiary-4),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:12.5390625rem;left:20.781251907349rem;height:1.3rem;font-style:normal;display:block; }
#Lr64IBOV6ZaCToaNSX97fOJEiGSmMf1D { position:absolute;display:block;z-index:15050;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:17.5625rem;top:2.7500002384186rem;left:1.1125011444092rem;overflow:hidden;display:block; }
#Z6iQ2PmAetzh0TxQXxqQ6F58UqP1PQHT { position:relative;display:block; }#Z6iQ2PmAetzh0TxQXxqQ6F58UqP1PQHT { background-color: transparent; background-image: none; }#Z6iQ2PmAetzh0TxQXxqQ6F58UqP1PQHT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6iQ2PmAetzh0TxQXxqQ6F58UqP1PQHT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6iQ2PmAetzh0TxQXxqQ6F58UqP1PQHT > .row .container > .video-iframe-container { display: none; }#Z6iQ2PmAetzh0TxQXxqQ6F58UqP1PQHT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6iQ2PmAetzh0TxQXxqQ6F58UqP1PQHT > .row > .video-iframe-container { display: none; }#Z6iQ2PmAetzh0TxQXxqQ6F58UqP1PQHT > .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); }#Z6iQ2PmAetzh0TxQXxqQ6F58UqP1PQHT { border-width: 0; border-radius: 0; }#Z6iQ2PmAetzh0TxQXxqQ6F58UqP1PQHT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z6iQ2PmAetzh0TxQXxqQ6F58UqP1PQHT > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#RlUdR12Zz04vnFPGn6rrXsBa1whNGTH6 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#AxpDqHGT9dnTMqFk6babzsvbu9eaytch { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iFhotm9TUFzAlmO3flhq8BX9OhnZRzqK { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#x9EEaiuWQ3JAzi33b6AFcPwQNTuNXUwU { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.625rem;font-style:normal;display:block; }
#aS9ylgAJpWtkG1fkSPKrTP3V9F5zDFwQ { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.4765625rem;left:20.5625rem;height:1.3rem;font-style:normal;display:block; }
#GbkwKmdi98UubSidJbRWOyEDXro1WnOq { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#ul4WMPpOaBMO09DmXJsDFx395MibCwJ2 { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.5rem;left:20.250001907349rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#hmG0cRfuMF6vfshq99fGmhzZi1IJqvDd { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:17.0625rem;left:20.937501907349rem;height:1.3rem;font-style:normal;display:block; }
#E8Wd4bR5IE6Wbf1VKnO2qrqqLg6RuaVo { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.899215698243rem;left:27.750001907349rem;height:1.625rem;font-style:normal;display:block; }
#zNtwMWHgLn8eEnMHuWBFWHk8WethTqiM { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:9.737500190735rem;left:20.562501907349rem;height:1.625rem;font-style:normal;display:block; }
#oUZTTUC3mdPRhUzrTn9MoZbN3M7D6q52 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:12.5390625rem;left:20.781251907349rem;height:1.3rem;font-style:normal;display:block; }
#rifpITgH3oTAgpfKlb4KbqkfGMh8teRB { position:absolute;display:block;z-index:15050;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:16.1875rem;top:3.4375rem;left:0rem;overflow:hidden;display:block; }
#tXu6nToGfJpZ28Fb09uhWgB8SmnD9Wfp { position:relative;display:block; }#tXu6nToGfJpZ28Fb09uhWgB8SmnD9Wfp { background-color: transparent; background-image: none; }#tXu6nToGfJpZ28Fb09uhWgB8SmnD9Wfp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tXu6nToGfJpZ28Fb09uhWgB8SmnD9Wfp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tXu6nToGfJpZ28Fb09uhWgB8SmnD9Wfp > .row .container > .video-iframe-container { display: none; }#tXu6nToGfJpZ28Fb09uhWgB8SmnD9Wfp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tXu6nToGfJpZ28Fb09uhWgB8SmnD9Wfp > .row > .video-iframe-container { display: none; }#tXu6nToGfJpZ28Fb09uhWgB8SmnD9Wfp > .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); }#tXu6nToGfJpZ28Fb09uhWgB8SmnD9Wfp { border-width: 0; border-radius: 0; }#tXu6nToGfJpZ28Fb09uhWgB8SmnD9Wfp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tXu6nToGfJpZ28Fb09uhWgB8SmnD9Wfp > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#F8EK4wTBXJoOrlzh5woTMFy7RCWQLImB { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#lQDUEMizZx4mDRqzl5OlslQRf72lJ6xC { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TMhqlw5lLc2wus9RvRBUD6gmv1XIL48v { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#vuJJDc8O49T8WcZzm1ATF1S1vLGhUyLn { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.625rem;font-style:normal;display:block; }
#ZzN5cUXBCNDK15OXfMaqFWHOLDsm4uhV { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.4765625rem;left:20.5625rem;height:1.3rem;font-style:normal;display:block; }
#Mk5M6X1W2USediO8CSpU8BlkwydVM30G { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#Th7OHVkgHS28ClU85qc8N5NpcaIsbXmo { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.5rem;left:20.250001907349rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#tAWXfefGmqTL9qCyfshut73VVJLdgwqG { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:17.0625rem;left:20.937501907349rem;height:1.3rem;font-style:normal;display:block; }
#XK9scgKAcdRpVK4XwXqA46HJmPTCLtCX { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.899215698243rem;left:27.750001907349rem;height:1.625rem;font-style:normal;display:block; }
#gsZfxK1rTWp1TBbetpv3xqPhWT0QvGws { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:9.737500190735rem;left:20.562501907349rem;height:1.625rem;font-style:normal;display:block; }
#lTMxPgRvZG7AXuN52g4ppy9WIEGDGcqS { color:rgba(var(--color-tertiary-4),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:12.5390625rem;left:20.781251907349rem;height:1.3rem;font-style:normal;display:block; }
#of7BJ9azGAFb9XFGz9z0Sa3Tglnw7z0C { position:absolute;display:block;z-index:15050;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.625rem;width:17.625rem;top:1.7500002384186rem;left:1.5601577758789rem;overflow:hidden;display:block; }
#Q6lNH1Olt8VP1QlKpK1iAT0EiVXHMSpH { position:relative;display:block; }#Q6lNH1Olt8VP1QlKpK1iAT0EiVXHMSpH { background-color: transparent; background-image: none; }#Q6lNH1Olt8VP1QlKpK1iAT0EiVXHMSpH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q6lNH1Olt8VP1QlKpK1iAT0EiVXHMSpH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q6lNH1Olt8VP1QlKpK1iAT0EiVXHMSpH > .row .container > .video-iframe-container { display: none; }#Q6lNH1Olt8VP1QlKpK1iAT0EiVXHMSpH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q6lNH1Olt8VP1QlKpK1iAT0EiVXHMSpH > .row > .video-iframe-container { display: none; }#Q6lNH1Olt8VP1QlKpK1iAT0EiVXHMSpH > .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); }#Q6lNH1Olt8VP1QlKpK1iAT0EiVXHMSpH { border-width: 0; border-radius: 0; }#Q6lNH1Olt8VP1QlKpK1iAT0EiVXHMSpH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q6lNH1Olt8VP1QlKpK1iAT0EiVXHMSpH > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#qXbM648GbDLli2xbzAcM1LyEreFiUsyG { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#Cq6NgDTsiSUiW9Tiw1Q3THkPlpAsrFFZ { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nQgEPzsTyeh6v7tVkTbVIG6sFewUrLTp { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#yxL0VSS11XIWMXIJKICHCUQmvWW1afUv { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.625rem;font-style:normal;display:block; }
#cQVVTTXTXw0hdRBinneZH8Bk2fifXmIb { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.4765625rem;left:20.5625rem;height:1.3rem;font-style:normal;display:block; }
#R3TboOPPcvwq057MIEkZF1347f6FAGDU { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#BDgtLQ956rRGIOEweX7mWQ4I2QCN8MD8 { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.5rem;left:20.250001907349rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#oSV9DeCcM9avFFHR26dGobR5um3rl909 { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:17.0625rem;left:20.937501907349rem;height:1.3rem;font-style:normal;display:block; }
#KpQHfKeZ0i0OA2kmfSyoLfXtHkn3N4HL { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.899215698243rem;left:27.750001907349rem;height:1.625rem;font-style:normal;display:block; }
#Hi39nWq3rFOEAiJ70PHDCQEdb3m3iIwP { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:9.737500190735rem;left:20.562501907349rem;height:1.625rem;font-style:normal;display:block; }
#BwbG9G3cLQMKg8EPCZ9tTDQgtPoS5DJ4 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:12.5390625rem;left:20.781251907349rem;height:1.3rem;font-style:normal;display:block; }
#DypqehXZr8M3XZPINUR4SAveHAOn2Cw9 { position:absolute;display:block;z-index:15050;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.1875rem;width:18.1875rem;top:2.4367187023163rem;left:0rem;overflow:hidden;display:block; }
#b1oeAykcq6c48DqFsLw5uZsI4kro4Fap { position:relative;display:block; }#b1oeAykcq6c48DqFsLw5uZsI4kro4Fap { background-color: transparent; background-image: none; }#b1oeAykcq6c48DqFsLw5uZsI4kro4Fap::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b1oeAykcq6c48DqFsLw5uZsI4kro4Fap > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b1oeAykcq6c48DqFsLw5uZsI4kro4Fap > .row .container > .video-iframe-container { display: none; }#b1oeAykcq6c48DqFsLw5uZsI4kro4Fap > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b1oeAykcq6c48DqFsLw5uZsI4kro4Fap > .row > .video-iframe-container { display: none; }#b1oeAykcq6c48DqFsLw5uZsI4kro4Fap > .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); }#b1oeAykcq6c48DqFsLw5uZsI4kro4Fap { border-width: 0; border-radius: 0; }#b1oeAykcq6c48DqFsLw5uZsI4kro4Fap > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b1oeAykcq6c48DqFsLw5uZsI4kro4Fap > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#X1h3wc4romqmKfJt3KP0DLa3VvzkMDaw { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#qVT7POBtS9meaIH9QMezTVnc3CtMUBl0 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gNF7xb705Z4vlEB3TO14UkycIg9ouKFQ { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#WT5M37FCMyBsBPys9brEVUpqFNRn8S3T { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.625rem;font-style:normal;display:block; }
#nVEA6zUF4vzXmyzg167BcktVBrE9Vvm6 { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.4765625rem;left:20.5625rem;height:1.3rem;font-style:normal;display:block; }
#VeFiZvTK6DxixPSEPXKZ2UyEZK9V73ZZ { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#aNCSickHfXdUcbwskCyhR934bLQ7exh9 { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.5rem;left:20.250001907349rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#HVOnQ0Quz45OSHAumoB0TypSXgRAAzay { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:17.0625rem;left:20.937501907349rem;height:1.3rem;font-style:normal;display:block; }
#ftMpT6rIWgUpLwPCp8cuOokLx5Dm7yxq { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.899215698243rem;left:27.750001907349rem;height:1.625rem;font-style:normal;display:block; }
#TOhZEf5Lw2C7Nx34pQwy4qZTezouQnuH { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:9.737500190735rem;left:20.562501907349rem;height:1.625rem;font-style:normal;display:block; }
#eBAR2lIVPsx6o5QpNomxDNIk7IgdlSQQ { color:rgba(var(--color-tertiary-4),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:12.5390625rem;left:20.781251907349rem;height:1.3rem;font-style:normal;display:block; }
#gTCmzIniwrKQBxV7F3sSKEhoSzAcBC9G { position:absolute;display:block;z-index:15050;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:18.4375rem;top:2.3125rem;left:0.5625rem;overflow:hidden;display:block; }
#kp5C0tDHHH6rd0o1X7ebeAAQm9spv2sa { position:relative;display:block; }#kp5C0tDHHH6rd0o1X7ebeAAQm9spv2sa { background-color: transparent; background-image: none; }#kp5C0tDHHH6rd0o1X7ebeAAQm9spv2sa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kp5C0tDHHH6rd0o1X7ebeAAQm9spv2sa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kp5C0tDHHH6rd0o1X7ebeAAQm9spv2sa > .row .container > .video-iframe-container { display: none; }#kp5C0tDHHH6rd0o1X7ebeAAQm9spv2sa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kp5C0tDHHH6rd0o1X7ebeAAQm9spv2sa > .row > .video-iframe-container { display: none; }#kp5C0tDHHH6rd0o1X7ebeAAQm9spv2sa > .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); }#kp5C0tDHHH6rd0o1X7ebeAAQm9spv2sa { border-width: 0; border-radius: 0; }#kp5C0tDHHH6rd0o1X7ebeAAQm9spv2sa > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kp5C0tDHHH6rd0o1X7ebeAAQm9spv2sa > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#zZc3Uewa1ihpLbHvIdEPJZ2QtDBUhRbD { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#o6sVb3g3OoVidgrCQRvaGQ1RAMQC091s { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JDbaH6GXxNSphyaFiySRqJqTP4UfOvd5 { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#rTn88qy56trnhl35CFdtnJBESGTOD3kb { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.625rem;font-style:normal;display:block; }
#RD2D5Kdm3KUdVfwcttsVTg8XmsXO3kmo { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.4765625rem;left:20.5625rem;height:1.3rem;font-style:normal;display:block; }
#SzA9QmXAzwn6mJCA4Fiwru9xyfMityrH { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#JIfHiMTDN4Hf5ZZTG5DVMzThydmc4lyb { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.5rem;left:20.250001907349rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#R70TBdrD86nf6yvBXnyprmlJg07RLTyU { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:17.0625rem;left:20.937501907349rem;height:1.3rem;font-style:normal;display:block; }
#XTeHLtUSILKmttpFLicp12BUGEqmCzII { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.899215698243rem;left:27.750001907349rem;height:1.625rem;font-style:normal;display:block; }
#nrDACA4wNr6O1UfX7M9wRwHnUdV475ZL { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:9.737500190735rem;left:20.562501907349rem;height:1.625rem;font-style:normal;display:block; }
#a737MMy41Z8ROWZr7lNxGXaGhCP24x3S { color:rgba(var(--color-tertiary-4),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:12.5390625rem;left:20.781251907349rem;height:1.3rem;font-style:normal;display:block; }
#So44hp97EMqeCkG6UPReXB2bXMxtHoUQ { position:absolute;display:block;z-index:15050;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.25rem;width:18.25rem;top:2.40625rem;left:1.375rem;overflow:hidden;display:block; }
#ORMUOsHCf2VKnVteHOB8kPRVieDwClWS { position:relative;display:none; }#ORMUOsHCf2VKnVteHOB8kPRVieDwClWS { border-width: 0; border-radius: 0; }#ORMUOsHCf2VKnVteHOB8kPRVieDwClWS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ORMUOsHCf2VKnVteHOB8kPRVieDwClWS > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#en8E7o4iT6vsgIuOfzvz5SASNlsXJlBy { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#bhFuByaV88AVx1TvRt4KTDtqPmC9J7WL { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b4v8XMcPpGUTu2dahTrQSWVTTZSHv1GW { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#NV4FSM61T25uLB7LcP2to51ZyG4BtO6O { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.625rem;font-style:normal;display:block; }
#AwpVPvH18qhaGqdJN088OtTnoInOyeQ5 { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.4765625rem;left:20.5625rem;height:1.3rem;font-style:normal;display:block; }
#iuVEly13eUs8RWu7gR99AAZlgVlV1qHP { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#mNSyJBzG2JNIA8TauLkLAR54RXrTUcm4 { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.5rem;left:20.250001907349rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#cgfAxnJV7mia9LlFc8CHDFypVFeIheh2 { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:17.0625rem;left:20.937501907349rem;height:1.3rem;font-style:normal;display:block; }
#EmH4TFrFTfHD3QxfHDuid5u41iMBzd62 { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.899215698243rem;left:27.750001907349rem;height:1.625rem;font-style:normal;display:block; }
#lrgcOdK9TCyanrmbRGzoLtwVyX1UehbL { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:9.737500190735rem;left:20.562501907349rem;height:1.625rem;font-style:normal;display:block; }
#ZiFNh8iHbkByWGBFElT9q99vezCn1uOt { color:rgba(var(--color-tertiary-4),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:12.5390625rem;left:20.781251907349rem;height:1.3rem;font-style:normal;display:block; }
#aFFUzJE4Twi46dIsaSwivXMaEEt7UleL { position:absolute;display:block;z-index:15050;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:17.5625rem;top:2.75rem;left:0.68515777587888rem;overflow:hidden;display:block; }
#uJ18hasriRvgNMg5rUdmrlHQDRP7KHpP { position:relative;display:block; }#uJ18hasriRvgNMg5rUdmrlHQDRP7KHpP { background-color: transparent; background-image: none; }#uJ18hasriRvgNMg5rUdmrlHQDRP7KHpP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uJ18hasriRvgNMg5rUdmrlHQDRP7KHpP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uJ18hasriRvgNMg5rUdmrlHQDRP7KHpP > .row .container > .video-iframe-container { display: none; }#uJ18hasriRvgNMg5rUdmrlHQDRP7KHpP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uJ18hasriRvgNMg5rUdmrlHQDRP7KHpP > .row > .video-iframe-container { display: none; }#uJ18hasriRvgNMg5rUdmrlHQDRP7KHpP > .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); }#uJ18hasriRvgNMg5rUdmrlHQDRP7KHpP { border-width: 0; border-radius: 0; }#uJ18hasriRvgNMg5rUdmrlHQDRP7KHpP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uJ18hasriRvgNMg5rUdmrlHQDRP7KHpP > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#FQE3ZSJ5JQqx776HRkVTBkkXExZp1Krx { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#tMJLTLmCKRm8O5nm8LwthCBOPCTTzMby { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OEr2EVZtpz826sKbxuR0JloeqL67KKoP { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#cWLt2Knew1PlcvBB6rrzngxX2G7ozrei { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.625rem;font-style:normal;display:block; }
#HT3QxfqvhFJ3t7ERStUNhRnlnsTgAnWo { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.4765625rem;left:20.5625rem;height:1.3rem;font-style:normal;display:block; }
#Cnk6S39N01voKUqnTLFeRq9e0gbBJutN { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#avbmFCsbtB0kD91ZECAaCPDC0TTXgRC7 { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.5rem;left:20.250001907349rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#kaySbd8tJDFIGlopROPeNb5UMk60sMTR { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:17.0625rem;left:20.937501907349rem;height:1.3rem;font-style:normal;display:block; }
#bK01OZ5prqV8x3Jkce6NmEkno2pHIeAZ { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.899215698243rem;left:27.750001907349rem;height:1.625rem;font-style:normal;display:block; }
#klrtnqBJ4gfozxtOzNX7fxoDX4RSIJqf { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:9.737500190735rem;left:20.562501907349rem;height:1.625rem;font-style:normal;display:block; }
#T5XPBkhfMfkI1CBobp98tSzry8ndnVfG { color:rgba(var(--color-tertiary-4),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:12.5390625rem;left:20.781251907349rem;height:1.3rem;font-style:normal;display:block; }
#R64kxniI0ccfOtRQKdriTgVu7DTr21KT { position:absolute;display:block;z-index:15050;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.6875rem;width:17.6875rem;top:2.6867187023163rem;left:0rem;overflow:hidden;display:block; }
#Uwc2T88QrcJa9mWqd3MmQIvhNT2ukKmB { position:relative;display:block; }#Uwc2T88QrcJa9mWqd3MmQIvhNT2ukKmB { background-color: transparent; background-image: none; }#Uwc2T88QrcJa9mWqd3MmQIvhNT2ukKmB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uwc2T88QrcJa9mWqd3MmQIvhNT2ukKmB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uwc2T88QrcJa9mWqd3MmQIvhNT2ukKmB > .row .container > .video-iframe-container { display: none; }#Uwc2T88QrcJa9mWqd3MmQIvhNT2ukKmB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uwc2T88QrcJa9mWqd3MmQIvhNT2ukKmB > .row > .video-iframe-container { display: none; }#Uwc2T88QrcJa9mWqd3MmQIvhNT2ukKmB > .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); }#Uwc2T88QrcJa9mWqd3MmQIvhNT2ukKmB { border-width: 0; border-radius: 0; }#Uwc2T88QrcJa9mWqd3MmQIvhNT2ukKmB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uwc2T88QrcJa9mWqd3MmQIvhNT2ukKmB > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#TIMtWkNCAyql2Tm8QwDWrKl8ULSXszHz { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#ndr9RFsCRVE5aL0U3oGClGw9revXPZVe { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n4Sii2bM98QuqR8pmHiGVXLTXeMq5lwI { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#FOOtHA04hL0ZUIZ5M8v0LtgEqtl2C3Jz { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.625rem;font-style:normal;display:block; }
#fLcGQE1HC6WxQKCHuJ4TJ2qInqCwO2oN { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.4765625rem;left:20.5625rem;height:1.3rem;font-style:normal;display:block; }
#MM3qnFA3291HRS9tTksKdNeZgxZtuWK2 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#RTaf2SeZJxIMwEDT5G9amg8aTh3r866D { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.5rem;left:20.250001907349rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Fmsqd7ffbZXn2za1WXv1d7XMSR3H3qHR { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:17.0625rem;left:20.937501907349rem;height:1.3rem;font-style:normal;display:block; }
#IcKiTlDJOkGIsh8BJqS2ocq8idfdht6L { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.899215698243rem;left:27.750001907349rem;height:1.625rem;font-style:normal;display:block; }
#Txig8Ww9kxB7GGuQf86r5q3xVMGKT3io { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:9.737500190735rem;left:20.562501907349rem;height:1.625rem;font-style:normal;display:block; }
#eiJzWAs4CTi41luHUf89EHlbVODFQ1K0 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:12.5390625rem;left:20.781251907349rem;height:1.3rem;font-style:normal;display:block; }
#NN6k6lXUlphgRGW6ce58JZKe8z3uGmHT { position:absolute;display:block;z-index:15050;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.9375rem;width:18.9375rem;top:2.0625002384186rem;left:0rem;overflow:hidden;display:block; }
#ab8dnQoTzsTBmyZkJS4hm1tHkL6eTx3L { position:relative;display:block; }#ab8dnQoTzsTBmyZkJS4hm1tHkL6eTx3L { background-color: transparent; background-image: none; }#ab8dnQoTzsTBmyZkJS4hm1tHkL6eTx3L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ab8dnQoTzsTBmyZkJS4hm1tHkL6eTx3L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ab8dnQoTzsTBmyZkJS4hm1tHkL6eTx3L > .row .container > .video-iframe-container { display: none; }#ab8dnQoTzsTBmyZkJS4hm1tHkL6eTx3L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ab8dnQoTzsTBmyZkJS4hm1tHkL6eTx3L > .row > .video-iframe-container { display: none; }#ab8dnQoTzsTBmyZkJS4hm1tHkL6eTx3L > .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); }#ab8dnQoTzsTBmyZkJS4hm1tHkL6eTx3L { border-width: 0; border-radius: 0; }#ab8dnQoTzsTBmyZkJS4hm1tHkL6eTx3L > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ab8dnQoTzsTBmyZkJS4hm1tHkL6eTx3L > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#LkZqxCqyceUTt0EiSc4cNmRwLqsufKS3 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#IhIFENi2PepVQKVsv2XDQiJSHwC9UTmB { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J6zhcyt1cwd4HuE9itx6EkiUhE8RVKBK { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#NLTnnLSXmxon38rqyDgaCSBIVAVXds5t { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.625rem;font-style:normal;display:block; }
#WRBs6mTPlX4dTfMTfEkHRtN2oNimu8aP { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.4765625rem;left:20.5625rem;height:1.3rem;font-style:normal;display:block; }
#eosHcSkk1pXRn7fKlVJMUx7rOLIfUCo2 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#u9pq6QmOZ9HvVTcIkk8Hl5h0LPPsEJKA { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.5rem;left:20.250001907349rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#FuaAPtNLZodHQRRnvWriw3NGUcMa6S5x { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:17.0625rem;left:20.937501907349rem;height:1.3rem;font-style:normal;display:block; }
#zplfCcwPHon66crHblhWJGsWpD1sTVIw { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.899215698243rem;left:27.750001907349rem;height:1.625rem;font-style:normal;display:block; }
#gu3yOViLr5F7BCaeEBBmM0org1i9I0iv { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:9.737500190735rem;left:20.562501907349rem;height:1.625rem;font-style:normal;display:block; }
#u2KxDN2WR82UKiKb7mFWIqyBEHv25oKZ { color:rgba(var(--color-tertiary-4),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:12.5390625rem;left:20.781251907349rem;height:1.3rem;font-style:normal;display:block; }
#WSI9qxy9f0TZP8NhHTL3u5g8THSF8r2c { position:absolute;display:block;z-index:15050;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.3125rem;width:20.3125rem;top:1.375rem;left:0rem;overflow:hidden;display:block; }
#OMhVOfkXztV4wpaAl7KI6XvIBVsRRxqV { position:relative;display:block; }#OMhVOfkXztV4wpaAl7KI6XvIBVsRRxqV { background-color: transparent; background-image: none; }#OMhVOfkXztV4wpaAl7KI6XvIBVsRRxqV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OMhVOfkXztV4wpaAl7KI6XvIBVsRRxqV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OMhVOfkXztV4wpaAl7KI6XvIBVsRRxqV > .row .container > .video-iframe-container { display: none; }#OMhVOfkXztV4wpaAl7KI6XvIBVsRRxqV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OMhVOfkXztV4wpaAl7KI6XvIBVsRRxqV > .row > .video-iframe-container { display: none; }#OMhVOfkXztV4wpaAl7KI6XvIBVsRRxqV > .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); }#OMhVOfkXztV4wpaAl7KI6XvIBVsRRxqV { border-width: 0; border-radius: 0; }#OMhVOfkXztV4wpaAl7KI6XvIBVsRRxqV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OMhVOfkXztV4wpaAl7KI6XvIBVsRRxqV > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#npl82qbFypMI41VyaoxsdiF5eQ9zDXko { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#Vrbb4CaPT18CuE7y6OEhUSpXuomy4Iu4 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FqKVs337xqxz5xmFsLuTODZSRcV2HFJs { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#TuIpBiELaL8QpveGLh0852uuiEPbo08C { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.625rem;font-style:normal;display:block; }
#VFFX6fCvoSTUFq7sRBxKoghVrdF8SSPW { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.4765625rem;left:20.5625rem;height:1.3rem;font-style:normal;display:block; }
#CFTqB6TZTV0N85eGNhbEI4FkJ4lsU6cp { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#fdnhnES7IotxgXXpUVPv4L4c6OEA1GTT { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.5rem;left:20.250001907349rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#IAEzysreSN2nBVVRKUk1Q6qm2VHoy3kO { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:17.0625rem;left:20.937501907349rem;height:1.3rem;font-style:normal;display:block; }
#KMORndJvEscnS53ndqFn5tXTbQdotpgl { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.899215698243rem;left:27.750001907349rem;height:1.625rem;font-style:normal;display:block; }
#pWGT7OKg3oeuPSOAysxuNm8aSLCxidr1 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:9.737500190735rem;left:20.562501907349rem;height:1.625rem;font-style:normal;display:block; }
#iWe0JT0uprNbt11EZgBcXXIPXC3Z2O4B { color:rgba(var(--color-tertiary-4),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:12.5390625rem;left:20.781251907349rem;height:1.3rem;font-style:normal;display:block; }
#M0T0MU3cUEm6x013oui7c1qIT3uBoHTV { position:absolute;display:block;z-index:15050;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.1875rem;width:20.1875rem;top:1.4375002384186rem;left:0rem;overflow:hidden;display:block; }
#S9GHsqErBWgumb9ydDTx9TdCUlTSmJlf { position:relative;display:block; }#S9GHsqErBWgumb9ydDTx9TdCUlTSmJlf { background-color: transparent; background-image: none; }#S9GHsqErBWgumb9ydDTx9TdCUlTSmJlf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S9GHsqErBWgumb9ydDTx9TdCUlTSmJlf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S9GHsqErBWgumb9ydDTx9TdCUlTSmJlf > .row .container > .video-iframe-container { display: none; }#S9GHsqErBWgumb9ydDTx9TdCUlTSmJlf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S9GHsqErBWgumb9ydDTx9TdCUlTSmJlf > .row > .video-iframe-container { display: none; }#S9GHsqErBWgumb9ydDTx9TdCUlTSmJlf > .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); }#S9GHsqErBWgumb9ydDTx9TdCUlTSmJlf { border-width: 0; border-radius: 0; }#S9GHsqErBWgumb9ydDTx9TdCUlTSmJlf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S9GHsqErBWgumb9ydDTx9TdCUlTSmJlf > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#c2QsnoP36yK0tZBbCqAeUekhKlhMTiJv { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#VbPABZCuOhKHBcf2R0rnyR0scdeREdwR { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#in3mPt2BiZI9Vf9CFXAagKtP52mL3ah1 { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#Q8DBv1QhGgTU3pquk4E0LeQngzuvIWNs { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.625rem;font-style:normal;display:block; }
#aiAzf2f2iKcyU8wtQHmppGTrz8VtDoSz { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.4765625rem;left:20.5625rem;height:1.3rem;font-style:normal;display:block; }
#NA4VCdCXzim8UqWosdKd6sKDgZ9JmBBJ { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#ZRBvz9Ih4Fr1oGbNng7oWttZTcXNQNFa { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.5rem;left:20.250001907349rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#gwM4y9CQCHaeAG5s2c0na3Br3ffnHGDK { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:17.0625rem;left:20.937501907349rem;height:1.3rem;font-style:normal;display:block; }
#yZ2s6mnkezPn31VDZnm9KXnoIRf0pENX { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.899215698243rem;left:27.750001907349rem;height:1.625rem;font-style:normal;display:block; }
#rbEkn9WurodMft9I3ta0Ks2Iyy8f8Iy1 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:9.737500190735rem;left:20.562501907349rem;height:1.625rem;font-style:normal;display:block; }
#krZiZONXi1340LLKNf7uciRuT9zhwoOw { color:rgba(var(--color-tertiary-4),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:12.5390625rem;left:20.781251907349rem;height:1.3rem;font-style:normal;display:block; }
#VudXZ0b80vXnLHEVGIrBKiEZXvIDJIWH { position:absolute;display:block;z-index:15050;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.375rem;width:17.375rem;top:2.8429687023163rem;left:0rem;overflow:hidden;display:block; }
#i0U7B2Rq5MpqhLKTPmI3rWuSD4K4bcqJ { position:relative;display:block; }#i0U7B2Rq5MpqhLKTPmI3rWuSD4K4bcqJ { background-color: transparent; background-image: none; }#i0U7B2Rq5MpqhLKTPmI3rWuSD4K4bcqJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i0U7B2Rq5MpqhLKTPmI3rWuSD4K4bcqJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i0U7B2Rq5MpqhLKTPmI3rWuSD4K4bcqJ > .row .container > .video-iframe-container { display: none; }#i0U7B2Rq5MpqhLKTPmI3rWuSD4K4bcqJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i0U7B2Rq5MpqhLKTPmI3rWuSD4K4bcqJ > .row > .video-iframe-container { display: none; }#i0U7B2Rq5MpqhLKTPmI3rWuSD4K4bcqJ > .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); }#i0U7B2Rq5MpqhLKTPmI3rWuSD4K4bcqJ { border-width: 0; border-radius: 0; }#i0U7B2Rq5MpqhLKTPmI3rWuSD4K4bcqJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i0U7B2Rq5MpqhLKTPmI3rWuSD4K4bcqJ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#NDdxuZWHB7oWliWLsgLUFSABVsIRZS16 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#gxcC3A2X5TRmbU9TMCcbKm3vpJyp1FdH { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yp2dFLTvigoKh9RSRlIshkILIT2Or8zy { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#QsXoTAB8FBNazhgtppCqqS1q5yng3z2U { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.625rem;font-style:normal;display:block; }
#T75czpEn1RVlRVaAyoFrTTRZbHLlOywT { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.4765625rem;left:20.5625rem;height:1.3rem;font-style:normal;display:block; }
#AQvDFmPHdCfxcL0BO3mTZvJiaiBUNVNy { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#m2KcGineCOMb17uJnGsOml8nTdIXrd6v { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.5rem;left:20.250001907349rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#dSQmETRyxTN6PZe7C9ku0nJTR9hhTXki { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:17.0625rem;left:20.937501907349rem;height:1.3rem;font-style:normal;display:block; }
#JwWIClsa61888WDcAhzGTCSk2ahhxyaw { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.899215698243rem;left:27.750001907349rem;height:1.625rem;font-style:normal;display:block; }
#rcL1l0bAiiBv1yuDotMPC6FnuIcyyclp { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:9.737500190735rem;left:20.562501907349rem;height:1.625rem;font-style:normal;display:block; }
#Nvg6ElKTUGeWhV5a541w0ppT602wSzxt { color:rgba(var(--color-tertiary-4),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:12.5390625rem;left:20.781251907349rem;height:1.3rem;font-style:normal;display:block; }
#yDVxH8nC04JkkmcftHP0pPt3vc5bQhhV { position:absolute;display:block;z-index:15050;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5625rem;width:20.5625rem;top:1.7500002384186rem;left:0rem;overflow:hidden;display:block; }
#a9Zru36Gqu1vuSMwTNVtKDaACrppl86g { position:relative;display:block; }#a9Zru36Gqu1vuSMwTNVtKDaACrppl86g { background-color: transparent; background-image: none; }#a9Zru36Gqu1vuSMwTNVtKDaACrppl86g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a9Zru36Gqu1vuSMwTNVtKDaACrppl86g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a9Zru36Gqu1vuSMwTNVtKDaACrppl86g > .row .container > .video-iframe-container { display: none; }#a9Zru36Gqu1vuSMwTNVtKDaACrppl86g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a9Zru36Gqu1vuSMwTNVtKDaACrppl86g > .row > .video-iframe-container { display: none; }#a9Zru36Gqu1vuSMwTNVtKDaACrppl86g > .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); }#a9Zru36Gqu1vuSMwTNVtKDaACrppl86g { border-width: 0; border-radius: 0; }#a9Zru36Gqu1vuSMwTNVtKDaACrppl86g > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a9Zru36Gqu1vuSMwTNVtKDaACrppl86g > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#iJHGt5FLMc9OHGfruR4dD5Ryz1eingVe { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#s0pKcUn7S9TUC4kPTJV660ziviE0zKJX { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UngQvNyMrgGyMr34mMwpt4fT95p5VBSd { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#WJW7NOJWETrvQxyTSfJfHliZFw4sJdTB { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.625rem;font-style:normal;display:block; }
#SE2idTTHKTTsZWoIuQ2oRUNtc1XyWU4O { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.4765625rem;left:20.5625rem;height:1.3rem;font-style:normal;display:block; }
#igdsREwTuJuKMER5NmeEhqyqCCKZJWUD { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#sKGa4iXVcZiG3u0vfA2iMwxPoiZIKxGJ { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.5rem;left:20.250001907349rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Sd5GZr95AEVf0oemTz9suTIZpJRx4bP9 { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:17.0625rem;left:20.937501907349rem;height:1.3rem;font-style:normal;display:block; }
#oVoUwgmt2lyo3teuuSNU0tZu4cSJdSeU { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.899215698243rem;left:27.750001907349rem;height:1.625rem;font-style:normal;display:block; }
#BFQayJD4kRMFX5hkBuhs9oRO6LoRMGvH { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:9.737500190735rem;left:20.562501907349rem;height:1.625rem;font-style:normal;display:block; }
#oB44DHhDO4TF92HFNPUbTAwwW3SmPaye { color:rgba(var(--color-tertiary-4),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:12.5390625rem;left:20.781251907349rem;height:1.3rem;font-style:normal;display:block; }
#TA5v19LtPyqxtAS3CKfOwlm7VAoxfcPq { position:absolute;display:block;z-index:15050;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.3125rem;width:17.3125rem;top:2.875rem;left:0rem;overflow:hidden;display:block; }
#mqinTMC9FKGd4d93uPgJpDTCQlPShUPX { position:relative;display:block; }#mqinTMC9FKGd4d93uPgJpDTCQlPShUPX { background-color: transparent; background-image: none; }#mqinTMC9FKGd4d93uPgJpDTCQlPShUPX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqinTMC9FKGd4d93uPgJpDTCQlPShUPX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqinTMC9FKGd4d93uPgJpDTCQlPShUPX > .row .container > .video-iframe-container { display: none; }#mqinTMC9FKGd4d93uPgJpDTCQlPShUPX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqinTMC9FKGd4d93uPgJpDTCQlPShUPX > .row > .video-iframe-container { display: none; }#mqinTMC9FKGd4d93uPgJpDTCQlPShUPX > .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); }#mqinTMC9FKGd4d93uPgJpDTCQlPShUPX { border-width: 0; border-radius: 0; }#mqinTMC9FKGd4d93uPgJpDTCQlPShUPX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mqinTMC9FKGd4d93uPgJpDTCQlPShUPX > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#qq2GOOTsBVNHLROVBM0x6dQL2wKc3VFu { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#JnyuB48wgh71PgIqx4zvckZsiVWKnoKg { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZALgB0rQh0GQ3B8fozTqJwqTNJ65m7cc { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#WqV1JsttS2folckxlqVu4KIHKTKI3yps { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.625rem;font-style:normal;display:block; }
#EZoCZOHlgtTRrdDU8fLnDAccyUKg1PFa { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.4765625rem;left:20.5625rem;height:1.3rem;font-style:normal;display:block; }
#vXhA9bnRJxOA20eLFoFGVtMGMUhh7O5B { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#BgScygWiMnm3OaW3TEKWEkvVnxt3z1zF { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.5rem;left:20.250001907349rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#GPhZliD6bChHgKmxfvpHVEG9i7uka1aC { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:17.0625rem;left:20.937501907349rem;height:1.3rem;font-style:normal;display:block; }
#zfO5vn1qTrFoCwdwSJm9mvntlecEJT01 { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.899215698243rem;left:27.750001907349rem;height:1.625rem;font-style:normal;display:block; }
#M7rxE2HBd0Ke084yUMhIls0TWpwB3g1H { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:9.737500190735rem;left:20.562501907349rem;height:1.625rem;font-style:normal;display:block; }
#HrpiTGmBprqfoGVnPlhCCKEXg53m91Vg { color:rgba(var(--color-tertiary-4),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:12.5390625rem;left:20.781251907349rem;height:1.3rem;font-style:normal;display:block; }
#D5Ns58Z1UxtbMwPGqHf1HpWJovuo1OXI { position:absolute;display:block;z-index:15050;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:16.75rem;top:2.6749999523163rem;left:1.0617198944092rem;overflow:hidden;display:block; }
#ut6v1TdEWrJ342CSziA7rO7RBoPqcGtq { position:relative;display:block; }#ut6v1TdEWrJ342CSziA7rO7RBoPqcGtq { background-color: transparent; background-image: none; }#ut6v1TdEWrJ342CSziA7rO7RBoPqcGtq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ut6v1TdEWrJ342CSziA7rO7RBoPqcGtq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ut6v1TdEWrJ342CSziA7rO7RBoPqcGtq > .row .container > .video-iframe-container { display: none; }#ut6v1TdEWrJ342CSziA7rO7RBoPqcGtq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ut6v1TdEWrJ342CSziA7rO7RBoPqcGtq > .row > .video-iframe-container { display: none; }#ut6v1TdEWrJ342CSziA7rO7RBoPqcGtq > .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); }#ut6v1TdEWrJ342CSziA7rO7RBoPqcGtq { border-width: 0; border-radius: 0; }#ut6v1TdEWrJ342CSziA7rO7RBoPqcGtq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ut6v1TdEWrJ342CSziA7rO7RBoPqcGtq > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#EyRNbm3xQfOcT96R0nHNZZ0HDm1KtgAP { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#QPTeA84mZ65SzCsE7p5wlfIuU1UK5oA9 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hTzrNE2vOb7NH8516t4FFmC0AHoRvmJX { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#BotNrWJOmpv8yxSDPM5zoDfN0NDNyBnK { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.625rem;font-style:normal;display:block; }
#T7UoHfswhUnqUoOTwAtl3k7ZITqeqGvD { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.4765625rem;left:20.5625rem;height:1.3rem;font-style:normal;display:block; }
#DcJ61vriiPDyWmFlquRVIHWc2a9w5hBa { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#sCR3MBRBflwI1XHPnDR5wrQQaxBhrQ2V { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.5rem;left:20.250001907349rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#wbyPM4RJ1drb3rE2BgAhW6JOR6H74M8A { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:17.0625rem;left:20.937501907349rem;height:1.3rem;font-style:normal;display:block; }
#gnhb6q3gNwFvEePcuysc0FsxH6scliql { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.899215698243rem;left:27.750001907349rem;height:1.625rem;font-style:normal;display:block; }
#BiaFr5fkumnzbvNfBZ4iozsMIbGd82XQ { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:9.737500190735rem;left:20.562501907349rem;height:1.625rem;font-style:normal;display:block; }
#K2arw2K3iultHHgPugLeO31xoxZlRCdT { color:rgba(var(--color-tertiary-4),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:12.5390625rem;left:20.781251907349rem;height:1.3rem;font-style:normal;display:block; }
#ceoqvkxnFnJCflPG0g7WhcczuVeUXQZR { position:absolute;display:block;z-index:15050;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.75rem;width:17.75rem;top:2.6554687023163rem;left:0rem;overflow:hidden;display:block; }
#STUAlZI2TJoBL9TPTfAZElwzz8IkMqaL { position:relative;display:block; }#STUAlZI2TJoBL9TPTfAZElwzz8IkMqaL { background-color: transparent; background-image: none; }#STUAlZI2TJoBL9TPTfAZElwzz8IkMqaL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STUAlZI2TJoBL9TPTfAZElwzz8IkMqaL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STUAlZI2TJoBL9TPTfAZElwzz8IkMqaL > .row .container > .video-iframe-container { display: none; }#STUAlZI2TJoBL9TPTfAZElwzz8IkMqaL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STUAlZI2TJoBL9TPTfAZElwzz8IkMqaL > .row > .video-iframe-container { display: none; }#STUAlZI2TJoBL9TPTfAZElwzz8IkMqaL > .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); }#STUAlZI2TJoBL9TPTfAZElwzz8IkMqaL { border-width: 0; border-radius: 0; }#STUAlZI2TJoBL9TPTfAZElwzz8IkMqaL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#STUAlZI2TJoBL9TPTfAZElwzz8IkMqaL > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#sTw5dnDfib67xxlGCe2svH23oWwNrAvX { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#LoQosUqUGGGScTv38O1tn4W2TmBlOC4L { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aEsTQxgMzA4qZc8Api36Fe8SxzJL7GOC { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#NIUrIC5Kes2vbrNrcfzII8tpk3ho1eb2 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.625rem;font-style:normal;display:block; }
#dxprRSzzTLF9msxSDeeJZBhoxb3m8ron { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.4765625rem;left:20.5625rem;height:1.3rem;font-style:normal;display:block; }
#sb6B9FToeh2bSoPIXRaCrJE6dkc8WbIA { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#ZfD9Fv7OkH34oezwRrOgDHD5ffNvrwDp { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.5rem;left:20.250001907349rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#NvNWseQldD3DMQSByzq6narqAfkSNKPw { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:17.0625rem;left:20.937501907349rem;height:1.3rem;font-style:normal;display:block; }
#J958eemZRqoOkuqpKmJpIp88bDozKx5E { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.899215698243rem;left:27.750001907349rem;height:1.625rem;font-style:normal;display:block; }
#oc4F30SZNEtyPyQASm8LAninHBMl3UGk { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:9.737500190735rem;left:20.562501907349rem;height:1.625rem;font-style:normal;display:block; }
#EeZSss2zuoT6NwwZyKXn2bc7mycFFqEd { color:rgba(var(--color-tertiary-4),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:12.5390625rem;left:20.781251907349rem;height:1.3rem;font-style:normal;display:block; }
#bVKFCgo3GobunUTPcuUiSPvQrDQfwrKk { position:absolute;display:block;z-index:15050;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:16.875rem;top:1.7500002384186rem;left:0rem;overflow:hidden;display:block; }
#wfr9aBE3bnqWW58rvgXzHzbnPT9fMGJf { position:relative;display:block; }#wfr9aBE3bnqWW58rvgXzHzbnPT9fMGJf { background-color: transparent; background-image: none; }#wfr9aBE3bnqWW58rvgXzHzbnPT9fMGJf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfr9aBE3bnqWW58rvgXzHzbnPT9fMGJf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfr9aBE3bnqWW58rvgXzHzbnPT9fMGJf > .row .container > .video-iframe-container { display: none; }#wfr9aBE3bnqWW58rvgXzHzbnPT9fMGJf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfr9aBE3bnqWW58rvgXzHzbnPT9fMGJf > .row > .video-iframe-container { display: none; }#wfr9aBE3bnqWW58rvgXzHzbnPT9fMGJf > .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); }#wfr9aBE3bnqWW58rvgXzHzbnPT9fMGJf { border-width: 0; border-radius: 0; }#wfr9aBE3bnqWW58rvgXzHzbnPT9fMGJf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wfr9aBE3bnqWW58rvgXzHzbnPT9fMGJf > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#G8Aogm7IT9IsuPW4RBIZXU4ELnHU617S { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#PhZDJnAzUHcWM3winyB72QDp31f4OLvJ { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IiVz2seBTDomSnV5VwiRHqZV2GaPtfS8 { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#qp5QUeyLTRlSpW1BI5m7p9SiRzoHF7QR { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.625rem;font-style:normal;display:block; }
#ah5fq04Eoxr6ozQhggwBeP6pBQcVXXDE { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.4765625rem;left:20.5625rem;height:1.3rem;font-style:normal;display:block; }
#nSxPMB2g9wq2UZURNQDrQiGnDMv974QT { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#u1Nv9u94mKm7vMWt60RT5Z21ukPWU7te { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.5rem;left:20.250001907349rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ePTr621okANeO1KmrGPEsASMuU2NFCOc { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:17.0625rem;left:20.937501907349rem;height:1.3rem;font-style:normal;display:block; }
#mfUqywAl4bm0u4NTMJ81gEg6d52QZUrh { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.899215698243rem;left:27.750001907349rem;height:1.625rem;font-style:normal;display:block; }
#Rm3UTRkaBk57dCXNLXOsWRDHpS6bFXqI { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:9.737500190735rem;left:20.562501907349rem;height:1.625rem;font-style:normal;display:block; }
#ZLiNyyG8Zf5sLuu9IVWrf7NWOTRPV3U9 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:12.5390625rem;left:20.781251907349rem;height:1.3rem;font-style:normal;display:block; }
#bt3tUUge6Zolod2F5IzEfG4Xt9X7WUr2 { position:absolute;display:block;z-index:15050;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5625rem;width:20.5625rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#Ki9vzq5RIHwOcP6qyVTUwwMx8kvdAbPU { position:relative;display:block; }#Ki9vzq5RIHwOcP6qyVTUwwMx8kvdAbPU { background-color: transparent; background-image: none; }#Ki9vzq5RIHwOcP6qyVTUwwMx8kvdAbPU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ki9vzq5RIHwOcP6qyVTUwwMx8kvdAbPU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ki9vzq5RIHwOcP6qyVTUwwMx8kvdAbPU > .row .container > .video-iframe-container { display: none; }#Ki9vzq5RIHwOcP6qyVTUwwMx8kvdAbPU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ki9vzq5RIHwOcP6qyVTUwwMx8kvdAbPU > .row > .video-iframe-container { display: none; }#Ki9vzq5RIHwOcP6qyVTUwwMx8kvdAbPU > .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); }#Ki9vzq5RIHwOcP6qyVTUwwMx8kvdAbPU { border-width: 0; border-radius: 0; }#Ki9vzq5RIHwOcP6qyVTUwwMx8kvdAbPU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ki9vzq5RIHwOcP6qyVTUwwMx8kvdAbPU > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#galV33Gtl2I4XHVmzK0cCVDIU2TAQfTi { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#rxzoGf0OS1ZLRbwP0tzlKzKCzdyeS7Ch { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iWx52nIeTFdiaG7T2FEwTsEiRiQw6bOk { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#QsrXfTucERhmrlonar5GPep38R1bs2Ga { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.625rem;font-style:normal;display:block; }
#B1GBahmtUqMTn6u7WcXg6M1hBTLJd6Fs { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.4765625rem;left:20.5625rem;height:1.3rem;font-style:normal;display:block; }
#pZNAXrNTBUkyP4nwo0C12mOgARPBQLhF { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#vWoXTTckLMiG5C9H4FXo61tSBmavqgiZ { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.5rem;left:20.250001907349rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#N4Vvhp59TuPHfcTfUIvuXAoE5zKVNb8z { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:17.0625rem;left:20.937501907349rem;height:1.3rem;font-style:normal;display:block; }
#gf9Qp7KKss8SKcRqa7aZ6nbCBEaUsv2H { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.899215698243rem;left:27.750001907349rem;height:1.625rem;font-style:normal;display:block; }
#gWLWr6MF4SGX8waqgQ8h4i4NxfcKLwAZ { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:9.737500190735rem;left:20.562501907349rem;height:1.625rem;font-style:normal;display:block; }
#etGbmzrENAFpDkaaDkcFlnbzvGWhoTLf { color:rgba(var(--color-tertiary-4),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:12.5390625rem;left:20.781251907349rem;height:1.3rem;font-style:normal;display:block; }
#eZMR8fg9TsH8Kikhr7W6bIOXhVobHxND { position:absolute;display:block;z-index:15050;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5rem;width:18.5rem;top:2.2812502384186rem;left:0rem;overflow:hidden;display:block; }
#qO4UlmgTVEoO3RCTtvm6gOEri3Qqzm44 { position:relative;display:block; }#qO4UlmgTVEoO3RCTtvm6gOEri3Qqzm44 { background-color: transparent; background-image: none; }#qO4UlmgTVEoO3RCTtvm6gOEri3Qqzm44::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qO4UlmgTVEoO3RCTtvm6gOEri3Qqzm44 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qO4UlmgTVEoO3RCTtvm6gOEri3Qqzm44 > .row .container > .video-iframe-container { display: none; }#qO4UlmgTVEoO3RCTtvm6gOEri3Qqzm44 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qO4UlmgTVEoO3RCTtvm6gOEri3Qqzm44 > .row > .video-iframe-container { display: none; }#qO4UlmgTVEoO3RCTtvm6gOEri3Qqzm44 > .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); }#qO4UlmgTVEoO3RCTtvm6gOEri3Qqzm44 { border-width: 0; border-radius: 0; }#qO4UlmgTVEoO3RCTtvm6gOEri3Qqzm44 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qO4UlmgTVEoO3RCTtvm6gOEri3Qqzm44 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#efeiskIqC8I3p3mipT0Owm4UF3qmPUT6 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#QbuKXT7T0cNhtu0wcEJpMPmFCfQCQTkI { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ryuKy99f0FnRpiDdqgwuc9p3quHt8rTR { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#cFJhVUTOO1EVWGPLAGhX81RNM3ECAE1h { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.625rem;font-style:normal;display:block; }
#XTsntAqXOKhfFCJfmo7EI8TpHGQoBmsT { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.4765625rem;left:20.5625rem;height:1.3rem;font-style:normal;display:block; }
#SCvCWuaU38Scr5pCQbcCwPstWm9W9dol { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#aTk6QLtMNNc63ECKKsEiLvfEkwUUNKy0 { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.5rem;left:20.250001907349rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#gc6eSAwtHN8iuE5azIDw6M6V7HcsTD6l { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:17.0625rem;left:20.937501907349rem;height:1.3rem;font-style:normal;display:block; }
#gzpy681con1O2GKGd1fKOLFzQkLhp5OT { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.899215698243rem;left:27.750001907349rem;height:1.625rem;font-style:normal;display:block; }
#SCzwsuPfZdWBP2DdMG1984avRlXTmkwl { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:9.737500190735rem;left:20.562501907349rem;height:1.625rem;font-style:normal;display:block; }
#PkhKfL2D8bIqbGxeuXT0H8c89X3lHF0a { color:rgba(var(--color-tertiary-4),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:12.5390625rem;left:20.781251907349rem;height:1.3rem;font-style:normal;display:block; }
#gyB3hGnDmcXnN3ETuWeWCp6gKDCSZnPQ { position:absolute;display:block;z-index:15050;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:17.5625rem;top:2.5624997615814rem;left:0.48750114440918rem;overflow:hidden;display:block; }
#wwUugt5Sq9gheN7KsvUac3JpQSpKMyVu { position:relative;display:block; }#wwUugt5Sq9gheN7KsvUac3JpQSpKMyVu { background-color: transparent; background-image: none; }#wwUugt5Sq9gheN7KsvUac3JpQSpKMyVu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwUugt5Sq9gheN7KsvUac3JpQSpKMyVu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwUugt5Sq9gheN7KsvUac3JpQSpKMyVu > .row .container > .video-iframe-container { display: none; }#wwUugt5Sq9gheN7KsvUac3JpQSpKMyVu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwUugt5Sq9gheN7KsvUac3JpQSpKMyVu > .row > .video-iframe-container { display: none; }#wwUugt5Sq9gheN7KsvUac3JpQSpKMyVu > .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); }#wwUugt5Sq9gheN7KsvUac3JpQSpKMyVu { border-width: 0; border-radius: 0; }#wwUugt5Sq9gheN7KsvUac3JpQSpKMyVu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wwUugt5Sq9gheN7KsvUac3JpQSpKMyVu > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#GIHdfOWVlfVmc26kom1491n4caTcnWLK { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#iAku4D74dyCxt6IlFZ8eSHRCbcw3xpOl { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FPOluT8hPcHZEa4tWQGb71t5iHzmZmqn { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#K7oKRB9DGpVTC1tsmCaGWsoydcFUP7bq { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.625rem;font-style:normal;display:block; }
#lpV0WLPLxii3Hmh7rJk83wQgGl5T5Ten { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.4765625rem;left:20.5625rem;height:1.3rem;font-style:normal;display:block; }
#XkB8JSHBwFOHaaTWB9fW5uHTKXr0yOOh { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#AC0ieNDsUgLkVDJqOekoWbS17zt7Idai { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.5rem;left:20.250001907349rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#xgwwQ7hspNRT2TDw5gFrqfpz5Az4nqaM { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:17.0625rem;left:20.937501907349rem;height:1.3rem;font-style:normal;display:block; }
#uZKmroMeRhEvLn706aw5MGaep0bclQaw { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.899215698243rem;left:27.750001907349rem;height:1.625rem;font-style:normal;display:block; }
#aptTTPLSsN4GkxHkwA6bCfAQOrTbpcmP { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:9.737500190735rem;left:20.562501907349rem;height:1.625rem;font-style:normal;display:block; }
#JJQexlF3JLVHOsBpvaAnbforC2QHNXTQ { color:rgba(var(--color-tertiary-4),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:12.5390625rem;left:20.781251907349rem;height:1.3rem;font-style:normal;display:block; }
#Mu2wIF17WUtatn3nuJCVFz8v1b6fLKUu { position:absolute;display:block;z-index:15050;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5rem;width:19.5rem;top:0.80000019073488rem;left:1.1125011444092rem;overflow:hidden;display:block; }
#WF0GNvCTh7lF3hTiK4WIXWF3NVJDvSoN { position:relative;display:block; }#WF0GNvCTh7lF3hTiK4WIXWF3NVJDvSoN { background-color: transparent; background-image: none; }#WF0GNvCTh7lF3hTiK4WIXWF3NVJDvSoN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WF0GNvCTh7lF3hTiK4WIXWF3NVJDvSoN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WF0GNvCTh7lF3hTiK4WIXWF3NVJDvSoN > .row .container > .video-iframe-container { display: none; }#WF0GNvCTh7lF3hTiK4WIXWF3NVJDvSoN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WF0GNvCTh7lF3hTiK4WIXWF3NVJDvSoN > .row > .video-iframe-container { display: none; }#WF0GNvCTh7lF3hTiK4WIXWF3NVJDvSoN > .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); }#WF0GNvCTh7lF3hTiK4WIXWF3NVJDvSoN { border-width: 0; border-radius: 0; }#WF0GNvCTh7lF3hTiK4WIXWF3NVJDvSoN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WF0GNvCTh7lF3hTiK4WIXWF3NVJDvSoN > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ErnGrA7EAThl6dnDoe1Ui9Kl9TySRx7r { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#ItmoGtWTzTwPfk0grEqOrDKHEGDMFDwI { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K8eTIb0IPR3XTKcJwxDIKOfoISn8t8GX { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#niDUhgwGi3SZWQACASBied88NFZqOnAh { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.625rem;font-style:normal;display:block; }
#gtfImyz4Q0I7tTGt3o9f1bSALXLwxU7Z { color:rgba(var(--color-tertiary-4),1);display:block;width:25.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.4765605926512rem;left:20.562501907349rem;height:2.6rem;font-style:normal;display:block; }
#K0d6P4lzODvaonxxTGRo5ONBhkhF171Q { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#NAPNTD6gLJM1gb59E9Em5P2Cu5csMRxH { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.5rem;left:20.250001907349rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#U2yyf69PgTkOzMzs5l4iv4y9tKNbBild { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:17.0625rem;left:20.937501907349rem;height:1.3rem;font-style:normal;display:block; }
#VINge90TxAan0yu2p9fG9nAR1ZThE7TD { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.899215698243rem;left:27.750001907349rem;height:1.625rem;font-style:normal;display:block; }
#g5RBIP4SGr0AqDfNXafHSsxAXQryvRuw { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:10.675001144409rem;left:20.562501907349rem;height:1.625rem;font-style:normal;display:block; }
#Hvz5s4OuySbo2dvhDcHpt0F3tCA5ow1F { color:rgba(var(--color-tertiary-4),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:13.476560592651rem;left:20.781251907349rem;height:1.3rem;font-style:normal;display:block; }
#kdekDiSGShu19CX6BAlxVrarH4fG7ETN { position:absolute;display:block;z-index:15050;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.6875rem;width:18.6875rem;top:0.73749995231631rem;left:0rem;overflow:hidden;display:block; }
#HHcAB7NF9X2naxaq5Hyp42tMD5aHLu6Z { position:relative;display:block; }#HHcAB7NF9X2naxaq5Hyp42tMD5aHLu6Z { background-color: transparent; background-image: none; }#HHcAB7NF9X2naxaq5Hyp42tMD5aHLu6Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HHcAB7NF9X2naxaq5Hyp42tMD5aHLu6Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HHcAB7NF9X2naxaq5Hyp42tMD5aHLu6Z > .row .container > .video-iframe-container { display: none; }#HHcAB7NF9X2naxaq5Hyp42tMD5aHLu6Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HHcAB7NF9X2naxaq5Hyp42tMD5aHLu6Z > .row > .video-iframe-container { display: none; }#HHcAB7NF9X2naxaq5Hyp42tMD5aHLu6Z > .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); }#HHcAB7NF9X2naxaq5Hyp42tMD5aHLu6Z { border-width: 0; border-radius: 0; }#HHcAB7NF9X2naxaq5Hyp42tMD5aHLu6Z > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HHcAB7NF9X2naxaq5Hyp42tMD5aHLu6Z > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#bAUXqRvPgfaNcbhVZbAdnbWXygJRIcOB { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#x4RCUW3HtMxWMe4KyOLXm4mCRI8hPWNu { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JEuVXCPW3538qqZzTe7VTdyao56drBaw { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#DvgmDdQq6biuZci6WX3FNqCdMG8JP469 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.625rem;font-style:normal;display:block; }
#b1ntZicdWziNAOfuIw3HKqRoebvqRKqE { color:rgba(var(--color-tertiary-4),1);display:block;width:25.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.4765605926512rem;left:20.562501907349rem;height:1.3rem;font-style:normal;display:block; }
#tsWaZcdaagg4SdMLSMz5DaZ3Owh758Hn { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#QQkKGvNnCZFZxPkBrBmswWwkdMkUUdWV { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.5rem;left:20.250001907349rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ONeUMDd5NAZvLwbdHl6wKeW4JESkatSi { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:17.0625rem;left:20.937501907349rem;height:1.3rem;font-style:normal;display:block; }
#VwhbTUgRzfaEXo8DWbRDL73CdZv0axIu { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.899215698243rem;left:27.750001907349rem;height:1.625rem;font-style:normal;display:block; }
#platN57GCavCNJwtO3QlC3ITlZOv1C7E { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:10.675001144409rem;left:20.562501907349rem;height:1.625rem;font-style:normal;display:block; }
#qvneaQsuX95qZ7BuFbyzetwKoeZiesFi { color:rgba(var(--color-tertiary-4),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:13.476560592651rem;left:20.781251907349rem;height:1.3rem;font-style:normal;display:block; }
#Cb91r8cdRpcK7tTSM88NWKrZ7U0qXplr { position:absolute;display:block;z-index:15050;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.875rem;width:18.875rem;top:2.3125rem;left:0rem;overflow:hidden;display:block; }
#DaZCF5XzV9NeQaTq8rT6qJJFGOyIFCAc { position:relative;display:none; }#DaZCF5XzV9NeQaTq8rT6qJJFGOyIFCAc { border-width: 0; border-radius: 0; }#DaZCF5XzV9NeQaTq8rT6qJJFGOyIFCAc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DaZCF5XzV9NeQaTq8rT6qJJFGOyIFCAc > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#VHeQKALsgfaGOQcLwqcNrbAT2cmHdNEy { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#DfXggA4JJhJsVknBNNTkoVsL5AaJmT8G { color:rgba(var(--color-tertiary-4),1);display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:3.75rem;left:25.4375rem;height:1.625rem;font-style:normal;display:block; }
#mw4rqsObt8qMqVryol8LNiRkFPCGtec5 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:6.26171875rem;left:25.4375rem;height:1.3rem;font-style:normal;display:block; }
#mSXIlS8ovATNAKtrepLgIheCPMTETEqJ { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.59765625rem;font-style:normal;display:block; }
#OSOdAQnxcu2Xrnv4DrgdVxTi5myF0Nt0 { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.8125rem;left:25.4375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#yrrDtuDgzaL2XE69TT1GJFtbJEG6GWD0 { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:17.5rem;left:26.125rem;height:1.3rem;font-style:normal;display:block; }
#aSLSbem5BAVl1nag5OMBd6Icypbqmqyy { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:17.25rem;left:32.8125rem;height:1.625rem;font-style:normal;display:block; }
#B8cz9hHeDXEp3w7W18xCXdLSlZAcN9nm { color:rgba(var(--color-tertiary-4),1);display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:8.9375rem;left:25.4375rem;height:1.625rem;font-style:normal;display:block; }
#o4wW3qILOhl99RTtNdDqzAZTVde2ILUp { color:rgba(var(--color-tertiary-4),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:11.5625rem;left:25.4375rem;height:1.3rem;font-style:normal;display:block; }
#CcLc85PqygxukrlaNgOJUNGkalzszFSd { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.0625rem;width:19.0625rem;top:2.6812496185302rem;left:0.99765777587888rem;overflow:hidden;display:block; }
#l35ox0TRXDiZrehArMnt7uDHJeCh8DhA { position:relative;display:block; }#l35ox0TRXDiZrehArMnt7uDHJeCh8DhA { background-color: transparent; background-image: none; }#l35ox0TRXDiZrehArMnt7uDHJeCh8DhA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l35ox0TRXDiZrehArMnt7uDHJeCh8DhA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l35ox0TRXDiZrehArMnt7uDHJeCh8DhA > .row .container > .video-iframe-container { display: none; }#l35ox0TRXDiZrehArMnt7uDHJeCh8DhA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l35ox0TRXDiZrehArMnt7uDHJeCh8DhA > .row > .video-iframe-container { display: none; }#l35ox0TRXDiZrehArMnt7uDHJeCh8DhA > .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); }#l35ox0TRXDiZrehArMnt7uDHJeCh8DhA { border-width: 0; border-radius: 0; }#l35ox0TRXDiZrehArMnt7uDHJeCh8DhA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l35ox0TRXDiZrehArMnt7uDHJeCh8DhA > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#rH2GvMmhoEe73aaZPIhTLPCIE2climda { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#Fq74S5TzbAoo66BqRVWHbdsIc0zlB4mT { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p8LxNhPMLa2xTgbwEBUAuCwWtwwOTktt { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#MEWa4mJ868Ofek6oiiD7De5G4dP71BXU { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.625rem;font-style:normal;display:block; }
#hnJRKfVrbL0cIIebw2UtRFLE0yS6g80z { color:rgba(var(--color-tertiary-4),1);display:block;width:25.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.4765605926512rem;left:20.562501907349rem;height:1.3rem;font-style:normal;display:block; }
#UizTkhNMWTNiFEnlaVtT3D6Ivef5wiVp { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#k8Pmd92LNfEzghBo9uIcLdcxWq0du6ey { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.5rem;left:20.250001907349rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#hQDQBZibeupZIyl1laE84fH5zrvitsC5 { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:17.0625rem;left:20.937501907349rem;height:1.3rem;font-style:normal;display:block; }
#VEKH8SAPTby0wiwS3VE67Kv315aHFeGS { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.899215698243rem;left:27.750001907349rem;height:1.625rem;font-style:normal;display:block; }
#Hrn5qzofH2pZHOnPMxixHWC9xCUf9Cif { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:10.675001144409rem;left:20.562501907349rem;height:1.625rem;font-style:normal;display:block; }
#OUVGApTZeyJViDTK1tZft7khtFo3SnmX { color:rgba(var(--color-tertiary-4),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:13.476560592651rem;left:20.781251907349rem;height:1.3rem;font-style:normal;display:block; }
#QnZq3tKfT8FgLbOSeL8ZmsE5195nu8KC { position:absolute;display:block;z-index:15050;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.3125rem;width:18.3125rem;top:2.8000004291534rem;left:0.92500114440919rem;overflow:hidden;display:block; }
#NQQq7kevIakhL8eDA6KupiXccTbBCwve { position:relative;display:none; }#NQQq7kevIakhL8eDA6KupiXccTbBCwve { border-width: 0; border-radius: 0; }#NQQq7kevIakhL8eDA6KupiXccTbBCwve > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NQQq7kevIakhL8eDA6KupiXccTbBCwve > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#fsd1iM21h3P69TJGKTKMQo8C5owGDF5I { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#JzO4RsBZgvNbx6NTlZbLzCxiGugdSaBV { color:rgba(var(--color-tertiary-4),1);display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:3.75rem;left:25.4375rem;height:1.625rem;font-style:normal;display:block; }
#EGJa4FFTf7uBmwPIDydXGBiv8n2GCvn3 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:6.26171875rem;left:25.4375rem;height:1.3rem;font-style:normal;display:block; }
#JUTkwbEFoXkBxI5mHThLKb94wJlWLTd7 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.59765625rem;font-style:normal;display:block; }
#uTlrivu2zAZuA2ZJ2D91yurpvUAgPMut { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.8125rem;left:25.4375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#e8vNXoXCofQ91F9Fd3X3Nnitz7dcMpQs { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:17.5rem;left:26.125rem;height:1.3rem;font-style:normal;display:block; }
#w2bu6WSipZJThNrqpybLaH9UM2qL7AwD { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:17.25rem;left:32.8125rem;height:1.625rem;font-style:normal;display:block; }
#E8XsFoUpbQyMKyr4xct3hTmzH3VUqxCg { color:rgba(var(--color-tertiary-4),1);display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:8.9375rem;left:25.4375rem;height:1.625rem;font-style:normal;display:block; }
#WEGW5TBzwT1aIvsZf79X481KOH2X3dwL { color:rgba(var(--color-tertiary-4),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:11.5625rem;left:25.4375rem;height:1.3rem;font-style:normal;display:block; }
#cwBsTxcgZovWKpkBIyA5zAWTnSvUkccX { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:2.8375005722046rem;left:1.6867198944092rem;overflow:hidden;display:block; }
#d0IrqxWnVO6pMdqLMP4t49c8KvCFDTV4 { position:relative;display:block; }#d0IrqxWnVO6pMdqLMP4t49c8KvCFDTV4 { background-color: transparent; background-image: none; }#d0IrqxWnVO6pMdqLMP4t49c8KvCFDTV4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d0IrqxWnVO6pMdqLMP4t49c8KvCFDTV4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d0IrqxWnVO6pMdqLMP4t49c8KvCFDTV4 > .row .container > .video-iframe-container { display: none; }#d0IrqxWnVO6pMdqLMP4t49c8KvCFDTV4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d0IrqxWnVO6pMdqLMP4t49c8KvCFDTV4 > .row > .video-iframe-container { display: none; }#d0IrqxWnVO6pMdqLMP4t49c8KvCFDTV4 > .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); }#d0IrqxWnVO6pMdqLMP4t49c8KvCFDTV4 { border-width: 0; border-radius: 0; }#d0IrqxWnVO6pMdqLMP4t49c8KvCFDTV4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d0IrqxWnVO6pMdqLMP4t49c8KvCFDTV4 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#E2RBMI4t7LexBO1Ue9XIFi1LyhQTMcGU { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#ZxQkWptclErxhZcJ6mpp0SK8in1w2n3R { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mnkVesJbuvPZTGXvRhmE1MWJvha8vs3U { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#pB9MwE0x3pVbzhZQ0hZ9tIZ3ban8N9XR { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.625rem;font-style:normal;display:block; }
#XcT5EbFJs3QF9ae8Kk78IptE213MnUVM { color:rgba(var(--color-tertiary-4),1);display:block;width:25.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.4765605926512rem;left:20.562501907349rem;height:1.3rem;font-style:normal;display:block; }
#Nl3myuf3xZnNCOlliy7REE6wZHHBA9dX { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#JdSOpndVMHiE6T9R4o10miniuhE9lB1o { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.5rem;left:20.250001907349rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#TG5rofAKnBH63Os76bPzq3wu4MyllIEK { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:17.0625rem;left:20.937501907349rem;height:1.3rem;font-style:normal;display:block; }
#pyQtEsm0hhhxTyrT1cJP962uVGcgM07d { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.899215698243rem;left:27.750001907349rem;height:1.625rem;font-style:normal;display:block; }
#mpr84SoiR4W2XzJIeLPTnXWBzO1S3EJo { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:10.675001144409rem;left:20.562501907349rem;height:1.625rem;font-style:normal;display:block; }
#WTTQ6OoBgvRE6SPfUtaAPSQoufWrnhqI { color:rgba(var(--color-tertiary-4),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:13.476560592651rem;left:20.781251907349rem;height:1.3rem;font-style:normal;display:block; }
#KCSlArCBwKMUzho19t82mowVM7bPTuye { position:absolute;display:block;z-index:15051;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:16.5rem;top:3.2812502384186rem;left:1.2375011444092rem;overflow:hidden;display:block; }
#B0BqsdzeGUtGUCUu3gLdiWnzzoW1G66G { position:relative;display:block; }#B0BqsdzeGUtGUCUu3gLdiWnzzoW1G66G { background-color: transparent; background-image: none; }#B0BqsdzeGUtGUCUu3gLdiWnzzoW1G66G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0BqsdzeGUtGUCUu3gLdiWnzzoW1G66G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0BqsdzeGUtGUCUu3gLdiWnzzoW1G66G > .row .container > .video-iframe-container { display: none; }#B0BqsdzeGUtGUCUu3gLdiWnzzoW1G66G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0BqsdzeGUtGUCUu3gLdiWnzzoW1G66G > .row > .video-iframe-container { display: none; }#B0BqsdzeGUtGUCUu3gLdiWnzzoW1G66G > .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); }#B0BqsdzeGUtGUCUu3gLdiWnzzoW1G66G { border-width: 0; border-radius: 0; }#B0BqsdzeGUtGUCUu3gLdiWnzzoW1G66G > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B0BqsdzeGUtGUCUu3gLdiWnzzoW1G66G > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#rcHGk5U4Nd8m8MWuzDqVM7BXN6Vw8sqt { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#RgHC9edxzHk0JKkIm1FDPmk7ewml2r5o { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XJz8l5rB2UXGyAgymg3vLm7qdSg15snL { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#OpZffXbOkTzZTT7RfW0UL907MyuwvSAc { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.625rem;font-style:normal;display:block; }
#lVdGw1Le5rv9zBsPsLD1EDPlrlJ0pQEi { color:rgba(var(--color-tertiary-4),1);display:block;width:25.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.4765605926512rem;left:20.562501907349rem;height:1.3rem;font-style:normal;display:block; }
#sqLU5skPoNNxcov7IqGRw35OLS80kICV { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#MhEpXtRp19A11Wb4D8VSTz0W9d3F5T8C { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.5rem;left:20.250001907349rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#xIVy5J5wtypxVg0tv3e3LWqfM52D5mUs { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:17.0625rem;left:20.937501907349rem;height:1.3rem;font-style:normal;display:block; }
#yh6Tu7SZfT3Gq3XX9hUBS7kwrnAFsMuL { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.899215698243rem;left:27.750001907349rem;height:1.625rem;font-style:normal;display:block; }
#V4Rn25XtsO2Bnf37T43SuxQrurrkuO04 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:10.675001144409rem;left:20.562501907349rem;height:1.625rem;font-style:normal;display:block; }
#zmner79TJSa9I0zmQfIZINVevRXPdy7g { color:rgba(var(--color-tertiary-4),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:13.476560592651rem;left:20.781251907349rem;height:1.3rem;font-style:normal;display:block; }
#qP3IUf81UBOl8rILuxwdVuhVd24qpRf1 { position:absolute;display:block;z-index:15050;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.375rem;width:16.375rem;top:3.7500001192093rem;left:1.3000011444092rem;overflow:hidden;display:block; }
#Smn5AF6HGsi7W9yMzR635iIT4MVpKsLy { position:relative;display:none; }#Smn5AF6HGsi7W9yMzR635iIT4MVpKsLy { border-width: 0; border-radius: 0; }#Smn5AF6HGsi7W9yMzR635iIT4MVpKsLy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Smn5AF6HGsi7W9yMzR635iIT4MVpKsLy > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#ho2TVwfnTGMZRl24vWuJ6LF1NCNIHTsE { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#GmzO9QmKQbAvS5nAgNMk7LTU9OXX2beC { color:rgba(var(--color-tertiary-4),1);display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:3.75rem;left:25.4375rem;height:1.625rem;font-style:normal;display:block; }
#MrJZh0b7TEER8I50ZTnssuH4T75DnPNz { color:rgba(var(--color-tertiary-4),1);display:block;width:30.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:6.26171875rem;left:25.4375rem;height:1.3rem;font-style:normal;display:block; }
#vNxikkSiZnt2aKceszs3EXJPyhIqyIi5 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.59765625rem;font-style:normal;display:block; }
#ZLPHgGeh5AqTNsA76OTfranOi77CdEEZ { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.8125rem;left:25.4375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#CiJF2txTodmMwIdufTsacgWXhTzTIF9V { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:17.5rem;left:26.125rem;height:1.3rem;font-style:normal;display:block; }
#xess5UxgRRpps5O7JaTnHeLNG7M2yHnH { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:17.25rem;left:32.8125rem;height:1.625rem;font-style:normal;display:block; }
#cd345hKrtn4fkIgXfm0vvKqxQqlM9mIg { color:rgba(var(--color-tertiary-4),1);display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:8.9375rem;left:25.4375rem;height:1.625rem;font-style:normal;display:block; }
#GiOwILVQiZ0RtH3DOA5JRcVMlncTrS93 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:11.5625rem;left:25.4375rem;height:1.3rem;font-style:normal;display:block; }
#r4cKCcJAawb1cy3boIedOWf9sX6JoAax { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5625rem;width:19.5625rem;top:1.75rem;left:1.3125rem;overflow:hidden;display:block; }
#ntMAZoSpqKT7XBxiwnEcmSCwzAMLkxow { position:relative;display:none; }#ntMAZoSpqKT7XBxiwnEcmSCwzAMLkxow { border-width: 0; border-radius: 0; }#ntMAZoSpqKT7XBxiwnEcmSCwzAMLkxow > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ntMAZoSpqKT7XBxiwnEcmSCwzAMLkxow > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#TkCBOnNp2qMihdehAQrXiIy8V5gKu4UT { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#yxNTpHqyXvBnMTgIqFo51OiAi19HTqpI { color:rgba(var(--color-tertiary-4),1);display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:3.75rem;left:25.4375rem;height:1.625rem;font-style:normal;display:block; }
#tN1QhQDh0kTVMisbW4QDP07GGJPKXPMa { color:rgba(var(--color-tertiary-4),1);display:block;width:30.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:6.26171875rem;left:25.4375rem;height:1.3rem;font-style:normal;display:block; }
#wXVHrVU8twWyinv6IRle162ZEeCGgDCG { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.59765625rem;font-style:normal;display:block; }
#VMt2VkX1tvEyvpEcT4lShF0nzkCwh7o7 { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.8125rem;left:25.4375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#few0sfywBADl6CrcsZgkFCu12Bf0CpzL { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:17.5rem;left:26.125rem;height:1.3rem;font-style:normal;display:block; }
#CN1eguwH7wsOJ0SSqaoENxCqTyOtKqZE { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:17.25rem;left:32.8125rem;height:1.625rem;font-style:normal;display:block; }
#cIQCkMedoKQVkRpwPpTIIXWts18xLaRJ { color:rgba(var(--color-tertiary-4),1);display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:8.9375rem;left:25.4375rem;height:1.625rem;font-style:normal;display:block; }
#z8GhEkenhOMnVHtA30by16GgRmBXgweN { color:rgba(var(--color-tertiary-4),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:11.5625rem;left:25.4375rem;height:1.3rem;font-style:normal;display:block; }
#tu1V5bR2VtOQN4ylOc8QXtyrP9ON9gAA { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.8125rem;width:19.8125rem;top:1.625rem;left:2.5rem;overflow:hidden;display:block; }
#bmCrxuNpwPCen1NEW4szUwf80US17K3w { position:relative;display:none; }#bmCrxuNpwPCen1NEW4szUwf80US17K3w { border-width: 0; border-radius: 0; }#bmCrxuNpwPCen1NEW4szUwf80US17K3w > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bmCrxuNpwPCen1NEW4szUwf80US17K3w > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#CMphIpzMptMCimQVqQKP8hKH4sJa1D1D { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#LLaO4Kw9HaBJ2WxI1ZvLhTQbaBpoXyOZ { color:rgba(var(--color-tertiary-4),1);display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:3.75rem;left:25.4375rem;height:1.625rem;font-style:normal;display:block; }
#ptliifw6kqG71ABphcCNSDJp2MM8VvHc { color:rgba(var(--color-tertiary-4),1);display:block;width:30.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:6.26171875rem;left:25.4375rem;height:1.3rem;font-style:normal;display:block; }
#SuiJKGC7r1lg4Vg20U7PC0gu3y0taKgx { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.59765625rem;font-style:normal;display:block; }
#iRS3mhKWIhKMT9zmMzWvXE8gfZRkuuy7 { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.8125rem;left:25.4375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#NuU3h6WqsexX1c4x3aAr5as1FHu4BkJQ { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:17.5rem;left:26.125rem;height:1.3rem;font-style:normal;display:block; }
#G5Bm14uFrGcEIBJCd4wPzaTDXPwVL0Ml { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:17.25rem;left:32.8125rem;height:1.625rem;font-style:normal;display:block; }
#RmV4E2VpD9un69IWkUoczUzFAdc6r2Zh { color:rgba(var(--color-tertiary-4),1);display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:8.9375rem;left:25.4375rem;height:1.625rem;font-style:normal;display:block; }
#T0LfQUk2zQQuCXwumCm9dQBc1TSrQTKc { color:rgba(var(--color-tertiary-4),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:11.5625rem;left:25.4375rem;height:1.3rem;font-style:normal;display:block; }
#ngSA6Obd7PtBGRS33xdlqpR6TGElHr69 { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.25rem;width:18.25rem;top:2.28125rem;left:2.4375rem;overflow:hidden;display:block; }
#zmFPiydopNas3yEeEiNpI01SCNPDiuvn { position:relative;display:none; }#zmFPiydopNas3yEeEiNpI01SCNPDiuvn { border-width: 0; border-radius: 0; }#zmFPiydopNas3yEeEiNpI01SCNPDiuvn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zmFPiydopNas3yEeEiNpI01SCNPDiuvn > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#Wfer0her95lTiqFte8kIDDyLkB3c3MgJ { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#wTLRJgOJx79d8MEmOHDTrcDBkezdRXTm { color:rgba(var(--color-tertiary-4),1);display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:3.75rem;left:25.4375rem;height:1.625rem;font-style:normal;display:block; }
#qN9lwU4Ce6gDRK6BcTGclHZP7INGzVkK { color:rgba(var(--color-tertiary-4),1);display:block;width:30.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:6.26171875rem;left:25.4375rem;height:1.3rem;font-style:normal;display:block; }
#CTK1yUyE8TXr1s0dOQS8GQm471tkb5V8 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.59765625rem;font-style:normal;display:block; }
#IJF7CclbWpoqm2gwrIySwxh7U2MEV0pU { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.8125rem;left:25.4375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#r2HkoUJ3ZPq8GamEtbpW0MbTfQRvX6Sz { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:17.5rem;left:26.125rem;height:1.3rem;font-style:normal;display:block; }
#aTnwFyqTbDIJUdeuFRS1nXbCCCuA6TVI { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:17.25rem;left:32.8125rem;height:1.625rem;font-style:normal;display:block; }
#qiDC6RPTD4WmrhfCcScAgZtHkMITgCGe { color:rgba(var(--color-tertiary-4),1);display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:8.9375rem;left:25.4375rem;height:1.625rem;font-style:normal;display:block; }
#XfpgoBmCx0ZDbwohyGIzckhcV2ds3tfP { color:rgba(var(--color-tertiary-4),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:11.5625rem;left:25.4375rem;height:1.3rem;font-style:normal;display:block; }
#iGtNH1CIFP0zVTkmkKQVgi7NgSvF8Rcx { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.625rem;width:20.625rem;top:1.21875rem;left:1.375rem;overflow:hidden;display:block; }
#DSAyU6cG6XyXREnyKcP87XGOmA6BJnDc { position:relative;display:block; }#DSAyU6cG6XyXREnyKcP87XGOmA6BJnDc { background-color: transparent; background-image: none; }#DSAyU6cG6XyXREnyKcP87XGOmA6BJnDc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DSAyU6cG6XyXREnyKcP87XGOmA6BJnDc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DSAyU6cG6XyXREnyKcP87XGOmA6BJnDc > .row .container > .video-iframe-container { display: none; }#DSAyU6cG6XyXREnyKcP87XGOmA6BJnDc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DSAyU6cG6XyXREnyKcP87XGOmA6BJnDc > .row > .video-iframe-container { display: none; }#DSAyU6cG6XyXREnyKcP87XGOmA6BJnDc > .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); }#DSAyU6cG6XyXREnyKcP87XGOmA6BJnDc { border-width: 0; border-radius: 0; }#DSAyU6cG6XyXREnyKcP87XGOmA6BJnDc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DSAyU6cG6XyXREnyKcP87XGOmA6BJnDc > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#kO4dGdrItFr5GZusMif3671NUveNWRLl { color:#0b1215;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C35rwD1bLH7zVsl03lSl95OCVfNchCxg { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:8.125rem;left:0rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MXLz12Rw3QmIbs20aMQ9xUIkTIfJqLJh { box-sizing:content-box;height:0.3125rem;width:60rem;position:absolute;display:block;z-index:15002;background-color:#005aab;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.5rem;left:0rem;display:block; }
#MCG8nMeOgAGN4bAOe8k3gvUHh1anOcXN { box-sizing:content-box;height:0.3125rem;width:60rem;position:absolute;display:block;z-index:15003;background-color:#ee1b24;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.0625rem;left:0rem;display:block; }
#S2LpnNpESuBL2npVBiQi6XyQTOP7O4yw { position:relative;display:block; }#S2LpnNpESuBL2npVBiQi6XyQTOP7O4yw { background-color: transparent; background-image: none; }#S2LpnNpESuBL2npVBiQi6XyQTOP7O4yw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2LpnNpESuBL2npVBiQi6XyQTOP7O4yw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2LpnNpESuBL2npVBiQi6XyQTOP7O4yw > .row .container > .video-iframe-container { display: none; }#S2LpnNpESuBL2npVBiQi6XyQTOP7O4yw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2LpnNpESuBL2npVBiQi6XyQTOP7O4yw > .row > .video-iframe-container { display: none; }#S2LpnNpESuBL2npVBiQi6XyQTOP7O4yw > .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); }#S2LpnNpESuBL2npVBiQi6XyQTOP7O4yw { border-width: 0; border-radius: 0; }#S2LpnNpESuBL2npVBiQi6XyQTOP7O4yw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S2LpnNpESuBL2npVBiQi6XyQTOP7O4yw > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#IVRTBzQg7r2LrJiSu6ZV3BAmphyu0SrL { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:16.875rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#XTIkQTCK8IcQZCpnnFmt22rmhXKeElV8 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.375rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nd79QNqvxSkO6SAGbnGwKxbIHKTG1ISu { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#Z2myQADoVA92MnaifflKTOalwiBNFO6K { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.625rem;font-style:normal;display:block; }
#BcCdAdGQtHzbNDFMd0yEIsirbE2nKtUR { color:rgba(var(--color-tertiary-4),1);display:block;width:25.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.4765605926512rem;left:20.562501907349rem;height:1.3rem;font-style:normal;display:block; }
#OT1BJMWmydrTydD0NGtxTWpaFqFqlvsH { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#ReyHGpssgMEUWdy3z3z3mIHnJTodJv2G { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.5625rem;left:19.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#OWUPCyfclK6B0V7ELO0p0ilfT09cBJft { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:15.125rem;left:20.4375rem;height:1.3rem;font-style:normal;display:block; }
#RKpUftJwrpngtsw18Zo5rk6LL6qexMyK { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:14.9375rem;left:27.25rem;height:1.625rem;font-style:normal;display:block; }
#wmHNKG3nFzXtSMEDo4A5MIrg7V0TPdpE { position:absolute;display:block;z-index:15051;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:1.75rem;left:0.8623046875rem;overflow:hidden;display:block; }
#nz4CNmo94aGwC7B89AuyA6e8PDlQEhlJ { position:relative;display:block; }#nz4CNmo94aGwC7B89AuyA6e8PDlQEhlJ { background-color: transparent; background-image: none; }#nz4CNmo94aGwC7B89AuyA6e8PDlQEhlJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nz4CNmo94aGwC7B89AuyA6e8PDlQEhlJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nz4CNmo94aGwC7B89AuyA6e8PDlQEhlJ > .row .container > .video-iframe-container { display: none; }#nz4CNmo94aGwC7B89AuyA6e8PDlQEhlJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nz4CNmo94aGwC7B89AuyA6e8PDlQEhlJ > .row > .video-iframe-container { display: none; }#nz4CNmo94aGwC7B89AuyA6e8PDlQEhlJ > .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); }#nz4CNmo94aGwC7B89AuyA6e8PDlQEhlJ { border-width: 0; border-radius: 0; }#nz4CNmo94aGwC7B89AuyA6e8PDlQEhlJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nz4CNmo94aGwC7B89AuyA6e8PDlQEhlJ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Ozd5KKb9dUbwO0pTqo4ORE3LMEfyCGhz { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:16.875rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#B8pR9fyHiU9qQTq1oMEGCaxu5MSuCRrQ { color:rgba(var(--color-tertiary-4),1);display:block;width:9.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.375rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kVTnp9F1wz68s9BNNxWozaP5P5Bs5N9l { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#aF9XhrsXcSIKThzRTkzdQ8nkfk1w0KPG { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.625rem;font-style:normal;display:block; }
#wNmn92uFJ2IrSLZnPQAHuweMaGSB7PFD { color:rgba(var(--color-tertiary-4),1);display:block;width:25.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.4765605926512rem;left:20.562501907349rem;height:1.3rem;font-style:normal;display:block; }
#r3W9WZMprKIVxnTchDCAXQrTBK1E7kNu { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#CIDel7riwv7AVhiL6obiV6pbU22CB0T5 { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.5625rem;left:19.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#UnrIVmU190WzyJmMvAidw5IeuWuP8F9H { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:15.125rem;left:20.4375rem;height:1.3rem;font-style:normal;display:block; }
#Wck518sgkRkP9mWxWiGLoNWAeXZF3zUt { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:14.9375rem;left:27.25rem;height:1.625rem;font-style:normal;display:block; }
#MwSVFVHQJpUTM1hWhhiQHNAgxU2WLukH { position:absolute;display:block;z-index:15051;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:16.75rem;top:0.62343740463257rem;left:0.61250114440918rem;overflow:hidden;display:block; }
#OlvpHTmXZmTb05T1GIm5qpmMDbbno9se { position:relative;display:block; }#OlvpHTmXZmTb05T1GIm5qpmMDbbno9se { background-color: transparent; background-image: none; }#OlvpHTmXZmTb05T1GIm5qpmMDbbno9se::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlvpHTmXZmTb05T1GIm5qpmMDbbno9se > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlvpHTmXZmTb05T1GIm5qpmMDbbno9se > .row .container > .video-iframe-container { display: none; }#OlvpHTmXZmTb05T1GIm5qpmMDbbno9se > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlvpHTmXZmTb05T1GIm5qpmMDbbno9se > .row > .video-iframe-container { display: none; }#OlvpHTmXZmTb05T1GIm5qpmMDbbno9se > .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); }#OlvpHTmXZmTb05T1GIm5qpmMDbbno9se { border-width: 0; border-radius: 0; }#OlvpHTmXZmTb05T1GIm5qpmMDbbno9se > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OlvpHTmXZmTb05T1GIm5qpmMDbbno9se > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#cs14zFv3eh5wWCP4MXCoB3uROzzPkcRx { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:16.875rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#MRzmv5tCPR9ui2RnX0mWrRLk7AaokaQP { color:rgba(var(--color-tertiary-4),1);display:block;width:9.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.375rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XMNLc4HgKWsuDphBLQVrx7eTEIVSsuKf { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#aBywKHcCGgBdXG9xpxUKSHpapu3v3t02 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.625rem;font-style:normal;display:block; }
#yLdB5CDSZcsNT4oqmquTzruB5oLXbHpL { color:rgba(var(--color-tertiary-4),1);display:block;width:25.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.4765605926512rem;left:20.562501907349rem;height:1.3rem;font-style:normal;display:block; }
#I0JL8FbFPaV1cxdTeG4yXU6LsmWCdgrx { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#T6p6LfEHqxMvvuA12zdtfhLuPy3LvheH { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.5625rem;left:19.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#TET3oqogKMEiQevLudiT5dzU2USzm49g { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:15.125rem;left:20.4375rem;height:1.3rem;font-style:normal;display:block; }
#VC61paXlvIBxxWimAfLHBJJsATZLvCaO { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:14.9375rem;left:27.25rem;height:1.625rem;font-style:normal;display:block; }
#TgK3f4Lc9nppG9E91gWgrZHyL2x6bExQ { position:absolute;display:block;z-index:15051;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.1875rem;width:15.1875rem;top:1.7500002384186rem;left:1.4250011444092rem;overflow:hidden;display:block; }
#h2mXe6zhaxPNkfS4zMs1TmldemB9q2U7 { position:relative;display:block; }#h2mXe6zhaxPNkfS4zMs1TmldemB9q2U7 { background-color: transparent; background-image: none; }#h2mXe6zhaxPNkfS4zMs1TmldemB9q2U7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h2mXe6zhaxPNkfS4zMs1TmldemB9q2U7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h2mXe6zhaxPNkfS4zMs1TmldemB9q2U7 > .row .container > .video-iframe-container { display: none; }#h2mXe6zhaxPNkfS4zMs1TmldemB9q2U7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h2mXe6zhaxPNkfS4zMs1TmldemB9q2U7 > .row > .video-iframe-container { display: none; }#h2mXe6zhaxPNkfS4zMs1TmldemB9q2U7 > .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); }#h2mXe6zhaxPNkfS4zMs1TmldemB9q2U7 { border-width: 0; border-radius: 0; }#h2mXe6zhaxPNkfS4zMs1TmldemB9q2U7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h2mXe6zhaxPNkfS4zMs1TmldemB9q2U7 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#T2x7alSwnU4NRu1UXA1sRp4L8hVHubcN { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:16.875rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#kzHdyVfG2d5i9o7iML24KirqGymvzsne { color:rgba(var(--color-tertiary-4),1);display:block;width:9.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.375rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mITv29Chr0IfL5OyA0wmix9oQxp5Wuya { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#QzWlHazpw2iBg0kFemkuNz2V2yADKgPL { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.625rem;font-style:normal;display:block; }
#eoVB8EIRpcqxKH30LQ1hv6i9zLwHEKbs { color:rgba(var(--color-tertiary-4),1);display:block;width:25.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.4765605926512rem;left:20.562501907349rem;height:1.3rem;font-style:normal;display:block; }
#G6XopsItnNpJ56llgZwMFCZXsIPm8lTD { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#zaVK8ebnhr662voP0xTZ1bnSoTs06H4h { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.5625rem;left:19.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#qPTrgVoOX0s8lTZNwwHJq7Gtq9bPJky1 { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:15.125rem;left:20.4375rem;height:1.3rem;font-style:normal;display:block; }
#BGtSXWsAvbvb1vAdqFE6Qel66FnHfXg1 { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:14.9375rem;left:27.25rem;height:1.625rem;font-style:normal;display:block; }
#uI9VbGPXLIfNgnQaQlKUvE7Bq6xgIf3c { position:absolute;display:block;z-index:15051;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:17rem;top:1.6875rem;left:1.1117191314698rem;overflow:hidden;display:block; }
#ErT04TsVWZ4SG7ovpra4cZSyiQDImF2E { 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; }#ErT04TsVWZ4SG7ovpra4cZSyiQDImF2E > .row .container { background-color: transparent; background-image: none; }#ErT04TsVWZ4SG7ovpra4cZSyiQDImF2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ErT04TsVWZ4SG7ovpra4cZSyiQDImF2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ErT04TsVWZ4SG7ovpra4cZSyiQDImF2E > .row .container > .video-iframe-container { display: none; }#ErT04TsVWZ4SG7ovpra4cZSyiQDImF2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ErT04TsVWZ4SG7ovpra4cZSyiQDImF2E > .row > .video-iframe-container { display: none; }#ErT04TsVWZ4SG7ovpra4cZSyiQDImF2E > .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); }#ErT04TsVWZ4SG7ovpra4cZSyiQDImF2E > .row .container { border-width: 0; border-radius: 0; }#ErT04TsVWZ4SG7ovpra4cZSyiQDImF2E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ErT04TsVWZ4SG7ovpra4cZSyiQDImF2E > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:60rem;position:relative;display:block; }#ToGtNLo6CCRZLs0mlRbEhynd1TIOCTDr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/781c6360-1e44-4a5e-9009-f89cfc2ece3b/2025_4K_Videokonferenz_Hintergrund_Teams_02.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#ToGtNLo6CCRZLs0mlRbEhynd1TIOCTDr.adaptive-delivery-prevent-bg, #ToGtNLo6CCRZLs0mlRbEhynd1TIOCTDr.lazyload, #ToGtNLo6CCRZLs0mlRbEhynd1TIOCTDr.lazyloading { background-image: none; }#ToGtNLo6CCRZLs0mlRbEhynd1TIOCTDr > .row .container { background-color: transparent; background-image: none; }#ToGtNLo6CCRZLs0mlRbEhynd1TIOCTDr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToGtNLo6CCRZLs0mlRbEhynd1TIOCTDr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToGtNLo6CCRZLs0mlRbEhynd1TIOCTDr > .row .container > .video-iframe-container { display: none; }#ToGtNLo6CCRZLs0mlRbEhynd1TIOCTDr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToGtNLo6CCRZLs0mlRbEhynd1TIOCTDr > .row > .video-iframe-container { display: none; }#ToGtNLo6CCRZLs0mlRbEhynd1TIOCTDr > .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); }#ToGtNLo6CCRZLs0mlRbEhynd1TIOCTDr > .row .container { border-width: 0; border-radius: 0; }#ToGtNLo6CCRZLs0mlRbEhynd1TIOCTDr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ToGtNLo6CCRZLs0mlRbEhynd1TIOCTDr > .row .container { font-size:0.875rem;font-family:arial;height:34.625rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rhQqTCD7R0v9koQGBRykUtt9FC8kUpNz { display:block; }#rhQqTCD7R0v9koQGBRykUtt9FC8kUpNz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTrG4QhTrB9Bw9suauNXTnOld8ct4PCc { top:1.125rem;left:0rem;width:10.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmhXtfSGpEZ3hCmeKwkSbp3HZFmWI3LP { top:1.1875rem;left:6.75rem;width:12.0625rem;height:0;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfdcqlRwg5Z8hLknEcwXT5IdEzEC0V74 { top:1.125rem;left:20.125rem;width:7.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6W4UKGIpWrP5nXgNe1nqbRhArTKliux { top:1.125rem;left:29.4375rem;width:16.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3cw8X4Da6F1idJLdfm3urcTHCOf5FVu { width:6.0625rem;height:2.1875rem;top:0.5625rem;left:41.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW63dt96v8KXPpvzOn3JLDPrT29Z7Fi3 { display:block; }
 }@media only screen and (max-width: 763px) { #uPt0dNgw0OXqm28BtcQMzByyF1Pyt64a { display:block; }#uPt0dNgw0OXqm28BtcQMzByyF1Pyt64a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uSdcmOJNHXXKxRdqq5b4CNrxveZOONeD { display:block; }#uSdcmOJNHXXKxRdqq5b4CNrxveZOONeD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yIVGR12lGF4KdfLv2BFmDtbPpIvCLtbq { top:5.125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s43T6qynTAwAo3xlt8TLT2g86RDRQr18 { top:2.8125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnmHNu62flN7LbIhMTXO2mNCMDGGuT0m { display:block; }#XnmHNu62flN7LbIhMTXO2mNCMDGGuT0m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SVZQwAUtO1KSX15U5o1bxaUUw5BeobON { top:1.0625rem;left:0rem;width:3.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRdpL275nK5JSst96UG6M4vciA3hZ9CN { top:1.25rem;left:5.2500005364418rem;width:6.6875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmMJRTIs2Vas1QM3fEr38mHQA4X4vG0k { top:4.875rem;left:0rem;width:7.5625rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDoCLgFMbQIToHh24LpzbW3tMqgIA4bB { top:1.125rem;left:29.437501907349rem;width:16.25rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZxk4tUCLS3x0wiWCshxGqOTsGUOg3mf { width:6.0625rem;height:2.1875rem;top:0.5625rem;left:41.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UA66t4Lzzlsn3A55uL5sPTTS37IfdZKS { display:block; }
 }@media only screen and (max-width: 763px) { #ImQZtEx6mKOyrTLc3tAguzQmbNeb0t1K { display:block; }#ImQZtEx6mKOyrTLc3tAguzQmbNeb0t1K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zp20xXznzHiZzlQx90EzG9RzfTodADo5 { top:3.4375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x11EyrCXxDuF90fmzya0aCiPMcXWS808 { top:7.5625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxCZvF4BAAHN68s36DmOFCv6C6QOxBbM { top:1.3125rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0TO0SXRvi7fe1HDS4vZ1VC18yRviTsZ { top:1.875rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyBSFZP6Ars1s6sTeNpchVPJlDzh00lS { display:block; }#uyBSFZP6Ars1s6sTeNpchVPJlDzh00lS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SQ2XuxrirawkJFMnqVigcOug0Fidy6pu { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDTHW8laSdU8qP83T2wrnk1p5hQ9zmuS { top:7rem;left:39.3125rem;width:8.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrS895E0zHbiqDnCCchKIEefMpC1ay7J { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONbEN6fuyMxADelNdGVbvLDyyekbHtiZ { top:4.4375rem;left:14.437501907349rem;width:24.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVVTdzHWSqJTJsEe165DHUsbOdGLTC5B { top:7.4375rem;left:14.437501907349rem;width:24rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #srCKDTSb1TnpN9pf02uC3h9qqMooICpL { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8deswWB4WQMPoFe55LWGzGybwUq7D63 { top:16.5rem;left:14.125001907349rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDFbEVIdt1sLgxDZCBsQxMvQkZ0G3g5v { top:17.0625rem;left:14.812501907349rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFyxTPCxacdW5doPHoKd0IUCk0iprSCV { top:16.875rem;left:21.625001907349rem;width:4.9375rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAaKTm1WKe7V2GxuFwGa9hsTE0CBn4G5 { top:9.6875rem;left:14.437501907349rem;width:24.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #otQeSX5rNRXv6nczfXt6KwVUdMLr4KOw { top:12.5rem;left:14.656251907349rem;width:25.3125rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7wTNFIhn6LkKNnezB9e5TZBhUseC1cf { top:2.75rem;left:0rem;width:18.875rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdQen0CKwTcmIVCWOfGeRFXaTSfpvoNX { display:block; }#EdQen0CKwTcmIVCWOfGeRFXaTSfpvoNX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ids6NQxLszeOn8fUk2glSRq9unU1Ca8u { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypUowwM49mfL1igz41d8TyOd6xEkmUXG { top:7rem;left:39.3125rem;width:8.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT69HXymTTbpk1QAsQO5rgaBwE1Tnonq { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcfgccnlrU1RXhlJvn2tRObazA2DiDI0 { top:4.4375rem;left:14.437501907349rem;width:24.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRFhukNEETCO1BuHQmRSzvevvvXflLlo { top:7.4375rem;left:14.437501907349rem;width:24rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qN2GtV19EhKidT9027dQbJG2wLfzbTn3 { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaLcwSHwGUV0TATVwAT8dWT9x1MQu2hJ { top:16.5rem;left:14.125001907349rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsTq3qJ7eBSA5PKZou37T4LfQC1aCBFF { top:17.0625rem;left:14.812501907349rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U85RNaoBx15RtUK82TSEeXgZ9UD370wG { top:16.875rem;left:21.625001907349rem;width:4.9375rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAI7bT7zNOOigJ210hyqd1uNC3SxLLlz { top:9.6875rem;left:14.437501907349rem;width:24.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDD8y3a8BOJLIHS0sTlZOOplcQa7T5yx { top:12.5rem;left:14.656251907349rem;width:25.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6nlT8ZwW8bpW5Wu1cWUZnJE65VtKrOX { top:1.4375rem;left:0rem;width:20.125rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcJRlLwn3TQp0ndHTuFK23EynwMubE6V { display:block; }#wcJRlLwn3TQp0ndHTuFK23EynwMubE6V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sZSg7ugclhTV0peUnrWkB0NXJsedKVVF { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtH9ZtIinL6tzTeXTqPD7kI3xRPQQT4T { top:7rem;left:39.3125rem;width:8.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENLTpcBf0S7gC6vEuR9JRzH9ks3UmVAC { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kl7uxvqZZuKOzK25KviDPEmASXdsbadT { top:4.4375rem;left:14.437501907349rem;width:24.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROz7FRz79azgM0TGDAt2keVahxe62qxV { top:7.4375rem;left:14.437501907349rem;width:24rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCxg4JF2ZDBOdtukbtKOZcqk52XcVldv { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlv0pkgLwQ1T2Sw3Mg7dHeqp6gzZnpDL { top:16.5rem;left:14.125001907349rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrlCM1K6HLWJsC02GTJW6ziXSA2Va2e2 { top:17.0625rem;left:14.812501907349rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKTFizJV5ARXsPIw7GTcgZEla4g23EAl { top:16.875rem;left:21.625001907349rem;width:4.9375rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qg1FrLThneQDbRuy8dCgdp2O81iJga92 { top:9.6875rem;left:14.437501907349rem;width:24.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bz6TVMKfby6teKl8Q2iyy6TNWLutBzuw { top:12.5rem;left:14.656251907349rem;width:25.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHth9GiE0d7pTexeTpPv6g2sNvAn2hED { top:1.75rem;left:0rem;width:19.5rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggEg7BvAKLAFqMBsp37Svfdi5EU208S9 { display:block; }#ggEg7BvAKLAFqMBsp37Svfdi5EU208S9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X1G00WA7Uuo3AVVUtFcwUThWCKxCDpNf { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOTZIeC3J4zxtBHrv5au5TKVzIurJxhd { top:7rem;left:39.3125rem;width:8.4375rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfC7nRsQGbgLN8WAEVKNpJiA3R2eyK1W { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4NPJH75OsT5F7TIoi4r7BeyMkLZbN9g { top:4.4375rem;left:14.437501907349rem;width:24.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzyP0C59mOLs5x2CKZ5fKmah8rrQ2T3N { top:7.4375rem;left:14.437501907349rem;width:24rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h25gG6OiiqlC0iTLXIeWMTKxrIPcQLeT { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssh0krgeEItzJAt4RcNFyFiV7QXvsXsd { top:16.5rem;left:14.125001907349rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3an6tIKI67vZvRbkzSMnxwdOgWLRnll { top:17.0625rem;left:14.812501907349rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGVTaD2zvC3goi777zhDL7HvBbDTObFE { top:16.875rem;left:21.625001907349rem;width:4.9375rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9FsDbMHVTMrnGraqqkIZmbHvtF7NRiT { top:9.6875rem;left:14.437501907349rem;width:24.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxUtXvefTp59BzRK2EvVTAcgd5FR5p4B { top:12.5rem;left:14.656251907349rem;width:25.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lr64IBOV6ZaCToaNSX97fOJEiGSmMf1D { top:2.75rem;left:0rem;width:17.5625rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6iQ2PmAetzh0TxQXxqQ6F58UqP1PQHT { display:block; }#Z6iQ2PmAetzh0TxQXxqQ6F58UqP1PQHT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RlUdR12Zz04vnFPGn6rrXsBa1whNGTH6 { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxpDqHGT9dnTMqFk6babzsvbu9eaytch { top:7rem;left:39.3125rem;width:8.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFhotm9TUFzAlmO3flhq8BX9OhnZRzqK { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9EEaiuWQ3JAzi33b6AFcPwQNTuNXUwU { top:4.4375rem;left:14.437501907349rem;width:24.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aS9ylgAJpWtkG1fkSPKrTP3V9F5zDFwQ { top:7.4375rem;left:14.437501907349rem;width:24rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbkwKmdi98UubSidJbRWOyEDXro1WnOq { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ul4WMPpOaBMO09DmXJsDFx395MibCwJ2 { top:16.5rem;left:14.125001907349rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmG0cRfuMF6vfshq99fGmhzZi1IJqvDd { top:17.0625rem;left:14.812501907349rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8Wd4bR5IE6Wbf1VKnO2qrqqLg6RuaVo { top:16.875rem;left:21.625001907349rem;width:4.9375rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNtwMWHgLn8eEnMHuWBFWHk8WethTqiM { top:9.6875rem;left:14.437501907349rem;width:24.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUZTTUC3mdPRhUzrTn9MoZbN3M7D6q52 { top:12.5rem;left:14.656251907349rem;width:25.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rifpITgH3oTAgpfKlb4KbqkfGMh8teRB { top:3.4375rem;left:0rem;width:16.1875rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXu6nToGfJpZ28Fb09uhWgB8SmnD9Wfp { display:block; }#tXu6nToGfJpZ28Fb09uhWgB8SmnD9Wfp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F8EK4wTBXJoOrlzh5woTMFy7RCWQLImB { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQDUEMizZx4mDRqzl5OlslQRf72lJ6xC { top:7rem;left:39.3125rem;width:8.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMhqlw5lLc2wus9RvRBUD6gmv1XIL48v { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuJJDc8O49T8WcZzm1ATF1S1vLGhUyLn { top:4.4375rem;left:14.437501907349rem;width:24.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzN5cUXBCNDK15OXfMaqFWHOLDsm4uhV { top:7.4375rem;left:14.437501907349rem;width:24rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mk5M6X1W2USediO8CSpU8BlkwydVM30G { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th7OHVkgHS28ClU85qc8N5NpcaIsbXmo { top:16.5rem;left:14.125001907349rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAWXfefGmqTL9qCyfshut73VVJLdgwqG { top:17.0625rem;left:14.812501907349rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XK9scgKAcdRpVK4XwXqA46HJmPTCLtCX { top:16.875rem;left:21.625001907349rem;width:4.9375rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsZfxK1rTWp1TBbetpv3xqPhWT0QvGws { top:9.6875rem;left:14.437501907349rem;width:24.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTMxPgRvZG7AXuN52g4ppy9WIEGDGcqS { top:12.5rem;left:14.656251907349rem;width:25.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #of7BJ9azGAFb9XFGz9z0Sa3Tglnw7z0C { top:1.75rem;left:0rem;width:17.625rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6lNH1Olt8VP1QlKpK1iAT0EiVXHMSpH { display:block; }#Q6lNH1Olt8VP1QlKpK1iAT0EiVXHMSpH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qXbM648GbDLli2xbzAcM1LyEreFiUsyG { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cq6NgDTsiSUiW9Tiw1Q3THkPlpAsrFFZ { top:7rem;left:39.3125rem;width:8.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQgEPzsTyeh6v7tVkTbVIG6sFewUrLTp { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxL0VSS11XIWMXIJKICHCUQmvWW1afUv { top:4.4375rem;left:14.437501907349rem;width:24.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQVVTTXTXw0hdRBinneZH8Bk2fifXmIb { top:7.4375rem;left:14.437501907349rem;width:24rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3TboOPPcvwq057MIEkZF1347f6FAGDU { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDgtLQ956rRGIOEweX7mWQ4I2QCN8MD8 { top:16.5rem;left:14.125001907349rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSV9DeCcM9avFFHR26dGobR5um3rl909 { top:17.0625rem;left:14.812501907349rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpQHfKeZ0i0OA2kmfSyoLfXtHkn3N4HL { top:16.875rem;left:21.625001907349rem;width:4.9375rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hi39nWq3rFOEAiJ70PHDCQEdb3m3iIwP { top:9.6875rem;left:14.437501907349rem;width:24.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwbG9G3cLQMKg8EPCZ9tTDQgtPoS5DJ4 { top:12.5rem;left:14.656251907349rem;width:25.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DypqehXZr8M3XZPINUR4SAveHAOn2Cw9 { top:2.375rem;left:0rem;width:18.1875rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1oeAykcq6c48DqFsLw5uZsI4kro4Fap { display:block; }#b1oeAykcq6c48DqFsLw5uZsI4kro4Fap > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X1h3wc4romqmKfJt3KP0DLa3VvzkMDaw { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVT7POBtS9meaIH9QMezTVnc3CtMUBl0 { top:7rem;left:39.3125rem;width:8.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNF7xb705Z4vlEB3TO14UkycIg9ouKFQ { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT5M37FCMyBsBPys9brEVUpqFNRn8S3T { top:4.4375rem;left:14.437501907349rem;width:24.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVEA6zUF4vzXmyzg167BcktVBrE9Vvm6 { top:7.4375rem;left:14.437501907349rem;width:24rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeFiZvTK6DxixPSEPXKZ2UyEZK9V73ZZ { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNCSickHfXdUcbwskCyhR934bLQ7exh9 { top:16.5rem;left:14.125001907349rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVOnQ0Quz45OSHAumoB0TypSXgRAAzay { top:17.0625rem;left:14.812501907349rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftMpT6rIWgUpLwPCp8cuOokLx5Dm7yxq { top:16.875rem;left:21.625001907349rem;width:4.9375rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOhZEf5Lw2C7Nx34pQwy4qZTezouQnuH { top:9.6875rem;left:14.437501907349rem;width:24.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBAR2lIVPsx6o5QpNomxDNIk7IgdlSQQ { top:12.5rem;left:14.656251907349rem;width:25.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTCmzIniwrKQBxV7F3sSKEhoSzAcBC9G { top:2.3125rem;left:0rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kp5C0tDHHH6rd0o1X7ebeAAQm9spv2sa { display:block; }#kp5C0tDHHH6rd0o1X7ebeAAQm9spv2sa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZc3Uewa1ihpLbHvIdEPJZ2QtDBUhRbD { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6sVb3g3OoVidgrCQRvaGQ1RAMQC091s { top:7rem;left:39.3125rem;width:8.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDbaH6GXxNSphyaFiySRqJqTP4UfOvd5 { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTn88qy56trnhl35CFdtnJBESGTOD3kb { top:4.4375rem;left:14.437501907349rem;width:24.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RD2D5Kdm3KUdVfwcttsVTg8XmsXO3kmo { top:7.4375rem;left:14.437501907349rem;width:24rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzA9QmXAzwn6mJCA4Fiwru9xyfMityrH { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIfHiMTDN4Hf5ZZTG5DVMzThydmc4lyb { top:16.5rem;left:14.125001907349rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R70TBdrD86nf6yvBXnyprmlJg07RLTyU { top:17.0625rem;left:14.812501907349rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTeHLtUSILKmttpFLicp12BUGEqmCzII { top:16.875rem;left:21.625001907349rem;width:4.9375rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrDACA4wNr6O1UfX7M9wRwHnUdV475ZL { top:9.6875rem;left:14.437501907349rem;width:24.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a737MMy41Z8ROWZr7lNxGXaGhCP24x3S { top:12.5rem;left:14.656251907349rem;width:25.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #So44hp97EMqeCkG6UPReXB2bXMxtHoUQ { top:2.375rem;left:0rem;width:18.25rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORMUOsHCf2VKnVteHOB8kPRVieDwClWS { display:block; }#ORMUOsHCf2VKnVteHOB8kPRVieDwClWS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #en8E7o4iT6vsgIuOfzvz5SASNlsXJlBy { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhFuByaV88AVx1TvRt4KTDtqPmC9J7WL { top:7rem;left:39.3125rem;width:8.4375rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4v8XMcPpGUTu2dahTrQSWVTTZSHv1GW { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NV4FSM61T25uLB7LcP2to51ZyG4BtO6O { top:4.4375rem;left:14.437501907349rem;width:24.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwpVPvH18qhaGqdJN088OtTnoInOyeQ5 { top:7.4375rem;left:14.437501907349rem;width:24rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuVEly13eUs8RWu7gR99AAZlgVlV1qHP { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNSyJBzG2JNIA8TauLkLAR54RXrTUcm4 { top:16.5rem;left:14.125001907349rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgfAxnJV7mia9LlFc8CHDFypVFeIheh2 { top:17.0625rem;left:14.812501907349rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmH4TFrFTfHD3QxfHDuid5u41iMBzd62 { top:16.875rem;left:21.625001907349rem;width:4.9375rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrgcOdK9TCyanrmbRGzoLtwVyX1UehbL { top:9.6875rem;left:14.437501907349rem;width:24.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiFNh8iHbkByWGBFElT9q99vezCn1uOt { top:12.5rem;left:14.656251907349rem;width:25.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFFUzJE4Twi46dIsaSwivXMaEEt7UleL { top:2.75rem;left:0rem;width:17.5625rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJ18hasriRvgNMg5rUdmrlHQDRP7KHpP { display:block; }#uJ18hasriRvgNMg5rUdmrlHQDRP7KHpP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FQE3ZSJ5JQqx776HRkVTBkkXExZp1Krx { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMJLTLmCKRm8O5nm8LwthCBOPCTTzMby { top:7rem;left:39.3125rem;width:8.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEr2EVZtpz826sKbxuR0JloeqL67KKoP { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWLt2Knew1PlcvBB6rrzngxX2G7ozrei { top:4.4375rem;left:14.437501907349rem;width:24.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT3QxfqvhFJ3t7ERStUNhRnlnsTgAnWo { top:7.4375rem;left:14.437501907349rem;width:24rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cnk6S39N01voKUqnTLFeRq9e0gbBJutN { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #avbmFCsbtB0kD91ZECAaCPDC0TTXgRC7 { top:16.5rem;left:14.125001907349rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaySbd8tJDFIGlopROPeNb5UMk60sMTR { top:17.0625rem;left:14.812501907349rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bK01OZ5prqV8x3Jkce6NmEkno2pHIeAZ { top:16.875rem;left:21.625001907349rem;width:4.9375rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #klrtnqBJ4gfozxtOzNX7fxoDX4RSIJqf { top:9.6875rem;left:14.437501907349rem;width:24.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5XPBkhfMfkI1CBobp98tSzry8ndnVfG { top:12.5rem;left:14.656251907349rem;width:25.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R64kxniI0ccfOtRQKdriTgVu7DTr21KT { top:2.625rem;left:0rem;width:17.6875rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uwc2T88QrcJa9mWqd3MmQIvhNT2ukKmB { display:block; }#Uwc2T88QrcJa9mWqd3MmQIvhNT2ukKmB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIMtWkNCAyql2Tm8QwDWrKl8ULSXszHz { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndr9RFsCRVE5aL0U3oGClGw9revXPZVe { top:7rem;left:39.3125rem;width:8.4375rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4Sii2bM98QuqR8pmHiGVXLTXeMq5lwI { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOOtHA04hL0ZUIZ5M8v0LtgEqtl2C3Jz { top:4.4375rem;left:14.437501907349rem;width:24.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLcGQE1HC6WxQKCHuJ4TJ2qInqCwO2oN { top:7.4375rem;left:14.437501907349rem;width:24rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MM3qnFA3291HRS9tTksKdNeZgxZtuWK2 { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTaf2SeZJxIMwEDT5G9amg8aTh3r866D { top:16.5rem;left:14.125001907349rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fmsqd7ffbZXn2za1WXv1d7XMSR3H3qHR { top:17.0625rem;left:14.812501907349rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcKiTlDJOkGIsh8BJqS2ocq8idfdht6L { top:16.875rem;left:21.625001907349rem;width:4.9375rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txig8Ww9kxB7GGuQf86r5q3xVMGKT3io { top:9.6875rem;left:14.437501907349rem;width:24.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiJzWAs4CTi41luHUf89EHlbVODFQ1K0 { top:12.5rem;left:14.656251907349rem;width:25.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NN6k6lXUlphgRGW6ce58JZKe8z3uGmHT { top:2.0625rem;left:0rem;width:18.9375rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ab8dnQoTzsTBmyZkJS4hm1tHkL6eTx3L { display:block; }#ab8dnQoTzsTBmyZkJS4hm1tHkL6eTx3L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LkZqxCqyceUTt0EiSc4cNmRwLqsufKS3 { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhIFENi2PepVQKVsv2XDQiJSHwC9UTmB { top:7rem;left:39.3125rem;width:8.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6zhcyt1cwd4HuE9itx6EkiUhE8RVKBK { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLTnnLSXmxon38rqyDgaCSBIVAVXds5t { top:4.4375rem;left:14.437501907349rem;width:24.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRBs6mTPlX4dTfMTfEkHRtN2oNimu8aP { top:7.4375rem;left:14.437501907349rem;width:24rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eosHcSkk1pXRn7fKlVJMUx7rOLIfUCo2 { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9pq6QmOZ9HvVTcIkk8Hl5h0LPPsEJKA { top:16.5rem;left:14.125001907349rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuaAPtNLZodHQRRnvWriw3NGUcMa6S5x { top:17.0625rem;left:14.812501907349rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zplfCcwPHon66crHblhWJGsWpD1sTVIw { top:16.875rem;left:21.625001907349rem;width:4.9375rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gu3yOViLr5F7BCaeEBBmM0org1i9I0iv { top:9.6875rem;left:14.437501907349rem;width:24.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2KxDN2WR82UKiKb7mFWIqyBEHv25oKZ { top:12.5rem;left:14.656251907349rem;width:25.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSI9qxy9f0TZP8NhHTL3u5g8THSF8r2c { top:1.375rem;left:0rem;width:20.3125rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMhVOfkXztV4wpaAl7KI6XvIBVsRRxqV { display:block; }#OMhVOfkXztV4wpaAl7KI6XvIBVsRRxqV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #npl82qbFypMI41VyaoxsdiF5eQ9zDXko { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vrbb4CaPT18CuE7y6OEhUSpXuomy4Iu4 { top:7rem;left:39.3125rem;width:8.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqKVs337xqxz5xmFsLuTODZSRcV2HFJs { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuIpBiELaL8QpveGLh0852uuiEPbo08C { top:4.4375rem;left:14.437501907349rem;width:24.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFFX6fCvoSTUFq7sRBxKoghVrdF8SSPW { top:7.4375rem;left:14.437501907349rem;width:24rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFTqB6TZTV0N85eGNhbEI4FkJ4lsU6cp { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdnhnES7IotxgXXpUVPv4L4c6OEA1GTT { top:16.5rem;left:14.125001907349rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAEzysreSN2nBVVRKUk1Q6qm2VHoy3kO { top:17.0625rem;left:14.812501907349rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMORndJvEscnS53ndqFn5tXTbQdotpgl { top:16.875rem;left:21.625001907349rem;width:4.9375rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWGT7OKg3oeuPSOAysxuNm8aSLCxidr1 { top:9.6875rem;left:14.437501907349rem;width:24.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWe0JT0uprNbt11EZgBcXXIPXC3Z2O4B { top:12.5rem;left:14.656251907349rem;width:25.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0T0MU3cUEm6x013oui7c1qIT3uBoHTV { top:1.4375rem;left:0rem;width:20.1875rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9GHsqErBWgumb9ydDTx9TdCUlTSmJlf { display:block; }#S9GHsqErBWgumb9ydDTx9TdCUlTSmJlf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c2QsnoP36yK0tZBbCqAeUekhKlhMTiJv { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbPABZCuOhKHBcf2R0rnyR0scdeREdwR { top:7rem;left:39.3125rem;width:8.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #in3mPt2BiZI9Vf9CFXAagKtP52mL3ah1 { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8DBv1QhGgTU3pquk4E0LeQngzuvIWNs { top:4.4375rem;left:14.437501907349rem;width:24.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiAzf2f2iKcyU8wtQHmppGTrz8VtDoSz { top:7.4375rem;left:14.437501907349rem;width:24rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NA4VCdCXzim8UqWosdKd6sKDgZ9JmBBJ { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRBvz9Ih4Fr1oGbNng7oWttZTcXNQNFa { top:16.5rem;left:14.125001907349rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwM4y9CQCHaeAG5s2c0na3Br3ffnHGDK { top:17.0625rem;left:14.812501907349rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZ2s6mnkezPn31VDZnm9KXnoIRf0pENX { top:16.875rem;left:21.625001907349rem;width:4.9375rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbEkn9WurodMft9I3ta0Ks2Iyy8f8Iy1 { top:9.6875rem;left:14.437501907349rem;width:24.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #krZiZONXi1340LLKNf7uciRuT9zhwoOw { top:12.5rem;left:14.656251907349rem;width:25.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VudXZ0b80vXnLHEVGIrBKiEZXvIDJIWH { top:2.8125rem;left:0rem;width:17.375rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0U7B2Rq5MpqhLKTPmI3rWuSD4K4bcqJ { display:block; }#i0U7B2Rq5MpqhLKTPmI3rWuSD4K4bcqJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NDdxuZWHB7oWliWLsgLUFSABVsIRZS16 { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxcC3A2X5TRmbU9TMCcbKm3vpJyp1FdH { top:7rem;left:39.3125rem;width:8.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yp2dFLTvigoKh9RSRlIshkILIT2Or8zy { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsXoTAB8FBNazhgtppCqqS1q5yng3z2U { top:4.4375rem;left:14.437501907349rem;width:24.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T75czpEn1RVlRVaAyoFrTTRZbHLlOywT { top:7.4375rem;left:14.437501907349rem;width:24rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQvDFmPHdCfxcL0BO3mTZvJiaiBUNVNy { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2KcGineCOMb17uJnGsOml8nTdIXrd6v { top:16.5rem;left:14.125001907349rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSQmETRyxTN6PZe7C9ku0nJTR9hhTXki { top:17.0625rem;left:14.812501907349rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwWIClsa61888WDcAhzGTCSk2ahhxyaw { top:16.875rem;left:21.625001907349rem;width:4.9375rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcL1l0bAiiBv1yuDotMPC6FnuIcyyclp { top:9.6875rem;left:14.437501907349rem;width:24.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nvg6ElKTUGeWhV5a541w0ppT602wSzxt { top:12.5rem;left:14.656251907349rem;width:25.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDVxH8nC04JkkmcftHP0pPt3vc5bQhhV { top:1.75rem;left:0rem;width:20.5625rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9Zru36Gqu1vuSMwTNVtKDaACrppl86g { display:block; }#a9Zru36Gqu1vuSMwTNVtKDaACrppl86g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iJHGt5FLMc9OHGfruR4dD5Ryz1eingVe { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0pKcUn7S9TUC4kPTJV660ziviE0zKJX { top:7rem;left:39.3125rem;width:8.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UngQvNyMrgGyMr34mMwpt4fT95p5VBSd { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJW7NOJWETrvQxyTSfJfHliZFw4sJdTB { top:4.4375rem;left:14.437501907349rem;width:24.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SE2idTTHKTTsZWoIuQ2oRUNtc1XyWU4O { top:7.4375rem;left:14.437501907349rem;width:24rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #igdsREwTuJuKMER5NmeEhqyqCCKZJWUD { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKGa4iXVcZiG3u0vfA2iMwxPoiZIKxGJ { top:16.5rem;left:14.125001907349rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sd5GZr95AEVf0oemTz9suTIZpJRx4bP9 { top:17.0625rem;left:14.812501907349rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVoUwgmt2lyo3teuuSNU0tZu4cSJdSeU { top:16.875rem;left:21.625001907349rem;width:4.9375rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFQayJD4kRMFX5hkBuhs9oRO6LoRMGvH { top:9.6875rem;left:14.437501907349rem;width:24.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oB44DHhDO4TF92HFNPUbTAwwW3SmPaye { top:12.5rem;left:14.656251907349rem;width:25.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA5v19LtPyqxtAS3CKfOwlm7VAoxfcPq { top:2.875rem;left:0rem;width:17.3125rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqinTMC9FKGd4d93uPgJpDTCQlPShUPX { display:block; }#mqinTMC9FKGd4d93uPgJpDTCQlPShUPX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qq2GOOTsBVNHLROVBM0x6dQL2wKc3VFu { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnyuB48wgh71PgIqx4zvckZsiVWKnoKg { top:7rem;left:39.3125rem;width:8.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZALgB0rQh0GQ3B8fozTqJwqTNJ65m7cc { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqV1JsttS2folckxlqVu4KIHKTKI3yps { top:4.4375rem;left:14.437501907349rem;width:24.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZoCZOHlgtTRrdDU8fLnDAccyUKg1PFa { top:7.4375rem;left:14.437501907349rem;width:24rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXhA9bnRJxOA20eLFoFGVtMGMUhh7O5B { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgScygWiMnm3OaW3TEKWEkvVnxt3z1zF { top:16.5rem;left:14.125001907349rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPhZliD6bChHgKmxfvpHVEG9i7uka1aC { top:17.0625rem;left:14.812501907349rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfO5vn1qTrFoCwdwSJm9mvntlecEJT01 { top:16.875rem;left:21.625001907349rem;width:4.9375rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7rxE2HBd0Ke084yUMhIls0TWpwB3g1H { top:9.6875rem;left:14.437501907349rem;width:24.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrpiTGmBprqfoGVnPlhCCKEXg53m91Vg { top:12.5rem;left:14.656251907349rem;width:25.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5Ns58Z1UxtbMwPGqHf1HpWJovuo1OXI { top:2.625rem;left:0rem;width:16.75rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ut6v1TdEWrJ342CSziA7rO7RBoPqcGtq { display:block; }#ut6v1TdEWrJ342CSziA7rO7RBoPqcGtq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EyRNbm3xQfOcT96R0nHNZZ0HDm1KtgAP { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPTeA84mZ65SzCsE7p5wlfIuU1UK5oA9 { top:7rem;left:39.3125rem;width:8.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTzrNE2vOb7NH8516t4FFmC0AHoRvmJX { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BotNrWJOmpv8yxSDPM5zoDfN0NDNyBnK { top:4.4375rem;left:14.437501907349rem;width:24.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7UoHfswhUnqUoOTwAtl3k7ZITqeqGvD { top:7.4375rem;left:14.437501907349rem;width:24rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcJ61vriiPDyWmFlquRVIHWc2a9w5hBa { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCR3MBRBflwI1XHPnDR5wrQQaxBhrQ2V { top:16.5rem;left:14.125001907349rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbyPM4RJ1drb3rE2BgAhW6JOR6H74M8A { top:17.0625rem;left:14.812501907349rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnhb6q3gNwFvEePcuysc0FsxH6scliql { top:16.875rem;left:21.625001907349rem;width:4.9375rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiaFr5fkumnzbvNfBZ4iozsMIbGd82XQ { top:9.6875rem;left:14.437501907349rem;width:24.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2arw2K3iultHHgPugLeO31xoxZlRCdT { top:12.5rem;left:14.656251907349rem;width:25.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceoqvkxnFnJCflPG0g7WhcczuVeUXQZR { top:2.625rem;left:0rem;width:17.75rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #STUAlZI2TJoBL9TPTfAZElwzz8IkMqaL { display:block; }#STUAlZI2TJoBL9TPTfAZElwzz8IkMqaL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTw5dnDfib67xxlGCe2svH23oWwNrAvX { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoQosUqUGGGScTv38O1tn4W2TmBlOC4L { top:7rem;left:39.3125rem;width:8.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEsTQxgMzA4qZc8Api36Fe8SxzJL7GOC { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIUrIC5Kes2vbrNrcfzII8tpk3ho1eb2 { top:4.4375rem;left:14.437501907349rem;width:24.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxprRSzzTLF9msxSDeeJZBhoxb3m8ron { top:7.4375rem;left:14.437501907349rem;width:24rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sb6B9FToeh2bSoPIXRaCrJE6dkc8WbIA { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfD9Fv7OkH34oezwRrOgDHD5ffNvrwDp { top:16.5rem;left:14.125001907349rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvNWseQldD3DMQSByzq6narqAfkSNKPw { top:17.0625rem;left:14.812501907349rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J958eemZRqoOkuqpKmJpIp88bDozKx5E { top:16.875rem;left:21.625001907349rem;width:4.9375rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oc4F30SZNEtyPyQASm8LAninHBMl3UGk { top:9.6875rem;left:14.437501907349rem;width:24.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeZSss2zuoT6NwwZyKXn2bc7mycFFqEd { top:12.5rem;left:14.656251907349rem;width:25.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVKFCgo3GobunUTPcuUiSPvQrDQfwrKk { top:1.75rem;left:0rem;width:16.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfr9aBE3bnqWW58rvgXzHzbnPT9fMGJf { display:block; }#wfr9aBE3bnqWW58rvgXzHzbnPT9fMGJf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G8Aogm7IT9IsuPW4RBIZXU4ELnHU617S { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhZDJnAzUHcWM3winyB72QDp31f4OLvJ { top:7rem;left:39.3125rem;width:8.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiVz2seBTDomSnV5VwiRHqZV2GaPtfS8 { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qp5QUeyLTRlSpW1BI5m7p9SiRzoHF7QR { top:4.4375rem;left:14.437501907349rem;width:24.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ah5fq04Eoxr6ozQhggwBeP6pBQcVXXDE { top:7.4375rem;left:14.437501907349rem;width:24rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSxPMB2g9wq2UZURNQDrQiGnDMv974QT { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1Nv9u94mKm7vMWt60RT5Z21ukPWU7te { top:16.5rem;left:14.125001907349rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePTr621okANeO1KmrGPEsASMuU2NFCOc { top:17.0625rem;left:14.812501907349rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfUqywAl4bm0u4NTMJ81gEg6d52QZUrh { top:16.875rem;left:21.625001907349rem;width:4.9375rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rm3UTRkaBk57dCXNLXOsWRDHpS6bFXqI { top:9.6875rem;left:14.437501907349rem;width:24.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLiNyyG8Zf5sLuu9IVWrf7NWOTRPV3U9 { top:12.5rem;left:14.656251907349rem;width:25.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bt3tUUge6Zolod2F5IzEfG4Xt9X7WUr2 { top:1.25rem;left:0rem;width:20.5625rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ki9vzq5RIHwOcP6qyVTUwwMx8kvdAbPU { display:block; }#Ki9vzq5RIHwOcP6qyVTUwwMx8kvdAbPU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #galV33Gtl2I4XHVmzK0cCVDIU2TAQfTi { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxzoGf0OS1ZLRbwP0tzlKzKCzdyeS7Ch { top:7rem;left:39.3125rem;width:8.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWx52nIeTFdiaG7T2FEwTsEiRiQw6bOk { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsrXfTucERhmrlonar5GPep38R1bs2Ga { top:4.4375rem;left:14.437501907349rem;width:24.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1GBahmtUqMTn6u7WcXg6M1hBTLJd6Fs { top:7.4375rem;left:14.437501907349rem;width:24rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZNAXrNTBUkyP4nwo0C12mOgARPBQLhF { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWoXTTckLMiG5C9H4FXo61tSBmavqgiZ { top:16.5rem;left:14.125001907349rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4Vvhp59TuPHfcTfUIvuXAoE5zKVNb8z { top:17.0625rem;left:14.812501907349rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gf9Qp7KKss8SKcRqa7aZ6nbCBEaUsv2H { top:16.875rem;left:21.625001907349rem;width:4.9375rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWLWr6MF4SGX8waqgQ8h4i4NxfcKLwAZ { top:9.6875rem;left:14.437501907349rem;width:24.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #etGbmzrENAFpDkaaDkcFlnbzvGWhoTLf { top:12.5rem;left:14.656251907349rem;width:25.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZMR8fg9TsH8Kikhr7W6bIOXhVobHxND { top:2.25rem;left:0rem;width:18.5rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qO4UlmgTVEoO3RCTtvm6gOEri3Qqzm44 { display:block; }#qO4UlmgTVEoO3RCTtvm6gOEri3Qqzm44 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #efeiskIqC8I3p3mipT0Owm4UF3qmPUT6 { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbuKXT7T0cNhtu0wcEJpMPmFCfQCQTkI { top:7rem;left:39.3125rem;width:8.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryuKy99f0FnRpiDdqgwuc9p3quHt8rTR { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFJhVUTOO1EVWGPLAGhX81RNM3ECAE1h { top:4.4375rem;left:14.437501907349rem;width:24.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTsntAqXOKhfFCJfmo7EI8TpHGQoBmsT { top:7.4375rem;left:14.437501907349rem;width:24rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCvCWuaU38Scr5pCQbcCwPstWm9W9dol { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTk6QLtMNNc63ECKKsEiLvfEkwUUNKy0 { top:16.5rem;left:14.125001907349rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gc6eSAwtHN8iuE5azIDw6M6V7HcsTD6l { top:17.0625rem;left:14.812501907349rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzpy681con1O2GKGd1fKOLFzQkLhp5OT { top:16.875rem;left:21.625001907349rem;width:4.9375rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCzwsuPfZdWBP2DdMG1984avRlXTmkwl { top:9.6875rem;left:14.437501907349rem;width:24.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkhKfL2D8bIqbGxeuXT0H8c89X3lHF0a { top:12.5rem;left:14.656251907349rem;width:25.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyB3hGnDmcXnN3ETuWeWCp6gKDCSZnPQ { top:2.5rem;left:0rem;width:17.5625rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwUugt5Sq9gheN7KsvUac3JpQSpKMyVu { display:block; }#wwUugt5Sq9gheN7KsvUac3JpQSpKMyVu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GIHdfOWVlfVmc26kom1491n4caTcnWLK { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAku4D74dyCxt6IlFZ8eSHRCbcw3xpOl { top:7rem;left:39.3125rem;width:8.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPOluT8hPcHZEa4tWQGb71t5iHzmZmqn { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7oKRB9DGpVTC1tsmCaGWsoydcFUP7bq { top:4.4375rem;left:14.437501907349rem;width:24.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpV0WLPLxii3Hmh7rJk83wQgGl5T5Ten { top:7.4375rem;left:14.437501907349rem;width:24rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkB8JSHBwFOHaaTWB9fW5uHTKXr0yOOh { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AC0ieNDsUgLkVDJqOekoWbS17zt7Idai { top:16.5rem;left:14.125001907349rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgwwQ7hspNRT2TDw5gFrqfpz5Az4nqaM { top:17.0625rem;left:14.812501907349rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZKmroMeRhEvLn706aw5MGaep0bclQaw { top:16.875rem;left:21.625001907349rem;width:4.9375rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aptTTPLSsN4GkxHkwA6bCfAQOrTbpcmP { top:9.6875rem;left:14.437501907349rem;width:24.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJQexlF3JLVHOsBpvaAnbforC2QHNXTQ { top:12.5rem;left:14.656251907349rem;width:25.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mu2wIF17WUtatn3nuJCVFz8v1b6fLKUu { top:0.75rem;left:0rem;width:19.5rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF0GNvCTh7lF3hTiK4WIXWF3NVJDvSoN { display:block; }#WF0GNvCTh7lF3hTiK4WIXWF3NVJDvSoN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ErnGrA7EAThl6dnDoe1Ui9Kl9TySRx7r { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItmoGtWTzTwPfk0grEqOrDKHEGDMFDwI { top:7rem;left:39.3125rem;width:8.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8eTIb0IPR3XTKcJwxDIKOfoISn8t8GX { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #niDUhgwGi3SZWQACASBied88NFZqOnAh { top:4.4375rem;left:14.437501907349rem;width:24.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtfImyz4Q0I7tTGt3o9f1bSALXLwxU7Z { top:7.4375rem;left:14.437501907349rem;width:25.25rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0d6P4lzODvaonxxTGRo5ONBhkhF171Q { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAPNTD6gLJM1gb59E9Em5P2Cu5csMRxH { top:16.5rem;left:14.125001907349rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2yyf69PgTkOzMzs5l4iv4y9tKNbBild { top:17.0625rem;left:14.812501907349rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VINge90TxAan0yu2p9fG9nAR1ZThE7TD { top:16.875rem;left:21.625001907349rem;width:4.9375rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5RBIP4SGr0AqDfNXafHSsxAXQryvRuw { top:10.625rem;left:14.437501907349rem;width:24.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hvz5s4OuySbo2dvhDcHpt0F3tCA5ow1F { top:13.4375rem;left:14.656251907349rem;width:25.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdekDiSGShu19CX6BAlxVrarH4fG7ETN { top:0.6875rem;left:0rem;width:18.6875rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHcAB7NF9X2naxaq5Hyp42tMD5aHLu6Z { display:block; }#HHcAB7NF9X2naxaq5Hyp42tMD5aHLu6Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bAUXqRvPgfaNcbhVZbAdnbWXygJRIcOB { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4RCUW3HtMxWMe4KyOLXm4mCRI8hPWNu { top:7rem;left:39.3125rem;width:8.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEuVXCPW3538qqZzTe7VTdyao56drBaw { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvgmDdQq6biuZci6WX3FNqCdMG8JP469 { top:4.4375rem;left:14.437501907349rem;width:24.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1ntZicdWziNAOfuIw3HKqRoebvqRKqE { top:7.4375rem;left:14.437501907349rem;width:25.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsWaZcdaagg4SdMLSMz5DaZ3Owh758Hn { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQkKGvNnCZFZxPkBrBmswWwkdMkUUdWV { top:16.5rem;left:14.125001907349rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONeUMDd5NAZvLwbdHl6wKeW4JESkatSi { top:17.0625rem;left:14.812501907349rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwhbTUgRzfaEXo8DWbRDL73CdZv0axIu { top:16.875rem;left:21.625001907349rem;width:4.9375rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #platN57GCavCNJwtO3QlC3ITlZOv1C7E { top:10.625rem;left:14.437501907349rem;width:24.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvneaQsuX95qZ7BuFbyzetwKoeZiesFi { top:13.4375rem;left:14.656251907349rem;width:25.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cb91r8cdRpcK7tTSM88NWKrZ7U0qXplr { top:2.3125rem;left:0rem;width:18.875rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaZCF5XzV9NeQaTq8rT6qJJFGOyIFCAc { display:block; }#DaZCF5XzV9NeQaTq8rT6qJJFGOyIFCAc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VHeQKALsgfaGOQcLwqcNrbAT2cmHdNEy { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfXggA4JJhJsVknBNNTkoVsL5AaJmT8G { top:3.75rem;left:19.3125rem;width:7rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mw4rqsObt8qMqVryol8LNiRkFPCGtec5 { top:6.25rem;left:17.125rem;width:30.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSXIlS8ovATNAKtrepLgIheCPMTETEqJ { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSOdAQnxcu2Xrnv4DrgdVxTi5myF0Nt0 { top:16.8125rem;left:19.3125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrrDtuDgzaL2XE69TT1GJFtbJEG6GWD0 { top:17.5rem;left:20rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSLSbem5BAVl1nag5OMBd6Icypbqmqyy { top:17.1875rem;left:26.687498092651rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8cz9hHeDXEp3w7W18xCXdLSlZAcN9nm { top:8.9375rem;left:19.3125rem;width:7.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4wW3qILOhl99RTtNdDqzAZTVde2ILUp { top:11.5625rem;left:19.312009811401rem;width:28.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcLc85PqygxukrlaNgOJUNGkalzszFSd { top:2.625rem;left:0rem;width:19.0625rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l35ox0TRXDiZrehArMnt7uDHJeCh8DhA { display:block; }#l35ox0TRXDiZrehArMnt7uDHJeCh8DhA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rH2GvMmhoEe73aaZPIhTLPCIE2climda { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fq74S5TzbAoo66BqRVWHbdsIc0zlB4mT { top:7rem;left:39.3125rem;width:8.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8LxNhPMLa2xTgbwEBUAuCwWtwwOTktt { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEWa4mJ868Ofek6oiiD7De5G4dP71BXU { top:4.4375rem;left:14.437501907349rem;width:24.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnJRKfVrbL0cIIebw2UtRFLE0yS6g80z { top:7.4375rem;left:14.437501907349rem;width:25.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UizTkhNMWTNiFEnlaVtT3D6Ivef5wiVp { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8Pmd92LNfEzghBo9uIcLdcxWq0du6ey { top:16.5rem;left:14.125001907349rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQDQBZibeupZIyl1laE84fH5zrvitsC5 { top:17.0625rem;left:14.812501907349rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEKH8SAPTby0wiwS3VE67Kv315aHFeGS { top:16.875rem;left:21.625001907349rem;width:4.9375rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hrn5qzofH2pZHOnPMxixHWC9xCUf9Cif { top:10.625rem;left:14.437501907349rem;width:24.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUVGApTZeyJViDTK1tZft7khtFo3SnmX { top:13.4375rem;left:14.656251907349rem;width:25.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnZq3tKfT8FgLbOSeL8ZmsE5195nu8KC { top:2.75rem;left:0rem;width:18.3125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQQq7kevIakhL8eDA6KupiXccTbBCwve { display:block; }#NQQq7kevIakhL8eDA6KupiXccTbBCwve > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fsd1iM21h3P69TJGKTKMQo8C5owGDF5I { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzO4RsBZgvNbx6NTlZbLzCxiGugdSaBV { top:3.75rem;left:19.3125rem;width:7rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGJa4FFTf7uBmwPIDydXGBiv8n2GCvn3 { top:6.25rem;left:17.125rem;width:30.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUTkwbEFoXkBxI5mHThLKb94wJlWLTd7 { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTlrivu2zAZuA2ZJ2D91yurpvUAgPMut { top:16.8125rem;left:19.3125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8vNXoXCofQ91F9Fd3X3Nnitz7dcMpQs { top:17.5rem;left:20rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2bu6WSipZJThNrqpybLaH9UM2qL7AwD { top:17.1875rem;left:26.687498092651rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8XsFoUpbQyMKyr4xct3hTmzH3VUqxCg { top:8.9375rem;left:19.3125rem;width:7.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEGW5TBzwT1aIvsZf79X481KOH2X3dwL { top:11.5625rem;left:19.312009811401rem;width:28.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwBsTxcgZovWKpkBIyA5zAWTnSvUkccX { top:2.8125rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0IrqxWnVO6pMdqLMP4t49c8KvCFDTV4 { display:block; }#d0IrqxWnVO6pMdqLMP4t49c8KvCFDTV4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E2RBMI4t7LexBO1Ue9XIFi1LyhQTMcGU { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxQkWptclErxhZcJ6mpp0SK8in1w2n3R { top:7rem;left:39.3125rem;width:8.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnkVesJbuvPZTGXvRhmE1MWJvha8vs3U { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pB9MwE0x3pVbzhZQ0hZ9tIZ3ban8N9XR { top:4.4375rem;left:14.437501907349rem;width:24.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcT5EbFJs3QF9ae8Kk78IptE213MnUVM { top:7.4375rem;left:14.437501907349rem;width:25.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nl3myuf3xZnNCOlliy7REE6wZHHBA9dX { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdSOpndVMHiE6T9R4o10miniuhE9lB1o { top:16.5rem;left:14.125001907349rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG5rofAKnBH63Os76bPzq3wu4MyllIEK { top:17.0625rem;left:14.812501907349rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyQtEsm0hhhxTyrT1cJP962uVGcgM07d { top:16.875rem;left:21.625001907349rem;width:4.9375rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpr84SoiR4W2XzJIeLPTnXWBzO1S3EJo { top:10.625rem;left:14.437501907349rem;width:24.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTTQ6OoBgvRE6SPfUtaAPSQoufWrnhqI { top:13.4375rem;left:14.656251907349rem;width:25.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCSlArCBwKMUzho19t82mowVM7bPTuye { top:3.25rem;left:0rem;width:16.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0BqsdzeGUtGUCUu3gLdiWnzzoW1G66G { display:block; }#B0BqsdzeGUtGUCUu3gLdiWnzzoW1G66G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rcHGk5U4Nd8m8MWuzDqVM7BXN6Vw8sqt { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgHC9edxzHk0JKkIm1FDPmk7ewml2r5o { top:7rem;left:39.3125rem;width:8.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJz8l5rB2UXGyAgymg3vLm7qdSg15snL { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpZffXbOkTzZTT7RfW0UL907MyuwvSAc { top:4.4375rem;left:14.437501907349rem;width:24.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVdGw1Le5rv9zBsPsLD1EDPlrlJ0pQEi { top:7.4375rem;left:14.437501907349rem;width:25.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqLU5skPoNNxcov7IqGRw35OLS80kICV { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhEpXtRp19A11Wb4D8VSTz0W9d3F5T8C { top:16.5rem;left:14.125001907349rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIVy5J5wtypxVg0tv3e3LWqfM52D5mUs { top:17.0625rem;left:14.812501907349rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yh6Tu7SZfT3Gq3XX9hUBS7kwrnAFsMuL { top:16.875rem;left:21.625001907349rem;width:4.9375rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4Rn25XtsO2Bnf37T43SuxQrurrkuO04 { top:10.625rem;left:14.437501907349rem;width:24.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmner79TJSa9I0zmQfIZINVevRXPdy7g { top:13.4375rem;left:14.656251907349rem;width:25.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qP3IUf81UBOl8rILuxwdVuhVd24qpRf1 { top:3.75rem;left:0rem;width:16.375rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Smn5AF6HGsi7W9yMzR635iIT4MVpKsLy { display:block; }#Smn5AF6HGsi7W9yMzR635iIT4MVpKsLy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ho2TVwfnTGMZRl24vWuJ6LF1NCNIHTsE { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmzO9QmKQbAvS5nAgNMk7LTU9OXX2beC { top:3.75rem;left:19.3125rem;width:7rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrJZh0b7TEER8I50ZTnssuH4T75DnPNz { top:6.25rem;left:17.125rem;width:30.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNxikkSiZnt2aKceszs3EXJPyhIqyIi5 { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLPHgGeh5AqTNsA76OTfranOi77CdEEZ { top:16.8125rem;left:19.3125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiJF2txTodmMwIdufTsacgWXhTzTIF9V { top:17.5rem;left:20rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xess5UxgRRpps5O7JaTnHeLNG7M2yHnH { top:17.1875rem;left:26.687498092651rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd345hKrtn4fkIgXfm0vvKqxQqlM9mIg { top:8.9375rem;left:19.3125rem;width:7.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiOwILVQiZ0RtH3DOA5JRcVMlncTrS93 { top:11.5rem;left:19.312009811401rem;width:28.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4cKCcJAawb1cy3boIedOWf9sX6JoAax { top:1.75rem;left:0rem;width:19.5625rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntMAZoSpqKT7XBxiwnEcmSCwzAMLkxow { display:block; }#ntMAZoSpqKT7XBxiwnEcmSCwzAMLkxow > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TkCBOnNp2qMihdehAQrXiIy8V5gKu4UT { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxNTpHqyXvBnMTgIqFo51OiAi19HTqpI { top:3.75rem;left:19.3125rem;width:7rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN1QhQDh0kTVMisbW4QDP07GGJPKXPMa { top:6.25rem;left:17.125rem;width:30.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXVHrVU8twWyinv6IRle162ZEeCGgDCG { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMt2VkX1tvEyvpEcT4lShF0nzkCwh7o7 { top:16.8125rem;left:19.3125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #few0sfywBADl6CrcsZgkFCu12Bf0CpzL { top:17.5rem;left:20rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN1eguwH7wsOJ0SSqaoENxCqTyOtKqZE { top:17.1875rem;left:26.687498092651rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIQCkMedoKQVkRpwPpTIIXWts18xLaRJ { top:8.9375rem;left:19.3125rem;width:7.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8GhEkenhOMnVHtA30by16GgRmBXgweN { top:11.5625rem;left:19.312009811401rem;width:28.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tu1V5bR2VtOQN4ylOc8QXtyrP9ON9gAA { top:1.625rem;left:0rem;width:19.8125rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmCrxuNpwPCen1NEW4szUwf80US17K3w { display:block; }#bmCrxuNpwPCen1NEW4szUwf80US17K3w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMphIpzMptMCimQVqQKP8hKH4sJa1D1D { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLaO4Kw9HaBJ2WxI1ZvLhTQbaBpoXyOZ { top:3.75rem;left:19.3125rem;width:7rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptliifw6kqG71ABphcCNSDJp2MM8VvHc { top:6.25rem;left:17.125rem;width:30.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuiJKGC7r1lg4Vg20U7PC0gu3y0taKgx { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRS3mhKWIhKMT9zmMzWvXE8gfZRkuuy7 { top:16.8125rem;left:19.3125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuU3h6WqsexX1c4x3aAr5as1FHu4BkJQ { top:17.5rem;left:20rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5Bm14uFrGcEIBJCd4wPzaTDXPwVL0Ml { top:17.1875rem;left:26.687498092651rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmV4E2VpD9un69IWkUoczUzFAdc6r2Zh { top:8.9375rem;left:19.3125rem;width:7.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0LfQUk2zQQuCXwumCm9dQBc1TSrQTKc { top:11.5625rem;left:19.312009811401rem;width:28.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngSA6Obd7PtBGRS33xdlqpR6TGElHr69 { top:2.25rem;left:0rem;width:18.25rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmFPiydopNas3yEeEiNpI01SCNPDiuvn { display:block; }#zmFPiydopNas3yEeEiNpI01SCNPDiuvn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wfer0her95lTiqFte8kIDDyLkB3c3MgJ { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTLRJgOJx79d8MEmOHDTrcDBkezdRXTm { top:3.75rem;left:19.3125rem;width:7rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qN9lwU4Ce6gDRK6BcTGclHZP7INGzVkK { top:6.25rem;left:17.125rem;width:30.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTK1yUyE8TXr1s0dOQS8GQm471tkb5V8 { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJF7CclbWpoqm2gwrIySwxh7U2MEV0pU { top:16.8125rem;left:19.3125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2HkoUJ3ZPq8GamEtbpW0MbTfQRvX6Sz { top:17.5rem;left:20rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTnwFyqTbDIJUdeuFRS1nXbCCCuA6TVI { top:17.1875rem;left:26.687498092651rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiDC6RPTD4WmrhfCcScAgZtHkMITgCGe { top:8.9375rem;left:19.3125rem;width:7.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfpgoBmCx0ZDbwohyGIzckhcV2ds3tfP { top:11.5625rem;left:19.312009811401rem;width:28.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGtNH1CIFP0zVTkmkKQVgi7NgSvF8Rcx { top:1.1875rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSAyU6cG6XyXREnyKcP87XGOmA6BJnDc { display:block; }#DSAyU6cG6XyXREnyKcP87XGOmA6BJnDc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kO4dGdrItFr5GZusMif3671NUveNWRLl { top:3.9375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C35rwD1bLH7zVsl03lSl95OCVfNchCxg { top:8.125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXLz12Rw3QmIbs20aMQ9xUIkTIfJqLJh { top:10.5rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCG8nMeOgAGN4bAOe8k3gvUHh1anOcXN { top:11.0625rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2LpnNpESuBL2npVBiQi6XyQTOP7O4yw { display:block; }#S2LpnNpESuBL2npVBiQi6XyQTOP7O4yw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IVRTBzQg7r2LrJiSu6ZV3BAmphyu0SrL { top:1.75rem;left:0rem;width:47.75rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTIkQTCK8IcQZCpnnFmt22rmhXKeElV8 { top:7rem;left:38.3125rem;width:9.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd79QNqvxSkO6SAGbnGwKxbIHKTG1ISu { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2myQADoVA92MnaifflKTOalwiBNFO6K { top:4.4375rem;left:14.437501907349rem;width:24.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcCdAdGQtHzbNDFMd0yEIsirbE2nKtUR { top:7.4375rem;left:14.4375rem;width:25.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT1BJMWmydrTydD0NGtxTWpaFqFqlvsH { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReyHGpssgMEUWdy3z3z3mIHnJTodJv2G { top:14.5625rem;left:13.625rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWUPCyfclK6B0V7ELO0p0ilfT09cBJft { top:15.125rem;left:14.3125rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKpUftJwrpngtsw18Zo5rk6LL6qexMyK { top:14.9375rem;left:21.125rem;width:4.9375rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmHNKG3nFzXtSMEDo4A5MIrg7V0TPdpE { top:1.75rem;left:0rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nz4CNmo94aGwC7B89AuyA6e8PDlQEhlJ { display:block; }#nz4CNmo94aGwC7B89AuyA6e8PDlQEhlJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ozd5KKb9dUbwO0pTqo4ORE3LMEfyCGhz { top:1.75rem;left:0rem;width:47.75rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8pR9fyHiU9qQTq1oMEGCaxu5MSuCRrQ { top:7rem;left:38.3125rem;width:9.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVTnp9F1wz68s9BNNxWozaP5P5Bs5N9l { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aF9XhrsXcSIKThzRTkzdQ8nkfk1w0KPG { top:4.4375rem;left:14.437501907349rem;width:24.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNmn92uFJ2IrSLZnPQAHuweMaGSB7PFD { top:7.4375rem;left:14.437501907349rem;width:25.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3W9WZMprKIVxnTchDCAXQrTBK1E7kNu { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIDel7riwv7AVhiL6obiV6pbU22CB0T5 { top:14.5625rem;left:13.625rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnrIVmU190WzyJmMvAidw5IeuWuP8F9H { top:15.125rem;left:14.3125rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wck518sgkRkP9mWxWiGLoNWAeXZF3zUt { top:14.875rem;left:21.125001907349rem;width:4.9375rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwSVFVHQJpUTM1hWhhiQHNAgxU2WLukH { top:0.5625rem;left:0rem;width:16.75rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlvpHTmXZmTb05T1GIm5qpmMDbbno9se { display:block; }#OlvpHTmXZmTb05T1GIm5qpmMDbbno9se > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cs14zFv3eh5wWCP4MXCoB3uROzzPkcRx { top:1.75rem;left:0rem;width:47.75rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRzmv5tCPR9ui2RnX0mWrRLk7AaokaQP { top:7rem;left:38.3125rem;width:9.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMNLc4HgKWsuDphBLQVrx7eTEIVSsuKf { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBywKHcCGgBdXG9xpxUKSHpapu3v3t02 { top:4.4375rem;left:14.437501907349rem;width:24.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLdB5CDSZcsNT4oqmquTzruB5oLXbHpL { top:7.4375rem;left:14.437501907349rem;width:25.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0JL8FbFPaV1cxdTeG4yXU6LsmWCdgrx { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6p6LfEHqxMvvuA12zdtfhLuPy3LvheH { top:14.5625rem;left:13.625rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TET3oqogKMEiQevLudiT5dzU2USzm49g { top:15.125rem;left:14.3125rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VC61paXlvIBxxWimAfLHBJJsATZLvCaO { top:14.9375rem;left:21.125001907349rem;width:4.9375rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgK3f4Lc9nppG9E91gWgrZHyL2x6bExQ { top:1.75rem;left:0rem;width:15.1875rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2mXe6zhaxPNkfS4zMs1TmldemB9q2U7 { display:block; }#h2mXe6zhaxPNkfS4zMs1TmldemB9q2U7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2x7alSwnU4NRu1UXA1sRp4L8hVHubcN { top:1.75rem;left:0rem;width:47.75rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzHdyVfG2d5i9o7iML24KirqGymvzsne { top:7rem;left:38.3125rem;width:9.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mITv29Chr0IfL5OyA0wmix9oQxp5Wuya { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzWlHazpw2iBg0kFemkuNz2V2yADKgPL { top:4.4375rem;left:14.437501907349rem;width:24.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoVB8EIRpcqxKH30LQ1hv6i9zLwHEKbs { top:7.4375rem;left:14.437501907349rem;width:25.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6XopsItnNpJ56llgZwMFCZXsIPm8lTD { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaVK8ebnhr662voP0xTZ1bnSoTs06H4h { top:14.5625rem;left:13.625rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPTrgVoOX0s8lTZNwwHJq7Gtq9bPJky1 { top:15.125rem;left:14.3125rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGtSXWsAvbvb1vAdqFE6Qel66FnHfXg1 { top:14.9375rem;left:21.125001907349rem;width:4.9375rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uI9VbGPXLIfNgnQaQlKUvE7Bq6xgIf3c { top:1.6875rem;left:0rem;width:17rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErT04TsVWZ4SG7ovpra4cZSyiQDImF2E { display:block; }#ErT04TsVWZ4SG7ovpra4cZSyiQDImF2E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ToGtNLo6CCRZLs0mlRbEhynd1TIOCTDr { display:block; }#ToGtNLo6CCRZLs0mlRbEhynd1TIOCTDr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(255,255,255,0.59);background-image:none;top:0rem;left:0rem;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); } }@media only screen and (max-width: 763px) { #rhQqTCD7R0v9koQGBRykUtt9FC8kUpNz { position:relative;z-index:auto;display:none; }#rhQqTCD7R0v9koQGBRykUtt9FC8kUpNz > .row .container { width:20rem;height:19.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JTrG4QhTrB9Bw9suauNXTnOld8ct4PCc { width:10.0625rem;height:1.13671875rem;top:2.2763671875rem;left:0.6875rem;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gmhXtfSGpEZ3hCmeKwkSbp3HZFmWI3LP { width:12.0625rem;height:1.13671875rem;top:4.326171875rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfdcqlRwg5Z8hLknEcwXT5IdEzEC0V74 { width:7.9375rem;height:1.13671875rem;top:6.650390625rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6W4UKGIpWrP5nXgNe1nqbRhArTKliux { width:16.25rem;height:1.13671875rem;top:8.775390625rem;left:0.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K3cw8X4Da6F1idJLdfm3urcTHCOf5FVu { width:6.0625rem;height:2.1875rem;top:11.173828125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW63dt96v8KXPpvzOn3JLDPrT29Z7Fi3 { display:block; }
 }@media only screen and (max-width: 763px) { #uPt0dNgw0OXqm28BtcQMzByyF1Pyt64a { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f1e96bb3-58fd-4686-bcfd-1aaf778bf136/SocialMediaHeaderFacebook.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uPt0dNgw0OXqm28BtcQMzByyF1Pyt64a.adaptive-delivery-prevent-bg, #uPt0dNgw0OXqm28BtcQMzByyF1Pyt64a.lazyload, #uPt0dNgw0OXqm28BtcQMzByyF1Pyt64a.lazyloading { background-image: none; }#uPt0dNgw0OXqm28BtcQMzByyF1Pyt64a > .row .container { background-color: transparent; background-image: none; }#uPt0dNgw0OXqm28BtcQMzByyF1Pyt64a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uPt0dNgw0OXqm28BtcQMzByyF1Pyt64a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uPt0dNgw0OXqm28BtcQMzByyF1Pyt64a > .row .container > .video-iframe-container { display: none; }#uPt0dNgw0OXqm28BtcQMzByyF1Pyt64a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uPt0dNgw0OXqm28BtcQMzByyF1Pyt64a > .row > .video-iframe-container { display: none; }#uPt0dNgw0OXqm28BtcQMzByyF1Pyt64a > .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); }#uPt0dNgw0OXqm28BtcQMzByyF1Pyt64a > .row .container { border-width: 0; border-radius: 0; }#uPt0dNgw0OXqm28BtcQMzByyF1Pyt64a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uPt0dNgw0OXqm28BtcQMzByyF1Pyt64a > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uSdcmOJNHXXKxRdqq5b4CNrxveZOONeD { display:block; }#uSdcmOJNHXXKxRdqq5b4CNrxveZOONeD > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yIVGR12lGF4KdfLv2BFmDtbPpIvCLtbq { width:20rem;height:4.225rem;top:6.5888671875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s43T6qynTAwAo3xlt8TLT2g86RDRQr18 { width:20rem;height:2.6rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnmHNu62flN7LbIhMTXO2mNCMDGGuT0m { position:relative;z-index:auto;display:block; }#XnmHNu62flN7LbIhMTXO2mNCMDGGuT0m > .row .container { width:20rem;height:7.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SVZQwAUtO1KSX15U5o1bxaUUw5BeobON { width:3.625rem;height:1.21875rem;top:1.0625rem;left:0.375rem;font-size:0.9375rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qRdpL275nK5JSst96UG6M4vciA3hZ9CN { width:4.5rem;height:1.21875rem;top:1.0625rem;left:4.6875000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pmMJRTIs2Vas1QM3fEr38mHQA4X4vG0k { width:3.25rem;height:1.21875rem;top:1.0625rem;left:9.8750005364419rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NDoCLgFMbQIToHh24LpzbW3tMqgIA4bB { width:5.5625rem;height:1.21875rem;top:1.0625rem;left:14.187500536442rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cZxk4tUCLS3x0wiWCshxGqOTsGUOg3mf { width:6.0625rem;height:2.1875rem;top:4.1726570129394rem;left:6.9687500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #UA66t4Lzzlsn3A55uL5sPTTS37IfdZKS { display:block; }
 }@media only screen and (max-width: 763px) { #ImQZtEx6mKOyrTLc3tAguzQmbNeb0t1K { display:block; }#ImQZtEx6mKOyrTLc3tAguzQmbNeb0t1K > .row .container { width:20rem;height:12.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zp20xXznzHiZzlQx90EzG9RzfTodADo5 { width:13.0625rem;height:4.225rem;top:4.1875rem;left:3.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x11EyrCXxDuF90fmzya0aCiPMcXWS808 { width:20rem;height:2.6rem;top:9.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxCZvF4BAAHN68s36DmOFCv6C6QOxBbM { width:20rem;height:0.3125rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0TO0SXRvi7fe1HDS4vZ1VC18yRviTsZ { width:20rem;height:0.3125rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyBSFZP6Ars1s6sTeNpchVPJlDzh00lS { display:block; }#uyBSFZP6Ars1s6sTeNpchVPJlDzh00lS > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SQ2XuxrirawkJFMnqVigcOug0Fidy6pu { width:20rem;height:39.4375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDTHW8laSdU8qP83T2wrnk1p5hQ9zmuS { width:7.375rem;height:2.6rem;top:32.1875rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TrS895E0zHbiqDnCCchKIEefMpC1ay7J { width:5rem;height:0.125rem;top:35rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONbEN6fuyMxADelNdGVbvLDyyekbHtiZ { width:18.25rem;height:1.95rem;top:17.75rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QVVTdzHWSqJTJsEe165DHUsbOdGLTC5B { width:16.9375rem;height:2.4375rem;top:20.9375rem;left:1.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #srCKDTSb1TnpN9pf02uC3h9qqMooICpL { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i8deswWB4WQMPoFe55LWGzGybwUq7D63 { width:16.375rem;height:4.4375rem;top:36.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDFbEVIdt1sLgxDZCBsQxMvQkZ0G3g5v { width:8.5625rem;height:1.21875rem;top:37.5rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JFyxTPCxacdW5doPHoKd0IUCk0iprSCV { width:5rem;height:1.70625rem;top:38.875rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dAaKTm1WKe7V2GxuFwGa9hsTE0CBn4G5 { width:20rem;height:1.95rem;top:24.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #otQeSX5rNRXv6nczfXt6KwVUdMLr4KOw { width:17.875rem;height:2.4375rem;top:27.925001144409rem;left:1.0617187619209rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d7wTNFIhn6LkKNnezB9e5TZBhUseC1cf { width:18.875rem;height:18.875rem;top:0rem;left:0.56171876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdQen0CKwTcmIVCWOfGeRFXaTSfpvoNX { display:block; }#EdQen0CKwTcmIVCWOfGeRFXaTSfpvoNX > .row .container { width:20rem;height:48.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ids6NQxLszeOn8fUk2glSRq9unU1Ca8u { width:20rem;height:39.4375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypUowwM49mfL1igz41d8TyOd6xEkmUXG { width:7.375rem;height:2.6rem;top:32.1875rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eT69HXymTTbpk1QAsQO5rgaBwE1Tnonq { width:5rem;height:0.125rem;top:35rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcfgccnlrU1RXhlJvn2tRObazA2DiDI0 { width:18.25rem;height:1.95rem;top:17.75rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eRFhukNEETCO1BuHQmRSzvevvvXflLlo { width:16.9375rem;height:1.21875rem;top:20.9375rem;left:1.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qN2GtV19EhKidT9027dQbJG2wLfzbTn3 { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KaLcwSHwGUV0TATVwAT8dWT9x1MQu2hJ { width:16.375rem;height:4.4375rem;top:36.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsTq3qJ7eBSA5PKZou37T4LfQC1aCBFF { width:8.5625rem;height:1.21875rem;top:37.5rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U85RNaoBx15RtUK82TSEeXgZ9UD370wG { width:5rem;height:1.70625rem;top:38.875rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JAI7bT7zNOOigJ210hyqd1uNC3SxLLlz { width:20rem;height:1.95rem;top:24.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lDD8y3a8BOJLIHS0sTlZOOplcQa7T5yx { width:17.875rem;height:1.21875rem;top:27.925001144409rem;left:1.0617187619209rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r6nlT8ZwW8bpW5Wu1cWUZnJE65VtKrOX { width:16.375rem;height:16.375rem;top:0rem;left:1.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcJRlLwn3TQp0ndHTuFK23EynwMubE6V { display:block; }#wcJRlLwn3TQp0ndHTuFK23EynwMubE6V > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sZSg7ugclhTV0peUnrWkB0NXJsedKVVF { width:20rem;height:39.4375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtH9ZtIinL6tzTeXTqPD7kI3xRPQQT4T { width:7.375rem;height:2.6rem;top:32.1875rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ENLTpcBf0S7gC6vEuR9JRzH9ks3UmVAC { width:5rem;height:0.125rem;top:35rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kl7uxvqZZuKOzK25KviDPEmASXdsbadT { width:18.25rem;height:1.95rem;top:17.75rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ROz7FRz79azgM0TGDAt2keVahxe62qxV { width:16.9375rem;height:1.21875rem;top:20.9375rem;left:1.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iCxg4JF2ZDBOdtukbtKOZcqk52XcVldv { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rlv0pkgLwQ1T2Sw3Mg7dHeqp6gzZnpDL { width:16.375rem;height:4.4375rem;top:36.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrlCM1K6HLWJsC02GTJW6ziXSA2Va2e2 { width:8.5625rem;height:1.21875rem;top:37.5rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MKTFizJV5ARXsPIw7GTcgZEla4g23EAl { width:5rem;height:1.70625rem;top:38.875rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qg1FrLThneQDbRuy8dCgdp2O81iJga92 { width:20rem;height:1.95rem;top:24.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bz6TVMKfby6teKl8Q2iyy6TNWLutBzuw { width:17.875rem;height:1.21875rem;top:27.925001144409rem;left:1.0617187619209rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bHth9GiE0d7pTexeTpPv6g2sNvAn2hED { width:14.5rem;height:14.5rem;top:0rem;left:2.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggEg7BvAKLAFqMBsp37Svfdi5EU208S9 { display:block; }#ggEg7BvAKLAFqMBsp37Svfdi5EU208S9 > .row .container { width:20rem;height:48rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X1G00WA7Uuo3AVVUtFcwUThWCKxCDpNf { width:20rem;height:40rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOTZIeC3J4zxtBHrv5au5TKVzIurJxhd { width:7.375rem;height:2.923825rem;top:32.4375rem;left:6.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pfC7nRsQGbgLN8WAEVKNpJiA3R2eyK1W { width:5rem;height:0.125rem;top:35.875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4NPJH75OsT5F7TIoi4r7BeyMkLZbN9g { width:18.25rem;height:1.95rem;top:17.75rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fzyP0C59mOLs5x2CKZ5fKmah8rrQ2T3N { width:16.9375rem;height:1.21875rem;top:20.9375rem;left:1.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h25gG6OiiqlC0iTLXIeWMTKxrIPcQLeT { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ssh0krgeEItzJAt4RcNFyFiV7QXvsXsd { width:16.375rem;height:4.4375rem;top:37.625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3an6tIKI67vZvRbkzSMnxwdOgWLRnll { width:8.5625rem;height:1.21875rem;top:38.375rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OGVTaD2zvC3goi777zhDL7HvBbDTObFE { width:5rem;height:1.70605625rem;top:39.75rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z9FsDbMHVTMrnGraqqkIZmbHvtF7NRiT { width:20rem;height:1.95rem;top:24.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wxUtXvefTp59BzRK2EvVTAcgd5FR5p4B { width:17.875rem;height:1.21875rem;top:27.925001144409rem;left:1.0617187619209rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lr64IBOV6ZaCToaNSX97fOJEiGSmMf1D { width:15.75rem;height:15.75rem;top:0rem;left:2.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6iQ2PmAetzh0TxQXxqQ6F58UqP1PQHT { display:block; }#Z6iQ2PmAetzh0TxQXxqQ6F58UqP1PQHT > .row .container { width:20rem;height:47.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RlUdR12Zz04vnFPGn6rrXsBa1whNGTH6 { width:20rem;height:39.4375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxpDqHGT9dnTMqFk6babzsvbu9eaytch { width:7.375rem;height:2.6rem;top:32.1875rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iFhotm9TUFzAlmO3flhq8BX9OhnZRzqK { width:5rem;height:0.125rem;top:35rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9EEaiuWQ3JAzi33b6AFcPwQNTuNXUwU { width:18.25rem;height:1.95rem;top:17.75rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aS9ylgAJpWtkG1fkSPKrTP3V9F5zDFwQ { width:16.9375rem;height:1.21875rem;top:20.9375rem;left:1.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GbkwKmdi98UubSidJbRWOyEDXro1WnOq { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ul4WMPpOaBMO09DmXJsDFx395MibCwJ2 { width:16.375rem;height:4.4375rem;top:36.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmG0cRfuMF6vfshq99fGmhzZi1IJqvDd { width:8.5625rem;height:1.21875rem;top:37.5rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E8Wd4bR5IE6Wbf1VKnO2qrqqLg6RuaVo { width:5rem;height:1.70625rem;top:38.875rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zNtwMWHgLn8eEnMHuWBFWHk8WethTqiM { width:20rem;height:1.95rem;top:24.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oUZTTUC3mdPRhUzrTn9MoZbN3M7D6q52 { width:17.875rem;height:1.21875rem;top:27.925001144409rem;left:1.0617187619209rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rifpITgH3oTAgpfKlb4KbqkfGMh8teRB { width:16.1875rem;height:16.1875rem;top:0.70310974121094rem;left:1.9062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXu6nToGfJpZ28Fb09uhWgB8SmnD9Wfp { display:block; }#tXu6nToGfJpZ28Fb09uhWgB8SmnD9Wfp > .row .container { width:20rem;height:46.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F8EK4wTBXJoOrlzh5woTMFy7RCWQLImB { width:20rem;height:39.4375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQDUEMizZx4mDRqzl5OlslQRf72lJ6xC { width:7.375rem;height:2.6rem;top:32.1875rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TMhqlw5lLc2wus9RvRBUD6gmv1XIL48v { width:5rem;height:0.125rem;top:35rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuJJDc8O49T8WcZzm1ATF1S1vLGhUyLn { width:18.25rem;height:1.95rem;top:17.75rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZzN5cUXBCNDK15OXfMaqFWHOLDsm4uhV { width:16.9375rem;height:1.21875rem;top:20.9375rem;left:1.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mk5M6X1W2USediO8CSpU8BlkwydVM30G { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Th7OHVkgHS28ClU85qc8N5NpcaIsbXmo { width:16.375rem;height:4.4375rem;top:36.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAWXfefGmqTL9qCyfshut73VVJLdgwqG { width:8.5625rem;height:1.21875rem;top:37.5rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XK9scgKAcdRpVK4XwXqA46HJmPTCLtCX { width:5rem;height:1.70625rem;top:38.875rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gsZfxK1rTWp1TBbetpv3xqPhWT0QvGws { width:20rem;height:1.95rem;top:24.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lTMxPgRvZG7AXuN52g4ppy9WIEGDGcqS { width:17.875rem;height:1.21875rem;top:27.925001144409rem;left:1.0617187619209rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #of7BJ9azGAFb9XFGz9z0Sa3Tglnw7z0C { width:17.625rem;height:17.625rem;top:0.87343770265581rem;left:1.1867187619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6lNH1Olt8VP1QlKpK1iAT0EiVXHMSpH { display:block; }#Q6lNH1Olt8VP1QlKpK1iAT0EiVXHMSpH > .row .container { width:20rem;height:47.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qXbM648GbDLli2xbzAcM1LyEreFiUsyG { width:20rem;height:39.4375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cq6NgDTsiSUiW9Tiw1Q3THkPlpAsrFFZ { width:7.375rem;height:2.6rem;top:32.1875rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nQgEPzsTyeh6v7tVkTbVIG6sFewUrLTp { width:5rem;height:0.125rem;top:35rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxL0VSS11XIWMXIJKICHCUQmvWW1afUv { width:18.25rem;height:1.95rem;top:17.75rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cQVVTTXTXw0hdRBinneZH8Bk2fifXmIb { width:16.9375rem;height:1.21875rem;top:20.9375rem;left:1.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R3TboOPPcvwq057MIEkZF1347f6FAGDU { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BDgtLQ956rRGIOEweX7mWQ4I2QCN8MD8 { width:16.375rem;height:4.4375rem;top:36.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSV9DeCcM9avFFHR26dGobR5um3rl909 { width:8.5625rem;height:1.21875rem;top:37.5rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KpQHfKeZ0i0OA2kmfSyoLfXtHkn3N4HL { width:5rem;height:1.70625rem;top:38.875rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hi39nWq3rFOEAiJ70PHDCQEdb3m3iIwP { width:20rem;height:1.95rem;top:24.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BwbG9G3cLQMKg8EPCZ9tTDQgtPoS5DJ4 { width:17.875rem;height:1.21875rem;top:27.925001144409rem;left:1.0617187619209rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DypqehXZr8M3XZPINUR4SAveHAOn2Cw9 { width:18.1875rem;height:18.1875rem;top:0.85000038146975rem;left:0.90546876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1oeAykcq6c48DqFsLw5uZsI4kro4Fap { display:block; }#b1oeAykcq6c48DqFsLw5uZsI4kro4Fap > .row .container { width:20rem;height:46.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X1h3wc4romqmKfJt3KP0DLa3VvzkMDaw { width:20rem;height:39.4375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVT7POBtS9meaIH9QMezTVnc3CtMUBl0 { width:7.375rem;height:2.6rem;top:32.1875rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gNF7xb705Z4vlEB3TO14UkycIg9ouKFQ { width:5rem;height:0.125rem;top:35rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT5M37FCMyBsBPys9brEVUpqFNRn8S3T { width:18.25rem;height:1.95rem;top:17.75rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nVEA6zUF4vzXmyzg167BcktVBrE9Vvm6 { width:16.9375rem;height:1.21875rem;top:20.9375rem;left:1.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VeFiZvTK6DxixPSEPXKZ2UyEZK9V73ZZ { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aNCSickHfXdUcbwskCyhR934bLQ7exh9 { width:16.375rem;height:4.4375rem;top:36.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVOnQ0Quz45OSHAumoB0TypSXgRAAzay { width:8.5625rem;height:1.21875rem;top:37.5rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ftMpT6rIWgUpLwPCp8cuOokLx5Dm7yxq { width:5rem;height:1.70625rem;top:38.875rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TOhZEf5Lw2C7Nx34pQwy4qZTezouQnuH { width:20rem;height:1.95rem;top:24.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eBAR2lIVPsx6o5QpNomxDNIk7IgdlSQQ { width:17.875rem;height:1.21875rem;top:27.925001144409rem;left:1.0617187619209rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gTCmzIniwrKQBxV7F3sSKEhoSzAcBC9G { width:16.3125rem;height:16.3125rem;top:0.749219417572rem;left:1.8437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #kp5C0tDHHH6rd0o1X7ebeAAQm9spv2sa { display:block; }#kp5C0tDHHH6rd0o1X7ebeAAQm9spv2sa > .row .container { width:20rem;height:46.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZc3Uewa1ihpLbHvIdEPJZ2QtDBUhRbD { width:20rem;height:39.4375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6sVb3g3OoVidgrCQRvaGQ1RAMQC091s { width:7.375rem;height:2.6rem;top:32.1875rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JDbaH6GXxNSphyaFiySRqJqTP4UfOvd5 { width:5rem;height:0.125rem;top:35rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTn88qy56trnhl35CFdtnJBESGTOD3kb { width:18.25rem;height:1.95rem;top:17.75rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RD2D5Kdm3KUdVfwcttsVTg8XmsXO3kmo { width:16.9375rem;height:1.21875rem;top:20.9375rem;left:1.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SzA9QmXAzwn6mJCA4Fiwru9xyfMityrH { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JIfHiMTDN4Hf5ZZTG5DVMzThydmc4lyb { width:16.375rem;height:4.4375rem;top:36.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R70TBdrD86nf6yvBXnyprmlJg07RLTyU { width:8.5625rem;height:1.21875rem;top:37.5rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XTeHLtUSILKmttpFLicp12BUGEqmCzII { width:5rem;height:1.70625rem;top:38.875rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nrDACA4wNr6O1UfX7M9wRwHnUdV475ZL { width:20rem;height:1.95rem;top:24.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a737MMy41Z8ROWZr7lNxGXaGhCP24x3S { width:17.875rem;height:1.21875rem;top:27.925001144409rem;left:1.0617187619209rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #So44hp97EMqeCkG6UPReXB2bXMxtHoUQ { width:15.75rem;height:15.75rem;top:1.5000002384186rem;left:2.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORMUOsHCf2VKnVteHOB8kPRVieDwClWS { display:none; }#ORMUOsHCf2VKnVteHOB8kPRVieDwClWS > .row .container { width:20rem;height:47.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #en8E7o4iT6vsgIuOfzvz5SASNlsXJlBy { width:20rem;height:39.4375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhFuByaV88AVx1TvRt4KTDtqPmC9J7WL { width:7.375rem;height:2.923825rem;top:31.4375rem;left:6.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b4v8XMcPpGUTu2dahTrQSWVTTZSHv1GW { width:5rem;height:0.125rem;top:35rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NV4FSM61T25uLB7LcP2to51ZyG4BtO6O { width:18.25rem;height:1.95rem;top:17.75rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AwpVPvH18qhaGqdJN088OtTnoInOyeQ5 { width:16.9375rem;height:1.21875rem;top:20.9375rem;left:1.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iuVEly13eUs8RWu7gR99AAZlgVlV1qHP { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mNSyJBzG2JNIA8TauLkLAR54RXrTUcm4 { width:16.375rem;height:4.4375rem;top:36.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgfAxnJV7mia9LlFc8CHDFypVFeIheh2 { width:8.5625rem;height:1.21875rem;top:37.5rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EmH4TFrFTfHD3QxfHDuid5u41iMBzd62 { width:5rem;height:1.70625rem;top:38.875rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lrgcOdK9TCyanrmbRGzoLtwVyX1UehbL { width:20rem;height:1.95rem;top:24.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZiFNh8iHbkByWGBFElT9q99vezCn1uOt { width:17.875rem;height:1.21875rem;top:27.925001144409rem;left:1.0617187619209rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aFFUzJE4Twi46dIsaSwivXMaEEt7UleL { width:15.375rem;height:15.375rem;top:0.92500019073488rem;left:2.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJ18hasriRvgNMg5rUdmrlHQDRP7KHpP { display:block; }#uJ18hasriRvgNMg5rUdmrlHQDRP7KHpP > .row .container { width:20rem;height:47.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FQE3ZSJ5JQqx776HRkVTBkkXExZp1Krx { width:20rem;height:39.4375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMJLTLmCKRm8O5nm8LwthCBOPCTTzMby { width:7.375rem;height:2.6rem;top:32.1875rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OEr2EVZtpz826sKbxuR0JloeqL67KKoP { width:5rem;height:0.125rem;top:35rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWLt2Knew1PlcvBB6rrzngxX2G7ozrei { width:18.25rem;height:1.95rem;top:17.75rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HT3QxfqvhFJ3t7ERStUNhRnlnsTgAnWo { width:16.9375rem;height:1.21875rem;top:20.9375rem;left:1.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cnk6S39N01voKUqnTLFeRq9e0gbBJutN { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #avbmFCsbtB0kD91ZECAaCPDC0TTXgRC7 { width:16.375rem;height:4.4375rem;top:36.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaySbd8tJDFIGlopROPeNb5UMk60sMTR { width:8.5625rem;height:1.21875rem;top:37.5rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bK01OZ5prqV8x3Jkce6NmEkno2pHIeAZ { width:5rem;height:1.70625rem;top:38.875rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #klrtnqBJ4gfozxtOzNX7fxoDX4RSIJqf { width:20rem;height:1.95rem;top:24.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T5XPBkhfMfkI1CBobp98tSzry8ndnVfG { width:17.875rem;height:1.21875rem;top:27.925001144409rem;left:1.0617187619209rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R64kxniI0ccfOtRQKdriTgVu7DTr21KT { width:12.875rem;height:12.875rem;top:1.4375rem;left:3.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uwc2T88QrcJa9mWqd3MmQIvhNT2ukKmB { display:block; }#Uwc2T88QrcJa9mWqd3MmQIvhNT2ukKmB > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIMtWkNCAyql2Tm8QwDWrKl8ULSXszHz { width:20rem;height:39.4375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndr9RFsCRVE5aL0U3oGClGw9revXPZVe { width:7.375rem;height:2.923825rem;top:31.625rem;left:6.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n4Sii2bM98QuqR8pmHiGVXLTXeMq5lwI { width:5rem;height:0.125rem;top:35rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOOtHA04hL0ZUIZ5M8v0LtgEqtl2C3Jz { width:18.25rem;height:1.95rem;top:17.75rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fLcGQE1HC6WxQKCHuJ4TJ2qInqCwO2oN { width:16.9375rem;height:1.21875rem;top:20.9375rem;left:1.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MM3qnFA3291HRS9tTksKdNeZgxZtuWK2 { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RTaf2SeZJxIMwEDT5G9amg8aTh3r866D { width:16.375rem;height:4.4375rem;top:36.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fmsqd7ffbZXn2za1WXv1d7XMSR3H3qHR { width:8.5625rem;height:1.21875rem;top:37.5rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IcKiTlDJOkGIsh8BJqS2ocq8idfdht6L { width:5rem;height:1.70625rem;top:38.875rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Txig8Ww9kxB7GGuQf86r5q3xVMGKT3io { width:20rem;height:1.95rem;top:24.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eiJzWAs4CTi41luHUf89EHlbVODFQ1K0 { width:17.875rem;height:1.21875rem;top:27.925001144409rem;left:1.0617187619209rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NN6k6lXUlphgRGW6ce58JZKe8z3uGmHT { width:16.25rem;height:16.25rem;top:1.5492172241211rem;left:1.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ab8dnQoTzsTBmyZkJS4hm1tHkL6eTx3L { display:block; }#ab8dnQoTzsTBmyZkJS4hm1tHkL6eTx3L > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LkZqxCqyceUTt0EiSc4cNmRwLqsufKS3 { width:20rem;height:39.4375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhIFENi2PepVQKVsv2XDQiJSHwC9UTmB { width:7.375rem;height:2.6rem;top:32.1875rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J6zhcyt1cwd4HuE9itx6EkiUhE8RVKBK { width:5rem;height:0.125rem;top:35rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLTnnLSXmxon38rqyDgaCSBIVAVXds5t { width:18.25rem;height:1.95rem;top:17.75rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WRBs6mTPlX4dTfMTfEkHRtN2oNimu8aP { width:16.9375rem;height:1.21875rem;top:20.9375rem;left:1.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eosHcSkk1pXRn7fKlVJMUx7rOLIfUCo2 { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u9pq6QmOZ9HvVTcIkk8Hl5h0LPPsEJKA { width:16.375rem;height:4.4375rem;top:36.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuaAPtNLZodHQRRnvWriw3NGUcMa6S5x { width:8.5625rem;height:1.21875rem;top:37.5rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zplfCcwPHon66crHblhWJGsWpD1sTVIw { width:5rem;height:1.70625rem;top:38.875rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gu3yOViLr5F7BCaeEBBmM0org1i9I0iv { width:20rem;height:1.95rem;top:24.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u2KxDN2WR82UKiKb7mFWIqyBEHv25oKZ { width:17.875rem;height:2.4375rem;top:27.925001144409rem;left:1.0617187619209rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WSI9qxy9f0TZP8NhHTL3u5g8THSF8r2c { width:17.9375rem;height:17.9375rem;top:0rem;left:1.0304687619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMhVOfkXztV4wpaAl7KI6XvIBVsRRxqV { display:block; }#OMhVOfkXztV4wpaAl7KI6XvIBVsRRxqV > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #npl82qbFypMI41VyaoxsdiF5eQ9zDXko { width:20rem;height:39.4375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vrbb4CaPT18CuE7y6OEhUSpXuomy4Iu4 { width:7.375rem;height:2.6rem;top:32.1875rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FqKVs337xqxz5xmFsLuTODZSRcV2HFJs { width:5rem;height:0.125rem;top:35rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuIpBiELaL8QpveGLh0852uuiEPbo08C { width:18.25rem;height:1.95rem;top:17.75rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VFFX6fCvoSTUFq7sRBxKoghVrdF8SSPW { width:16.9375rem;height:1.21875rem;top:20.9375rem;left:1.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CFTqB6TZTV0N85eGNhbEI4FkJ4lsU6cp { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fdnhnES7IotxgXXpUVPv4L4c6OEA1GTT { width:16.375rem;height:4.4375rem;top:36.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAEzysreSN2nBVVRKUk1Q6qm2VHoy3kO { width:8.5625rem;height:1.21875rem;top:37.5rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KMORndJvEscnS53ndqFn5tXTbQdotpgl { width:5rem;height:1.70625rem;top:38.875rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pWGT7OKg3oeuPSOAysxuNm8aSLCxidr1 { width:20rem;height:1.95rem;top:24.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iWe0JT0uprNbt11EZgBcXXIPXC3Z2O4B { width:17.875rem;height:1.21875rem;top:27.925001144409rem;left:1.0617187619209rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M0T0MU3cUEm6x013oui7c1qIT3uBoHTV { width:16.3125rem;height:16.3125rem;top:0.98671865463256rem;left:1.8437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9GHsqErBWgumb9ydDTx9TdCUlTSmJlf { display:block; }#S9GHsqErBWgumb9ydDTx9TdCUlTSmJlf > .row .container { width:20rem;height:46.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c2QsnoP36yK0tZBbCqAeUekhKlhMTiJv { width:20rem;height:39.4375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbPABZCuOhKHBcf2R0rnyR0scdeREdwR { width:7.375rem;height:2.6rem;top:32.1875rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #in3mPt2BiZI9Vf9CFXAagKtP52mL3ah1 { width:5rem;height:0.125rem;top:35rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8DBv1QhGgTU3pquk4E0LeQngzuvIWNs { width:18.25rem;height:1.95rem;top:17.75rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aiAzf2f2iKcyU8wtQHmppGTrz8VtDoSz { width:16.9375rem;height:1.21875rem;top:20.9375rem;left:1.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NA4VCdCXzim8UqWosdKd6sKDgZ9JmBBJ { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZRBvz9Ih4Fr1oGbNng7oWttZTcXNQNFa { width:16.375rem;height:4.4375rem;top:36.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwM4y9CQCHaeAG5s2c0na3Br3ffnHGDK { width:8.5625rem;height:1.21875rem;top:37.5rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yZ2s6mnkezPn31VDZnm9KXnoIRf0pENX { width:5rem;height:1.70625rem;top:38.875rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rbEkn9WurodMft9I3ta0Ks2Iyy8f8Iy1 { width:20rem;height:1.95rem;top:24.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #krZiZONXi1340LLKNf7uciRuT9zhwoOw { width:17.875rem;height:1.21875rem;top:27.925001144409rem;left:1.0617187619209rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VudXZ0b80vXnLHEVGIrBKiEZXvIDJIWH { width:17.375rem;height:17.375rem;top:9.5367431640625E-7rem;left:1.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0U7B2Rq5MpqhLKTPmI3rWuSD4K4bcqJ { display:block; }#i0U7B2Rq5MpqhLKTPmI3rWuSD4K4bcqJ > .row .container { width:20rem;height:47.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NDdxuZWHB7oWliWLsgLUFSABVsIRZS16 { width:20rem;height:39.4375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxcC3A2X5TRmbU9TMCcbKm3vpJyp1FdH { width:7.375rem;height:2.6rem;top:32.1875rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yp2dFLTvigoKh9RSRlIshkILIT2Or8zy { width:5rem;height:0.125rem;top:35rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsXoTAB8FBNazhgtppCqqS1q5yng3z2U { width:18.25rem;height:1.95rem;top:17.75rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T75czpEn1RVlRVaAyoFrTTRZbHLlOywT { width:16.9375rem;height:1.21875rem;top:20.9375rem;left:1.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AQvDFmPHdCfxcL0BO3mTZvJiaiBUNVNy { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m2KcGineCOMb17uJnGsOml8nTdIXrd6v { width:16.375rem;height:4.4375rem;top:36.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSQmETRyxTN6PZe7C9ku0nJTR9hhTXki { width:8.5625rem;height:1.21875rem;top:37.5rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JwWIClsa61888WDcAhzGTCSk2ahhxyaw { width:5rem;height:1.70625rem;top:38.875rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rcL1l0bAiiBv1yuDotMPC6FnuIcyyclp { width:20rem;height:1.95rem;top:24.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nvg6ElKTUGeWhV5a541w0ppT602wSzxt { width:17.875rem;height:1.21875rem;top:27.925001144409rem;left:1.0617187619209rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yDVxH8nC04JkkmcftHP0pPt3vc5bQhhV { width:15.6875rem;height:15.6875rem;top:0.625rem;left:2.1562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9Zru36Gqu1vuSMwTNVtKDaACrppl86g { display:block; }#a9Zru36Gqu1vuSMwTNVtKDaACrppl86g > .row .container { width:20rem;height:48.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iJHGt5FLMc9OHGfruR4dD5Ryz1eingVe { width:20rem;height:39.4375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0pKcUn7S9TUC4kPTJV660ziviE0zKJX { width:7.375rem;height:2.6rem;top:32.1875rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UngQvNyMrgGyMr34mMwpt4fT95p5VBSd { width:5rem;height:0.125rem;top:35rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJW7NOJWETrvQxyTSfJfHliZFw4sJdTB { width:18.25rem;height:1.95rem;top:17.75rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SE2idTTHKTTsZWoIuQ2oRUNtc1XyWU4O { width:16.9375rem;height:1.21875rem;top:20.9375rem;left:1.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #igdsREwTuJuKMER5NmeEhqyqCCKZJWUD { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sKGa4iXVcZiG3u0vfA2iMwxPoiZIKxGJ { width:16.375rem;height:4.4375rem;top:36.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sd5GZr95AEVf0oemTz9suTIZpJRx4bP9 { width:8.5625rem;height:1.21875rem;top:37.5rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oVoUwgmt2lyo3teuuSNU0tZu4cSJdSeU { width:5rem;height:1.70625rem;top:38.875rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BFQayJD4kRMFX5hkBuhs9oRO6LoRMGvH { width:20rem;height:1.95rem;top:24.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oB44DHhDO4TF92HFNPUbTAwwW3SmPaye { width:17.875rem;height:1.21875rem;top:27.925001144409rem;left:1.0617187619209rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TA5v19LtPyqxtAS3CKfOwlm7VAoxfcPq { width:14.875rem;height:14.875rem;top:0.875rem;left:2.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqinTMC9FKGd4d93uPgJpDTCQlPShUPX { display:block; }#mqinTMC9FKGd4d93uPgJpDTCQlPShUPX > .row .container { width:20rem;height:46.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qq2GOOTsBVNHLROVBM0x6dQL2wKc3VFu { width:20rem;height:39.4375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnyuB48wgh71PgIqx4zvckZsiVWKnoKg { width:7.375rem;height:2.6rem;top:32.1875rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZALgB0rQh0GQ3B8fozTqJwqTNJ65m7cc { width:5rem;height:0.125rem;top:35rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqV1JsttS2folckxlqVu4KIHKTKI3yps { width:18.25rem;height:1.95rem;top:17.75rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EZoCZOHlgtTRrdDU8fLnDAccyUKg1PFa { width:16.9375rem;height:1.21875rem;top:20.9375rem;left:1.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vXhA9bnRJxOA20eLFoFGVtMGMUhh7O5B { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BgScygWiMnm3OaW3TEKWEkvVnxt3z1zF { width:16.375rem;height:4.4375rem;top:36.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPhZliD6bChHgKmxfvpHVEG9i7uka1aC { width:8.5625rem;height:1.21875rem;top:37.5rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zfO5vn1qTrFoCwdwSJm9mvntlecEJT01 { width:5rem;height:1.70625rem;top:38.875rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M7rxE2HBd0Ke084yUMhIls0TWpwB3g1H { width:20rem;height:1.95rem;top:24.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HrpiTGmBprqfoGVnPlhCCKEXg53m91Vg { width:17.875rem;height:1.21875rem;top:27.925001144409rem;left:1.0617187619209rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D5Ns58Z1UxtbMwPGqHf1HpWJovuo1OXI { width:14.6875rem;height:14.6875rem;top:1.45703125rem;left:2.6562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ut6v1TdEWrJ342CSziA7rO7RBoPqcGtq { display:block; }#ut6v1TdEWrJ342CSziA7rO7RBoPqcGtq > .row .container { width:20rem;height:47.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EyRNbm3xQfOcT96R0nHNZZ0HDm1KtgAP { width:20rem;height:39.4375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPTeA84mZ65SzCsE7p5wlfIuU1UK5oA9 { width:7.375rem;height:2.6rem;top:32.1875rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hTzrNE2vOb7NH8516t4FFmC0AHoRvmJX { width:5rem;height:0.125rem;top:35rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BotNrWJOmpv8yxSDPM5zoDfN0NDNyBnK { width:18.25rem;height:1.95rem;top:17.75rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T7UoHfswhUnqUoOTwAtl3k7ZITqeqGvD { width:16.9375rem;height:1.21875rem;top:20.9375rem;left:1.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DcJ61vriiPDyWmFlquRVIHWc2a9w5hBa { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sCR3MBRBflwI1XHPnDR5wrQQaxBhrQ2V { width:16.375rem;height:4.4375rem;top:36.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbyPM4RJ1drb3rE2BgAhW6JOR6H74M8A { width:8.5625rem;height:1.21875rem;top:37.5rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gnhb6q3gNwFvEePcuysc0FsxH6scliql { width:5rem;height:1.70625rem;top:38.875rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BiaFr5fkumnzbvNfBZ4iozsMIbGd82XQ { width:20rem;height:1.95rem;top:24.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K2arw2K3iultHHgPugLeO31xoxZlRCdT { width:17.875rem;height:1.21875rem;top:27.925001144409rem;left:1.0617187619209rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ceoqvkxnFnJCflPG0g7WhcczuVeUXQZR { width:15.0625rem;height:15.0625rem;top:1.4117188453674rem;left:2.4687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #STUAlZI2TJoBL9TPTfAZElwzz8IkMqaL { display:block; }#STUAlZI2TJoBL9TPTfAZElwzz8IkMqaL > .row .container { width:20rem;height:46.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTw5dnDfib67xxlGCe2svH23oWwNrAvX { width:20rem;height:39.4375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoQosUqUGGGScTv38O1tn4W2TmBlOC4L { width:7.375rem;height:2.6rem;top:32.1875rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aEsTQxgMzA4qZc8Api36Fe8SxzJL7GOC { width:5rem;height:0.125rem;top:35rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIUrIC5Kes2vbrNrcfzII8tpk3ho1eb2 { width:18.25rem;height:1.95rem;top:17.75rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dxprRSzzTLF9msxSDeeJZBhoxb3m8ron { width:16.9375rem;height:1.21875rem;top:20.9375rem;left:1.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sb6B9FToeh2bSoPIXRaCrJE6dkc8WbIA { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZfD9Fv7OkH34oezwRrOgDHD5ffNvrwDp { width:16.375rem;height:4.4375rem;top:36.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvNWseQldD3DMQSByzq6narqAfkSNKPw { width:8.5625rem;height:1.21875rem;top:37.5rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J958eemZRqoOkuqpKmJpIp88bDozKx5E { width:5rem;height:1.70625rem;top:38.875rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oc4F30SZNEtyPyQASm8LAninHBMl3UGk { width:20rem;height:1.95rem;top:24.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EeZSss2zuoT6NwwZyKXn2bc7mycFFqEd { width:17.875rem;height:1.21875rem;top:27.925001144409rem;left:1.0617187619209rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bVKFCgo3GobunUTPcuUiSPvQrDQfwrKk { width:16.875rem;height:16.875rem;top:0.92500019073488rem;left:1.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfr9aBE3bnqWW58rvgXzHzbnPT9fMGJf { display:block; }#wfr9aBE3bnqWW58rvgXzHzbnPT9fMGJf > .row .container { width:20rem;height:47.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G8Aogm7IT9IsuPW4RBIZXU4ELnHU617S { width:20rem;height:39.4375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhZDJnAzUHcWM3winyB72QDp31f4OLvJ { width:7.375rem;height:2.6rem;top:32.1875rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IiVz2seBTDomSnV5VwiRHqZV2GaPtfS8 { width:5rem;height:0.125rem;top:35rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qp5QUeyLTRlSpW1BI5m7p9SiRzoHF7QR { width:18.25rem;height:1.95rem;top:17.75rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ah5fq04Eoxr6ozQhggwBeP6pBQcVXXDE { width:16.9375rem;height:1.21875rem;top:20.9375rem;left:1.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nSxPMB2g9wq2UZURNQDrQiGnDMv974QT { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u1Nv9u94mKm7vMWt60RT5Z21ukPWU7te { width:16.375rem;height:4.4375rem;top:36.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePTr621okANeO1KmrGPEsASMuU2NFCOc { width:8.5625rem;height:1.21875rem;top:37.5rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mfUqywAl4bm0u4NTMJ81gEg6d52QZUrh { width:5rem;height:1.70625rem;top:38.875rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rm3UTRkaBk57dCXNLXOsWRDHpS6bFXqI { width:20rem;height:1.95rem;top:24.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZLiNyyG8Zf5sLuu9IVWrf7NWOTRPV3U9 { width:17.875rem;height:1.21875rem;top:27.925001144409rem;left:1.0617187619209rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bt3tUUge6Zolod2F5IzEfG4Xt9X7WUr2 { width:15.5625rem;height:15.5625rem;top:1.2250003814698rem;left:2.2187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ki9vzq5RIHwOcP6qyVTUwwMx8kvdAbPU { display:block; }#Ki9vzq5RIHwOcP6qyVTUwwMx8kvdAbPU > .row .container { width:20rem;height:47rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #galV33Gtl2I4XHVmzK0cCVDIU2TAQfTi { width:20rem;height:39.4375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxzoGf0OS1ZLRbwP0tzlKzKCzdyeS7Ch { width:7.375rem;height:2.6rem;top:32.1875rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iWx52nIeTFdiaG7T2FEwTsEiRiQw6bOk { width:5rem;height:0.125rem;top:35rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsrXfTucERhmrlonar5GPep38R1bs2Ga { width:18.25rem;height:1.95rem;top:17.75rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B1GBahmtUqMTn6u7WcXg6M1hBTLJd6Fs { width:16.9375rem;height:1.21875rem;top:20.9375rem;left:1.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pZNAXrNTBUkyP4nwo0C12mOgARPBQLhF { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vWoXTTckLMiG5C9H4FXo61tSBmavqgiZ { width:16.375rem;height:4.4375rem;top:36.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4Vvhp59TuPHfcTfUIvuXAoE5zKVNb8z { width:8.5625rem;height:1.21875rem;top:37.5rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gf9Qp7KKss8SKcRqa7aZ6nbCBEaUsv2H { width:5rem;height:1.70625rem;top:38.875rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gWLWr6MF4SGX8waqgQ8h4i4NxfcKLwAZ { width:20rem;height:1.95rem;top:24.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #etGbmzrENAFpDkaaDkcFlnbzvGWhoTLf { width:17.875rem;height:1.21875rem;top:27.925001144409rem;left:1.0617187619209rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eZMR8fg9TsH8Kikhr7W6bIOXhVobHxND { width:15.4375rem;height:15.4375rem;top:1.2492187321186rem;left:3.3437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #qO4UlmgTVEoO3RCTtvm6gOEri3Qqzm44 { display:block; }#qO4UlmgTVEoO3RCTtvm6gOEri3Qqzm44 > .row .container { width:20rem;height:47.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #efeiskIqC8I3p3mipT0Owm4UF3qmPUT6 { width:20rem;height:39.4375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbuKXT7T0cNhtu0wcEJpMPmFCfQCQTkI { width:7.375rem;height:2.6rem;top:32.1875rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ryuKy99f0FnRpiDdqgwuc9p3quHt8rTR { width:5rem;height:0.125rem;top:35rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFJhVUTOO1EVWGPLAGhX81RNM3ECAE1h { width:18.25rem;height:1.95rem;top:17.75rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XTsntAqXOKhfFCJfmo7EI8TpHGQoBmsT { width:16.9375rem;height:2.4375rem;top:20.9375rem;left:1.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SCvCWuaU38Scr5pCQbcCwPstWm9W9dol { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aTk6QLtMNNc63ECKKsEiLvfEkwUUNKy0 { width:16.375rem;height:4.4375rem;top:36.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gc6eSAwtHN8iuE5azIDw6M6V7HcsTD6l { width:8.5625rem;height:1.21875rem;top:37.5rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gzpy681con1O2GKGd1fKOLFzQkLhp5OT { width:5rem;height:1.70625rem;top:38.875rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SCzwsuPfZdWBP2DdMG1984avRlXTmkwl { width:20rem;height:1.95rem;top:24.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PkhKfL2D8bIqbGxeuXT0H8c89X3lHF0a { width:17.875rem;height:1.21875rem;top:27.925001144409rem;left:1.0617187619209rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gyB3hGnDmcXnN3ETuWeWCp6gKDCSZnPQ { width:16.3125rem;height:16.3125rem;top:1.4874997138977rem;left:1.8437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwUugt5Sq9gheN7KsvUac3JpQSpKMyVu { display:block; }#wwUugt5Sq9gheN7KsvUac3JpQSpKMyVu > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GIHdfOWVlfVmc26kom1491n4caTcnWLK { width:20rem;height:39.4375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAku4D74dyCxt6IlFZ8eSHRCbcw3xpOl { width:7.375rem;height:2.6rem;top:32.1875rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FPOluT8hPcHZEa4tWQGb71t5iHzmZmqn { width:5rem;height:0.125rem;top:35rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7oKRB9DGpVTC1tsmCaGWsoydcFUP7bq { width:18.25rem;height:1.95rem;top:17.75rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lpV0WLPLxii3Hmh7rJk83wQgGl5T5Ten { width:16.9375rem;height:1.21875rem;top:20.9375rem;left:1.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XkB8JSHBwFOHaaTWB9fW5uHTKXr0yOOh { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AC0ieNDsUgLkVDJqOekoWbS17zt7Idai { width:16.375rem;height:4.4375rem;top:36.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgwwQ7hspNRT2TDw5gFrqfpz5Az4nqaM { width:8.5625rem;height:1.21875rem;top:37.5rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uZKmroMeRhEvLn706aw5MGaep0bclQaw { width:5rem;height:1.70625rem;top:38.875rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aptTTPLSsN4GkxHkwA6bCfAQOrTbpcmP { width:20rem;height:1.95rem;top:24.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JJQexlF3JLVHOsBpvaAnbforC2QHNXTQ { width:17.875rem;height:1.21875rem;top:27.925001144409rem;left:1.0617187619209rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mu2wIF17WUtatn3nuJCVFz8v1b6fLKUu { width:16.3125rem;height:16.3125rem;top:0rem;left:1.8437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF0GNvCTh7lF3hTiK4WIXWF3NVJDvSoN { display:block; }#WF0GNvCTh7lF3hTiK4WIXWF3NVJDvSoN > .row .container { width:20rem;height:47.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ErnGrA7EAThl6dnDoe1Ui9Kl9TySRx7r { width:20rem;height:39.4375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItmoGtWTzTwPfk0grEqOrDKHEGDMFDwI { width:7.375rem;height:2.6rem;top:32.1875rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K8eTIb0IPR3XTKcJwxDIKOfoISn8t8GX { width:5rem;height:0.125rem;top:35rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #niDUhgwGi3SZWQACASBied88NFZqOnAh { width:18.25rem;height:1.95rem;top:17.75rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gtfImyz4Q0I7tTGt3o9f1bSALXLwxU7Z { width:16.9375rem;height:2.4375rem;top:20.9375rem;left:1.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K0d6P4lzODvaonxxTGRo5ONBhkhF171Q { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NAPNTD6gLJM1gb59E9Em5P2Cu5csMRxH { width:16.375rem;height:4.4375rem;top:36.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2yyf69PgTkOzMzs5l4iv4y9tKNbBild { width:8.5625rem;height:1.21875rem;top:37.5rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VINge90TxAan0yu2p9fG9nAR1ZThE7TD { width:5rem;height:1.70625rem;top:38.875rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g5RBIP4SGr0AqDfNXafHSsxAXQryvRuw { width:20rem;height:1.95rem;top:24.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hvz5s4OuySbo2dvhDcHpt0F3tCA5ow1F { width:17.875rem;height:1.21875rem;top:27.925001144409rem;left:1.0617187619209rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kdekDiSGShu19CX6BAlxVrarH4fG7ETN { width:15.3125rem;height:15.3125rem;top:1.3000001907349rem;left:2.3437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHcAB7NF9X2naxaq5Hyp42tMD5aHLu6Z { display:block; }#HHcAB7NF9X2naxaq5Hyp42tMD5aHLu6Z > .row .container { width:20rem;height:46.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bAUXqRvPgfaNcbhVZbAdnbWXygJRIcOB { width:20rem;height:39.4375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4RCUW3HtMxWMe4KyOLXm4mCRI8hPWNu { width:7.375rem;height:2.6rem;top:32.1875rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JEuVXCPW3538qqZzTe7VTdyao56drBaw { width:5rem;height:0.125rem;top:35rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvgmDdQq6biuZci6WX3FNqCdMG8JP469 { width:18.25rem;height:1.95rem;top:17.75rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b1ntZicdWziNAOfuIw3HKqRoebvqRKqE { width:16.9375rem;height:2.4375rem;top:20.9375rem;left:1.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tsWaZcdaagg4SdMLSMz5DaZ3Owh758Hn { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QQkKGvNnCZFZxPkBrBmswWwkdMkUUdWV { width:16.375rem;height:4.4375rem;top:36.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONeUMDd5NAZvLwbdHl6wKeW4JESkatSi { width:8.5625rem;height:1.21875rem;top:37.5rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VwhbTUgRzfaEXo8DWbRDL73CdZv0axIu { width:5rem;height:1.70625rem;top:38.875rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #platN57GCavCNJwtO3QlC3ITlZOv1C7E { width:20rem;height:1.95rem;top:24.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qvneaQsuX95qZ7BuFbyzetwKoeZiesFi { width:17.875rem;height:1.21875rem;top:27.925001144409rem;left:1.0617187619209rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cb91r8cdRpcK7tTSM88NWKrZ7U0qXplr { width:17.8125rem;height:17.8125rem;top:0rem;left:1.0929687619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaZCF5XzV9NeQaTq8rT6qJJFGOyIFCAc { display:none; }#DaZCF5XzV9NeQaTq8rT6qJJFGOyIFCAc > .row .container { width:20rem;height:36.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VHeQKALsgfaGOQcLwqcNrbAT2cmHdNEy { width:20rem;height:27.4375rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfXggA4JJhJsVknBNNTkoVsL5AaJmT8G { width:18.25rem;height:1.95rem;top:13.9375rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mw4rqsObt8qMqVryol8LNiRkFPCGtec5 { width:16.9375rem;height:1.21875rem;top:16.4375rem;left:1.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mSXIlS8ovATNAKtrepLgIheCPMTETEqJ { width:17rem;height:4.875rem;top:26.1875rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OSOdAQnxcu2Xrnv4DrgdVxTi5myF0Nt0 { width:16.375rem;height:4.4375rem;top:26.4375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrrDtuDgzaL2XE69TT1GJFtbJEG6GWD0 { width:8.5625rem;height:1.21875rem;top:27.1875rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aSLSbem5BAVl1nag5OMBd6Icypbqmqyy { width:5rem;height:1.70625rem;top:28.5625rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B8cz9hHeDXEp3w7W18xCXdLSlZAcN9nm { width:7.375rem;height:1.625rem;top:20.8125rem;left:6.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o4wW3qILOhl99RTtNdDqzAZTVde2ILUp { width:17.25rem;height:1.21875rem;top:23rem;left:1.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CcLc85PqygxukrlaNgOJUNGkalzszFSd { width:17.0625rem;height:17.0625rem;top:0rem;left:1.4687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #l35ox0TRXDiZrehArMnt7uDHJeCh8DhA { display:block; }#l35ox0TRXDiZrehArMnt7uDHJeCh8DhA > .row .container { width:20rem;height:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rH2GvMmhoEe73aaZPIhTLPCIE2climda { width:20rem;height:39.4375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fq74S5TzbAoo66BqRVWHbdsIc0zlB4mT { width:7.375rem;height:2.6rem;top:32.1875rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p8LxNhPMLa2xTgbwEBUAuCwWtwwOTktt { width:5rem;height:0.125rem;top:35rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEWa4mJ868Ofek6oiiD7De5G4dP71BXU { width:18.25rem;height:1.95rem;top:17.75rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hnJRKfVrbL0cIIebw2UtRFLE0yS6g80z { width:16.9375rem;height:1.21875rem;top:20.9375rem;left:1.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UizTkhNMWTNiFEnlaVtT3D6Ivef5wiVp { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k8Pmd92LNfEzghBo9uIcLdcxWq0du6ey { width:16.375rem;height:4.4375rem;top:36.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQDQBZibeupZIyl1laE84fH5zrvitsC5 { width:8.5625rem;height:1.21875rem;top:37.5rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VEKH8SAPTby0wiwS3VE67Kv315aHFeGS { width:5rem;height:1.70625rem;top:38.875rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hrn5qzofH2pZHOnPMxixHWC9xCUf9Cif { width:20rem;height:1.95rem;top:24.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OUVGApTZeyJViDTK1tZft7khtFo3SnmX { width:17.875rem;height:1.21875rem;top:27.925001144409rem;left:1.0617187619209rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QnZq3tKfT8FgLbOSeL8ZmsE5195nu8KC { width:15.5625rem;height:15.5625rem;top:2.2375001907349rem;left:2.2187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQQq7kevIakhL8eDA6KupiXccTbBCwve { display:none; }#NQQq7kevIakhL8eDA6KupiXccTbBCwve > .row .container { width:20rem;height:39.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fsd1iM21h3P69TJGKTKMQo8C5owGDF5I { width:20rem;height:27.125rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzO4RsBZgvNbx6NTlZbLzCxiGugdSaBV { width:18.25rem;height:1.95rem;top:16.875rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EGJa4FFTf7uBmwPIDydXGBiv8n2GCvn3 { width:16.9375rem;height:1.21875rem;top:19.375rem;left:1.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JUTkwbEFoXkBxI5mHThLKb94wJlWLTd7 { width:17rem;height:4.875rem;top:29.125rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uTlrivu2zAZuA2ZJ2D91yurpvUAgPMut { width:16.375rem;height:4.4375rem;top:29.3125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8vNXoXCofQ91F9Fd3X3Nnitz7dcMpQs { width:8.5625rem;height:1.21875rem;top:30.0625rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w2bu6WSipZJThNrqpybLaH9UM2qL7AwD { width:5rem;height:1.70625rem;top:31.4375rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E8XsFoUpbQyMKyr4xct3hTmzH3VUqxCg { width:7.375rem;height:1.625rem;top:23.75rem;left:6.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WEGW5TBzwT1aIvsZf79X481KOH2X3dwL { width:17.25rem;height:1.21875rem;top:25.9375rem;left:1.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cwBsTxcgZovWKpkBIyA5zAWTnSvUkccX { width:16.25rem;height:16.25rem;top:0.67499995231631rem;left:1.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0IrqxWnVO6pMdqLMP4t49c8KvCFDTV4 { display:block; }#d0IrqxWnVO6pMdqLMP4t49c8KvCFDTV4 > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E2RBMI4t7LexBO1Ue9XIFi1LyhQTMcGU { width:20rem;height:39.4375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxQkWptclErxhZcJ6mpp0SK8in1w2n3R { width:7.375rem;height:2.6rem;top:32.1875rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mnkVesJbuvPZTGXvRhmE1MWJvha8vs3U { width:5rem;height:0.125rem;top:35rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pB9MwE0x3pVbzhZQ0hZ9tIZ3ban8N9XR { width:18.25rem;height:1.95rem;top:17.75rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XcT5EbFJs3QF9ae8Kk78IptE213MnUVM { width:16.9375rem;height:1.21875rem;top:20.9375rem;left:1.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nl3myuf3xZnNCOlliy7REE6wZHHBA9dX { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JdSOpndVMHiE6T9R4o10miniuhE9lB1o { width:16.375rem;height:4.4375rem;top:36.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG5rofAKnBH63Os76bPzq3wu4MyllIEK { width:8.5625rem;height:1.21875rem;top:37.5rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pyQtEsm0hhhxTyrT1cJP962uVGcgM07d { width:5rem;height:1.70625rem;top:38.875rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mpr84SoiR4W2XzJIeLPTnXWBzO1S3EJo { width:20rem;height:1.95rem;top:24.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WTTQ6OoBgvRE6SPfUtaAPSQoufWrnhqI { width:17.875rem;height:1.21875rem;top:27.925001144409rem;left:1.0617187619209rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KCSlArCBwKMUzho19t82mowVM7bPTuye { width:16.5rem;height:16.5rem;top:1.3000001907349rem;left:1.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0BqsdzeGUtGUCUu3gLdiWnzzoW1G66G { display:block; }#B0BqsdzeGUtGUCUu3gLdiWnzzoW1G66G > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rcHGk5U4Nd8m8MWuzDqVM7BXN6Vw8sqt { width:20rem;height:39.4375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgHC9edxzHk0JKkIm1FDPmk7ewml2r5o { width:7.375rem;height:2.6rem;top:32.1875rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XJz8l5rB2UXGyAgymg3vLm7qdSg15snL { width:5rem;height:0.125rem;top:35rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpZffXbOkTzZTT7RfW0UL907MyuwvSAc { width:18.25rem;height:1.95rem;top:17.75rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lVdGw1Le5rv9zBsPsLD1EDPlrlJ0pQEi { width:16.9375rem;height:1.21875rem;top:20.9375rem;left:1.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sqLU5skPoNNxcov7IqGRw35OLS80kICV { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MhEpXtRp19A11Wb4D8VSTz0W9d3F5T8C { width:16.375rem;height:4.4375rem;top:36.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIVy5J5wtypxVg0tv3e3LWqfM52D5mUs { width:8.5625rem;height:1.21875rem;top:37.5rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yh6Tu7SZfT3Gq3XX9hUBS7kwrnAFsMuL { width:5rem;height:1.70625rem;top:38.875rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V4Rn25XtsO2Bnf37T43SuxQrurrkuO04 { width:20rem;height:1.95rem;top:24.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zmner79TJSa9I0zmQfIZINVevRXPdy7g { width:17.875rem;height:1.21875rem;top:27.925001144409rem;left:1.0617187619209rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qP3IUf81UBOl8rILuxwdVuhVd24qpRf1 { width:15.0625rem;height:15.0625rem;top:1.3625001907349rem;left:2.4687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Smn5AF6HGsi7W9yMzR635iIT4MVpKsLy { display:none; }#Smn5AF6HGsi7W9yMzR635iIT4MVpKsLy > .row .container { width:20rem;height:40.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ho2TVwfnTGMZRl24vWuJ6LF1NCNIHTsE { width:20rem;height:27.625rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmzO9QmKQbAvS5nAgNMk7LTU9OXX2beC { width:18.25rem;height:1.95rem;top:18.125rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MrJZh0b7TEER8I50ZTnssuH4T75DnPNz { width:16.9375rem;height:1.21875rem;top:20.625rem;left:1.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vNxikkSiZnt2aKceszs3EXJPyhIqyIi5 { width:17rem;height:4.875rem;top:30.375rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZLPHgGeh5AqTNsA76OTfranOi77CdEEZ { width:16.375rem;height:4.4375rem;top:30.8125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiJF2txTodmMwIdufTsacgWXhTzTIF9V { width:8.5625rem;height:1.21875rem;top:31.5625rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xess5UxgRRpps5O7JaTnHeLNG7M2yHnH { width:5rem;height:1.70625rem;top:32.9375rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cd345hKrtn4fkIgXfm0vvKqxQqlM9mIg { width:7.375rem;height:1.625rem;top:25rem;left:6.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GiOwILVQiZ0RtH3DOA5JRcVMlncTrS93 { width:17.25rem;height:1.21875rem;top:27.1875rem;left:1.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r4cKCcJAawb1cy3boIedOWf9sX6JoAax { width:16.625rem;height:16.625rem;top:1.5499999523163rem;left:1.6875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntMAZoSpqKT7XBxiwnEcmSCwzAMLkxow { display:none; }#ntMAZoSpqKT7XBxiwnEcmSCwzAMLkxow > .row .container { width:20rem;height:40.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TkCBOnNp2qMihdehAQrXiIy8V5gKu4UT { width:20rem;height:27.4375rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxNTpHqyXvBnMTgIqFo51OiAi19HTqpI { width:18.25rem;height:1.95rem;top:17.875rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tN1QhQDh0kTVMisbW4QDP07GGJPKXPMa { width:16.9375rem;height:1.21875rem;top:20.375rem;left:1.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wXVHrVU8twWyinv6IRle162ZEeCGgDCG { width:17rem;height:4.875rem;top:30.125rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VMt2VkX1tvEyvpEcT4lShF0nzkCwh7o7 { width:16.375rem;height:4.4375rem;top:30.3125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #few0sfywBADl6CrcsZgkFCu12Bf0CpzL { width:8.5625rem;height:1.21875rem;top:31.0625rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CN1eguwH7wsOJ0SSqaoENxCqTyOtKqZE { width:5rem;height:1.70625rem;top:32.4375rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cIQCkMedoKQVkRpwPpTIIXWts18xLaRJ { width:7.375rem;height:1.625rem;top:24.75rem;left:6.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z8GhEkenhOMnVHtA30by16GgRmBXgweN { width:17.25rem;height:1.21875rem;top:26.9375rem;left:1.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tu1V5bR2VtOQN4ylOc8QXtyrP9ON9gAA { width:18.3125rem;height:18.3125rem;top:0.98750019073488rem;left:1.6875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmCrxuNpwPCen1NEW4szUwf80US17K3w { display:none; }#bmCrxuNpwPCen1NEW4szUwf80US17K3w > .row .container { width:20rem;height:40.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CMphIpzMptMCimQVqQKP8hKH4sJa1D1D { width:20rem;height:27.5rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLaO4Kw9HaBJ2WxI1ZvLhTQbaBpoXyOZ { width:18.25rem;height:1.95rem;top:16.625rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ptliifw6kqG71ABphcCNSDJp2MM8VvHc { width:16.9375rem;height:1.21875rem;top:19.125rem;left:1.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SuiJKGC7r1lg4Vg20U7PC0gu3y0taKgx { width:17rem;height:4.875rem;top:28.875rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iRS3mhKWIhKMT9zmMzWvXE8gfZRkuuy7 { width:16.375rem;height:4.4375rem;top:29.125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuU3h6WqsexX1c4x3aAr5as1FHu4BkJQ { width:8.5625rem;height:1.21875rem;top:29.875rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G5Bm14uFrGcEIBJCd4wPzaTDXPwVL0Ml { width:5rem;height:1.70625rem;top:31.25rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RmV4E2VpD9un69IWkUoczUzFAdc6r2Zh { width:7.375rem;height:1.625rem;top:23.5rem;left:6.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T0LfQUk2zQQuCXwumCm9dQBc1TSrQTKc { width:17.25rem;height:1.21875rem;top:25.6875rem;left:1.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ngSA6Obd7PtBGRS33xdlqpR6TGElHr69 { width:15.875rem;height:15.875rem;top:0.80000019073488rem;left:2.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmFPiydopNas3yEeEiNpI01SCNPDiuvn { display:none; }#zmFPiydopNas3yEeEiNpI01SCNPDiuvn > .row .container { width:20rem;height:40.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Wfer0her95lTiqFte8kIDDyLkB3c3MgJ { width:20rem;height:28.25rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTLRJgOJx79d8MEmOHDTrcDBkezdRXTm { width:18.25rem;height:1.95rem;top:17.875rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qN9lwU4Ce6gDRK6BcTGclHZP7INGzVkK { width:16.9375rem;height:1.21875rem;top:20.375rem;left:1.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CTK1yUyE8TXr1s0dOQS8GQm471tkb5V8 { width:17rem;height:4.875rem;top:30.125rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IJF7CclbWpoqm2gwrIySwxh7U2MEV0pU { width:16.375rem;height:4.4375rem;top:31.1875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2HkoUJ3ZPq8GamEtbpW0MbTfQRvX6Sz { width:8.5625rem;height:1.21875rem;top:31.9375rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aTnwFyqTbDIJUdeuFRS1nXbCCCuA6TVI { width:5rem;height:1.70625rem;top:33.3125rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qiDC6RPTD4WmrhfCcScAgZtHkMITgCGe { width:7.375rem;height:1.625rem;top:24.75rem;left:6.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XfpgoBmCx0ZDbwohyGIzckhcV2ds3tfP { width:17.25rem;height:1.21875rem;top:26.9375rem;left:1.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iGtNH1CIFP0zVTkmkKQVgi7NgSvF8Rcx { width:19rem;height:19rem;top:0rem;left:0.99999994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSAyU6cG6XyXREnyKcP87XGOmA6BJnDc { display:block; }#DSAyU6cG6XyXREnyKcP87XGOmA6BJnDc > .row .container { width:20rem;height:16.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kO4dGdrItFr5GZusMif3671NUveNWRLl { width:20rem;height:4.225rem;top:2.625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C35rwD1bLH7zVsl03lSl95OCVfNchCxg { width:20rem;height:2.6rem;top:8.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXLz12Rw3QmIbs20aMQ9xUIkTIfJqLJh { width:20rem;height:0.3125rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCG8nMeOgAGN4bAOe8k3gvUHh1anOcXN { width:20rem;height:0.3125rem;top:13.437500953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2LpnNpESuBL2npVBiQi6XyQTOP7O4yw { display:block; }#S2LpnNpESuBL2npVBiQi6XyQTOP7O4yw > .row .container { width:20rem;height:40.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IVRTBzQg7r2LrJiSu6ZV3BAmphyu0SrL { width:20rem;height:33.625rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTIkQTCK8IcQZCpnnFmt22rmhXKeElV8 { width:7.375rem;height:2.6rem;top:24.469531536103rem;left:6.3125000596044rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nd79QNqvxSkO6SAGbnGwKxbIHKTG1ISu { width:5rem;height:0.125rem;top:28.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2myQADoVA92MnaifflKTOalwiBNFO6K { width:18.25rem;height:1.95rem;top:17.75rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BcCdAdGQtHzbNDFMd0yEIsirbE2nKtUR { width:16.9375rem;height:1.21875rem;top:20.9375rem;left:1.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OT1BJMWmydrTydD0NGtxTWpaFqFqlvsH { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ReyHGpssgMEUWdy3z3z3mIHnJTodJv2G { width:16.375rem;height:4.4375rem;top:30.5rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWUPCyfclK6B0V7ELO0p0ilfT09cBJft { width:8.5625rem;height:1.21875rem;top:31.25rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RKpUftJwrpngtsw18Zo5rk6LL6qexMyK { width:5rem;height:1.70625rem;top:32.625rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wmHNKG3nFzXtSMEDo4A5MIrg7V0TPdpE { width:15.625rem;height:15.625rem;top:0.875rem;left:1.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #nz4CNmo94aGwC7B89AuyA6e8PDlQEhlJ { display:block; }#nz4CNmo94aGwC7B89AuyA6e8PDlQEhlJ > .row .container { width:20rem;height:41.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ozd5KKb9dUbwO0pTqo4ORE3LMEfyCGhz { width:20rem;height:33.625rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8pR9fyHiU9qQTq1oMEGCaxu5MSuCRrQ { width:7.375rem;height:2.6rem;top:24.469531536103rem;left:6.3125000596044rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kVTnp9F1wz68s9BNNxWozaP5P5Bs5N9l { width:5rem;height:0.125rem;top:28.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aF9XhrsXcSIKThzRTkzdQ8nkfk1w0KPG { width:18.25rem;height:1.95rem;top:17.75rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wNmn92uFJ2IrSLZnPQAHuweMaGSB7PFD { width:16.9375rem;height:1.21875rem;top:20.9375rem;left:1.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r3W9WZMprKIVxnTchDCAXQrTBK1E7kNu { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CIDel7riwv7AVhiL6obiV6pbU22CB0T5 { width:16.375rem;height:4.4375rem;top:30.5rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnrIVmU190WzyJmMvAidw5IeuWuP8F9H { width:8.5625rem;height:1.21875rem;top:31.25rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wck518sgkRkP9mWxWiGLoNWAeXZF3zUt { width:5rem;height:1.70625rem;top:32.625rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MwSVFVHQJpUTM1hWhhiQHNAgxU2WLukH { width:16.75rem;height:16.75rem;top:1.0499995946884rem;left:1.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlvpHTmXZmTb05T1GIm5qpmMDbbno9se { display:block; }#OlvpHTmXZmTb05T1GIm5qpmMDbbno9se > .row .container { width:20rem;height:41.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cs14zFv3eh5wWCP4MXCoB3uROzzPkcRx { width:20rem;height:33.625rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRzmv5tCPR9ui2RnX0mWrRLk7AaokaQP { width:7.375rem;height:2.6rem;top:24.469531536103rem;left:6.3125000596044rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XMNLc4HgKWsuDphBLQVrx7eTEIVSsuKf { width:5rem;height:0.125rem;top:28.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBywKHcCGgBdXG9xpxUKSHpapu3v3t02 { width:18.25rem;height:1.95rem;top:17.75rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yLdB5CDSZcsNT4oqmquTzruB5oLXbHpL { width:16.9375rem;height:1.21875rem;top:20.9375rem;left:1.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I0JL8FbFPaV1cxdTeG4yXU6LsmWCdgrx { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T6p6LfEHqxMvvuA12zdtfhLuPy3LvheH { width:16.375rem;height:4.4375rem;top:30.5rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TET3oqogKMEiQevLudiT5dzU2USzm49g { width:8.5625rem;height:1.21875rem;top:31.25rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VC61paXlvIBxxWimAfLHBJJsATZLvCaO { width:5rem;height:1.70625rem;top:32.625rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TgK3f4Lc9nppG9E91gWgrZHyL2x6bExQ { width:15.1875rem;height:15.1875rem;top:1.6734375953674rem;left:2.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2mXe6zhaxPNkfS4zMs1TmldemB9q2U7 { display:block; }#h2mXe6zhaxPNkfS4zMs1TmldemB9q2U7 > .row .container { width:20rem;height:44rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2x7alSwnU4NRu1UXA1sRp4L8hVHubcN { width:20rem;height:33.625rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzHdyVfG2d5i9o7iML24KirqGymvzsne { width:7.375rem;height:2.6rem;top:24.469531536103rem;left:6.3125000596044rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mITv29Chr0IfL5OyA0wmix9oQxp5Wuya { width:5rem;height:0.125rem;top:28.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzWlHazpw2iBg0kFemkuNz2V2yADKgPL { width:18.25rem;height:1.95rem;top:17.75rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eoVB8EIRpcqxKH30LQ1hv6i9zLwHEKbs { width:16.9375rem;height:1.21875rem;top:20.9375rem;left:1.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G6XopsItnNpJ56llgZwMFCZXsIPm8lTD { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zaVK8ebnhr662voP0xTZ1bnSoTs06H4h { width:16.375rem;height:4.4375rem;top:30.5rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPTrgVoOX0s8lTZNwwHJq7Gtq9bPJky1 { width:8.5625rem;height:1.21875rem;top:31.25rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BGtSXWsAvbvb1vAdqFE6Qel66FnHfXg1 { width:5rem;height:1.70625rem;top:32.625rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uI9VbGPXLIfNgnQaQlKUvE7Bq6xgIf3c { width:17rem;height:17rem;top:0rem;left:1.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErT04TsVWZ4SG7ovpra4cZSyiQDImF2E { display:block; }#ErT04TsVWZ4SG7ovpra4cZSyiQDImF2E > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ToGtNLo6CCRZLs0mlRbEhynd1TIOCTDr { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f1e96bb3-58fd-4686-bcfd-1aaf778bf136/SocialMediaHeaderFacebook.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ToGtNLo6CCRZLs0mlRbEhynd1TIOCTDr.adaptive-delivery-prevent-bg, #ToGtNLo6CCRZLs0mlRbEhynd1TIOCTDr.lazyload, #ToGtNLo6CCRZLs0mlRbEhynd1TIOCTDr.lazyloading { background-image: none; }#ToGtNLo6CCRZLs0mlRbEhynd1TIOCTDr > .row .container { background-color: transparent; background-image: none; }#ToGtNLo6CCRZLs0mlRbEhynd1TIOCTDr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToGtNLo6CCRZLs0mlRbEhynd1TIOCTDr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToGtNLo6CCRZLs0mlRbEhynd1TIOCTDr > .row .container > .video-iframe-container { display: none; }#ToGtNLo6CCRZLs0mlRbEhynd1TIOCTDr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToGtNLo6CCRZLs0mlRbEhynd1TIOCTDr > .row > .video-iframe-container { display: none; }#ToGtNLo6CCRZLs0mlRbEhynd1TIOCTDr > .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); }#ToGtNLo6CCRZLs0mlRbEhynd1TIOCTDr > .row .container { border-width: 0; border-radius: 0; }#ToGtNLo6CCRZLs0mlRbEhynd1TIOCTDr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ToGtNLo6CCRZLs0mlRbEhynd1TIOCTDr > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }