.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); }#K9saIZPJxTaeEqgb4et1A1fVSCwzUEvE { 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; }#K9saIZPJxTaeEqgb4et1A1fVSCwzUEvE > .row .container { background-color: transparent; background-image: none; }#K9saIZPJxTaeEqgb4et1A1fVSCwzUEvE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K9saIZPJxTaeEqgb4et1A1fVSCwzUEvE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K9saIZPJxTaeEqgb4et1A1fVSCwzUEvE > .row .container > .video-iframe-container { display: none; }#K9saIZPJxTaeEqgb4et1A1fVSCwzUEvE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K9saIZPJxTaeEqgb4et1A1fVSCwzUEvE > .row > .video-iframe-container { display: none; }#K9saIZPJxTaeEqgb4et1A1fVSCwzUEvE > .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); }#K9saIZPJxTaeEqgb4et1A1fVSCwzUEvE > .row .container { border-width: 0; border-radius: 0; }#K9saIZPJxTaeEqgb4et1A1fVSCwzUEvE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K9saIZPJxTaeEqgb4et1A1fVSCwzUEvE > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:60rem;position:relative;display:block; }#q4ZFTmkveH1pNgOlVTIhgdKEvZn6zTX3 { 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; }
#XXFSa8KRFDIfLlqVt4WohTd5giQDRn9a { 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; }
#eX8xhFWkxOKXF7ywkIaw4LSckLx3t1Wt { 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; }
#lPJeRPfs4rppCbeAD3VotnQ9m3mxWy6H { 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.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RwutBH64KG4NBFJ54QhzZy5UrazZTAhv { 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; }
#q6hBBA6KPqLV5PW1cxuiW4XQt5XqJrlN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 { 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; }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3.adaptive-delivery-prevent-bg, #l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3.lazyload, #l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3.lazyloading { background-image: none; }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 > .row .container { background-color: transparent; background-image: none; }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 > .row .container > .video-iframe-container { display: none; }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 > .row > .video-iframe-container { display: none; }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 > .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); }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 > .row .container { border-width: 0; border-radius: 0; }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 > .row .container { font-size:0.875rem;font-family:arial;height:34.625rem;width:60rem;position:relative;display:block; }#hVhyT3uyoNWHavVHWaglLgE3iP10l2ss { 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; }#hVhyT3uyoNWHavVHWaglLgE3iP10l2ss > .row .container { background-color: transparent; background-image: none; }#hVhyT3uyoNWHavVHWaglLgE3iP10l2ss::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVhyT3uyoNWHavVHWaglLgE3iP10l2ss > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVhyT3uyoNWHavVHWaglLgE3iP10l2ss > .row .container > .video-iframe-container { display: none; }#hVhyT3uyoNWHavVHWaglLgE3iP10l2ss > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVhyT3uyoNWHavVHWaglLgE3iP10l2ss > .row > .video-iframe-container { display: none; }#hVhyT3uyoNWHavVHWaglLgE3iP10l2ss > .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); }#hVhyT3uyoNWHavVHWaglLgE3iP10l2ss > .row .container { border-width: 0; border-radius: 0; }#hVhyT3uyoNWHavVHWaglLgE3iP10l2ss > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hVhyT3uyoNWHavVHWaglLgE3iP10l2ss > .row .container { font-size:0.875rem;font-family:arial;height:12.375rem;width:60rem;position:relative;display:block; }#fHOsIVoI0T9yhNW6L0H3HLVQeLSLorZA { 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.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ILsqwblQiK1Vwume30ii2hu9givLv92l { 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.29980625rem;font-style:normal;text-align:center;text-align-last:center;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.29980625rem;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; }
#UlsupzXZaIJyeWld863O3d6lqVcVNwTr { position:relative;display:block; }#UlsupzXZaIJyeWld863O3d6lqVcVNwTr { background-color: transparent; background-image: none; }#UlsupzXZaIJyeWld863O3d6lqVcVNwTr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UlsupzXZaIJyeWld863O3d6lqVcVNwTr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UlsupzXZaIJyeWld863O3d6lqVcVNwTr > .row .container > .video-iframe-container { display: none; }#UlsupzXZaIJyeWld863O3d6lqVcVNwTr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UlsupzXZaIJyeWld863O3d6lqVcVNwTr > .row > .video-iframe-container { display: none; }#UlsupzXZaIJyeWld863O3d6lqVcVNwTr > .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); }#UlsupzXZaIJyeWld863O3d6lqVcVNwTr { border-width: 0; border-radius: 0; }#UlsupzXZaIJyeWld863O3d6lqVcVNwTr > .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; }#UlsupzXZaIJyeWld863O3d6lqVcVNwTr > .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; }#hiUfheFNmX5O7k1vpDB4u3oHTZZVas9O { 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; }
#LnaFeMoInszrBXLAJToE3V7blwiFzzrl { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;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; }
#GTcG1luZ8pBVJJZkF3vDxhJBrwR9zpEw { 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; }
#wfRdCuFMzXnmVNIAlbKXbyR9xxqC7432 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95rem;font-style:normal;display:block; }
#S17l9mqwntn7ozrwBgLJzrI1b3Gyamiv { 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:6.499rem;font-style:normal;display:block; }
#bFHpANoPMkJLVs1bc8ErxxZ7osVQsZbG { 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; }
#i1rElgwS6hOTky9n946Qtwx48myzi2m3 { 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:15.9375rem;left:20.25rem;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; }
#BFOQ1qVxm3e3kIrbrGyQTvFsrfiWysRf { 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:16.5rem;left:20.9375rem;height:1.3rem;font-style:normal;display:block; }
#rrvHPGVgVvrd4JOb7XEkHZtS33eWXgOe { 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:16.3369140625rem;left:28.1875rem;height:1.625rem;font-style:normal;display:block; }
#klWlFtGLfXqWpF76PA4pz28uK3GSwJOy { 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.5625rem;width:18.5625rem;top:1.75rem;left:0.125rem;overflow:hidden;display:block; }
#U9o28tX4BnDlqkt9OsdIluBQ83SWBLWJ { position:relative;display:block; }#U9o28tX4BnDlqkt9OsdIluBQ83SWBLWJ { background-color: transparent; background-image: none; }#U9o28tX4BnDlqkt9OsdIluBQ83SWBLWJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9o28tX4BnDlqkt9OsdIluBQ83SWBLWJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9o28tX4BnDlqkt9OsdIluBQ83SWBLWJ > .row .container > .video-iframe-container { display: none; }#U9o28tX4BnDlqkt9OsdIluBQ83SWBLWJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9o28tX4BnDlqkt9OsdIluBQ83SWBLWJ > .row > .video-iframe-container { display: none; }#U9o28tX4BnDlqkt9OsdIluBQ83SWBLWJ > .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); }#U9o28tX4BnDlqkt9OsdIluBQ83SWBLWJ { border-width: 0; border-radius: 0; }#U9o28tX4BnDlqkt9OsdIluBQ83SWBLWJ > .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; }#U9o28tX4BnDlqkt9OsdIluBQ83SWBLWJ > .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; }#F9PdRAKOc3wUW06CA0NCAuwPXUsizZMW { 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; }
#CDfPmwp4AUy7E6XJ1o8GR2AgO4PwXT8w { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;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; }
#EHM6dqdofEXpefrT8sZMA6CK6GyuhiR9 { 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; }
#om5fZab6rNk7EFX86UfI49dBMicKFN66 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.94921875rem;font-style:normal;display:block; }
#kffUG0k1VyyMU6Job7Sbe24suJk1gGA7 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.375rem;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.4375rem;left:20.625rem;height:6.499rem;font-style:normal;display:block; }
#I8tgru9KOdsvatv4xAI22peC5evF6lCT { 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; }
#rUbdriDEhafSONQ2MrulDKXUe9MhOpeG { 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.75rem;width:19.75rem;top:1.15625rem;left:0rem;overflow:hidden;display:block; }
#h42tDo4DqB4lAr830MOePSTrBHDqFbmO { 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:15.125001907349rem;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; }
#LeGIuQKkeEKkuwf6kdxQDPi6EWZill5H { 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.6875rem;left:20.937501907349rem;height:1.3rem;font-style:normal;display:block; }
#dSJItp9HeTzQtcLI2FC6O9TfnUE25CV7 { 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:15.52499961853rem;left:28.187501907349rem;height:1.625rem;font-style:normal;display:block; }
#fZQAc55BvCb8Kk6h5Q63Grw8wFzou6JX { position:relative;display:block; }#fZQAc55BvCb8Kk6h5Q63Grw8wFzou6JX { background-color: transparent; background-image: none; }#fZQAc55BvCb8Kk6h5Q63Grw8wFzou6JX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZQAc55BvCb8Kk6h5Q63Grw8wFzou6JX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZQAc55BvCb8Kk6h5Q63Grw8wFzou6JX > .row .container > .video-iframe-container { display: none; }#fZQAc55BvCb8Kk6h5Q63Grw8wFzou6JX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZQAc55BvCb8Kk6h5Q63Grw8wFzou6JX > .row > .video-iframe-container { display: none; }#fZQAc55BvCb8Kk6h5Q63Grw8wFzou6JX > .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); }#fZQAc55BvCb8Kk6h5Q63Grw8wFzou6JX { border-width: 0; border-radius: 0; }#fZQAc55BvCb8Kk6h5Q63Grw8wFzou6JX > .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; }#fZQAc55BvCb8Kk6h5Q63Grw8wFzou6JX > .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; }#Jce1mIeK7dMsPKSByv6Tkbceci8iX1vZ { 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; }
#BRPCcAG2bPAcCgC32UovWTT0cpDxykzT { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;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; }
#VZCboNoLTdRTZyV1GxP72vwbsCUiAGvy { 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; }
#TF5BLCSk1g2sOcmqZowrE3cUOlwsuJb5 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95rem;font-style:normal;display:block; }
#sA5ZuUPzOV2cZ2VBBqEOJLITWWGkMI2M { color:rgba(var(--color-tertiary-4),1);display:block;width:24.375rem;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.4375rem;left:20.625rem;height:3.9rem;font-style:normal;display:block; }
#K9T5Eu41X3KNVHvr88LW2JKTTv7gFDF3 { 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; }
#hzh4XaeyI6KzllVbOwxg3T02uIg6pZ5k { 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.8125rem;width:20.8125rem;top:0.09375rem;left:0rem;overflow:hidden;display:block; }
#FbOThH8IEwXlPmkkRTpGOcbWFzMPtfv6 { 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:15.125001907349rem;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; }
#eQnUGwRZFr8Vt5T9gcMsT5GBshZAmeLZ { 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.6875rem;left:20.937501907349rem;height:1.3rem;font-style:normal;display:block; }
#lqtToQ1UvnaEBg2ApOeoDe79OSzKiC2s { 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:15.52499961853rem;left:28.187501907349rem;height:1.625rem;font-style:normal;display:block; }
#I3WSOmBOBZSDcwQWVUtlRr187EtvoCt1 { position:relative;display:block; }#I3WSOmBOBZSDcwQWVUtlRr187EtvoCt1 { background-color: transparent; background-image: none; }#I3WSOmBOBZSDcwQWVUtlRr187EtvoCt1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3WSOmBOBZSDcwQWVUtlRr187EtvoCt1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3WSOmBOBZSDcwQWVUtlRr187EtvoCt1 > .row .container > .video-iframe-container { display: none; }#I3WSOmBOBZSDcwQWVUtlRr187EtvoCt1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3WSOmBOBZSDcwQWVUtlRr187EtvoCt1 > .row > .video-iframe-container { display: none; }#I3WSOmBOBZSDcwQWVUtlRr187EtvoCt1 > .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); }#I3WSOmBOBZSDcwQWVUtlRr187EtvoCt1 { border-width: 0; border-radius: 0; }#I3WSOmBOBZSDcwQWVUtlRr187EtvoCt1 > .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; }#I3WSOmBOBZSDcwQWVUtlRr187EtvoCt1 > .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; }#C9ZDWrq8qNslOUaM5dUTS0ctKDQZRi7O { 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; }
#Ror1Cs2gpDABg7rOD3JqkeWLsf5vUlLn { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;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; }
#kZ6lHo0aQ6WyVO1U3NMWtrRAuBuh7mO8 { 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; }
#DHw8eiVIc6WlUlLoxid8mXr96FDA7PfA { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95rem;font-style:normal;display:block; }
#mdkvKOmBRGreyZAVAuR3tFsZKUZOzh4k { 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:6.499rem;font-style:normal;display:block; }
#pJm57CnVIi12Dqc5fNncp59zKWZcyLR8 { 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; }
#zUU4XTsfeJzOauMbEL3xoQHZ2KODATWS { box-sizing:content-box;height:5.6875rem;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.625rem;left:20.5625rem;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; }
#bHV3ZCSUXmVpTiELsSSXcwubA3TLTLnw { 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.1875rem;left:21.25rem;height:1.3rem;font-style:normal;display:block; }
#l67MV2KwURrpJ1A8nkAHVJrXZ65pvR4C { 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:16.875rem;left:21.25rem;height:1.625rem;font-style:normal;display:block; }
#pwiIkC84WWqNs7E5yyeQ4R0MS28Ax67m { 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.5625rem;width:18.5625rem;top:1.75rem;left:0.125rem;overflow:hidden;display:block; }
#uHFDoksLQZNvOuJdHdxs24kIGI4TqJRP { 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:15052;line-height:1.3;letter-spacing:0;top:18.75rem;left:21.25rem;height:1.625rem;font-style:normal;display:block; }
#Z4XMvFJhu9BBqiQka15rn6XTn7BG1cB8 { 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:15051;line-height:1.3;letter-spacing:0;top:17.130859375rem;left:25.96875rem;height:1.3rem;font-style:normal;display:block; }
#nNMRFXyzJNrHEkE9FscB4eSetSTeaM7T { 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:15052;line-height:1.3;letter-spacing:0;top:19.01171875rem;left:25.96875rem;height:1.3rem;font-style:normal;display:block; }
#n9AGzJFhpvCFc4wnMvKpoUVNlH1quc5Z { position:relative;display:block; }#n9AGzJFhpvCFc4wnMvKpoUVNlH1quc5Z { background-color: transparent; background-image: none; }#n9AGzJFhpvCFc4wnMvKpoUVNlH1quc5Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9AGzJFhpvCFc4wnMvKpoUVNlH1quc5Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9AGzJFhpvCFc4wnMvKpoUVNlH1quc5Z > .row .container > .video-iframe-container { display: none; }#n9AGzJFhpvCFc4wnMvKpoUVNlH1quc5Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9AGzJFhpvCFc4wnMvKpoUVNlH1quc5Z > .row > .video-iframe-container { display: none; }#n9AGzJFhpvCFc4wnMvKpoUVNlH1quc5Z > .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); }#n9AGzJFhpvCFc4wnMvKpoUVNlH1quc5Z { border-width: 0; border-radius: 0; }#n9AGzJFhpvCFc4wnMvKpoUVNlH1quc5Z > .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; }#n9AGzJFhpvCFc4wnMvKpoUVNlH1quc5Z > .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; }#IlLILE6Q4675MeriiectOB3fUtvVnOQ9 { 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; }
#C3NOlM7RxJz3wtSlqOwQKv431qfSDeVU { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;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; }
#oCNbOSl7ULd8SPOTradPCPKKEu3S8IMJ { 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; }
#rxzfGi2MIdoeAotFIVdG2kcZP8AqPSba { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95rem;font-style:normal;display:block; }
#LaMVn6nTs0cf7lneGpmVZUAfEhgz0723 { 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.1640625rem;left:20.5625rem;height:3.9rem;font-style:normal;display:block; }
#nrRkcSVJFMMmoiHvDveMZng5KKNJ4cSJ { 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; }
#GiJE5TEgmaT72ct6lZBGW6uIr1zSEhJt { box-sizing:content-box;height:6.9375rem;width:24.9375rem;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:12.874649047851rem;left:20.249464035034rem;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; }
#pRaKTmRVGLW6RKDDKnAeTOx4uE065ZhR { 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:13.409088134766rem;left:21.374464035034rem;height:1.3rem;font-style:normal;display:block; }
#Ipira2LT9mhqzyTEdhMMuGTlUnSPeD65 { 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:14.771835327149rem;left:21.374464035034rem;height:1.625rem;font-style:normal;display:block; }
#ip0ItmzKE7n8RcQyQaUEuDEtpetV4f01 { 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.4375rem;width:18.4375rem;top:1.75rem;left:0.125rem;overflow:hidden;display:block; }
#gk7xvTWIamCyQ0xyfHF6cKZOknmLgoGc { 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:15052;line-height:1.3;letter-spacing:0;top:16.397369384766rem;left:21.374464035034rem;height:1.625rem;font-style:normal;display:block; }
#u7VJZCD8RF89FETN0lfTZCOQPT8PJ1ff { 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:15052;line-height:1.3;letter-spacing:0;top:18.022018432618rem;left:21.374464035034rem;height:1.625rem;font-style:normal;display:block; }
#Tkyq9vxKMQB206Nwa3tpI2TZA47raWb4 { 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:15053;line-height:1.3;letter-spacing:0;top:15.021301269531rem;left:24.936254501342rem;height:1.3rem;font-style:normal;display:block; }
#cfzZXOc3f3rLpAJnoSgobQ320vde7gpw { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:16.519882202149rem;left:24.934480667114rem;height:1.3rem;font-style:normal;display:block; }
#HOWDbfaWs3Ksyz7TK0lbTN4OPEPipTX1 { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:18.145416259766rem;left:24.934480667114rem;height:1.3rem;font-style:normal;display:block; }
#wfPx3rtKSXNAuKg2lBUFMq6Fh7H114Kf { 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:15052;line-height:1.3;letter-spacing:0;top:14.896133422851rem;left:33.905714035034rem;height:1.625rem;font-style:normal;display:block; }
#RZwTVvt8U5q86tPeh0NhJr8bqA2DnwiA { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.62375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:15.018646240234rem;left:37.556283950806rem;height:1.3rem;font-style:normal;display:block; }
#nVNAwTy0uD0elI2xDeaZNXTdLigVl43n { color:rgba(var(--color-secondary-4),1);display:block;width:4.1867875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:16.395599365234rem;left:33.903940200806rem;height:1.625rem;font-style:normal;display:block; }
#FSm4k5Lhfk4chw5m3UvMdMwrInzobPmy { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.622875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:16.458096504211rem;left:37.556283950806rem;height:1.3rem;font-style:normal;display:block; }
#rO7FH9M54InPUzgyIh36stXRl8hl4PVc { position:relative;display:block; }#rO7FH9M54InPUzgyIh36stXRl8hl4PVc { background-color: transparent; background-image: none; }#rO7FH9M54InPUzgyIh36stXRl8hl4PVc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rO7FH9M54InPUzgyIh36stXRl8hl4PVc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rO7FH9M54InPUzgyIh36stXRl8hl4PVc > .row .container > .video-iframe-container { display: none; }#rO7FH9M54InPUzgyIh36stXRl8hl4PVc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rO7FH9M54InPUzgyIh36stXRl8hl4PVc > .row > .video-iframe-container { display: none; }#rO7FH9M54InPUzgyIh36stXRl8hl4PVc > .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); }#rO7FH9M54InPUzgyIh36stXRl8hl4PVc { border-width: 0; border-radius: 0; }#rO7FH9M54InPUzgyIh36stXRl8hl4PVc > .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; }#rO7FH9M54InPUzgyIh36stXRl8hl4PVc > .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; }#bsKz4Q9Ka9a4Br2xTIQxsTw5IGbc3OUv { 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; }
#ddilr2ZBwmUa9OcrPZBpN5yBu2wTOvTx { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;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; }
#TuNw93ePDeDsPE8cGw4dhZtX8osBfeDS { 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; }
#plkTCMiZTwtNiD0AJy30s5riVhg3qkGH { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95rem;font-style:normal;display:block; }
#mxQSGSCzIsZpNx7yTzFRpTIIfcTcwxKt { 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.1640625rem;left:20.5625rem;height:5.2rem;font-style:normal;display:block; }
#ti61ptcPB5P4UAsSCI33OFthFp32PKaB { 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; }
#oxa1NbLuLTu1TG9NJVQIr5y0nit1QL6K { box-sizing:content-box;height:6.9375rem;width:24.9375rem;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:12.874649047851rem;left:20.249464035034rem;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; }
#NgCbBewncfvG3D9h5nxtkHLKfWwUx13h { 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:13.409088134766rem;left:21.374464035034rem;height:1.3rem;font-style:normal;display:block; }
#NzaqvGOJp974V9L6SLMcRkC8L0yAZmHl { 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:14.771835327149rem;left:21.374464035034rem;height:1.625rem;font-style:normal;display:block; }
#PkBxNOvZkSNwGg8tszTIJIhWbfdpSssv { 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.5rem;width:18.5rem;top:1.75rem;left:0.125rem;overflow:hidden;display:block; }
#u493CsxcGnipQMtbTXT4Hu3in5QFD6TJ { 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:15052;line-height:1.3;letter-spacing:0;top:16.397369384766rem;left:21.374464035034rem;height:1.625rem;font-style:normal;display:block; }
#KqxKuFpURRdkWLUusEshOpvpSbueLnEe { 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:15052;line-height:1.3;letter-spacing:0;top:18.022018432618rem;left:21.374464035034rem;height:1.625rem;font-style:normal;display:block; }
#Wsb2RT6oN0TFJshFrJSyVQiG21RAyXFk { 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:15053;line-height:1.3;letter-spacing:0;top:15.021301269531rem;left:24.936254501342rem;height:1.3rem;font-style:normal;display:block; }
#VV2VEPgH7XT6Msc0WCceZnoMIIPNAVvc { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:16.519882202149rem;left:24.934480667114rem;height:1.3rem;font-style:normal;display:block; }
#AbT8uqPzgw8ITE6BR4WK2sRfw5JfkNiE { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:18.145416259766rem;left:24.934480667114rem;height:1.3rem;font-style:normal;display:block; }
#S3U6eTkf1IWUsc31wuzuL3toTrZhtG6S { 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:15052;line-height:1.3;letter-spacing:0;top:14.896133422851rem;left:33.905714035034rem;height:1.625rem;font-style:normal;display:block; }
#mdLIcodPvkEWBMl1RWbqUCLHuwBENTR6 { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.62375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:15.018646240234rem;left:37.556283950806rem;height:1.3rem;font-style:normal;display:block; }
#Pr8vpRpGC2oR0lAxCdo4QH6JtN2Pc9rJ { color:rgba(var(--color-secondary-4),1);display:block;width:4.1867875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:16.395599365234rem;left:33.903940200806rem;height:1.625rem;font-style:normal;display:block; }
#L2JfIMpm7HhQBvg73E2DExgp0gfbbic5 { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.622875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:16.458096504211rem;left:37.556283950806rem;height:1.3rem;font-style:normal;display:block; }
#d38kePnn8x3Kz9pOQn79nBJxxGTue7zS { position:relative;display:block; }#d38kePnn8x3Kz9pOQn79nBJxxGTue7zS { background-color: transparent; background-image: none; }#d38kePnn8x3Kz9pOQn79nBJxxGTue7zS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d38kePnn8x3Kz9pOQn79nBJxxGTue7zS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d38kePnn8x3Kz9pOQn79nBJxxGTue7zS > .row .container > .video-iframe-container { display: none; }#d38kePnn8x3Kz9pOQn79nBJxxGTue7zS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d38kePnn8x3Kz9pOQn79nBJxxGTue7zS > .row > .video-iframe-container { display: none; }#d38kePnn8x3Kz9pOQn79nBJxxGTue7zS > .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); }#d38kePnn8x3Kz9pOQn79nBJxxGTue7zS { border-width: 0; border-radius: 0; }#d38kePnn8x3Kz9pOQn79nBJxxGTue7zS > .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; }#d38kePnn8x3Kz9pOQn79nBJxxGTue7zS > .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:26.375rem;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; }#SW268tZvETsifFXVtTQA7F2alvdKVwNG { 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:22.6875rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#HkCtVOXqk6qBUOUMrdEfs0hLI0OS5k4n { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;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; }
#BZonpqwKGs1tALlMxMNG1fvJizDLI3UT { 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; }
#yhT1lPTu8EHEyLZRcAwaqWnHuRuAFP5l { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95rem;font-style:normal;display:block; }
#VuSJRzPcudyl4LwvD9JqkipmTvlBPMdF { 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:6.499rem;font-style:normal;display:block; }
#FP3UnX9UJeAODRbzmGD3g5GwIiKqU1FS { 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; }
#bKziX7Vf5wurW083i1TgkwSUZmM7bxic { box-sizing:content-box;height:8.0625rem;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.625rem;left:20.5625rem;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; }
#OgRW6MBz07tqua8C3an6c1S805L3KWxt { 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.1875rem;left:21.25rem;height:1.3rem;font-style:normal;display:block; }
#Axq4DPXTV8bpr27TRcwiIlTWAVeaHeQs { 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:16.875rem;left:21.25rem;height:1.625rem;font-style:normal;display:block; }
#bMTCtXqQ2yacolGZaTylUJyTAXMG3e1i { 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.5625rem;width:18.5625rem;top:3.8125rem;left:0rem;overflow:hidden;display:block; }
#rg7vk4QdU5fgzMIfkc4gmpoRRvaEsKZF { 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:15052;line-height:1.3;letter-spacing:0;top:18.75rem;left:21.25rem;height:1.625rem;font-style:normal;display:block; }
#ZGpxV6ql2rDihpsqifaQcUbk3870eZMQ { 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:15051;line-height:1.3;letter-spacing:0;top:17.130859375rem;left:25.96875rem;height:1.3rem;font-style:normal;display:block; }
#UTHcTxCffOMDRJE74PDBUHZmVfwq1CWl { 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:15052;line-height:1.3;letter-spacing:0;top:18.88671875rem;left:25.96875rem;height:1.3rem;font-style:normal;display:block; }
#HGdPHWEpUiZoTptFLklAEuLgNLysfqzv { 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:15054;line-height:1.3;letter-spacing:0;top:20.625rem;left:21.1875rem;height:1.625rem;font-style:normal;display:block; }
#vXIMw2T2mGoFx4v7NumuyiolAtzGvCIk { 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:15054;line-height:1.3;letter-spacing:0;top:20.75rem;left:25.875rem;height:1.3rem;font-style:normal;display:block; }
#mRuRyIdniUeNZwRKb03NAWT8Qg0szULc { position:relative;display:block; }#mRuRyIdniUeNZwRKb03NAWT8Qg0szULc { background-color: transparent; background-image: none; }#mRuRyIdniUeNZwRKb03NAWT8Qg0szULc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRuRyIdniUeNZwRKb03NAWT8Qg0szULc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRuRyIdniUeNZwRKb03NAWT8Qg0szULc > .row .container > .video-iframe-container { display: none; }#mRuRyIdniUeNZwRKb03NAWT8Qg0szULc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRuRyIdniUeNZwRKb03NAWT8Qg0szULc > .row > .video-iframe-container { display: none; }#mRuRyIdniUeNZwRKb03NAWT8Qg0szULc > .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); }#mRuRyIdniUeNZwRKb03NAWT8Qg0szULc { border-width: 0; border-radius: 0; }#mRuRyIdniUeNZwRKb03NAWT8Qg0szULc > .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; }#mRuRyIdniUeNZwRKb03NAWT8Qg0szULc > .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; }#s4JvyQLekFE7RrhTfotObd5QbgQHFgwq { 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; }
#WVGeNUWMxuZO1niPUuKvfR1sGduud4Zl { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;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; }
#w5i9fnC4R4T6FRiBqQq0mlx1NAFim4xg { 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; }
#SmVsCggyamEX4fMm4XJ76olvPWJBy6UT { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95rem;font-style:normal;display:block; }
#ZXcfPwklMVqvBdLCO1f4T1CqZ4C3Tq6x { 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.1640625rem;left:20.5625rem;height:5.2rem;font-style:normal;display:block; }
#LUEr4qV4nvU96HGnFQEFkCwXxbKkp4aA { 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; }
#biRx0UyiJLaEvTsJ7IzofJL9cybpLEQT { box-sizing:content-box;height:6.9375rem;width:24.9375rem;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:12.874649047851rem;left:20.249464035034rem;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; }
#QzFWmeN58GkegE8oQzPJTGheObAmFtow { 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:13.409088134766rem;left:21.374464035034rem;height:1.3rem;font-style:normal;display:block; }
#S9484ATRExpc6F93cXoCST80L1oEc9aF { 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:14.771835327149rem;left:21.374464035034rem;height:1.625rem;font-style:normal;display:block; }
#qfDE4OATHwCholm2KrXTMZ9etp4Zwce7 { 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.4375rem;width:18.4375rem;top:2.3117237091064rem;left:0rem;overflow:hidden;display:block; }
#VQnUhvw3tvKngI8qi0JlCrA2y676KdBv { 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:15052;line-height:1.3;letter-spacing:0;top:16.397369384766rem;left:21.374464035034rem;height:1.625rem;font-style:normal;display:block; }
#RsaiqV6uSL5RXFXGiW1uhdEv5XCDMZXg { 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:15052;line-height:1.3;letter-spacing:0;top:18.022018432618rem;left:21.374464035034rem;height:1.625rem;font-style:normal;display:block; }
#Cx7JJzwywOipoDUfiUrKZ4yS5brWMskQ { 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:15053;line-height:1.3;letter-spacing:0;top:15.021301269531rem;left:24.936254501342rem;height:1.3rem;font-style:normal;display:block; }
#O1aRnzX2evr6mSRQrcQV8LzqALErhTUK { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:16.519882202149rem;left:24.934480667114rem;height:1.3rem;font-style:normal;display:block; }
#LXWtGumXm9Lk6EdZIgAIuDCIIHi6vXDG { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:18.145416259766rem;left:24.934480667114rem;height:1.3rem;font-style:normal;display:block; }
#pSZcO6FOR7qeXBJqzMDSkvWCpKwWWDLD { 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:15052;line-height:1.3;letter-spacing:0;top:14.896133422851rem;left:33.905714035034rem;height:1.625rem;font-style:normal;display:block; }
#BfahO2Uq6CMDwBW8LwgWnBTEEK61D8gE { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.62375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:15.018646240234rem;left:37.556283950806rem;height:1.3rem;font-style:normal;display:block; }
#yhi9ihPsbyI45tzqmTDe5b6cbTp48xDX { color:rgba(var(--color-secondary-4),1);display:block;width:4.1867875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:16.395599365234rem;left:33.903940200806rem;height:1.625rem;font-style:normal;display:block; }
#S5oBW15uM2JzokgG3bBtE0K0uf77JTV2 { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.622875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:16.458096504211rem;left:37.556283950806rem;height:1.3rem;font-style:normal;display:block; }
#zhV6p2utQqsTioTA9VUzvFkG3UD27pNw { position:relative;display:block; }#zhV6p2utQqsTioTA9VUzvFkG3UD27pNw { background-color: transparent; background-image: none; }#zhV6p2utQqsTioTA9VUzvFkG3UD27pNw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhV6p2utQqsTioTA9VUzvFkG3UD27pNw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhV6p2utQqsTioTA9VUzvFkG3UD27pNw > .row .container > .video-iframe-container { display: none; }#zhV6p2utQqsTioTA9VUzvFkG3UD27pNw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhV6p2utQqsTioTA9VUzvFkG3UD27pNw > .row > .video-iframe-container { display: none; }#zhV6p2utQqsTioTA9VUzvFkG3UD27pNw > .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); }#zhV6p2utQqsTioTA9VUzvFkG3UD27pNw { border-width: 0; border-radius: 0; }#zhV6p2utQqsTioTA9VUzvFkG3UD27pNw > .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; }#zhV6p2utQqsTioTA9VUzvFkG3UD27pNw > .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; }#ScLBbfcFqVrpc7OvHClDv6GeG62M0ReW { 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; }
#FKWKzq3mg2lFXmDAW6hp4fP3TtOgHaKE { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;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; }
#At58mBUdemGqlhSMAe2MqmTexEn4poQy { 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; }
#xBt67KDNAbJXuDm7OJDw2myaPiFCc3Ne { color:rgba(var(--color-tertiary-4),1);display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.437141418457rem;left:20.561964035034rem;height:1.95rem;font-style:normal;display:block; }
#gbsAszAGP8axbbRqyxxRyFTZHTTz7DQ4 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.75rem;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.1635284423825rem;left:20.561964035034rem;height:5.2rem;font-style:normal;display:block; }
#qeKr3kCpTKAhvxhlLW4EvuHg8T4QHokZ { 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; }
#HKTlnig6tVXTwS4cTRWrH1vmfrl4AdCw { box-sizing:content-box;height:6.9375rem;width:24.9375rem;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:12.874649047851rem;left:20.249464035034rem;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; }
#g16kFXSaTiVlLyInElOJSEGiwULzzPBB { 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:13.409088134766rem;left:21.374464035034rem;height:1.3rem;font-style:normal;display:block; }
#rF9sW1hEDDebT5n6f5TSraWTlapgniTM { 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:14.771835327149rem;left:21.374464035034rem;height:1.625rem;font-style:normal;display:block; }
#kLlX6hlW0A4BOUMmlqgcXGftZJxy5nWr { 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.4375rem;width:18.4375rem;top:2.3117237091064rem;left:0rem;overflow:hidden;display:block; }
#eTppXdkUxAp2TfFXuak8Dn6TntAzfPH4 { 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:15052;line-height:1.3;letter-spacing:0;top:16.397369384766rem;left:21.374464035034rem;height:1.625rem;font-style:normal;display:block; }
#HpgZwonHDS7LsBd7OIZu3BrmdwDoiXsr { 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:15052;line-height:1.3;letter-spacing:0;top:18.022018432618rem;left:21.374464035034rem;height:1.625rem;font-style:normal;display:block; }
#glpBROpisT82StNAEXTmxbOtQFkICzml { 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:15053;line-height:1.3;letter-spacing:0;top:15.021301269531rem;left:24.936254501342rem;height:1.3rem;font-style:normal;display:block; }
#FU6iP233d6KmWnHrH0aA8lQdzhBHPROi { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:16.519882202149rem;left:24.934480667114rem;height:1.3rem;font-style:normal;display:block; }
#uhSZSoWEgIZUq57bJVk5MlnkRWh8ad9S { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:18.145416259766rem;left:24.934480667114rem;height:1.3rem;font-style:normal;display:block; }
#F6GubCwUp5xSvcCZVwxcnJqt41x6M9nm { 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:15052;line-height:1.3;letter-spacing:0;top:14.896133422851rem;left:33.905714035034rem;height:1.625rem;font-style:normal;display:block; }
#KsTzAg8Q2PweHNu8aZ4t7HZJbSvAlTMy { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.62375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:15.018646240234rem;left:37.556283950806rem;height:1.3rem;font-style:normal;display:block; }
#L0FyT6hytz1qZdp029ogcn6crNnsTvcH { color:rgba(var(--color-secondary-4),1);display:block;width:4.1867875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:16.395599365234rem;left:33.903940200806rem;height:1.625rem;font-style:normal;display:block; }
#pWcoSZ9NI6WWlONwWdgGvs7xlyQomCkF { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.622875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:16.458096504211rem;left:37.556283950806rem;height:1.3rem;font-style:normal;display:block; }
#vvxGGxT7esebdDQUXNOX3xqMakJIbvbB { position:relative;display:block; }#vvxGGxT7esebdDQUXNOX3xqMakJIbvbB { background-color: transparent; background-image: none; }#vvxGGxT7esebdDQUXNOX3xqMakJIbvbB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vvxGGxT7esebdDQUXNOX3xqMakJIbvbB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vvxGGxT7esebdDQUXNOX3xqMakJIbvbB > .row .container > .video-iframe-container { display: none; }#vvxGGxT7esebdDQUXNOX3xqMakJIbvbB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vvxGGxT7esebdDQUXNOX3xqMakJIbvbB > .row > .video-iframe-container { display: none; }#vvxGGxT7esebdDQUXNOX3xqMakJIbvbB > .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); }#vvxGGxT7esebdDQUXNOX3xqMakJIbvbB { border-width: 0; border-radius: 0; }#vvxGGxT7esebdDQUXNOX3xqMakJIbvbB > .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; }#vvxGGxT7esebdDQUXNOX3xqMakJIbvbB > .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; }#Lf3TBQsygmr4P6tbmHVJSoB894pHrNxd { 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.3119375rem;width:51.0618125rem;top:1.8741023540497rem;left:7.0294742584231rem;display:block; }
#g1d0Ta8BEnPLyurwRTg7QrMi1n87kSzA { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;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; }
#J8PVXZx61sz3qIHXXHJokEQVPeEchERc { 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; }
#tKBI9GcntBUvMKbuzw17ODBIxNNLD00Z { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95rem;font-style:normal;display:block; }
#kx2PasRU3c00qkeLoTW5h2P7273P5Tmt { 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.1640625rem;left:20.5625rem;height:5.2rem;font-style:normal;display:block; }
#aqVQz8qHgxTQKTW1KmHT4PupvcIBZH6o { 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; }
#vZcIJ9CKS7OFkzILmEC367qbwvNdTna1 { box-sizing:content-box;height:6.9375rem;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:12.875rem;left:20.25rem;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; }
#k2TXefn7ovgiqOdmLBmwl8TyOd44iVLM { 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:13.409103393555rem;left:21.124464035034rem;height:1.3rem;font-style:normal;display:block; }
#lP8qxZgNv7wBECiFCNpe7RWMcWhqocQW { 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:14.771850585938rem;left:21.061964035034rem;height:1.625rem;font-style:normal;display:block; }
#kO61uT7Eq1kCHNxNBlkyFNDzFDJ7Fwo0 { 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.5rem;width:18.5rem;top:1.75rem;left:0.125rem;overflow:hidden;display:block; }
#M9oaKblTTuVElFHw4qmCfTbNHvnk4pTT { 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:15052;line-height:1.3;letter-spacing:0;top:16.397384643555rem;left:21.061964035034rem;height:1.625rem;font-style:normal;display:block; }
#sRgWs8iZWlD4t3DguNSWrB8SCgbdF8bf { 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:15052;line-height:1.3;letter-spacing:0;top:18.022033691406rem;left:21.061964035034rem;height:1.625rem;font-style:normal;display:block; }
#Ssizscu88lS0h3CiAgMLi430z401AAWk { 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:15053;line-height:1.3;letter-spacing:0;top:15.02131652832rem;left:25.249643325806rem;height:1.3rem;font-style:normal;display:block; }
#Jw2U7ksTIhswyoxN44qS9sKzbhSium8O { 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:15054;line-height:1.3;letter-spacing:0;top:16.646850585938rem;left:25.249643325806rem;height:1.3rem;font-style:normal;display:block; }
#UeTyFiaC7Bt60dgvQTDPfrRskcmvDQcn { 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:15055;line-height:1.3;letter-spacing:0;top:18.209350585938rem;left:25.249643325806rem;height:1.3rem;font-style:normal;display:block; }
#hWRILqCc1xxDrogXMivElTZw2TixaIBz { position:relative;display:block; }#hWRILqCc1xxDrogXMivElTZw2TixaIBz { background-color: transparent; background-image: none; }#hWRILqCc1xxDrogXMivElTZw2TixaIBz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWRILqCc1xxDrogXMivElTZw2TixaIBz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWRILqCc1xxDrogXMivElTZw2TixaIBz > .row .container > .video-iframe-container { display: none; }#hWRILqCc1xxDrogXMivElTZw2TixaIBz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWRILqCc1xxDrogXMivElTZw2TixaIBz > .row > .video-iframe-container { display: none; }#hWRILqCc1xxDrogXMivElTZw2TixaIBz > .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); }#hWRILqCc1xxDrogXMivElTZw2TixaIBz { border-width: 0; border-radius: 0; }#hWRILqCc1xxDrogXMivElTZw2TixaIBz > .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; }#hWRILqCc1xxDrogXMivElTZw2TixaIBz > .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; }#ogm92sD4XAqLMJ1gW8hQhkT0ABDV9PST { 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.1806640625rem;left:7.25rem;display:block; }
#T3NGZTDVKHfFsAOz85Tm8sP7tLKBOT33 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.25rem;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.3125rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VtqL8HgT0oKZ2IXnX0VGkRQ8TxITXLRT { 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; }
#FIvF8ErwcgU40u0QExozOaKWTMpB49Rf { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95rem;font-style:normal;display:block; }
#uEQ6mIWnTUeHi65Slkc4ZEw7oUxAbTkx { 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:6.7314453125rem;left:20.5625rem;height:3.9rem;font-style:normal;display:block; }
#ULMyOFFbkmQnV1Lo7sPJmWL0Iq832yWZ { 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; }
#rL5oszmlinL4aWrmmFLEJasDtNAq0xnZ { box-sizing:content-box;height:7.1875rem;width:26rem;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:11.8056640625rem;left:20.5625rem;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; }
#rP2BaNh0FnX091HZ8sGaq8MiFgwZ1BbC { 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:12.3125rem;left:21.34375rem;height:1.3rem;font-style:normal;display:block; }
#iOyib25am49iOIFRmT0zBflTgWi37nNP { 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:14.1181640625rem;left:21.34375rem;height:1.625rem;font-style:normal;display:block; }
#silXBToBWpfCHt7RmkncIoszlo2Ag8aq { 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.5625rem;width:18.5625rem;top:1.75rem;left:0.125rem;overflow:hidden;display:block; }
#RoKvDXFQ6TQnVJqhguhtui7FJ8CdeCy0 { 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:15052;line-height:1.3;letter-spacing:0;top:15.6181640625rem;left:21.34375rem;height:1.625rem;font-style:normal;display:block; }
#l0c0rVxPFQ9bueu0wBD31pNrSdp8qGMX { 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:15053;line-height:1.3;letter-spacing:0;top:17.1806640625rem;left:21.34375rem;height:1.625rem;font-style:normal;display:block; }
#U33pk1ZD3vT0TNo1UzpkAMhIgt36tLLV { 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:15052;line-height:1.3;letter-spacing:0;top:14.4052734375rem;left:25.96875rem;height:1.3rem;font-style:normal;display:block; }
#uvE8zAn427XtAxZDKbFcJ1cyHCJNQIFV { 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:15053;line-height:1.3;letter-spacing:0;top:15.9052734375rem;left:25.96875rem;height:1.3rem;font-style:normal;display:block; }
#R6SlSZisArepDkpvTh7LLWCt5P4ww654 { 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:15054;line-height:1.3;letter-spacing:0;top:17.4052734375rem;left:25.96875rem;height:1.3rem;font-style:normal;display:block; }
#A6TLwiMACtgs54Tvf0cCqW9TkE1aTzps { 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:15055;line-height:1.3;letter-spacing:0;top:14.055038452149rem;left:33.71803855896rem;height:1.625rem;font-style:normal;display:block; }
#IbVdVxAkAbOsEmUZaA3C5D4tNz2MOPcQ { 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:15056;line-height:1.3;letter-spacing:0;top:14.242538452149rem;left:38.437498092651rem;height:1.3rem;font-style:normal;display:block; }
#VT2mgUNWwvhl8VTT31hMoW888p1COEPM { 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:15056;line-height:1.3;letter-spacing:0;top:15.555389404297rem;left:33.71803855896rem;height:1.625rem;font-style:normal;display:block; }
#JQRdaSSc6Rw7m9T1M89ahoMyKD0N57kH { 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:15057;line-height:1.3;letter-spacing:0;top:15.679870605469rem;left:38.437498092651rem;height:1.3rem;font-style:normal;display:block; }
#SuBnUZJgKVwybtE41VrF0AuAOiayA75a { position:relative;display:block; }#SuBnUZJgKVwybtE41VrF0AuAOiayA75a { background-color: transparent; background-image: none; }#SuBnUZJgKVwybtE41VrF0AuAOiayA75a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SuBnUZJgKVwybtE41VrF0AuAOiayA75a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SuBnUZJgKVwybtE41VrF0AuAOiayA75a > .row .container > .video-iframe-container { display: none; }#SuBnUZJgKVwybtE41VrF0AuAOiayA75a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SuBnUZJgKVwybtE41VrF0AuAOiayA75a > .row > .video-iframe-container { display: none; }#SuBnUZJgKVwybtE41VrF0AuAOiayA75a > .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); }#SuBnUZJgKVwybtE41VrF0AuAOiayA75a { border-width: 0; border-radius: 0; }#SuBnUZJgKVwybtE41VrF0AuAOiayA75a > .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; }#SuBnUZJgKVwybtE41VrF0AuAOiayA75a > .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; }#UIUrJ48cN1teFCrbLyKi8hCbcTHPsPw8 { 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; }
#BTqCNwfODZ0iEBD0NVJxeCe6EoTTZHTG { color:rgba(var(--color-tertiary-4),1);display:block;width:8.625rem;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.8125rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H6KotEwl8u2nxTkU5csDIdGO3iQWbcDB { 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; }
#rdtAhCcPQMlPSownpygzbM8VqOwKFXy9 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95rem;font-style:normal;display:block; }
#Z3bM5nQvDXBRlu1ndFI42vx5NwF4DUTH { 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.1640625rem;left:20.5625rem;height:3.9rem;font-style:normal;display:block; }
#tShM8zX3EmoWg8ysX44TKr7Qzk3f57vf { 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; }
#dc4ZLMrVzkaD7MgN0QPWoTCZczS6FNPf { box-sizing:content-box;height:6.125rem;width:24.9375rem;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:12.874643325806rem;left:20.248579025269rem;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; }
#Tgv5p62JOQSIXSrcAlFTHgEkI8lc8pcw { 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:13.783201217651rem;left:21.37428855896rem;height:1.3rem;font-style:normal;display:block; }
#ora48PdpDTn5LSfoDAdVpyw1it2iglhG { 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:15.145952224731rem;left:21.37428855896rem;height:1.625rem;font-style:normal;display:block; }
#QeLJPMBcs7O7hfzn4mH6pGoqxMS72M1S { 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.4375rem;width:18.4375rem;top:1.75rem;left:0.125rem;overflow:hidden;display:block; }
#gC8wcJeTf4AzIJacs9uafuDKFtFscAhe { 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:15052;line-height:1.3;letter-spacing:0;top:16.771482467651rem;left:21.37428855896rem;height:1.625rem;font-style:normal;display:block; }
#p6zTaZJbTUQUkV1JFefhpmGdhV5kVK0S { 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:15053;line-height:1.3;letter-spacing:0;top:15.395418167114rem;left:24.936079025269rem;height:1.3rem;font-style:normal;display:block; }
#M03paVHv93N4TxdBUP1tKCE8ng6NsUFG { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:16.893999099731rem;left:24.934301376342rem;height:1.3rem;font-style:normal;display:block; }
#fRuCzN0iMn4VtzpsTM5krGqV55kIPGgJ { 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:15052;line-height:1.3;letter-spacing:0;top:15.271127700806rem;left:33.905359268189rem;height:1.625rem;font-style:normal;display:block; }
#pOKeDDED5yxiqeJs0txwnF1m4C9RwtB3 { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.62375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:15.393644332886rem;left:37.55592918396rem;height:1.3rem;font-style:normal;display:block; }
#NbDukRhdvebzupz0GeCdTGmT6bQytSrT { color:rgba(var(--color-secondary-4),1);display:block;width:4.1867875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:16.770597457886rem;left:33.90358543396rem;height:1.625rem;font-style:normal;display:block; }
#CQOlJSV4e6UXo5prHdAfI5vKueidGlLs { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.622875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:16.83274269104rem;left:37.55592918396rem;height:1.3rem;font-style:normal;display:block; }
#T4WnKBREKcOsPnktrq9dIn4o0affcLIS { position:relative;display:block; }#T4WnKBREKcOsPnktrq9dIn4o0affcLIS { background-color: transparent; background-image: none; }#T4WnKBREKcOsPnktrq9dIn4o0affcLIS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4WnKBREKcOsPnktrq9dIn4o0affcLIS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4WnKBREKcOsPnktrq9dIn4o0affcLIS > .row .container > .video-iframe-container { display: none; }#T4WnKBREKcOsPnktrq9dIn4o0affcLIS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4WnKBREKcOsPnktrq9dIn4o0affcLIS > .row > .video-iframe-container { display: none; }#T4WnKBREKcOsPnktrq9dIn4o0affcLIS > .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); }#T4WnKBREKcOsPnktrq9dIn4o0affcLIS { border-width: 0; border-radius: 0; }#T4WnKBREKcOsPnktrq9dIn4o0affcLIS > .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; }#T4WnKBREKcOsPnktrq9dIn4o0affcLIS > .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; }#vzepMIGchvXxed6dhLb64hnKM03lCGpG { 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; }
#xEI7rDbMIWDt56dqoov0FuyTQ5T8HLRO { color:rgba(var(--color-tertiary-4),1);display:block;width:8.6875rem;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; }
#b4ekyNynlMeGPQRLJAPXgDyCXBxt8Tg3 { 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; }
#t9VFTAAEb3pkAI8MA3lAcDJ2A2az0W6b { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95rem;font-style:normal;display:block; }
#qvJ8yZdPT0re9iFkh7prduJ7nIRxKPLg { 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.1640625rem;left:20.5625rem;height:5.2rem;font-style:normal;display:block; }
#cHw62FB32bDPphCUddlPBLPVd95agkp5 { 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; }
#RfANTgJkf1ywybghxxFpLKXrXDfHpVCv { box-sizing:content-box;height:6.9375rem;width:24.9375rem;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:12.874649047851rem;left:20.249464035034rem;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; }
#xoHk0VfbU5bOETwbqV4q1e6W0nca72Ox { 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:13.409088134766rem;left:21.374464035034rem;height:1.3rem;font-style:normal;display:block; }
#e5DudEs96lVilgD2wtZsXBUAQSDBMAiO { 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:14.771835327149rem;left:21.374464035034rem;height:1.625rem;font-style:normal;display:block; }
#uQcbd1qBfNf0KHaaT8oNb6vlDItwF9rn { 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.5625rem;width:18.5625rem;top:1.75rem;left:0.125rem;overflow:hidden;display:block; }
#rAUtTTfpduS3KWSVKsuq6PKwuShcHnu5 { 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:15052;line-height:1.3;letter-spacing:0;top:16.397369384766rem;left:21.374464035034rem;height:1.625rem;font-style:normal;display:block; }
#zN8NHaHTkN4qPt1zeVMos1ha8leR3FGw { 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:15052;line-height:1.3;letter-spacing:0;top:18.022018432618rem;left:21.374464035034rem;height:1.625rem;font-style:normal;display:block; }
#fV5hVTbNRWxTSQMrw5gsr2vEo2uf1TGc { 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:15053;line-height:1.3;letter-spacing:0;top:15.021301269531rem;left:24.936254501342rem;height:1.3rem;font-style:normal;display:block; }
#Ava2PxWxF3UnSFeWppL4vOUc8fDfPRvI { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:16.519882202149rem;left:24.934480667114rem;height:1.3rem;font-style:normal;display:block; }
#dCTzTv2FPqCmsZrI54OftWRLJtSWv5Wd { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:18.145416259766rem;left:24.934480667114rem;height:1.3rem;font-style:normal;display:block; }
#HTLLB4D3dWnfV3DKo23bRQoaSpnTT3TQ { 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:15052;line-height:1.3;letter-spacing:0;top:14.896133422851rem;left:33.905714035034rem;height:1.625rem;font-style:normal;display:block; }
#MMxrXiXlcSc6eCD1MkX0xMJAoBEtRoMc { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.62375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:15.018646240234rem;left:37.556283950806rem;height:1.3rem;font-style:normal;display:block; }
#SkXKWEwgURiN32cXTZDL1mdnBtBph9qe { color:rgba(var(--color-secondary-4),1);display:block;width:4.1867875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:16.395599365234rem;left:33.903940200806rem;height:1.625rem;font-style:normal;display:block; }
#cClxJ347dPndlD35exgyPT61zqnBUoZI { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.622875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:16.458096504211rem;left:37.556283950806rem;height:1.3rem;font-style:normal;display:block; }
#hEWb8XkJJFvxwgwOzqs3GEugu96LucRm { position:relative;display:block; }#hEWb8XkJJFvxwgwOzqs3GEugu96LucRm { background-color: transparent; background-image: none; }#hEWb8XkJJFvxwgwOzqs3GEugu96LucRm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEWb8XkJJFvxwgwOzqs3GEugu96LucRm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEWb8XkJJFvxwgwOzqs3GEugu96LucRm > .row .container > .video-iframe-container { display: none; }#hEWb8XkJJFvxwgwOzqs3GEugu96LucRm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEWb8XkJJFvxwgwOzqs3GEugu96LucRm > .row > .video-iframe-container { display: none; }#hEWb8XkJJFvxwgwOzqs3GEugu96LucRm > .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); }#hEWb8XkJJFvxwgwOzqs3GEugu96LucRm { border-width: 0; border-radius: 0; }#hEWb8XkJJFvxwgwOzqs3GEugu96LucRm > .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; }#hEWb8XkJJFvxwgwOzqs3GEugu96LucRm > .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; }#DxXezOE0N5MNLI3JJ8p8h1sgTcN7UZ6o { 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.1806640625rem;left:7.25rem;display:block; }
#mte8gTT6QsToI2ErAkX8waQCc84m9HGh { color:rgba(var(--color-tertiary-4),1);display:block;width:9.25rem;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.3125rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L1xEOEixUgadNGdNoZD5WuWdCAqMJfV9 { 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; }
#ssT9xsTucGMmZX3TT5WFhpo8Obq3Zatx { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95rem;font-style:normal;display:block; }
#Q0RsUAvXQa6m7M9wC0UxVHbCG3ZDk8tX { 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:6.7314453125rem;left:20.5625rem;height:3.9rem;font-style:normal;display:block; }
#AzWWTIAbSoGCSqKZA22hB5TuScZ0rF95 { 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; }
#tTmiTmvWSqfZ0VHQhCsT8hkv7VT43nNM { box-sizing:content-box;height:7.1875rem;width:26rem;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:11.8056640625rem;left:20.5625rem;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; }
#sxl1F9NlBozNd8bfRVE3RAHPpTiRe5Ny { 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:12.3125rem;left:21.34375rem;height:1.3rem;font-style:normal;display:block; }
#ZgBRZIIOAL6ofo6V7ULN1yq3fHgIt44U { 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:14.1181640625rem;left:21.34375rem;height:1.625rem;font-style:normal;display:block; }
#Wvb2Ees822DTwL4dpKTbPsIxuxkyxQAg { 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.5625rem;width:18.5625rem;top:1.75rem;left:0.125rem;overflow:hidden;display:block; }
#GIhodZXGM1N1WxIs1DAHZepQ8r96OCt3 { 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:15052;line-height:1.3;letter-spacing:0;top:15.6181640625rem;left:21.34375rem;height:1.625rem;font-style:normal;display:block; }
#KHk4UpOuWK8301f1BpkG8fWDubyu4bCE { 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:15053;line-height:1.3;letter-spacing:0;top:17.1806640625rem;left:21.34375rem;height:1.625rem;font-style:normal;display:block; }
#wOIQJg5kbtkxAwrT6lf1zP2vWfCnfVyE { 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:15052;line-height:1.3;letter-spacing:0;top:14.4052734375rem;left:25.96875rem;height:1.3rem;font-style:normal;display:block; }
#ImMIh001hKBLxgxOaTmGDCIVsfMPrzno { 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:15053;line-height:1.3;letter-spacing:0;top:15.9052734375rem;left:25.96875rem;height:1.3rem;font-style:normal;display:block; }
#uLGItOv9QCUAU8PxALX4kJoVmxAVnB7Z { 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:15054;line-height:1.3;letter-spacing:0;top:17.4052734375rem;left:25.96875rem;height:1.3rem;font-style:normal;display:block; }
#D0lmGN06bsCbwUTeOVqlg6cxT8ZzDI7p { 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:15055;line-height:1.3;letter-spacing:0;top:14.055038452149rem;left:33.71803855896rem;height:1.625rem;font-style:normal;display:block; }
#wKSEiMx9Cv8bQDTy9MlS2XFoToTdnO4y { 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:15056;line-height:1.3;letter-spacing:0;top:14.242538452149rem;left:38.437498092651rem;height:1.3rem;font-style:normal;display:block; }
#uv7TpOmaa2sT41hLBXeXuJ9reHcSrLDt { 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:15056;line-height:1.3;letter-spacing:0;top:15.555389404297rem;left:33.71803855896rem;height:1.625rem;font-style:normal;display:block; }
#GRKckKbZR6QmkRhihGqmNJtNsxJPHESR { 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:15057;line-height:1.3;letter-spacing:0;top:15.679870605469rem;left:38.437498092651rem;height:1.3rem;font-style:normal;display:block; }
#LMnrhDmqi3RJT0ssgtCmnZ5zXhwlCOGN { position:relative;display:block; }#LMnrhDmqi3RJT0ssgtCmnZ5zXhwlCOGN { background-color: transparent; background-image: none; }#LMnrhDmqi3RJT0ssgtCmnZ5zXhwlCOGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LMnrhDmqi3RJT0ssgtCmnZ5zXhwlCOGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LMnrhDmqi3RJT0ssgtCmnZ5zXhwlCOGN > .row .container > .video-iframe-container { display: none; }#LMnrhDmqi3RJT0ssgtCmnZ5zXhwlCOGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LMnrhDmqi3RJT0ssgtCmnZ5zXhwlCOGN > .row > .video-iframe-container { display: none; }#LMnrhDmqi3RJT0ssgtCmnZ5zXhwlCOGN > .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); }#LMnrhDmqi3RJT0ssgtCmnZ5zXhwlCOGN { border-width: 0; border-radius: 0; }#LMnrhDmqi3RJT0ssgtCmnZ5zXhwlCOGN > .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; }#LMnrhDmqi3RJT0ssgtCmnZ5zXhwlCOGN > .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; }#nbeNNK6srhV4XsOTGwH40vlbPm5t4vKU { 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; }
#y5MhrWctUBafnlkZlLo1BguOaHiaUxdp { color:rgba(var(--color-tertiary-4),1);display:block;width:9.0625rem;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.5625rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DNmsytwZnN7zn07kpP1mTPqb89kKZeK6 { 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; }
#o4dS9tvnTlGAnCtXZm4TxlUiiOSslo0k { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95rem;font-style:normal;display:block; }
#fNp4msCbo7Sy6oOWt5aQQ2CGqO5mmEE1 { 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.1640625rem;left:20.5625rem;height:5.2rem;font-style:normal;display:block; }
#Ok99C2nxEsV0pmJKoknUuRrkZ2LEG5DF { 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; }
#pMO95GbwgHPtaKSkRAeBO3x8LHvLKAZb { box-sizing:content-box;height:6.9375rem;width:24.9375rem;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:12.874649047851rem;left:20.249464035034rem;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; }
#hqk5A3vkWXmEViqN8HHG7lAfSZDye5eJ { 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:13.409088134766rem;left:21.374464035034rem;height:1.3rem;font-style:normal;display:block; }
#Cm0HGWqw1UfkKxWAibB3P6qNMw5uLV6w { 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:14.771835327149rem;left:21.374464035034rem;height:1.625rem;font-style:normal;display:block; }
#zreLDpLHBN0zTwCh58VusvzuMmGXhdrK { 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.4375rem;width:18.4375rem;top:2.3117237091064rem;left:0rem;overflow:hidden;display:block; }
#uADvWEmGoICvpXgXSdoG7dRDLFQS2foK { 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:15052;line-height:1.3;letter-spacing:0;top:16.397369384766rem;left:21.374464035034rem;height:1.625rem;font-style:normal;display:block; }
#Gaa8LlEDMXJvzTGyvnIg4RKLCBvRbh1y { 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:15052;line-height:1.3;letter-spacing:0;top:18.022018432618rem;left:21.374464035034rem;height:1.625rem;font-style:normal;display:block; }
#TJiWLukKICF7wTddwRsVlb7UN34ddUAr { 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:15053;line-height:1.3;letter-spacing:0;top:15.021301269531rem;left:24.936254501342rem;height:1.3rem;font-style:normal;display:block; }
#XLnSIkaWWF3LwNQLIteJmus64aEQ3fKA { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:16.519882202149rem;left:24.934480667114rem;height:1.3rem;font-style:normal;display:block; }
#TOlx91g1VE2HIO72NxiwReBJOvdeO89l { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:18.145416259766rem;left:24.934480667114rem;height:1.3rem;font-style:normal;display:block; }
#iRdw98cIBcOAWnFN7qmXSCT4hthOPRTe { 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:15052;line-height:1.3;letter-spacing:0;top:14.896133422851rem;left:33.905714035034rem;height:1.625rem;font-style:normal;display:block; }
#o0VGfnxkg62s5HVao7DFsiSf0uPKo35A { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.62375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:15.018646240234rem;left:37.556283950806rem;height:1.3rem;font-style:normal;display:block; }
#gt6OT4FgX6VMThAP8RIqOy4bqJWbMctq { color:rgba(var(--color-secondary-4),1);display:block;width:4.1867875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:16.395599365234rem;left:33.903940200806rem;height:1.625rem;font-style:normal;display:block; }
#vTLyrT2mn9UIbkT5tTJqvEVMMgN4fSEn { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.622875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:16.458096504211rem;left:37.556283950806rem;height:1.3rem;font-style:normal;display:block; }
#Qa0Sq6ClLwVrHRH57wiTOx5PtTPpZp5p { position:relative;display:block; }#Qa0Sq6ClLwVrHRH57wiTOx5PtTPpZp5p { background-color: transparent; background-image: none; }#Qa0Sq6ClLwVrHRH57wiTOx5PtTPpZp5p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qa0Sq6ClLwVrHRH57wiTOx5PtTPpZp5p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qa0Sq6ClLwVrHRH57wiTOx5PtTPpZp5p > .row .container > .video-iframe-container { display: none; }#Qa0Sq6ClLwVrHRH57wiTOx5PtTPpZp5p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qa0Sq6ClLwVrHRH57wiTOx5PtTPpZp5p > .row > .video-iframe-container { display: none; }#Qa0Sq6ClLwVrHRH57wiTOx5PtTPpZp5p > .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); }#Qa0Sq6ClLwVrHRH57wiTOx5PtTPpZp5p { border-width: 0; border-radius: 0; }#Qa0Sq6ClLwVrHRH57wiTOx5PtTPpZp5p > .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; }#Qa0Sq6ClLwVrHRH57wiTOx5PtTPpZp5p > .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; }#lBiJ73r5c4BWdtHgBfDn5HOGpUhTVp9J { 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; }
#FyuSmk96vqoqESGQnVK28rNniJ5pOwiU { color:rgba(var(--color-tertiary-4),1);display:block;width:9.625rem;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.1875rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kh4E1S8QOmUCiL2bHxQepbZKyARpG62V { 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; }
#Wc4bSFtdamcAbpLDxiQztTKtEu3whTiJ { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95rem;font-style:normal;display:block; }
#OXlg74MlesL6ylRdvqP5Tk7ThU2vczOF { 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.1640625rem;left:20.5625rem;height:5.2rem;font-style:normal;display:block; }
#wS1cF26XGx7lzMFwBGImodq30D3FTMDe { 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; }
#guNfLT0vzQn4m30TyzNVtuez8zhqc616 { box-sizing:content-box;height:6.9375rem;width:24.9375rem;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:12.874649047851rem;left:20.249464035034rem;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; }
#V021rLDV7TzRfHG8fwK01neqRExAuepW { 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:13.409088134766rem;left:21.374464035034rem;height:1.3rem;font-style:normal;display:block; }
#UdkCDy8xazMi2yzxpFsXb8ExVJ7PxKTc { 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:14.771835327149rem;left:21.374464035034rem;height:1.625rem;font-style:normal;display:block; }
#H9kOpBfLJNRhv5MnTlQ4xABOPVoLPC4p { 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.4375rem;width:18.4375rem;top:2.3117237091064rem;left:0rem;overflow:hidden;display:block; }
#AT7idgZSS7cenRq4P7y0k72s4e4wGFUh { 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:15052;line-height:1.3;letter-spacing:0;top:16.397369384766rem;left:21.374464035034rem;height:1.625rem;font-style:normal;display:block; }
#QgfRfspCRa1uTnTRoc2nBFWpCfyJKAcz { 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:15052;line-height:1.3;letter-spacing:0;top:18.022018432618rem;left:21.374464035034rem;height:1.625rem;font-style:normal;display:block; }
#RiLJplcPzLINpgTqVnet2dGsfrdfIKlz { 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:15053;line-height:1.3;letter-spacing:0;top:15.021301269531rem;left:24.936254501342rem;height:1.3rem;font-style:normal;display:block; }
#esABWhxATdThwBhFBeLe9eouEPOOI5gL { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:16.519882202149rem;left:24.934480667114rem;height:1.3rem;font-style:normal;display:block; }
#MP42pr6CGs5rOEc59LN4xbvnOg5KccPq { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:18.145416259766rem;left:24.934480667114rem;height:1.3rem;font-style:normal;display:block; }
#z7Ow3FeNHgNXV3LyzbmZo5kJgeuS30NE { 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:15052;line-height:1.3;letter-spacing:0;top:14.896133422851rem;left:33.905714035034rem;height:1.625rem;font-style:normal;display:block; }
#zzpxTCMyKGVMgcnM2h7hLuJZQPmMJJCa { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.62375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:15.018646240234rem;left:37.556283950806rem;height:1.3rem;font-style:normal;display:block; }
#pMsm39lRGXB12NTIpfDcsET4gAe4WBaG { color:rgba(var(--color-secondary-4),1);display:block;width:4.1867875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:16.395599365234rem;left:33.903940200806rem;height:1.625rem;font-style:normal;display:block; }
#d3r6KTdstPsaOTuksDV2hgwRAeLqrDVU { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.622875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:16.458096504211rem;left:37.556283950806rem;height:1.3rem;font-style:normal;display:block; }
#P1bo42silqusZTciK0kN73IuQHTPVKsH { position:relative;display:block; }#P1bo42silqusZTciK0kN73IuQHTPVKsH { background-color: transparent; background-image: none; }#P1bo42silqusZTciK0kN73IuQHTPVKsH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P1bo42silqusZTciK0kN73IuQHTPVKsH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P1bo42silqusZTciK0kN73IuQHTPVKsH > .row .container > .video-iframe-container { display: none; }#P1bo42silqusZTciK0kN73IuQHTPVKsH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P1bo42silqusZTciK0kN73IuQHTPVKsH > .row > .video-iframe-container { display: none; }#P1bo42silqusZTciK0kN73IuQHTPVKsH > .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); }#P1bo42silqusZTciK0kN73IuQHTPVKsH { border-width: 0; border-radius: 0; }#P1bo42silqusZTciK0kN73IuQHTPVKsH > .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; }#P1bo42silqusZTciK0kN73IuQHTPVKsH > .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; }#EpdPKoxhHI0IRWHb9cmtxopQEr0to4SZ { 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; }
#XBOLNT0TWxflX8DBhXwpz4Qw0KUwKH1w { color:rgba(var(--color-tertiary-4),1);display:block;width:9.3125rem;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.6875rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bMm2oSJIVADWil4OGeqWTEZyMslm3tbT { 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; }
#m6ZzTNu2r8uIaPEI2fUgloGynf6DnRM0 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.437141418457rem;left:20.561964035034rem;height:1.95rem;font-style:normal;display:block; }
#wGbDSQWyD79ShfQTm130gTKldn2EdtkI { color:rgba(var(--color-tertiary-4),1);display:block;width:24.75rem;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.1635284423825rem;left:20.561964035034rem;height:5.19921875rem;font-style:normal;display:block; }
#y7avJsonB53uCDIZxWmu6f0gc0OQrBnu { 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; }
#uTK1W2bkvDw9nZGG5kxixdidIy3MNnyM { box-sizing:content-box;height:6.9375rem;width:24.9375rem;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:12.874649047851rem;left:20.249464035034rem;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; }
#KxEubt1lCuFMcmQ55BPFyPnwSfLi8O4U { 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:13.409088134766rem;left:21.374464035034rem;height:1.3rem;font-style:normal;display:block; }
#Q14av7t8tCZ8ZxeyfCUT14AlI4pBd8pw { 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:14.771835327149rem;left:21.374464035034rem;height:1.625rem;font-style:normal;display:block; }
#y5gMH5PtgTzx6vD2krL8dh6Ztm6z0qxD { 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.4375rem;width:18.4375rem;top:2.3117237091064rem;left:0rem;overflow:hidden;display:block; }
#pcLarrl0sKBqv2BxkzvFuvZMTrp9xoSg { 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:15052;line-height:1.3;letter-spacing:0;top:16.397369384766rem;left:21.374464035034rem;height:1.625rem;font-style:normal;display:block; }
#P8oPzTI0SiNQORgDVTDHWyv6vRyfLi8a { 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:15052;line-height:1.3;letter-spacing:0;top:18.022018432618rem;left:21.374464035034rem;height:1.625rem;font-style:normal;display:block; }
#KCQ2imgDMUyAV0AdTOWguO9rfchE8hak { 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:15053;line-height:1.3;letter-spacing:0;top:15.021301269531rem;left:24.936254501342rem;height:1.3rem;font-style:normal;display:block; }
#m1VPV1HGz05n06IkKpFZRsEFX9pcXlHL { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:16.519882202149rem;left:24.934480667114rem;height:1.3rem;font-style:normal;display:block; }
#X7BmwydDBTzGlTluP9yoSGN7MBf4Nlbz { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:18.145416259766rem;left:24.934480667114rem;height:1.3rem;font-style:normal;display:block; }
#lGazMisJtZbBu11JeLaZXOb2WgNsSF6X { 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:15052;line-height:1.3;letter-spacing:0;top:14.896133422851rem;left:33.905714035034rem;height:1.625rem;font-style:normal;display:block; }
#wXxtslngTkh3v1eKQbGdfyF3u3vKbc5S { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.62375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:15.018646240234rem;left:37.556283950806rem;height:1.3rem;font-style:normal;display:block; }
#wU2PG3CDeOgMRnLoKwlDVb7oLzD2ezuR { color:rgba(var(--color-secondary-4),1);display:block;width:4.1867875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:16.395599365234rem;left:33.903940200806rem;height:1.625rem;font-style:normal;display:block; }
#E0JFr9LIkwwFPvcxUXTfpS5MDBRxTG7c { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.622875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:16.458096504211rem;left:37.556283950806rem;height:1.3rem;font-style:normal;display:block; }
#ihQDxalUyolULZTVI1gT4Rwm2BFTn2F6 { position:relative;display:block; }#ihQDxalUyolULZTVI1gT4Rwm2BFTn2F6 { background-color: transparent; background-image: none; }#ihQDxalUyolULZTVI1gT4Rwm2BFTn2F6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ihQDxalUyolULZTVI1gT4Rwm2BFTn2F6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ihQDxalUyolULZTVI1gT4Rwm2BFTn2F6 > .row .container > .video-iframe-container { display: none; }#ihQDxalUyolULZTVI1gT4Rwm2BFTn2F6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ihQDxalUyolULZTVI1gT4Rwm2BFTn2F6 > .row > .video-iframe-container { display: none; }#ihQDxalUyolULZTVI1gT4Rwm2BFTn2F6 > .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); }#ihQDxalUyolULZTVI1gT4Rwm2BFTn2F6 { border-width: 0; border-radius: 0; }#ihQDxalUyolULZTVI1gT4Rwm2BFTn2F6 > .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; }#ihQDxalUyolULZTVI1gT4Rwm2BFTn2F6 > .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; }#mWMv4xFesCXPa9irCuyoSUOHqgKn4Sqm { 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; }
#z8H5EJuSxpLZZxvtIn4IhXpk07uOc6KZ { color:rgba(var(--color-tertiary-4),1);display:block;width:8.8125rem;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.4375rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RKCGmnrZIahfcq25zN64316MQOSw8OL5 { 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; }
#AXysHRfSiwZw2sTUewBOgIW0wNTDwsR8 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95rem;font-style:normal;display:block; }
#tXH0DXnDncCUx56ZI9LxVvrFzwC74a9e { 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:6.499rem;font-style:normal;display:block; }
#GrEcgW783fbGXXosGUhr0KWAHTAyXhl4 { 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; }
#ZIlItkqTvhgIXw2oFBAIl1VeI7NJM4FJ { 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:15.9375rem;left:20.25rem;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; }
#PrWnqXyntNFvLR9NJqbgxk18WSkrpiVz { 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:16.5rem;left:20.9375rem;height:1.3rem;font-style:normal;display:block; }
#wBtsFTkd2SsEmEHzz5mCO1vQ5286sRKL { 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:16.3369140625rem;left:28.1875rem;height:1.625rem;font-style:normal;display:block; }
#iKrLbVqv18171T65XzFQMJoKLt8WsVOK { 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.5rem;width:18.5rem;top:2.0294733047486rem;left:0rem;overflow:hidden;display:block; }
#JRNzymfx5SrnfVAasDkThueEgBeWlnrR { position:relative;display:block; }#JRNzymfx5SrnfVAasDkThueEgBeWlnrR { background-color: transparent; background-image: none; }#JRNzymfx5SrnfVAasDkThueEgBeWlnrR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JRNzymfx5SrnfVAasDkThueEgBeWlnrR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JRNzymfx5SrnfVAasDkThueEgBeWlnrR > .row .container > .video-iframe-container { display: none; }#JRNzymfx5SrnfVAasDkThueEgBeWlnrR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JRNzymfx5SrnfVAasDkThueEgBeWlnrR > .row > .video-iframe-container { display: none; }#JRNzymfx5SrnfVAasDkThueEgBeWlnrR > .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); }#JRNzymfx5SrnfVAasDkThueEgBeWlnrR { border-width: 0; border-radius: 0; }#JRNzymfx5SrnfVAasDkThueEgBeWlnrR > .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; }#JRNzymfx5SrnfVAasDkThueEgBeWlnrR > .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; }#ebyUoX8aIIMlxnqoZ0bOHxDMBffcThF3 { 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; }
#Df1bqUTaVNCy0PuWi08hL9PsZPFPgOsn { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;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; }
#R5x10VOuEZUnwI1KC1DWVdoLQEPX1Sy1 { 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; }
#SLHQ7LhQvPsC5Gt9dofVkZr5d9Tn3pm5 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95rem;font-style:normal;display:block; }
#m6Hk4tJ77qDIl0MWlNJvnhT1hHabbERg { 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.1640625rem;left:20.5625rem;height:5.2rem;font-style:normal;display:block; }
#wz7XuTsEaaBgcVGJTro07VVfEXfRxqzl { 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; }
#xrlHqKdy0674osgmVQri0Bnb37sFUGQf { box-sizing:content-box;height:6.125rem;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:12.87375831604rem;left:20.248579025269rem;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; }
#K8CWdyK26sW8WdOQ0VAzlrrwm5n9MOru { 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:13.532846450806rem;left:21.37428855896rem;height:1.3rem;font-style:normal;display:block; }
#ygeOgWIOG7LAO9HuizzTmasJzzcb2tds { 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:15.145952224731rem;left:21.37428855896rem;height:1.625rem;font-style:normal;display:block; }
#btAKieBPWO85W7EAaPi0KLnqqaRTDB8v { color:rgba(var(--color-tertiary-4),1);display:block;width:3.8125rem;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:10.63125038147rem;left:50.750001907349rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Va8Xzgh1dcRwZlMhiF74piT4LBPa6pKk { 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.4375rem;width:18.4375rem;top:1.75rem;left:0.125rem;overflow:hidden;display:block; }
#DOd1mdzkK343h1T2sQ5pRnnuWses63bP { 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:15052;line-height:1.3;letter-spacing:0;top:16.771482467651rem;left:21.37428855896rem;height:1.625rem;font-style:normal;display:block; }
#P1fRqB9yQsvOdQ3GP2vCXToHxcMAaAs7 { 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:15053;line-height:1.3;letter-spacing:0;top:15.395418167114rem;left:24.936079025269rem;height:1.3rem;font-style:normal;display:block; }
#uVQckeWDp6vJZpaKhktpeKvkcl8qWMvm { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:16.893999099731rem;left:24.934301376342rem;height:1.3rem;font-style:normal;display:block; }
#wTrxzHoVtVByKNXkyrke3xrsp9Uss05f { position:relative;display:none; }#wTrxzHoVtVByKNXkyrke3xrsp9Uss05f { border-width: 0; border-radius: 0; }#wTrxzHoVtVByKNXkyrke3xrsp9Uss05f > .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; }#wTrxzHoVtVByKNXkyrke3xrsp9Uss05f > .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; }#Uit54lc5U4zafAOlNN11POTRVIJzs7a1 { 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; }
#lB7u1GP7beJJzHcNVdkUnuZw3Jc3ozzC { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;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; }
#ffuMBRwBdSUpSk9mrVokCroW4oNdSqQP { 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; }
#owBl1vmpE34WPFJsrVJbKmqkNkSqrbNF { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95rem;font-style:normal;display:block; }
#gwX3vQJrFlXnASciwLb8XHTl6SkOns7c { 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:3.9rem;font-style:normal;display:block; }
#B2owhw2F1kPwZgufoXUrl6qfE2xHWkH1 { 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; }
#P9qeZvS6IH0coTNsctEqasVzKcDRecqi { 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:15.9375rem;left:20.25rem;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; }
#DPupQQOWNA8vJTo1fX2ML5Dqs7XUiILG { 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:16.5rem;left:20.9375rem;height:1.3rem;font-style:normal;display:block; }
#iUTVbnT6XnNomAmaQnPMlq5eQwmNxBy2 { 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:16.3369140625rem;left:28.1875rem;height:1.625rem;font-style:normal;display:block; }
#DUuNgMShK3uF4IvUBDMGx03zytQrLMWr { 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:21.624625rem;width:21.624625rem;top:0.71644020080569rem;left:0rem;overflow:hidden;display:block; }
#zrUbLPH1vyfamT77Sp54i9puDJ0r66O3 { position:relative;display:block; }#zrUbLPH1vyfamT77Sp54i9puDJ0r66O3 { background-color: transparent; background-image: none; }#zrUbLPH1vyfamT77Sp54i9puDJ0r66O3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zrUbLPH1vyfamT77Sp54i9puDJ0r66O3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zrUbLPH1vyfamT77Sp54i9puDJ0r66O3 > .row .container > .video-iframe-container { display: none; }#zrUbLPH1vyfamT77Sp54i9puDJ0r66O3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zrUbLPH1vyfamT77Sp54i9puDJ0r66O3 > .row > .video-iframe-container { display: none; }#zrUbLPH1vyfamT77Sp54i9puDJ0r66O3 > .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); }#zrUbLPH1vyfamT77Sp54i9puDJ0r66O3 { border-width: 0; border-radius: 0; }#zrUbLPH1vyfamT77Sp54i9puDJ0r66O3 > .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; }#zrUbLPH1vyfamT77Sp54i9puDJ0r66O3 > .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; }#DAtLlZgSmJUqCaza5nNNmA7mzbKduqhe { 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; }
#XD0EVW0TdME1PVUbzX5lGwVxFThyDEhO { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;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; }
#OfpnkhzDkqcWK3V9xgIt3Vk6xHIhUTu4 { 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; }
#KfFgMEORIbcPvkt5H7s5Ty699v5bpLnt { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95rem;font-style:normal;display:block; }
#vemtmIr9qO9CCGOLCxv5UZIvMzKozpIA { 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:2.6rem;font-style:normal;display:block; }
#a7lRlQv6vvC4tzUXBkLBwhqXREiMKPm2 { 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; }
#LCcg6H51T1WGZSsgpzsiiTMfsdr7itlA { 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:15.9375rem;left:20.25rem;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; }
#PShQVlQmiRpqePA9gXRO4VM05ntPT94C { 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:16.5rem;left:20.9375rem;height:1.3rem;font-style:normal;display:block; }
#yzOg7NRGCzIVMZRfUKzhhswcSEU6X6M2 { 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:16.3369140625rem;left:28.1875rem;height:1.625rem;font-style:normal;display:block; }
#ETC8BXXikV7CfPSNv5Tx2TIUfkWPMHTw { 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.6875rem;width:19.6875rem;top:1.6875rem;left:0.6875rem;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; }
#p2NN0SHWgRLtO8tB5aJQIGyXqtMh0dCr { position:relative;display:block; }#p2NN0SHWgRLtO8tB5aJQIGyXqtMh0dCr { background-color: transparent; background-image: none; }#p2NN0SHWgRLtO8tB5aJQIGyXqtMh0dCr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p2NN0SHWgRLtO8tB5aJQIGyXqtMh0dCr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p2NN0SHWgRLtO8tB5aJQIGyXqtMh0dCr > .row .container > .video-iframe-container { display: none; }#p2NN0SHWgRLtO8tB5aJQIGyXqtMh0dCr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p2NN0SHWgRLtO8tB5aJQIGyXqtMh0dCr > .row > .video-iframe-container { display: none; }#p2NN0SHWgRLtO8tB5aJQIGyXqtMh0dCr > .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); }#p2NN0SHWgRLtO8tB5aJQIGyXqtMh0dCr { border-width: 0; border-radius: 0; }#p2NN0SHWgRLtO8tB5aJQIGyXqtMh0dCr > .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; }#p2NN0SHWgRLtO8tB5aJQIGyXqtMh0dCr > .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; }#ueIzSPWkHtcT25Htfbwy3EfTlfKLhwMz { 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; }
#diLkUUPuCOCBopHXD1odQTsSC4sx9VK6 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;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.625rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X0yq736skl2t4iaXncroU5EowsJkzDWQ { 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; }
#nbxbJmTG7Ocg2OAuDgSWWxCgxSJeyo7o { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95rem;font-style:normal;display:block; }
#PA6u29paeWxen2NWA42aricx4QO4A3Qi { 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.1640625rem;left:20.5625rem;height:5.2rem;font-style:normal;display:block; }
#GRzJTos3obZZgTAnl9PfUiRPNC9rZUyN { 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; }
#p24pBX0J6oHx6f0GecnWUTI6a06dIU6y { box-sizing:content-box;height:6.9375rem;width:24.9375rem;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:12.874649047851rem;left:20.249464035034rem;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; }
#NC7J2zba8H575LSCrMok7VLSGbxD0Dia { 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:13.409088134766rem;left:21.374464035034rem;height:1.3rem;font-style:normal;display:block; }
#UUvKbHbhk4EbQgxce4RGfphqQPn5GTkn { 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:14.771835327149rem;left:21.374464035034rem;height:1.625rem;font-style:normal;display:block; }
#NfKiNLsfb2Vech6frcSVLrR8uEXZxASW { 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.4375rem;width:18.4375rem;top:2.3117237091064rem;left:0rem;overflow:hidden;display:block; }
#Qdk5OUrii544C3OZqyPaG3zxUbVBvdIH { 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:15052;line-height:1.3;letter-spacing:0;top:16.397369384766rem;left:21.374464035034rem;height:1.625rem;font-style:normal;display:block; }
#foU57qJepMBzJDEx7JCPTeWQMiJVWxGb { 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:15052;line-height:1.3;letter-spacing:0;top:18.022018432618rem;left:21.374464035034rem;height:1.625rem;font-style:normal;display:block; }
#lToX6GUWQQTlmUdDv3FXGa6UDPHNJbnH { 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:15053;line-height:1.3;letter-spacing:0;top:15.021301269531rem;left:24.936254501342rem;height:1.3rem;font-style:normal;display:block; }
#H8Ttmy5X4MhQHJpH16tZS5ZoMBTCcMLi { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:16.519882202149rem;left:24.934480667114rem;height:1.3rem;font-style:normal;display:block; }
#VzJuAIUha9Vs2pzVsgAB1yz3784NEZ9f { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:18.145416259766rem;left:24.934480667114rem;height:1.3rem;font-style:normal;display:block; }
#r2sesup3krv6kbIzeB3fGy6e0JPfORT5 { 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:15052;line-height:1.3;letter-spacing:0;top:14.896133422851rem;left:33.905714035034rem;height:1.625rem;font-style:normal;display:block; }
#b8PKiuSr8I53GvO8bg48RLwIxxdbPO4V { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.62375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:15.018646240234rem;left:37.556283950806rem;height:1.3rem;font-style:normal;display:block; }
#MQApETNs3r5vtNeVuhdVPoaMNTgPTky3 { color:rgba(var(--color-secondary-4),1);display:block;width:4.1867875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:16.395599365234rem;left:33.903940200806rem;height:1.625rem;font-style:normal;display:block; }
#ibQ2G5VUwbtvmmi2w4spL7LouRoTXeZu { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.622875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:16.458096504211rem;left:37.556283950806rem;height:1.3rem;font-style:normal;display:block; }
#fR6p4hqLUBA6RVsZrpylbb25PhTlhDIz { position:relative;display:block; }#fR6p4hqLUBA6RVsZrpylbb25PhTlhDIz { background-color: transparent; background-image: none; }#fR6p4hqLUBA6RVsZrpylbb25PhTlhDIz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fR6p4hqLUBA6RVsZrpylbb25PhTlhDIz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fR6p4hqLUBA6RVsZrpylbb25PhTlhDIz > .row .container > .video-iframe-container { display: none; }#fR6p4hqLUBA6RVsZrpylbb25PhTlhDIz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fR6p4hqLUBA6RVsZrpylbb25PhTlhDIz > .row > .video-iframe-container { display: none; }#fR6p4hqLUBA6RVsZrpylbb25PhTlhDIz > .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); }#fR6p4hqLUBA6RVsZrpylbb25PhTlhDIz { border-width: 0; border-radius: 0; }#fR6p4hqLUBA6RVsZrpylbb25PhTlhDIz > .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; }#fR6p4hqLUBA6RVsZrpylbb25PhTlhDIz > .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; }#nGKqorOu8J7RPQS2VMZGBgARo3zEhccv { 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; }
#tn3f9QUN2oK9CEtOuTKdxiIObAGe0VDs { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;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.8125rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wLO5kpJA7tPT1pTJVJuBuCZahM4gEoSs { 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; }
#Kl8I1PdtB30AdLlkcGhySwWN1P1TiPxC { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95rem;font-style:normal;display:block; }
#SxCRgQ2IP5pTKvuP1JQ5NXPKNUJfe6pQ { 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.1640625rem;left:20.5625rem;height:5.2rem;font-style:normal;display:block; }
#wQqdTmgvMw7LACWTDpaKLkJUwBiq5dPs { 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; }
#yoMdv7PgyHu26uqZLcrHDTBqysuwmPHR { box-sizing:content-box;height:6.9375rem;width:24.9375rem;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:12.874649047851rem;left:20.249464035034rem;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; }
#nc3QpsFokNCDDUyIRod0FCU70hPomiT6 { 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:13.409088134766rem;left:21.374464035034rem;height:1.3rem;font-style:normal;display:block; }
#Ss47iRHkQZ83oOEl6gHI355aUgHr6DKc { 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:14.771835327149rem;left:21.374464035034rem;height:1.625rem;font-style:normal;display:block; }
#TzQbi8mAJJ4ggWcpf7pBTLTqKKJFt4iN { 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.875rem;width:19.875rem;top:1.75rem;left:0rem;overflow:hidden;display:block; }
#IoEikFmxGAwBvSTzbmLTgh4ODqNGysoS { 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:15052;line-height:1.3;letter-spacing:0;top:16.397369384766rem;left:21.374464035034rem;height:1.625rem;font-style:normal;display:block; }
#rT2dwh0Cfi9EaPInFvDXXMeJAKuuTrKA { 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:15052;line-height:1.3;letter-spacing:0;top:18.022018432618rem;left:21.374464035034rem;height:1.625rem;font-style:normal;display:block; }
#qcs1mLXTQQ8TDdr2gRZNmT5CcsdAXri0 { 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:15053;line-height:1.3;letter-spacing:0;top:15.021301269531rem;left:24.936254501342rem;height:1.3rem;font-style:normal;display:block; }
#Udo77D638KiedA5wOpCnQTRW6yZo9dAR { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:16.519882202149rem;left:24.934480667114rem;height:1.3rem;font-style:normal;display:block; }
#ZCMGXQKK29LWDucpwW92qcZovMNE89NI { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:18.145416259766rem;left:24.934480667114rem;height:1.3rem;font-style:normal;display:block; }
#TnlXkQvMXzLa6X6sVdqbTp2ptC9htnp3 { 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:15052;line-height:1.3;letter-spacing:0;top:14.896133422851rem;left:33.905714035034rem;height:1.625rem;font-style:normal;display:block; }
#fywRgwFQuWnLb5R5O0yEcreLdCgU1h9P { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.62375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:15.018646240234rem;left:37.556283950806rem;height:1.3rem;font-style:normal;display:block; }
#DpfptRF2u7ToJbwt1souHvCIcDPDcpru { color:rgba(var(--color-secondary-4),1);display:block;width:4.1867875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:16.395599365234rem;left:33.903940200806rem;height:1.625rem;font-style:normal;display:block; }
#vdZLMprGefzFkR5VAbFZ5TtAkmDchkas { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.622875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:16.458096504211rem;left:37.556283950806rem;height:1.3rem;font-style:normal;display:block; }
#hLDcZmcBuqEXXooaha7xA5TlREtTI8Ee { position:relative;display:block; }#hLDcZmcBuqEXXooaha7xA5TlREtTI8Ee { background-color: transparent; background-image: none; }#hLDcZmcBuqEXXooaha7xA5TlREtTI8Ee::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hLDcZmcBuqEXXooaha7xA5TlREtTI8Ee > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hLDcZmcBuqEXXooaha7xA5TlREtTI8Ee > .row .container > .video-iframe-container { display: none; }#hLDcZmcBuqEXXooaha7xA5TlREtTI8Ee > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hLDcZmcBuqEXXooaha7xA5TlREtTI8Ee > .row > .video-iframe-container { display: none; }#hLDcZmcBuqEXXooaha7xA5TlREtTI8Ee > .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); }#hLDcZmcBuqEXXooaha7xA5TlREtTI8Ee { border-width: 0; border-radius: 0; }#hLDcZmcBuqEXXooaha7xA5TlREtTI8Ee > .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; }#hLDcZmcBuqEXXooaha7xA5TlREtTI8Ee > .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; }#PNhWTOe3QsyJzNqoiJlTSg8d90exTnBn { 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; }
#Gtuniw1Ol3gIMlS2fu4Qb83sEdNsppBM { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;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; }
#pFKfG4TXMWkIBUZPaa5lUeVEUPtwHCkT { 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; }
#lT1XqyweJTDlghbHIqsTkSTvq7N8DomH { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95rem;font-style:normal;display:block; }
#QVZ91ls21NJaRN52viNggzmRKo4aLpcZ { 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.1640625rem;left:20.5625rem;height:5.2rem;font-style:normal;display:block; }
#muZGF52Kts0xhI5033ENPGETHIfSlBI1 { 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; }
#dF6e0iZrxUgq9N78ZW609i8EcccKI8ds { box-sizing:content-box;height:7.5rem;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:12.873046875rem;left:20.248046875rem;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; }
#F4JiC8XWzEKqEqsEPSvcDip25N6TzQvJ { 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:13.532846450806rem;left:21.37428855896rem;height:1.3rem;font-style:normal;display:block; }
#TJ3zO7fN15h9sx1a06TbNqGLTJKXRn2F { 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:15.145952224731rem;left:21.37428855896rem;height:1.625rem;font-style:normal;display:block; }
#A3DdlhQophPP0FyvpJML8TDXCV7qKfO6 { 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.4375rem;width:18.4375rem;top:1.75rem;left:0.125rem;overflow:hidden;display:block; }
#egQRoJXCycc1Vh3DNQJHKpi2VThZq7Ac { 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:15052;line-height:1.3;letter-spacing:0;top:16.771482467651rem;left:21.37428855896rem;height:1.625rem;font-style:normal;display:block; }
#HAFBoSEiiSryPvW5ATKxqLvckLkbfNaw { 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:15053;line-height:1.3;letter-spacing:0;top:15.39453125rem;left:25.748046875rem;height:1.3rem;font-style:normal;display:block; }
#T2BiS6gM5XX5dmPrE9GbFNlfPGks3JJk { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:16.8935546875rem;left:25.80859375rem;height:1.3rem;font-style:normal;display:block; }
#r6sLAgTGE1mXOrvvrf6UrFDxiRQLPcOv { 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:15053;line-height:1.3;letter-spacing:0;top:18.362501144409rem;left:21.374219894409rem;height:1.625rem;font-style:normal;display:block; }
#oATVTxeLZN1o6dAp7PdB7OHOznwJZqqx { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.62425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:18.45859336853rem;left:25.843751907349rem;height:1.3rem;font-style:normal;display:block; }
#voETzwXxWBnoyKyh5Lc31csooHMtk9s7 { position:relative;display:block; }#voETzwXxWBnoyKyh5Lc31csooHMtk9s7 { background-color: transparent; background-image: none; }#voETzwXxWBnoyKyh5Lc31csooHMtk9s7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voETzwXxWBnoyKyh5Lc31csooHMtk9s7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voETzwXxWBnoyKyh5Lc31csooHMtk9s7 > .row .container > .video-iframe-container { display: none; }#voETzwXxWBnoyKyh5Lc31csooHMtk9s7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voETzwXxWBnoyKyh5Lc31csooHMtk9s7 > .row > .video-iframe-container { display: none; }#voETzwXxWBnoyKyh5Lc31csooHMtk9s7 > .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); }#voETzwXxWBnoyKyh5Lc31csooHMtk9s7 { border-width: 0; border-radius: 0; }#voETzwXxWBnoyKyh5Lc31csooHMtk9s7 > .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; }#voETzwXxWBnoyKyh5Lc31csooHMtk9s7 > .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; }#MlTgFfpTApWcI1DIRLVvEeXoxcyFZHAz { 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; }
#r8XqKP0AbPvyEFDf1lFUyWevHN1LLqwM { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;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; }
#i01nmMHcGZcW0TNVaUCeK1M3Ttw8R8Pg { 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; }
#XciFoMc4EbsEVGH1zlSnCoiHsmys5mWk { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95rem;font-style:normal;display:block; }
#wr4wZVfXVL0lOzn5spJLg4TxFiKvEPW0 { 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.1640625rem;left:20.5625rem;height:5.2rem;font-style:normal;display:block; }
#luZba3acsn3fWQO3kxtRQeh1QnmVNqKH { 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; }
#Xi705InTQhbA53PodOGO6HATpfhmBq2Q { box-sizing:content-box;height:6.125rem;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:12.87375831604rem;left:20.248579025269rem;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; }
#W6GDQMTx7iNwM3DGdFkpAHUL4HmE62QX { 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:13.532846450806rem;left:21.37428855896rem;height:1.3rem;font-style:normal;display:block; }
#uquuxhRANBMhCKLyeaTtSaUtkWMFEKyS { 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:15.145952224731rem;left:21.37428855896rem;height:1.625rem;font-style:normal;display:block; }
#F9T21BL8mzBdJ6moOcKHxi1bL2ImceNT { 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.4375rem;width:18.4375rem;top:1.75rem;left:0.125rem;overflow:hidden;display:block; }
#cxcTsnyTJiK3R94Prn9hlFwXT6C3NScr { 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:15052;line-height:1.3;letter-spacing:0;top:16.771482467651rem;left:21.37428855896rem;height:1.625rem;font-style:normal;display:block; }
#kTwBesTd62KiWOUTseRQWfJbtkLdcwag { 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:15053;line-height:1.3;letter-spacing:0;top:15.395418167114rem;left:24.936079025269rem;height:1.3rem;font-style:normal;display:block; }
#zKoiWKME3MlCqov8D42zAaP8AuzxVg43 { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:16.893999099731rem;left:24.934301376342rem;height:1.3rem;font-style:normal;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) { #K9saIZPJxTaeEqgb4et1A1fVSCwzUEvE { display:block; }#K9saIZPJxTaeEqgb4et1A1fVSCwzUEvE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q4ZFTmkveH1pNgOlVTIhgdKEvZn6zTX3 { top:1.125rem;left:0rem;width:10.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXFSa8KRFDIfLlqVt4WohTd5giQDRn9a { top:1.1875rem;left:6.75rem;width:12.0625rem;height:0;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eX8xhFWkxOKXF7ywkIaw4LSckLx3t1Wt { 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) { #lPJeRPfs4rppCbeAD3VotnQ9m3mxWy6H { 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) { #RwutBH64KG4NBFJ54QhzZy5UrazZTAhv { width:6.0625rem;height:2.1875rem;top:0.5625rem;left:41.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6hBBA6KPqLV5PW1cxuiW4XQt5XqJrlN { display:block; }
 }@media only screen and (max-width: 763px) { #l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 { display:block; }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hVhyT3uyoNWHavVHWaglLgE3iP10l2ss { display:block; }#hVhyT3uyoNWHavVHWaglLgE3iP10l2ss > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fHOsIVoI0T9yhNW6L0H3HLVQeLSLorZA { top:5.125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILsqwblQiK1Vwume30ii2hu9givLv92l { top:2.8125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;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.5rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x11EyrCXxDuF90fmzya0aCiPMcXWS808 { top:7.625rem;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) { #UlsupzXZaIJyeWld863O3d6lqVcVNwTr { display:block; }#UlsupzXZaIJyeWld863O3d6lqVcVNwTr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hiUfheFNmX5O7k1vpDB4u3oHTZZVas9O { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnaFeMoInszrBXLAJToE3V7blwiFzzrl { top:7rem;left:40.0625rem;width:7.6875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTcG1luZ8pBVJJZkF3vDxhJBrwR9zpEw { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfRdCuFMzXnmVNIAlbKXbyR9xxqC7432 { top:4.4375rem;left:14.4375rem;width:24.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S17l9mqwntn7ozrwBgLJzrI1b3Gyamiv { top:7.4375rem;left:14.4375rem;width:24rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFHpANoPMkJLVs1bc8ErxxZ7osVQsZbG { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1rElgwS6hOTky9n946Qtwx48myzi2m3 { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFOQ1qVxm3e3kIrbrGyQTvFsrfiWysRf { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrvHPGVgVvrd4JOb7XEkHZtS33eWXgOe { top:16.3125rem;left:22.0625rem;width:4.1875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #klWlFtGLfXqWpF76PA4pz28uK3GSwJOy { top:1.75rem;left:0rem;width:18.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9o28tX4BnDlqkt9OsdIluBQ83SWBLWJ { display:block; }#U9o28tX4BnDlqkt9OsdIluBQ83SWBLWJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F9PdRAKOc3wUW06CA0NCAuwPXUsizZMW { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDfPmwp4AUy7E6XJ1o8GR2AgO4PwXT8w { top:7rem;left:40.0625rem;width:7.6875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHM6dqdofEXpefrT8sZMA6CK6GyuhiR9 { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #om5fZab6rNk7EFX86UfI49dBMicKFN66 { top:4.4375rem;left:14.437501907349rem;width:24.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kffUG0k1VyyMU6Job7Sbe24suJk1gGA7 { top:7.4375rem;left:14.500001907349rem;width:24.375rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8tgru9KOdsvatv4xAI22peC5evF6lCT { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUbdriDEhafSONQ2MrulDKXUe9MhOpeG { top:1.125rem;left:0rem;width:19.75rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h42tDo4DqB4lAr830MOePSTrBHDqFbmO { top:15.125rem;left:14.125001907349rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeGIuQKkeEKkuwf6kdxQDPi6EWZill5H { top:15.6875rem;left:14.812501907349rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSJItp9HeTzQtcLI2FC6O9TfnUE25CV7 { top:15.5rem;left:22.0625rem;width:4.1875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZQAc55BvCb8Kk6h5Q63Grw8wFzou6JX { display:block; }#fZQAc55BvCb8Kk6h5Q63Grw8wFzou6JX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jce1mIeK7dMsPKSByv6Tkbceci8iX1vZ { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRPCcAG2bPAcCgC32UovWTT0cpDxykzT { top:7rem;left:40.0625rem;width:7.6875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZCboNoLTdRTZyV1GxP72vwbsCUiAGvy { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF5BLCSk1g2sOcmqZowrE3cUOlwsuJb5 { top:4.4375rem;left:14.4375rem;width:24.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sA5ZuUPzOV2cZ2VBBqEOJLITWWGkMI2M { top:7.4375rem;left:14.5rem;width:24.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9T5Eu41X3KNVHvr88LW2JKTTv7gFDF3 { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzh4XaeyI6KzllVbOwxg3T02uIg6pZ5k { top:0.0625rem;left:0rem;width:20.8125rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbOThH8IEwXlPmkkRTpGOcbWFzMPtfv6 { top:15.125rem;left:14.125001907349rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQnUGwRZFr8Vt5T9gcMsT5GBshZAmeLZ { top:15.6875rem;left:14.812501907349rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqtToQ1UvnaEBg2ApOeoDe79OSzKiC2s { top:15.5rem;left:22.062501907349rem;width:4.1875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3WSOmBOBZSDcwQWVUtlRr187EtvoCt1 { display:block; }#I3WSOmBOBZSDcwQWVUtlRr187EtvoCt1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9ZDWrq8qNslOUaM5dUTS0ctKDQZRi7O { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ror1Cs2gpDABg7rOD3JqkeWLsf5vUlLn { top:7rem;left:40.0625rem;width:7.6875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ6lHo0aQ6WyVO1U3NMWtrRAuBuh7mO8 { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHw8eiVIc6WlUlLoxid8mXr96FDA7PfA { top:4.4375rem;left:14.4375rem;width:24.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdkvKOmBRGreyZAVAuR3tFsZKUZOzh4k { top:7.4375rem;left:14.4375rem;width:24rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJm57CnVIi12Dqc5fNncp59zKWZcyLR8 { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUU4XTsfeJzOauMbEL3xoQHZ2KODATWS { top:14.625rem;left:14.4375rem;width:12.5625rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHV3ZCSUXmVpTiELsSSXcwubA3TLTLnw { top:15.1875rem;left:15.125rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l67MV2KwURrpJ1A8nkAHVJrXZ65pvR4C { top:16.875rem;left:15.125rem;width:4.1875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwiIkC84WWqNs7E5yyeQ4R0MS28Ax67m { top:1.75rem;left:0rem;width:18.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHFDoksLQZNvOuJdHdxs24kIGI4TqJRP { top:18.75rem;left:15.125rem;width:4.1875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4XMvFJhu9BBqiQka15rn6XTn7BG1cB8 { top:17.125rem;left:19.84375rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNMRFXyzJNrHEkE9FscB4eSetSTeaM7T { top:19rem;left:19.84375rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9AGzJFhpvCFc4wnMvKpoUVNlH1quc5Z { display:block; }#n9AGzJFhpvCFc4wnMvKpoUVNlH1quc5Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IlLILE6Q4675MeriiectOB3fUtvVnOQ9 { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3NOlM7RxJz3wtSlqOwQKv431qfSDeVU { top:7rem;left:40.0625rem;width:7.6875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCNbOSl7ULd8SPOTradPCPKKEu3S8IMJ { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxzfGi2MIdoeAotFIVdG2kcZP8AqPSba { top:4.375rem;left:14.436964035034rem;width:24.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaMVn6nTs0cf7lneGpmVZUAfEhgz0723 { top:7.125rem;left:14.436964035034rem;width:23.9375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrRkcSVJFMMmoiHvDveMZng5KKNJ4cSJ { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiJE5TEgmaT72ct6lZBGW6uIr1zSEhJt { top:12.8125rem;left:14.124464035034rem;width:24.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRaKTmRVGLW6RKDDKnAeTOx4uE065ZhR { top:13.375rem;left:15.249464035034rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ipira2LT9mhqzyTEdhMMuGTlUnSPeD65 { top:14.75rem;left:15.24928855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ip0ItmzKE7n8RcQyQaUEuDEtpetV4f01 { top:1.75rem;left:0rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk7xvTWIamCyQ0xyfHF6cKZOknmLgoGc { top:16.375rem;left:15.24928855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7VJZCD8RF89FETN0lfTZCOQPT8PJ1ff { top:18rem;left:15.24928855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkyq9vxKMQB206Nwa3tpI2TZA47raWb4 { top:15rem;left:18.811254501342rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfzZXOc3f3rLpAJnoSgobQ320vde7gpw { top:16.5rem;left:18.809480667114rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOWDbfaWs3Ksyz7TK0lbTN4OPEPipTX1 { top:18.125rem;left:18.809480667114rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfPx3rtKSXNAuKg2lBUFMq6Fh7H114Kf { top:14.875rem;left:27.780359268189rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZwTVvt8U5q86tPeh0NhJr8bqA2DnwiA { top:15rem;left:31.431283950806rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVNAwTy0uD0elI2xDeaZNXTdLigVl43n { top:16.375rem;left:27.77858543396rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSm4k5Lhfk4chw5m3UvMdMwrInzobPmy { top:16.4375rem;left:31.431283950806rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rO7FH9M54InPUzgyIh36stXRl8hl4PVc { display:block; }#rO7FH9M54InPUzgyIh36stXRl8hl4PVc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bsKz4Q9Ka9a4Br2xTIQxsTw5IGbc3OUv { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddilr2ZBwmUa9OcrPZBpN5yBu2wTOvTx { top:7rem;left:40.0625rem;width:7.6875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuNw93ePDeDsPE8cGw4dhZtX8osBfeDS { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #plkTCMiZTwtNiD0AJy30s5riVhg3qkGH { top:4.375rem;left:14.436964035034rem;width:24.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxQSGSCzIsZpNx7yTzFRpTIIfcTcwxKt { top:7.125rem;left:14.436964035034rem;width:23.9375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ti61ptcPB5P4UAsSCI33OFthFp32PKaB { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxa1NbLuLTu1TG9NJVQIr5y0nit1QL6K { top:12.8125rem;left:14.124464035034rem;width:24.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgCbBewncfvG3D9h5nxtkHLKfWwUx13h { top:13.375rem;left:15.249464035034rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzaqvGOJp974V9L6SLMcRkC8L0yAZmHl { top:14.75rem;left:15.24928855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkBxNOvZkSNwGg8tszTIJIhWbfdpSssv { top:1.75rem;left:0rem;width:18.5rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u493CsxcGnipQMtbTXT4Hu3in5QFD6TJ { top:16.375rem;left:15.24928855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqxKuFpURRdkWLUusEshOpvpSbueLnEe { top:18rem;left:15.24928855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wsb2RT6oN0TFJshFrJSyVQiG21RAyXFk { top:15rem;left:18.811254501342rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VV2VEPgH7XT6Msc0WCceZnoMIIPNAVvc { top:16.5rem;left:18.809480667114rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbT8uqPzgw8ITE6BR4WK2sRfw5JfkNiE { top:18.125rem;left:18.809480667114rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3U6eTkf1IWUsc31wuzuL3toTrZhtG6S { top:14.875rem;left:27.780359268189rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdLIcodPvkEWBMl1RWbqUCLHuwBENTR6 { top:15rem;left:31.431283950806rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pr8vpRpGC2oR0lAxCdo4QH6JtN2Pc9rJ { top:16.375rem;left:27.77858543396rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2JfIMpm7HhQBvg73E2DExgp0gfbbic5 { top:16.4375rem;left:31.431283950806rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d38kePnn8x3Kz9pOQn79nBJxxGTue7zS { display:block; }#d38kePnn8x3Kz9pOQn79nBJxxGTue7zS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SW268tZvETsifFXVtTQA7F2alvdKVwNG { top:1.75rem;left:0rem;width:47.75rem;height:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkCtVOXqk6qBUOUMrdEfs0hLI0OS5k4n { top:7rem;left:40.0625rem;width:7.6875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZonpqwKGs1tALlMxMNG1fvJizDLI3UT { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhT1lPTu8EHEyLZRcAwaqWnHuRuAFP5l { top:4.4375rem;left:14.4375rem;width:24.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuSJRzPcudyl4LwvD9JqkipmTvlBPMdF { top:7.4375rem;left:14.4375rem;width:24rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FP3UnX9UJeAODRbzmGD3g5GwIiKqU1FS { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKziX7Vf5wurW083i1TgkwSUZmM7bxic { top:14.625rem;left:14.4375rem;width:12.5625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgRW6MBz07tqua8C3an6c1S805L3KWxt { top:15.1875rem;left:15.125rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Axq4DPXTV8bpr27TRcwiIlTWAVeaHeQs { top:16.875rem;left:15.125rem;width:4.1875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMTCtXqQ2yacolGZaTylUJyTAXMG3e1i { top:3.8125rem;left:0rem;width:18.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rg7vk4QdU5fgzMIfkc4gmpoRRvaEsKZF { top:18.75rem;left:15.125rem;width:4.1875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGpxV6ql2rDihpsqifaQcUbk3870eZMQ { top:17.125rem;left:19.84375rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTHcTxCffOMDRJE74PDBUHZmVfwq1CWl { top:18.875rem;left:19.84375rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGdPHWEpUiZoTptFLklAEuLgNLysfqzv { top:20.625rem;left:15.0625rem;width:4.1875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXIMw2T2mGoFx4v7NumuyiolAtzGvCIk { top:20.75rem;left:19.75rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRuRyIdniUeNZwRKb03NAWT8Qg0szULc { display:block; }#mRuRyIdniUeNZwRKb03NAWT8Qg0szULc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s4JvyQLekFE7RrhTfotObd5QbgQHFgwq { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVGeNUWMxuZO1niPUuKvfR1sGduud4Zl { top:7rem;left:40.0625rem;width:7.6875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5i9fnC4R4T6FRiBqQq0mlx1NAFim4xg { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmVsCggyamEX4fMm4XJ76olvPWJBy6UT { top:4.375rem;left:14.436964035034rem;width:24.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXcfPwklMVqvBdLCO1f4T1CqZ4C3Tq6x { top:7.125rem;left:14.436964035034rem;width:23.9375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUEr4qV4nvU96HGnFQEFkCwXxbKkp4aA { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #biRx0UyiJLaEvTsJ7IzofJL9cybpLEQT { top:12.8125rem;left:14.124464035034rem;width:24.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzFWmeN58GkegE8oQzPJTGheObAmFtow { top:13.375rem;left:15.249464035034rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9484ATRExpc6F93cXoCST80L1oEc9aF { top:14.75rem;left:15.24928855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfDE4OATHwCholm2KrXTMZ9etp4Zwce7 { top:2.25rem;left:0rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQnUhvw3tvKngI8qi0JlCrA2y676KdBv { top:16.375rem;left:15.24928855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsaiqV6uSL5RXFXGiW1uhdEv5XCDMZXg { top:18rem;left:15.24928855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cx7JJzwywOipoDUfiUrKZ4yS5brWMskQ { top:15rem;left:18.811254501342rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1aRnzX2evr6mSRQrcQV8LzqALErhTUK { top:16.5rem;left:18.809480667114rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXWtGumXm9Lk6EdZIgAIuDCIIHi6vXDG { top:18.125rem;left:18.809480667114rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSZcO6FOR7qeXBJqzMDSkvWCpKwWWDLD { top:14.875rem;left:27.780359268189rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfahO2Uq6CMDwBW8LwgWnBTEEK61D8gE { top:15rem;left:31.431283950806rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhi9ihPsbyI45tzqmTDe5b6cbTp48xDX { top:16.375rem;left:27.77858543396rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5oBW15uM2JzokgG3bBtE0K0uf77JTV2 { top:16.4375rem;left:31.431283950806rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhV6p2utQqsTioTA9VUzvFkG3UD27pNw { display:block; }#zhV6p2utQqsTioTA9VUzvFkG3UD27pNw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ScLBbfcFqVrpc7OvHClDv6GeG62M0ReW { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKWKzq3mg2lFXmDAW6hp4fP3TtOgHaKE { top:7rem;left:40.0625rem;width:7.6875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #At58mBUdemGqlhSMAe2MqmTexEn4poQy { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBt67KDNAbJXuDm7OJDw2myaPiFCc3Ne { top:4.375rem;left:14.436964035034rem;width:25.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbsAszAGP8axbbRqyxxRyFTZHTTz7DQ4 { top:7.125rem;left:14.436964035034rem;width:24.6875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeKr3kCpTKAhvxhlLW4EvuHg8T4QHokZ { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKTlnig6tVXTwS4cTRWrH1vmfrl4AdCw { top:12.8125rem;left:14.124464035034rem;width:24.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g16kFXSaTiVlLyInElOJSEGiwULzzPBB { top:13.375rem;left:15.249464035034rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rF9sW1hEDDebT5n6f5TSraWTlapgniTM { top:14.75rem;left:15.24928855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLlX6hlW0A4BOUMmlqgcXGftZJxy5nWr { top:2.25rem;left:0rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTppXdkUxAp2TfFXuak8Dn6TntAzfPH4 { top:16.375rem;left:15.24928855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpgZwonHDS7LsBd7OIZu3BrmdwDoiXsr { top:18rem;left:15.24928855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #glpBROpisT82StNAEXTmxbOtQFkICzml { top:15rem;left:18.811254501342rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FU6iP233d6KmWnHrH0aA8lQdzhBHPROi { top:16.5rem;left:18.809480667114rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhSZSoWEgIZUq57bJVk5MlnkRWh8ad9S { top:18.125rem;left:18.809480667114rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6GubCwUp5xSvcCZVwxcnJqt41x6M9nm { top:14.875rem;left:27.780359268189rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsTzAg8Q2PweHNu8aZ4t7HZJbSvAlTMy { top:15rem;left:31.431283950806rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0FyT6hytz1qZdp029ogcn6crNnsTvcH { top:16.375rem;left:27.77858543396rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWcoSZ9NI6WWlONwWdgGvs7xlyQomCkF { top:16.4375rem;left:31.431283950806rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvxGGxT7esebdDQUXNOX3xqMakJIbvbB { display:block; }#vvxGGxT7esebdDQUXNOX3xqMakJIbvbB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lf3TBQsygmr4P6tbmHVJSoB894pHrNxd { top:1.8125rem;left:0rem;width:47.75rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1d0Ta8BEnPLyurwRTg7QrMi1n87kSzA { top:7rem;left:40.0625rem;width:7.6875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8PVXZx61sz3qIHXXHJokEQVPeEchERc { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKBI9GcntBUvMKbuzw17ODBIxNNLD00Z { top:4.375rem;left:14.436964035034rem;width:24.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kx2PasRU3c00qkeLoTW5h2P7273P5Tmt { top:7.125rem;left:14.4375rem;width:24rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqVQz8qHgxTQKTW1KmHT4PupvcIBZH6o { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZcIJ9CKS7OFkzILmEC367qbwvNdTna1 { top:12.875rem;left:14.125rem;width:12.5625rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2TXefn7ovgiqOdmLBmwl8TyOd44iVLM { top:13.375rem;left:14.999464035034rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lP8qxZgNv7wBECiFCNpe7RWMcWhqocQW { top:14.75rem;left:14.93678855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kO61uT7Eq1kCHNxNBlkyFNDzFDJ7Fwo0 { top:1.75rem;left:0rem;width:18.5rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9oaKblTTuVElFHw4qmCfTbNHvnk4pTT { top:16.375rem;left:14.93678855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRgWs8iZWlD4t3DguNSWrB8SCgbdF8bf { top:18rem;left:14.93678855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ssizscu88lS0h3CiAgMLi430z401AAWk { top:15rem;left:19.124643325806rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jw2U7ksTIhswyoxN44qS9sKzbhSium8O { top:16.625rem;left:19.124643325806rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeTyFiaC7Bt60dgvQTDPfrRskcmvDQcn { top:18.1875rem;left:19.124643325806rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWRILqCc1xxDrogXMivElTZw2TixaIBz { display:block; }#hWRILqCc1xxDrogXMivElTZw2TixaIBz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ogm92sD4XAqLMJ1gW8hQhkT0ABDV9PST { top:1.125rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3NGZTDVKHfFsAOz85Tm8sP7tLKBOT33 { top:7rem;left:38.5rem;width:9.25rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtqL8HgT0oKZ2IXnX0VGkRQ8TxITXLRT { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIvF8ErwcgU40u0QExozOaKWTMpB49Rf { top:4.4375rem;left:14.4375rem;width:24.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEQ6mIWnTUeHi65Slkc4ZEw7oUxAbTkx { top:6.6875rem;left:14.4375rem;width:24rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULMyOFFbkmQnV1Lo7sPJmWL0Iq832yWZ { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rL5oszmlinL4aWrmmFLEJasDtNAq0xnZ { top:11.75rem;left:14.4375rem;width:26rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rP2BaNh0FnX091HZ8sGaq8MiFgwZ1BbC { top:12.3125rem;left:15.21875rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOyib25am49iOIFRmT0zBflTgWi37nNP { top:14.0625rem;left:15.21875rem;width:4.1875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #silXBToBWpfCHt7RmkncIoszlo2Ag8aq { top:1.75rem;left:0rem;width:18.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoKvDXFQ6TQnVJqhguhtui7FJ8CdeCy0 { top:15.5625rem;left:15.21875rem;width:4.1875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0c0rVxPFQ9bueu0wBD31pNrSdp8qGMX { top:17.125rem;left:15.21875rem;width:4.1875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U33pk1ZD3vT0TNo1UzpkAMhIgt36tLLV { top:14.375rem;left:19.84375rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvE8zAn427XtAxZDKbFcJ1cyHCJNQIFV { top:15.875rem;left:19.84375rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6SlSZisArepDkpvTh7LLWCt5P4ww654 { top:17.375rem;left:19.84375rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6TLwiMACtgs54Tvf0cCqW9TkE1aTzps { top:14rem;left:27.59303855896rem;width:4.1875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbVdVxAkAbOsEmUZaA3C5D4tNz2MOPcQ { top:14.1875rem;left:32.312498092651rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT2mgUNWwvhl8VTT31hMoW888p1COEPM { top:15.5rem;left:27.59303855896rem;width:4.1875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQRdaSSc6Rw7m9T1M89ahoMyKD0N57kH { top:15.625rem;left:32.312498092651rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuBnUZJgKVwybtE41VrF0AuAOiayA75a { display:block; }#SuBnUZJgKVwybtE41VrF0AuAOiayA75a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UIUrJ48cN1teFCrbLyKi8hCbcTHPsPw8 { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTqCNwfODZ0iEBD0NVJxeCe6EoTTZHTG { top:7rem;left:39.125rem;width:8.625rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6KotEwl8u2nxTkU5csDIdGO3iQWbcDB { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdtAhCcPQMlPSownpygzbM8VqOwKFXy9 { top:4.375rem;left:14.436964035034rem;width:24.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3bM5nQvDXBRlu1ndFI42vx5NwF4DUTH { top:7.125rem;left:14.436964035034rem;width:23.9375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tShM8zX3EmoWg8ysX44TKr7Qzk3f57vf { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc4ZLMrVzkaD7MgN0QPWoTCZczS6FNPf { top:12.8125rem;left:14.123579025269rem;width:24.9375rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgv5p62JOQSIXSrcAlFTHgEkI8lc8pcw { top:13.75rem;left:15.24928855896rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ora48PdpDTn5LSfoDAdVpyw1it2iglhG { top:15.125rem;left:15.24928855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeLJPMBcs7O7hfzn4mH6pGoqxMS72M1S { top:1.75rem;left:0rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gC8wcJeTf4AzIJacs9uafuDKFtFscAhe { top:16.75rem;left:15.24928855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6zTaZJbTUQUkV1JFefhpmGdhV5kVK0S { top:15.375rem;left:18.811079025269rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M03paVHv93N4TxdBUP1tKCE8ng6NsUFG { top:16.875rem;left:18.809301376342rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRuCzN0iMn4VtzpsTM5krGqV55kIPGgJ { top:15.25rem;left:27.780359268189rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOKeDDED5yxiqeJs0txwnF1m4C9RwtB3 { top:15.375rem;left:31.43092918396rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbDukRhdvebzupz0GeCdTGmT6bQytSrT { top:16.75rem;left:27.77858543396rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQOlJSV4e6UXo5prHdAfI5vKueidGlLs { top:16.8125rem;left:31.43092918396rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4WnKBREKcOsPnktrq9dIn4o0affcLIS { display:block; }#T4WnKBREKcOsPnktrq9dIn4o0affcLIS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vzepMIGchvXxed6dhLb64hnKM03lCGpG { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEI7rDbMIWDt56dqoov0FuyTQ5T8HLRO { top:7rem;left:39.0625rem;width:8.6875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4ekyNynlMeGPQRLJAPXgDyCXBxt8Tg3 { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9VFTAAEb3pkAI8MA3lAcDJ2A2az0W6b { top:4.4375rem;left:14.4375rem;width:24.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvJ8yZdPT0re9iFkh7prduJ7nIRxKPLg { top:7.125rem;left:14.4375rem;width:24rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHw62FB32bDPphCUddlPBLPVd95agkp5 { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfANTgJkf1ywybghxxFpLKXrXDfHpVCv { top:12.8125rem;left:14.124464035034rem;width:24.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoHk0VfbU5bOETwbqV4q1e6W0nca72Ox { top:13.375rem;left:15.249464035034rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5DudEs96lVilgD2wtZsXBUAQSDBMAiO { top:14.75rem;left:15.249464035034rem;width:4.1875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQcbd1qBfNf0KHaaT8oNb6vlDItwF9rn { top:1.75rem;left:0rem;width:18.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAUtTTfpduS3KWSVKsuq6PKwuShcHnu5 { top:16.375rem;left:15.249464035034rem;width:4.1875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zN8NHaHTkN4qPt1zeVMos1ha8leR3FGw { top:18rem;left:15.249464035034rem;width:4.1875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV5hVTbNRWxTSQMrw5gsr2vEo2uf1TGc { top:15rem;left:18.811254501342rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ava2PxWxF3UnSFeWppL4vOUc8fDfPRvI { top:16.5rem;left:18.809480667114rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCTzTv2FPqCmsZrI54OftWRLJtSWv5Wd { top:18.125rem;left:18.809480667114rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTLLB4D3dWnfV3DKo23bRQoaSpnTT3TQ { top:14.875rem;left:27.780714035034rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMxrXiXlcSc6eCD1MkX0xMJAoBEtRoMc { top:15rem;left:31.431283950806rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkXKWEwgURiN32cXTZDL1mdnBtBph9qe { top:16.375rem;left:27.778940200806rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cClxJ347dPndlD35exgyPT61zqnBUoZI { top:16.4375rem;left:31.431283950806rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEWb8XkJJFvxwgwOzqs3GEugu96LucRm { display:block; }#hEWb8XkJJFvxwgwOzqs3GEugu96LucRm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DxXezOE0N5MNLI3JJ8p8h1sgTcN7UZ6o { top:1.125rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mte8gTT6QsToI2ErAkX8waQCc84m9HGh { top:7rem;left:38.5rem;width:9.25rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1xEOEixUgadNGdNoZD5WuWdCAqMJfV9 { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssT9xsTucGMmZX3TT5WFhpo8Obq3Zatx { top:4.4375rem;left:14.4375rem;width:24.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0RsUAvXQa6m7M9wC0UxVHbCG3ZDk8tX { top:6.6875rem;left:14.4375rem;width:24rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzWWTIAbSoGCSqKZA22hB5TuScZ0rF95 { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTmiTmvWSqfZ0VHQhCsT8hkv7VT43nNM { top:11.75rem;left:14.4375rem;width:26rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxl1F9NlBozNd8bfRVE3RAHPpTiRe5Ny { top:12.3125rem;left:15.21875rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgBRZIIOAL6ofo6V7ULN1yq3fHgIt44U { top:14.0625rem;left:15.21875rem;width:4.1875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wvb2Ees822DTwL4dpKTbPsIxuxkyxQAg { top:1.75rem;left:0rem;width:18.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIhodZXGM1N1WxIs1DAHZepQ8r96OCt3 { top:15.5625rem;left:15.21875rem;width:4.1875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHk4UpOuWK8301f1BpkG8fWDubyu4bCE { top:17.125rem;left:15.21875rem;width:4.1875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOIQJg5kbtkxAwrT6lf1zP2vWfCnfVyE { top:14.375rem;left:19.84375rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImMIh001hKBLxgxOaTmGDCIVsfMPrzno { top:15.875rem;left:19.84375rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLGItOv9QCUAU8PxALX4kJoVmxAVnB7Z { top:17.375rem;left:19.84375rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0lmGN06bsCbwUTeOVqlg6cxT8ZzDI7p { top:14rem;left:27.59303855896rem;width:4.1875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKSEiMx9Cv8bQDTy9MlS2XFoToTdnO4y { top:14.1875rem;left:32.312498092651rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uv7TpOmaa2sT41hLBXeXuJ9reHcSrLDt { top:15.5rem;left:27.59303855896rem;width:4.1875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRKckKbZR6QmkRhihGqmNJtNsxJPHESR { top:15.625rem;left:32.312498092651rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMnrhDmqi3RJT0ssgtCmnZ5zXhwlCOGN { display:block; }#LMnrhDmqi3RJT0ssgtCmnZ5zXhwlCOGN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nbeNNK6srhV4XsOTGwH40vlbPm5t4vKU { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5MhrWctUBafnlkZlLo1BguOaHiaUxdp { top:7rem;left:38.6875rem;width:9.0625rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNmsytwZnN7zn07kpP1mTPqb89kKZeK6 { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4dS9tvnTlGAnCtXZm4TxlUiiOSslo0k { top:4.375rem;left:14.436964035034rem;width:24.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNp4msCbo7Sy6oOWt5aQQ2CGqO5mmEE1 { top:7.125rem;left:14.436964035034rem;width:23.9375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ok99C2nxEsV0pmJKoknUuRrkZ2LEG5DF { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMO95GbwgHPtaKSkRAeBO3x8LHvLKAZb { top:12.8125rem;left:14.124464035034rem;width:24.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqk5A3vkWXmEViqN8HHG7lAfSZDye5eJ { top:13.375rem;left:15.249464035034rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cm0HGWqw1UfkKxWAibB3P6qNMw5uLV6w { top:14.75rem;left:15.24928855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zreLDpLHBN0zTwCh58VusvzuMmGXhdrK { top:2.25rem;left:0rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uADvWEmGoICvpXgXSdoG7dRDLFQS2foK { top:16.375rem;left:15.24928855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gaa8LlEDMXJvzTGyvnIg4RKLCBvRbh1y { top:18rem;left:15.24928855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJiWLukKICF7wTddwRsVlb7UN34ddUAr { top:15rem;left:18.811254501342rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLnSIkaWWF3LwNQLIteJmus64aEQ3fKA { top:16.5rem;left:18.809480667114rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOlx91g1VE2HIO72NxiwReBJOvdeO89l { top:18.125rem;left:18.809480667114rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRdw98cIBcOAWnFN7qmXSCT4hthOPRTe { top:14.875rem;left:27.780359268189rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0VGfnxkg62s5HVao7DFsiSf0uPKo35A { top:15rem;left:31.431283950806rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gt6OT4FgX6VMThAP8RIqOy4bqJWbMctq { top:16.375rem;left:27.77858543396rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTLyrT2mn9UIbkT5tTJqvEVMMgN4fSEn { top:16.4375rem;left:31.431283950806rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qa0Sq6ClLwVrHRH57wiTOx5PtTPpZp5p { display:block; }#Qa0Sq6ClLwVrHRH57wiTOx5PtTPpZp5p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lBiJ73r5c4BWdtHgBfDn5HOGpUhTVp9J { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyuSmk96vqoqESGQnVK28rNniJ5pOwiU { top:7rem;left:38.125rem;width:9.625rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kh4E1S8QOmUCiL2bHxQepbZKyARpG62V { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wc4bSFtdamcAbpLDxiQztTKtEu3whTiJ { top:4.375rem;left:14.436964035034rem;width:24.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXlg74MlesL6ylRdvqP5Tk7ThU2vczOF { top:7.125rem;left:14.436964035034rem;width:23.9375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wS1cF26XGx7lzMFwBGImodq30D3FTMDe { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #guNfLT0vzQn4m30TyzNVtuez8zhqc616 { top:12.8125rem;left:14.124464035034rem;width:24.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V021rLDV7TzRfHG8fwK01neqRExAuepW { top:13.375rem;left:15.249464035034rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdkCDy8xazMi2yzxpFsXb8ExVJ7PxKTc { top:14.75rem;left:15.24928855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9kOpBfLJNRhv5MnTlQ4xABOPVoLPC4p { top:2.25rem;left:0rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT7idgZSS7cenRq4P7y0k72s4e4wGFUh { top:16.375rem;left:15.24928855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgfRfspCRa1uTnTRoc2nBFWpCfyJKAcz { top:18rem;left:15.24928855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiLJplcPzLINpgTqVnet2dGsfrdfIKlz { top:15rem;left:18.811254501342rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #esABWhxATdThwBhFBeLe9eouEPOOI5gL { top:16.5rem;left:18.809480667114rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MP42pr6CGs5rOEc59LN4xbvnOg5KccPq { top:18.125rem;left:18.809480667114rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7Ow3FeNHgNXV3LyzbmZo5kJgeuS30NE { top:14.875rem;left:27.780359268189rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzpxTCMyKGVMgcnM2h7hLuJZQPmMJJCa { top:15rem;left:31.431283950806rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMsm39lRGXB12NTIpfDcsET4gAe4WBaG { top:16.375rem;left:27.77858543396rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3r6KTdstPsaOTuksDV2hgwRAeLqrDVU { top:16.4375rem;left:31.431283950806rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1bo42silqusZTciK0kN73IuQHTPVKsH { display:block; }#P1bo42silqusZTciK0kN73IuQHTPVKsH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EpdPKoxhHI0IRWHb9cmtxopQEr0to4SZ { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBOLNT0TWxflX8DBhXwpz4Qw0KUwKH1w { top:7rem;left:38.4375rem;width:9.3125rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMm2oSJIVADWil4OGeqWTEZyMslm3tbT { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6ZzTNu2r8uIaPEI2fUgloGynf6DnRM0 { top:4.375rem;left:14.436079025269rem;width:25.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGbDSQWyD79ShfQTm130gTKldn2EdtkI { top:7.125rem;left:14.436079025269rem;width:24.6875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7avJsonB53uCDIZxWmu6f0gc0OQrBnu { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTK1W2bkvDw9nZGG5kxixdidIy3MNnyM { top:12.8125rem;left:14.124464035034rem;width:24.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxEubt1lCuFMcmQ55BPFyPnwSfLi8O4U { top:13.375rem;left:15.249464035034rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q14av7t8tCZ8ZxeyfCUT14AlI4pBd8pw { top:14.75rem;left:15.24928855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5gMH5PtgTzx6vD2krL8dh6Ztm6z0qxD { top:2.25rem;left:0rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcLarrl0sKBqv2BxkzvFuvZMTrp9xoSg { top:16.375rem;left:15.24928855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8oPzTI0SiNQORgDVTDHWyv6vRyfLi8a { top:18rem;left:15.24928855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCQ2imgDMUyAV0AdTOWguO9rfchE8hak { top:15rem;left:18.811254501342rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1VPV1HGz05n06IkKpFZRsEFX9pcXlHL { top:16.5rem;left:18.809480667114rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7BmwydDBTzGlTluP9yoSGN7MBf4Nlbz { top:18.125rem;left:18.809480667114rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGazMisJtZbBu11JeLaZXOb2WgNsSF6X { top:14.875rem;left:27.780359268189rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXxtslngTkh3v1eKQbGdfyF3u3vKbc5S { top:15rem;left:31.431283950806rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wU2PG3CDeOgMRnLoKwlDVb7oLzD2ezuR { top:16.375rem;left:27.77858543396rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0JFr9LIkwwFPvcxUXTfpS5MDBRxTG7c { top:16.4375rem;left:31.431283950806rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihQDxalUyolULZTVI1gT4Rwm2BFTn2F6 { display:block; }#ihQDxalUyolULZTVI1gT4Rwm2BFTn2F6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mWMv4xFesCXPa9irCuyoSUOHqgKn4Sqm { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8H5EJuSxpLZZxvtIn4IhXpk07uOc6KZ { top:7rem;left:38.9375rem;width:8.8125rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKCGmnrZIahfcq25zN64316MQOSw8OL5 { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXysHRfSiwZw2sTUewBOgIW0wNTDwsR8 { top:4.375rem;left:14.436964035034rem;width:24.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXH0DXnDncCUx56ZI9LxVvrFzwC74a9e { top:7.4375rem;left:14.436964035034rem;width:23.9375rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrEcgW783fbGXXosGUhr0KWAHTAyXhl4 { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIlItkqTvhgIXw2oFBAIl1VeI7NJM4FJ { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrWnqXyntNFvLR9NJqbgxk18WSkrpiVz { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBtsFTkd2SsEmEHzz5mCO1vQ5286sRKL { top:16.3125rem;left:22.062143325806rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKrLbVqv18171T65XzFQMJoKLt8WsVOK { top:2rem;left:0rem;width:18.5rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRNzymfx5SrnfVAasDkThueEgBeWlnrR { display:block; }#JRNzymfx5SrnfVAasDkThueEgBeWlnrR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ebyUoX8aIIMlxnqoZ0bOHxDMBffcThF3 { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Df1bqUTaVNCy0PuWi08hL9PsZPFPgOsn { top:7rem;left:40.0625rem;width:7.6875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5x10VOuEZUnwI1KC1DWVdoLQEPX1Sy1 { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLHQ7LhQvPsC5Gt9dofVkZr5d9Tn3pm5 { top:4.375rem;left:14.436964035034rem;width:24.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6Hk4tJ77qDIl0MWlNJvnhT1hHabbERg { top:7.125rem;left:14.436964035034rem;width:23.9375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wz7XuTsEaaBgcVGJTro07VVfEXfRxqzl { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrlHqKdy0674osgmVQri0Bnb37sFUGQf { top:12.8125rem;left:14.123579025269rem;width:12.5625rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8CWdyK26sW8WdOQ0VAzlrrwm5n9MOru { top:13.5rem;left:15.24928855896rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygeOgWIOG7LAO9HuizzTmasJzzcb2tds { top:15.125rem;left:15.24928855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #btAKieBPWO85W7EAaPi0KLnqqaRTDB8v { top:10.625rem;left:43.9375rem;width:3.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Va8Xzgh1dcRwZlMhiF74piT4LBPa6pKk { top:1.75rem;left:0rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOd1mdzkK343h1T2sQ5pRnnuWses63bP { top:16.75rem;left:15.24928855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1fRqB9yQsvOdQ3GP2vCXToHxcMAaAs7 { top:15.375rem;left:18.811079025269rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVQckeWDp6vJZpaKhktpeKvkcl8qWMvm { top:16.875rem;left:18.808416366577rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTrxzHoVtVByKNXkyrke3xrsp9Uss05f { display:block; }#wTrxzHoVtVByKNXkyrke3xrsp9Uss05f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uit54lc5U4zafAOlNN11POTRVIJzs7a1 { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lB7u1GP7beJJzHcNVdkUnuZw3Jc3ozzC { top:7rem;left:40.0625rem;width:7.6875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffuMBRwBdSUpSk9mrVokCroW4oNdSqQP { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #owBl1vmpE34WPFJsrVJbKmqkNkSqrbNF { top:4.375rem;left:14.436964035034rem;width:24.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwX3vQJrFlXnASciwLb8XHTl6SkOns7c { top:7.4375rem;left:14.436964035034rem;width:23.9375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2owhw2F1kPwZgufoXUrl6qfE2xHWkH1 { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9qeZvS6IH0coTNsctEqasVzKcDRecqi { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPupQQOWNA8vJTo1fX2ML5Dqs7XUiILG { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUTVbnT6XnNomAmaQnPMlq5eQwmNxBy2 { top:16.3125rem;left:22.062143325806rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUuNgMShK3uF4IvUBDMGx03zytQrLMWr { top:0.6875rem;left:0rem;width:21.5625rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrUbLPH1vyfamT77Sp54i9puDJ0r66O3 { display:block; }#zrUbLPH1vyfamT77Sp54i9puDJ0r66O3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DAtLlZgSmJUqCaza5nNNmA7mzbKduqhe { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD0EVW0TdME1PVUbzX5lGwVxFThyDEhO { top:7rem;left:40.0625rem;width:7.6875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfpnkhzDkqcWK3V9xgIt3Vk6xHIhUTu4 { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfFgMEORIbcPvkt5H7s5Ty699v5bpLnt { top:4.4375rem;left:14.4375rem;width:24.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vemtmIr9qO9CCGOLCxv5UZIvMzKozpIA { top:7.4375rem;left:14.4375rem;width:24rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7lRlQv6vvC4tzUXBkLBwhqXREiMKPm2 { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCcg6H51T1WGZSsgpzsiiTMfsdr7itlA { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PShQVlQmiRpqePA9gXRO4VM05ntPT94C { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzOg7NRGCzIVMZRfUKzhhswcSEU6X6M2 { top:16.3125rem;left:22.0625rem;width:4.1875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETC8BXXikV7CfPSNv5Tx2TIUfkWPMHTw { top:1.6875rem;left:0rem;width:19.6875rem;height:19.6875rem;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:4rem;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) { #p2NN0SHWgRLtO8tB5aJQIGyXqtMh0dCr { display:block; }#p2NN0SHWgRLtO8tB5aJQIGyXqtMh0dCr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ueIzSPWkHtcT25Htfbwy3EfTlfKLhwMz { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #diLkUUPuCOCBopHXD1odQTsSC4sx9VK6 { top:7rem;left:39rem;width:8.75rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0yq736skl2t4iaXncroU5EowsJkzDWQ { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbxbJmTG7Ocg2OAuDgSWWxCgxSJeyo7o { top:4.375rem;left:14.436964035034rem;width:24.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PA6u29paeWxen2NWA42aricx4QO4A3Qi { top:7.125rem;left:14.436964035034rem;width:23.9375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRzJTos3obZZgTAnl9PfUiRPNC9rZUyN { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p24pBX0J6oHx6f0GecnWUTI6a06dIU6y { top:12.8125rem;left:14.124464035034rem;width:24.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NC7J2zba8H575LSCrMok7VLSGbxD0Dia { top:13.375rem;left:15.249464035034rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUvKbHbhk4EbQgxce4RGfphqQPn5GTkn { top:14.75rem;left:15.24928855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfKiNLsfb2Vech6frcSVLrR8uEXZxASW { top:2.25rem;left:0rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qdk5OUrii544C3OZqyPaG3zxUbVBvdIH { top:16.375rem;left:15.24928855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #foU57qJepMBzJDEx7JCPTeWQMiJVWxGb { top:18rem;left:15.24928855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lToX6GUWQQTlmUdDv3FXGa6UDPHNJbnH { top:15rem;left:18.811254501342rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8Ttmy5X4MhQHJpH16tZS5ZoMBTCcMLi { top:16.5rem;left:18.809480667114rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzJuAIUha9Vs2pzVsgAB1yz3784NEZ9f { top:18.125rem;left:18.809480667114rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2sesup3krv6kbIzeB3fGy6e0JPfORT5 { top:14.875rem;left:27.780359268189rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8PKiuSr8I53GvO8bg48RLwIxxdbPO4V { top:15rem;left:31.431283950806rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQApETNs3r5vtNeVuhdVPoaMNTgPTky3 { top:16.375rem;left:27.77858543396rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibQ2G5VUwbtvmmi2w4spL7LouRoTXeZu { top:16.4375rem;left:31.431283950806rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fR6p4hqLUBA6RVsZrpylbb25PhTlhDIz { display:block; }#fR6p4hqLUBA6RVsZrpylbb25PhTlhDIz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nGKqorOu8J7RPQS2VMZGBgARo3zEhccv { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tn3f9QUN2oK9CEtOuTKdxiIObAGe0VDs { top:7rem;left:39rem;width:8.75rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLO5kpJA7tPT1pTJVJuBuCZahM4gEoSs { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kl8I1PdtB30AdLlkcGhySwWN1P1TiPxC { top:4.375rem;left:14.436964035034rem;width:24.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxCRgQ2IP5pTKvuP1JQ5NXPKNUJfe6pQ { top:7.125rem;left:14.436964035034rem;width:23.9375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQqdTmgvMw7LACWTDpaKLkJUwBiq5dPs { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoMdv7PgyHu26uqZLcrHDTBqysuwmPHR { top:12.8125rem;left:14.124464035034rem;width:24.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc3QpsFokNCDDUyIRod0FCU70hPomiT6 { top:13.375rem;left:15.249464035034rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ss47iRHkQZ83oOEl6gHI355aUgHr6DKc { top:14.75rem;left:15.24928855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzQbi8mAJJ4ggWcpf7pBTLTqKKJFt4iN { top:1.75rem;left:0rem;width:19.875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoEikFmxGAwBvSTzbmLTgh4ODqNGysoS { top:16.375rem;left:15.24928855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT2dwh0Cfi9EaPInFvDXXMeJAKuuTrKA { top:18rem;left:15.24928855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcs1mLXTQQ8TDdr2gRZNmT5CcsdAXri0 { top:15rem;left:18.811254501342rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Udo77D638KiedA5wOpCnQTRW6yZo9dAR { top:16.5rem;left:18.809480667114rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCMGXQKK29LWDucpwW92qcZovMNE89NI { top:18.125rem;left:18.809480667114rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnlXkQvMXzLa6X6sVdqbTp2ptC9htnp3 { top:14.875rem;left:27.780359268189rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fywRgwFQuWnLb5R5O0yEcreLdCgU1h9P { top:15rem;left:31.431283950806rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpfptRF2u7ToJbwt1souHvCIcDPDcpru { top:16.375rem;left:27.77858543396rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdZLMprGefzFkR5VAbFZ5TtAkmDchkas { top:16.4375rem;left:31.431283950806rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLDcZmcBuqEXXooaha7xA5TlREtTI8Ee { display:block; }#hLDcZmcBuqEXXooaha7xA5TlREtTI8Ee > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PNhWTOe3QsyJzNqoiJlTSg8d90exTnBn { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gtuniw1Ol3gIMlS2fu4Qb83sEdNsppBM { top:7rem;left:40.0625rem;width:7.6875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFKfG4TXMWkIBUZPaa5lUeVEUPtwHCkT { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT1XqyweJTDlghbHIqsTkSTvq7N8DomH { top:4.4375rem;left:14.4375rem;width:24.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVZ91ls21NJaRN52viNggzmRKo4aLpcZ { top:7.125rem;left:14.4375rem;width:24rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #muZGF52Kts0xhI5033ENPGETHIfSlBI1 { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dF6e0iZrxUgq9N78ZW609i8EcccKI8ds { top:12.8125rem;left:14.123046875rem;width:12.5625rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4JiC8XWzEKqEqsEPSvcDip25N6TzQvJ { top:13.5rem;left:15.24928855896rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ3zO7fN15h9sx1a06TbNqGLTJKXRn2F { top:15.125rem;left:15.2490234375rem;width:4.1875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3DdlhQophPP0FyvpJML8TDXCV7qKfO6 { top:1.75rem;left:0rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #egQRoJXCycc1Vh3DNQJHKpi2VThZq7Ac { top:16.75rem;left:15.2490234375rem;width:4.1875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAFBoSEiiSryPvW5ATKxqLvckLkbfNaw { top:15.375rem;left:19.623046875rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2BiS6gM5XX5dmPrE9GbFNlfPGks3JJk { top:16.875rem;left:19.68359375rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6sLAgTGE1mXOrvvrf6UrFDxiRQLPcOv { top:18.3125rem;left:15.249219894409rem;width:4.1875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oATVTxeLZN1o6dAp7PdB7OHOznwJZqqx { top:18.4375rem;left:19.718751907349rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #voETzwXxWBnoyKyh5Lc31csooHMtk9s7 { display:block; }#voETzwXxWBnoyKyh5Lc31csooHMtk9s7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MlTgFfpTApWcI1DIRLVvEeXoxcyFZHAz { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8XqKP0AbPvyEFDf1lFUyWevHN1LLqwM { top:7rem;left:40.0625rem;width:7.6875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i01nmMHcGZcW0TNVaUCeK1M3Ttw8R8Pg { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XciFoMc4EbsEVGH1zlSnCoiHsmys5mWk { top:4.375rem;left:14.436964035034rem;width:24.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr4wZVfXVL0lOzn5spJLg4TxFiKvEPW0 { top:7.125rem;left:14.436964035034rem;width:23.9375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #luZba3acsn3fWQO3kxtRQeh1QnmVNqKH { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xi705InTQhbA53PodOGO6HATpfhmBq2Q { top:12.8125rem;left:14.123579025269rem;width:12.5625rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6GDQMTx7iNwM3DGdFkpAHUL4HmE62QX { top:13.5rem;left:15.24928855896rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uquuxhRANBMhCKLyeaTtSaUtkWMFEKyS { top:15.125rem;left:15.24928855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9T21BL8mzBdJ6moOcKHxi1bL2ImceNT { top:1.75rem;left:0rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxcTsnyTJiK3R94Prn9hlFwXT6C3NScr { top:16.75rem;left:15.24928855896rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTwBesTd62KiWOUTseRQWfJbtkLdcwag { top:15.375rem;left:18.811079025269rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKoiWKME3MlCqov8D42zAaP8AuzxVg43 { top:16.875rem;left:18.808416366577rem;width:6.5625rem;height:1.25rem;font-size:1rem;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) { #K9saIZPJxTaeEqgb4et1A1fVSCwzUEvE { position:relative;z-index:auto;display:none; }#K9saIZPJxTaeEqgb4et1A1fVSCwzUEvE > .row .container { width:20rem;height:19.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #q4ZFTmkveH1pNgOlVTIhgdKEvZn6zTX3 { 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) { #XXFSa8KRFDIfLlqVt4WohTd5giQDRn9a { 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) { #eX8xhFWkxOKXF7ywkIaw4LSckLx3t1Wt { 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) { #lPJeRPfs4rppCbeAD3VotnQ9m3mxWy6H { 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) { #RwutBH64KG4NBFJ54QhzZy5UrazZTAhv { width:6.0625rem;height:2.1875rem;top:11.173828125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6hBBA6KPqLV5PW1cxuiW4XQt5XqJrlN { display:block; }
 }@media only screen and (max-width: 763px) { #l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 { 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; }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3.adaptive-delivery-prevent-bg, #l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3.lazyload, #l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3.lazyloading { background-image: none; }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 > .row .container { background-color: transparent; background-image: none; }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 > .row .container > .video-iframe-container { display: none; }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 > .row > .video-iframe-container { display: none; }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 > .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); }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 > .row .container { border-width: 0; border-radius: 0; }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hVhyT3uyoNWHavVHWaglLgE3iP10l2ss { display:block; }#hVhyT3uyoNWHavVHWaglLgE3iP10l2ss > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fHOsIVoI0T9yhNW6L0H3HLVQeLSLorZA { width:20rem;height:4.2246125rem;top:6.5888671875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILsqwblQiK1Vwume30ii2hu9givLv92l { width:20rem;height:2.5996125rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImQZtEx6mKOyrTLc3tAguzQmbNeb0t1K { display:block; }#ImQZtEx6mKOyrTLc3tAguzQmbNeb0t1K > .row .container { width:20rem;height:11.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zp20xXznzHiZzlQx90EzG9RzfTodADo5 { width:13.0625rem;height:2.11230625rem;top:2.75rem;left:3.46875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x11EyrCXxDuF90fmzya0aCiPMcXWS808 { width:20rem;height:2.5996125rem;top:7.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxCZvF4BAAHN68s36DmOFCv6C6QOxBbM { width:20rem;height:0.3125rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0TO0SXRvi7fe1HDS4vZ1VC18yRviTsZ { width:20rem;height:0.3125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlsupzXZaIJyeWld863O3d6lqVcVNwTr { display:block; }#UlsupzXZaIJyeWld863O3d6lqVcVNwTr > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hiUfheFNmX5O7k1vpDB4u3oHTZZVas9O { width:20rem;height:42.25rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnaFeMoInszrBXLAJToE3V7blwiFzzrl { width:7.375rem;height:2.6rem;top:33.9375rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GTcG1luZ8pBVJJZkF3vDxhJBrwR9zpEw { width:5rem;height:0.125rem;top:36.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfRdCuFMzXnmVNIAlbKXbyR9xxqC7432 { width:18.25rem;height:1.95rem;top:22.1572265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S17l9mqwntn7ozrwBgLJzrI1b3Gyamiv { width:16.9375rem;height:7.3125rem;top:25.419921875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bFHpANoPMkJLVs1bc8ErxxZ7osVQsZbG { 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) { #i1rElgwS6hOTky9n946Qtwx48myzi2m3 { width:16.375rem;height:4.4375rem;top:39.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFOQ1qVxm3e3kIrbrGyQTvFsrfiWysRf { width:8.5625rem;height:1.21875rem;top:40.5rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rrvHPGVgVvrd4JOb7XEkHZtS33eWXgOe { width:5rem;height:1.70625rem;top:41.9375rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #klWlFtGLfXqWpF76PA4pz28uK3GSwJOy { width:19.9375rem;height:19.9375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9o28tX4BnDlqkt9OsdIluBQ83SWBLWJ { display:block; }#U9o28tX4BnDlqkt9OsdIluBQ83SWBLWJ > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F9PdRAKOc3wUW06CA0NCAuwPXUsizZMW { width:20rem;height:39.4375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDfPmwp4AUy7E6XJ1o8GR2AgO4PwXT8w { width:7.375rem;height:2.5996125rem;top:33.625rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EHM6dqdofEXpefrT8sZMA6CK6GyuhiR9 { width:5rem;height:0.125rem;top:36.4375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #om5fZab6rNk7EFX86UfI49dBMicKFN66 { width:18.25rem;height:3.8984375rem;top:21.0322265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kffUG0k1VyyMU6Job7Sbe24suJk1gGA7 { width:16.9375rem;height:7.3125rem;top:26.232421875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I8tgru9KOdsvatv4xAI22peC5evF6lCT { 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) { #rUbdriDEhafSONQ2MrulDKXUe9MhOpeG { width:20rem;height:20rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h42tDo4DqB4lAr830MOePSTrBHDqFbmO { width:16.375rem;height:4.4375rem;top:37.25rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeGIuQKkeEKkuwf6kdxQDPi6EWZill5H { width:8.5625rem;height:1.21875rem;top:38rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dSJItp9HeTzQtcLI2FC6O9TfnUE25CV7 { width:5rem;height:1.70625rem;top:39.375rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fZQAc55BvCb8Kk6h5Q63Grw8wFzou6JX { display:block; }#fZQAc55BvCb8Kk6h5Q63Grw8wFzou6JX > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jce1mIeK7dMsPKSByv6Tkbceci8iX1vZ { width:20rem;height:39.4375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRPCcAG2bPAcCgC32UovWTT0cpDxykzT { width:7.375rem;height:2.6rem;top:31.4375rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VZCboNoLTdRTZyV1GxP72vwbsCUiAGvy { width:5rem;height:0.125rem;top:34.25rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF5BLCSk1g2sOcmqZowrE3cUOlwsuJb5 { width:18.25rem;height:1.95rem;top:22.1572265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sA5ZuUPzOV2cZ2VBBqEOJLITWWGkMI2M { width:16.9375rem;height:4.875rem;top:25.419921875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K9T5Eu41X3KNVHvr88LW2JKTTv7gFDF3 { 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) { #hzh4XaeyI6KzllVbOwxg3T02uIg6pZ5k { width:20rem;height:20rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbOThH8IEwXlPmkkRTpGOcbWFzMPtfv6 { width:16.375rem;height:4.4375rem;top:37.25rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQnUGwRZFr8Vt5T9gcMsT5GBshZAmeLZ { width:8.5625rem;height:1.21875rem;top:38rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lqtToQ1UvnaEBg2ApOeoDe79OSzKiC2s { width:5rem;height:1.70625rem;top:39.375rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I3WSOmBOBZSDcwQWVUtlRr187EtvoCt1 { display:block; }#I3WSOmBOBZSDcwQWVUtlRr187EtvoCt1 > .row .container { width:20rem;height:55.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9ZDWrq8qNslOUaM5dUTS0ctKDQZRi7O { width:20rem;height:48rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ror1Cs2gpDABg7rOD3JqkeWLsf5vUlLn { width:7.375rem;height:2.6rem;top:36.375rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kZ6lHo0aQ6WyVO1U3NMWtrRAuBuh7mO8 { width:5rem;height:0.125rem;top:39.1875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHw8eiVIc6WlUlLoxid8mXr96FDA7PfA { width:18.25rem;height:1.95rem;top:22.1572265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mdkvKOmBRGreyZAVAuR3tFsZKUZOzh4k { width:16.9375rem;height:9.75rem;top:25.419921875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pJm57CnVIi12Dqc5fNncp59zKWZcyLR8 { 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) { #zUU4XTsfeJzOauMbEL3xoQHZ2KODATWS { width:16.375rem;height:7.75rem;top:42.1875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHV3ZCSUXmVpTiELsSSXcwubA3TLTLnw { width:8.5625rem;height:1.21875rem;top:42.9375rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l67MV2KwURrpJ1A8nkAHVJrXZ65pvR4C { width:5rem;height:1.70625rem;top:45.208984375rem;left:3.15625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pwiIkC84WWqNs7E5yyeQ4R0MS28Ax67m { width:19.9375rem;height:19.9375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHFDoksLQZNvOuJdHdxs24kIGI4TqJRP { width:4.1875rem;height:1.70625rem;top:47.46875rem;left:3.375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z4XMvFJhu9BBqiQka15rn6XTn7BG1cB8 { width:6.625rem;height:1.21875rem;top:45.453125rem;left:7.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nNMRFXyzJNrHEkE9FscB4eSetSTeaM7T { width:6.625rem;height:1.21875rem;top:47.7119140625rem;left:7.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n9AGzJFhpvCFc4wnMvKpoUVNlH1quc5Z { display:block; }#n9AGzJFhpvCFc4wnMvKpoUVNlH1quc5Z > .row .container { width:20rem;height:58.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IlLILE6Q4675MeriiectOB3fUtvVnOQ9 { width:20rem;height:50.625rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3NOlM7RxJz3wtSlqOwQKv431qfSDeVU { width:7.375rem;height:2.6rem;top:33.9375rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oCNbOSl7ULd8SPOTradPCPKKEu3S8IMJ { width:5rem;height:0.125rem;top:36.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxzfGi2MIdoeAotFIVdG2kcZP8AqPSba { width:18.25rem;height:3.8984375rem;top:22.1572265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LaMVn6nTs0cf7lneGpmVZUAfEhgz0723 { width:16.9375rem;height:6.09375rem;top:26.857421875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nrRkcSVJFMMmoiHvDveMZng5KKNJ4cSJ { 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) { #GiJE5TEgmaT72ct6lZBGW6uIr1zSEhJt { width:16.375rem;height:12.8125rem;top:39.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRaKTmRVGLW6RKDDKnAeTOx4uE065ZhR { width:8.5625rem;height:1.21875rem;top:40.5rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ipira2LT9mhqzyTEdhMMuGTlUnSPeD65 { width:3.8125rem;height:1.70625rem;top:42.4375rem;left:3.03125rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ip0ItmzKE7n8RcQyQaUEuDEtpetV4f01 { width:19.875rem;height:19.875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk7xvTWIamCyQ0xyfHF6cKZOknmLgoGc { width:3.4375rem;height:1.70625rem;top:44.30859375rem;left:3rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u7VJZCD8RF89FETN0lfTZCOQPT8PJ1ff { width:3.5rem;height:1.70625rem;top:46.1396484375rem;left:3.03125rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tkyq9vxKMQB206Nwa3tpI2TZA47raWb4 { width:6.624rem;height:1.21875rem;top:42.6806640625rem;left:6.6865234375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cfzZXOc3f3rLpAJnoSgobQ320vde7gpw { width:6.5625rem;height:1.21875rem;top:44.5517578125rem;left:6.71875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HOWDbfaWs3Ksyz7TK0lbTN4OPEPipTX1 { width:4.6875rem;height:1.21875rem;top:46.3203125rem;left:6.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wfPx3rtKSXNAuKg2lBUFMq6Fh7H114Kf { width:3.25rem;height:1.70625rem;top:47.9052734375rem;left:3rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RZwTVvt8U5q86tPeh0NhJr8bqA2DnwiA { width:6.5625rem;height:1.21875rem;top:48.1484375rem;left:6.71875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nVNAwTy0uD0elI2xDeaZNXTdLigVl43n { width:3.4375rem;height:1.70625rem;top:49.646484375rem;left:2.9375rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FSm4k5Lhfk4chw5m3UvMdMwrInzobPmy { width:6.5625rem;height:1.21875rem;top:49.890625rem;left:6.71875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rO7FH9M54InPUzgyIh36stXRl8hl4PVc { display:block; }#rO7FH9M54InPUzgyIh36stXRl8hl4PVc > .row .container { width:20rem;height:59.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bsKz4Q9Ka9a4Br2xTIQxsTw5IGbc3OUv { width:20rem;height:50.6875rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddilr2ZBwmUa9OcrPZBpN5yBu2wTOvTx { width:7.375rem;height:2.6rem;top:35.8125rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TuNw93ePDeDsPE8cGw4dhZtX8osBfeDS { width:5rem;height:0.125rem;top:38.625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #plkTCMiZTwtNiD0AJy30s5riVhg3qkGH { width:18.25rem;height:3.8984375rem;top:23.4697265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mxQSGSCzIsZpNx7yTzFRpTIIfcTcwxKt { width:16.9375rem;height:7.3125rem;top:28.169921875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ti61ptcPB5P4UAsSCI33OFthFp32PKaB { width:17rem;height:4.875rem;top:25.7822265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oxa1NbLuLTu1TG9NJVQIr5y0nit1QL6K { width:16.375rem;height:12.9375rem;top:41.25rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgCbBewncfvG3D9h5nxtkHLKfWwUx13h { width:8.5625rem;height:1.21875rem;top:42.375rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NzaqvGOJp974V9L6SLMcRkC8L0yAZmHl { width:3.875rem;height:1.70625rem;top:44.625rem;left:3.15625rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PkBxNOvZkSNwGg8tszTIJIhWbfdpSssv { width:19.875rem;height:19.875rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u493CsxcGnipQMtbTXT4Hu3in5QFD6TJ { width:3.625rem;height:1.70625rem;top:46.3935546875rem;left:3.125rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KqxKuFpURRdkWLUusEshOpvpSbueLnEe { width:3.5rem;height:1.70625rem;top:48.1298828125rem;left:3.0625rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Wsb2RT6oN0TFJshFrJSyVQiG21RAyXFk { width:6.624rem;height:1.21875rem;top:44.8681640625rem;left:7.1259765625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VV2VEPgH7XT6Msc0WCceZnoMIIPNAVvc { width:6.5625rem;height:1.21875rem;top:46.734375rem;left:7.03125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AbT8uqPzgw8ITE6BR4WK2sRfw5JfkNiE { width:6.5625rem;height:1.21875rem;top:48.412109375rem;left:7.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S3U6eTkf1IWUsc31wuzuL3toTrZhtG6S { width:3.625rem;height:1.70625rem;top:49.833984375rem;left:3.125rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mdLIcodPvkEWBMl1RWbqUCLHuwBENTR6 { width:6.5625rem;height:1.21875rem;top:50.015625rem;left:7.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Pr8vpRpGC2oR0lAxCdo4QH6JtN2Pc9rJ { width:4.124025rem;height:1.70625rem;top:51.5400390625rem;left:3.09375rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L2JfIMpm7HhQBvg73E2DExgp0gfbbic5 { width:6.5625rem;height:1.21875rem;top:51.783203125rem;left:7.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d38kePnn8x3Kz9pOQn79nBJxxGTue7zS { display:block; }#d38kePnn8x3Kz9pOQn79nBJxxGTue7zS > .row .container { width:20rem;height:57.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SW268tZvETsifFXVtTQA7F2alvdKVwNG { width:20rem;height:50rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkCtVOXqk6qBUOUMrdEfs0hLI0OS5k4n { width:7.375rem;height:2.6rem;top:36.375rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BZonpqwKGs1tALlMxMNG1fvJizDLI3UT { width:5rem;height:0.125rem;top:39.1875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhT1lPTu8EHEyLZRcAwaqWnHuRuAFP5l { width:18.25rem;height:1.95rem;top:22.1572265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VuSJRzPcudyl4LwvD9JqkipmTvlBPMdF { width:16.9375rem;height:9.75rem;top:25.419921875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FP3UnX9UJeAODRbzmGD3g5GwIiKqU1FS { 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) { #bKziX7Vf5wurW083i1TgkwSUZmM7bxic { width:16.375rem;height:9.9375rem;top:42.1875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgRW6MBz07tqua8C3an6c1S805L3KWxt { width:8.5625rem;height:1.21875rem;top:42.9375rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Axq4DPXTV8bpr27TRcwiIlTWAVeaHeQs { width:5rem;height:1.70625rem;top:45.208984375rem;left:3.15625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bMTCtXqQ2yacolGZaTylUJyTAXMG3e1i { width:19.9375rem;height:19.9375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rg7vk4QdU5fgzMIfkc4gmpoRRvaEsKZF { width:4.1875rem;height:1.70625rem;top:47.09375rem;left:3.5625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZGpxV6ql2rDihpsqifaQcUbk3870eZMQ { width:6.625rem;height:1.21875rem;top:45.4521484375rem;left:8.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UTHcTxCffOMDRJE74PDBUHZmVfwq1CWl { width:6.625rem;height:1.21875rem;top:47.3369140625rem;left:8.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HGdPHWEpUiZoTptFLklAEuLgNLysfqzv { width:4.1875rem;height:1.70625rem;top:48.85546875rem;left:3.5rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vXIMw2T2mGoFx4v7NumuyiolAtzGvCIk { width:5.8125rem;height:1.21875rem;top:48.9736328125rem;left:8.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mRuRyIdniUeNZwRKb03NAWT8Qg0szULc { display:block; }#mRuRyIdniUeNZwRKb03NAWT8Qg0szULc > .row .container { width:20rem;height:59.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s4JvyQLekFE7RrhTfotObd5QbgQHFgwq { width:20rem;height:51.375rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVGeNUWMxuZO1niPUuKvfR1sGduud4Zl { width:7.375rem;height:2.6rem;top:36.0625rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w5i9fnC4R4T6FRiBqQq0mlx1NAFim4xg { width:5rem;height:0.125rem;top:38.875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmVsCggyamEX4fMm4XJ76olvPWJBy6UT { width:18.25rem;height:3.8984375rem;top:22.4072265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZXcfPwklMVqvBdLCO1f4T1CqZ4C3Tq6x { width:16.9375rem;height:7.3125rem;top:27.544921875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LUEr4qV4nvU96HGnFQEFkCwXxbKkp4aA { width:17rem;height:4.875rem;top:24.7197265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #biRx0UyiJLaEvTsJ7IzofJL9cybpLEQT { width:16.375rem;height:12.1875rem;top:41.875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzFWmeN58GkegE8oQzPJTGheObAmFtow { width:8.5625rem;height:1.21875rem;top:42.625rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S9484ATRExpc6F93cXoCST80L1oEc9aF { width:3.625rem;height:1.70625rem;top:44.3125rem;left:3.125rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qfDE4OATHwCholm2KrXTMZ9etp4Zwce7 { width:19.875rem;height:19.875rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQnUhvw3tvKngI8qi0JlCrA2y676KdBv { width:3.3125rem;height:1.70625rem;top:46.0185546875rem;left:3.0625rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RsaiqV6uSL5RXFXGiW1uhdEv5XCDMZXg { width:3.6875rem;height:1.70625rem;top:47.822265625rem;left:3.0625rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Cx7JJzwywOipoDUfiUrKZ4yS5brWMskQ { width:6.624rem;height:1.21875rem;top:44.8056640625rem;left:7.1240234375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O1aRnzX2evr6mSRQrcQV8LzqALErhTUK { width:6.5625rem;height:1.21875rem;top:46.44921875rem;left:7.15625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LXWtGumXm9Lk6EdZIgAIuDCIIHi6vXDG { width:6.5625rem;height:1.21875rem;top:48.2470703125rem;left:7.09375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pSZcO6FOR7qeXBJqzMDSkvWCpKwWWDLD { width:3.5rem;height:1.70625rem;top:49.552734375rem;left:3.125rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BfahO2Uq6CMDwBW8LwgWnBTEEK61D8gE { width:6.5625rem;height:1.21875rem;top:50.0908203125rem;left:7.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yhi9ihPsbyI45tzqmTDe5b6cbTp48xDX { width:3.3125rem;height:1.70625rem;top:51.3212890625rem;left:3.125rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S5oBW15uM2JzokgG3bBtE0K0uf77JTV2 { width:6.5625rem;height:1.21875rem;top:51.814453125rem;left:7.09375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zhV6p2utQqsTioTA9VUzvFkG3UD27pNw { display:block; }#zhV6p2utQqsTioTA9VUzvFkG3UD27pNw > .row .container { width:20rem;height:59.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ScLBbfcFqVrpc7OvHClDv6GeG62M0ReW { width:20rem;height:50.0625rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKWKzq3mg2lFXmDAW6hp4fP3TtOgHaKE { width:7.375rem;height:2.6rem;top:35.6875rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #At58mBUdemGqlhSMAe2MqmTexEn4poQy { width:5rem;height:0.125rem;top:38.4375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBt67KDNAbJXuDm7OJDw2myaPiFCc3Ne { width:18.25rem;height:3.8984375rem;top:22.1572265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gbsAszAGP8axbbRqyxxRyFTZHTTz7DQ4 { width:16.9375rem;height:7.3125rem;top:27.169921875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qeKr3kCpTKAhvxhlLW4EvuHg8T4QHokZ { 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) { #HKTlnig6tVXTwS4cTRWrH1vmfrl4AdCw { width:16.375rem;height:12.375rem;top:41.5rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g16kFXSaTiVlLyInElOJSEGiwULzzPBB { width:8.5625rem;height:1.21875rem;top:42.25rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rF9sW1hEDDebT5n6f5TSraWTlapgniTM { width:3.3125rem;height:1.70625rem;top:44.125rem;left:3rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kLlX6hlW0A4BOUMmlqgcXGftZJxy5nWr { width:19.875rem;height:19.875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTppXdkUxAp2TfFXuak8Dn6TntAzfPH4 { width:3.5625rem;height:1.70625rem;top:45.8310546875rem;left:3.0625rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HpgZwonHDS7LsBd7OIZu3BrmdwDoiXsr { width:3.1875rem;height:1.70625rem;top:47.537109375rem;left:3rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #glpBROpisT82StNAEXTmxbOtQFkICzml { width:6.624rem;height:1.21875rem;top:44.3681640625rem;left:6.6865234375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FU6iP233d6KmWnHrH0aA8lQdzhBHPROi { width:6.5625rem;height:1.21875rem;top:46.07421875rem;left:6.71875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uhSZSoWEgIZUq57bJVk5MlnkRWh8ad9S { width:6.5625rem;height:1.21875rem;top:47.7802734375rem;left:6.71875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F6GubCwUp5xSvcCZVwxcnJqt41x6M9nm { width:3.375rem;height:1.70625rem;top:49.2431640625rem;left:3rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KsTzAg8Q2PweHNu8aZ4t7HZJbSvAlTMy { width:6.5625rem;height:1.21875rem;top:49.4658203125rem;left:6.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L0FyT6hytz1qZdp029ogcn6crNnsTvcH { width:3.3125rem;height:1.70625rem;top:50.896484375rem;left:3rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pWcoSZ9NI6WWlONwWdgGvs7xlyQomCkF { width:6.5625rem;height:1.21875rem;top:51.203125rem;left:6.71875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vvxGGxT7esebdDQUXNOX3xqMakJIbvbB { display:block; }#vvxGGxT7esebdDQUXNOX3xqMakJIbvbB > .row .container { width:20rem;height:54.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lf3TBQsygmr4P6tbmHVJSoB894pHrNxd { width:20rem;height:47.8125rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1d0Ta8BEnPLyurwRTg7QrMi1n87kSzA { width:7.375rem;height:2.6rem;top:35.4375rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J8PVXZx61sz3qIHXXHJokEQVPeEchERc { width:5rem;height:0.125rem;top:38.25rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKBI9GcntBUvMKbuzw17ODBIxNNLD00Z { width:18.25rem;height:3.8984375rem;top:22.1572265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kx2PasRU3c00qkeLoTW5h2P7273P5Tmt { width:16.9375rem;height:7.3125rem;top:26.919921875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aqVQz8qHgxTQKTW1KmHT4PupvcIBZH6o { 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) { #vZcIJ9CKS7OFkzILmEC367qbwvNdTna1 { width:16.375rem;height:8.625rem;top:41.25rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2TXefn7ovgiqOdmLBmwl8TyOd44iVLM { width:8.5625rem;height:1.21875rem;top:42rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lP8qxZgNv7wBECiFCNpe7RWMcWhqocQW { width:3.6875rem;height:1.70625rem;top:44.0625rem;left:2.5625rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kO61uT7Eq1kCHNxNBlkyFNDzFDJ7Fwo0 { width:19.875rem;height:19.875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9oaKblTTuVElFHw4qmCfTbNHvnk4pTT { width:3.375rem;height:1.70625rem;top:45.6533203125rem;left:2.5625rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sRgWs8iZWlD4t3DguNSWrB8SCgbdF8bf { width:3.5rem;height:1.70625rem;top:47.3876953125rem;left:2.5625rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ssizscu88lS0h3CiAgMLi430z401AAWk { width:6.624rem;height:1.21875rem;top:44.2431640625rem;left:6.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Jw2U7ksTIhswyoxN44qS9sKzbhSium8O { width:6.624rem;height:1.21875rem;top:45.896484375rem;left:6.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UeTyFiaC7Bt60dgvQTDPfrRskcmvDQcn { width:6.624rem;height:1.21875rem;top:47.630859375rem;left:6.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hWRILqCc1xxDrogXMivElTZw2TixaIBz { display:block; }#hWRILqCc1xxDrogXMivElTZw2TixaIBz > .row .container { width:20rem;height:59.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ogm92sD4XAqLMJ1gW8hQhkT0ABDV9PST { width:20rem;height:51.875rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3NGZTDVKHfFsAOz85Tm8sP7tLKBOT33 { width:7.375rem;height:2.6rem;top:33.9375rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VtqL8HgT0oKZ2IXnX0VGkRQ8TxITXLRT { width:5rem;height:0.125rem;top:36.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIvF8ErwcgU40u0QExozOaKWTMpB49Rf { width:18.25rem;height:1.95rem;top:22.1572265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uEQ6mIWnTUeHi65Slkc4ZEw7oUxAbTkx { width:16.9375rem;height:4.875rem;top:25.419921875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ULMyOFFbkmQnV1Lo7sPJmWL0Iq832yWZ { 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) { #rL5oszmlinL4aWrmmFLEJasDtNAq0xnZ { width:16.375rem;height:12.8125rem;top:39.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rP2BaNh0FnX091HZ8sGaq8MiFgwZ1BbC { width:8.5625rem;height:1.21875rem;top:40.5rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iOyib25am49iOIFRmT0zBflTgWi37nNP { width:5rem;height:1.70625rem;top:42.552734375rem;left:3.5625rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #silXBToBWpfCHt7RmkncIoszlo2Ag8aq { width:19.9375rem;height:19.9375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoKvDXFQ6TQnVJqhguhtui7FJ8CdeCy0 { width:4.186525rem;height:1.70625rem;top:44.3837890625rem;left:3.5625rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l0c0rVxPFQ9bueu0wBD31pNrSdp8qGMX { width:4.186525rem;height:1.70625rem;top:46.4599609375rem;left:3.5rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U33pk1ZD3vT0TNo1UzpkAMhIgt36tLLV { width:6.624rem;height:1.21875rem;top:42.796875rem;left:8.1259765625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uvE8zAn427XtAxZDKbFcJ1cyHCJNQIFV { width:6.624rem;height:1.21875rem;top:44.626953125rem;left:8.1259765625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R6SlSZisArepDkpvTh7LLWCt5P4ww654 { width:6.624rem;height:1.21875rem;top:46.703125rem;left:8.1259765625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A6TLwiMACtgs54Tvf0cCqW9TkE1aTzps { width:4.186525rem;height:1.70625rem;top:48.3974609375rem;left:3.5rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IbVdVxAkAbOsEmUZaA3C5D4tNz2MOPcQ { width:6.624rem;height:1.21875rem;top:48.640625rem;left:8.1259765625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VT2mgUNWwvhl8VTT31hMoW888p1COEPM { width:4.186525rem;height:1.70625rem;top:50.240234375rem;left:3.4375rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JQRdaSSc6Rw7m9T1M89ahoMyKD0N57kH { width:6.624rem;height:1.21875rem;top:50.4833984375rem;left:8.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SuBnUZJgKVwybtE41VrF0AuAOiayA75a { display:block; }#SuBnUZJgKVwybtE41VrF0AuAOiayA75a > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UIUrJ48cN1teFCrbLyKi8hCbcTHPsPw8 { width:20rem;height:48.875rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTqCNwfODZ0iEBD0NVJxeCe6EoTTZHTG { width:7.375rem;height:2.6rem;top:33.9375rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H6KotEwl8u2nxTkU5csDIdGO3iQWbcDB { width:5rem;height:0.125rem;top:36.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdtAhCcPQMlPSownpygzbM8VqOwKFXy9 { width:18.25rem;height:1.95rem;top:22.1572265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z3bM5nQvDXBRlu1ndFI42vx5NwF4DUTH { width:16.9375rem;height:6.09375rem;top:25.419921875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tShM8zX3EmoWg8ysX44TKr7Qzk3f57vf { 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) { #dc4ZLMrVzkaD7MgN0QPWoTCZczS6FNPf { width:16.375rem;height:10.9375rem;top:39.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgv5p62JOQSIXSrcAlFTHgEkI8lc8pcw { width:8.5625rem;height:1.21875rem;top:40.5rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ora48PdpDTn5LSfoDAdVpyw1it2iglhG { width:5rem;height:1.70625rem;top:42.5625rem;left:3.15625rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QeLJPMBcs7O7hfzn4mH6pGoqxMS72M1S { width:19.875rem;height:19.875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gC8wcJeTf4AzIJacs9uafuDKFtFscAhe { width:4.186525rem;height:1.70625rem;top:44.4560546875rem;left:3.15625rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p6zTaZJbTUQUkV1JFefhpmGdhV5kVK0S { width:6.624rem;height:1.21875rem;top:42.8056640625rem;left:6.9990234375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M03paVHv93N4TxdBUP1tKCE8ng6NsUFG { width:6.5625rem;height:1.21875rem;top:44.69921875rem;left:7.03125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fRuCzN0iMn4VtzpsTM5krGqV55kIPGgJ { width:4.186525rem;height:1.70625rem;top:46.380859375rem;left:3.15625rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pOKeDDED5yxiqeJs0txwnF1m4C9RwtB3 { width:6.5625rem;height:1.21875rem;top:46.6240234375rem;left:6.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NbDukRhdvebzupz0GeCdTGmT6bQytSrT { width:4.124025rem;height:1.70625rem;top:48.1591796875rem;left:3.09375rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CQOlJSV4e6UXo5prHdAfI5vKueidGlLs { width:6.5625rem;height:1.21875rem;top:48.40234375rem;left:6.65625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T4WnKBREKcOsPnktrq9dIn4o0affcLIS { display:block; }#T4WnKBREKcOsPnktrq9dIn4o0affcLIS > .row .container { width:20rem;height:59.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vzepMIGchvXxed6dhLb64hnKM03lCGpG { width:20rem;height:51.625rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEI7rDbMIWDt56dqoov0FuyTQ5T8HLRO { width:7.375rem;height:2.6rem;top:33.9375rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b4ekyNynlMeGPQRLJAPXgDyCXBxt8Tg3 { width:5rem;height:0.125rem;top:36.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9VFTAAEb3pkAI8MA3lAcDJ2A2az0W6b { width:18.25rem;height:1.95rem;top:22.1572265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qvJ8yZdPT0re9iFkh7prduJ7nIRxKPLg { width:16.9375rem;height:7.3125rem;top:25.419921875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cHw62FB32bDPphCUddlPBLPVd95agkp5 { 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) { #RfANTgJkf1ywybghxxFpLKXrXDfHpVCv { width:16.375rem;height:14rem;top:39.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoHk0VfbU5bOETwbqV4q1e6W0nca72Ox { width:8.5625rem;height:1.21875rem;top:40.5rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e5DudEs96lVilgD2wtZsXBUAQSDBMAiO { width:3.3125rem;height:1.70625rem;top:42.8125rem;left:3.15625rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uQcbd1qBfNf0KHaaT8oNb6vlDItwF9rn { width:19.9375rem;height:19.9375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAUtTTfpduS3KWSVKsuq6PKwuShcHnu5 { width:3.5rem;height:1.70625rem;top:44.7685546875rem;left:3.125rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zN8NHaHTkN4qPt1zeVMos1ha8leR3FGw { width:3.375rem;height:1.70625rem;top:46.8271484375rem;left:3.125rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fV5hVTbNRWxTSQMrw5gsr2vEo2uf1TGc { width:6.624rem;height:1.21875rem;top:43.0556640625rem;left:7.1259765625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ava2PxWxF3UnSFeWppL4vOUc8fDfPRvI { width:6.5625rem;height:1.21875rem;top:45.01171875rem;left:7.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dCTzTv2FPqCmsZrI54OftWRLJtSWv5Wd { width:6.5625rem;height:1.21875rem;top:47.0703125rem;left:7.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HTLLB4D3dWnfV3DKo23bRQoaSpnTT3TQ { width:3.5rem;height:1.70625rem;top:48.7216796875rem;left:3.15625rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MMxrXiXlcSc6eCD1MkX0xMJAoBEtRoMc { width:6.5625rem;height:1.21875rem;top:48.96484375rem;left:7.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SkXKWEwgURiN32cXTZDL1mdnBtBph9qe { width:3.5rem;height:1.70625rem;top:50.6376953125rem;left:3.125rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cClxJ347dPndlD35exgyPT61zqnBUoZI { width:6.5625rem;height:1.21875rem;top:50.880859375rem;left:7.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hEWb8XkJJFvxwgwOzqs3GEugu96LucRm { display:block; }#hEWb8XkJJFvxwgwOzqs3GEugu96LucRm > .row .container { width:20rem;height:59.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DxXezOE0N5MNLI3JJ8p8h1sgTcN7UZ6o { width:20rem;height:51.875rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mte8gTT6QsToI2ErAkX8waQCc84m9HGh { width:7.375rem;height:2.6rem;top:33.9375rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L1xEOEixUgadNGdNoZD5WuWdCAqMJfV9 { width:5rem;height:0.125rem;top:36.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssT9xsTucGMmZX3TT5WFhpo8Obq3Zatx { width:18.25rem;height:1.95rem;top:22.1572265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q0RsUAvXQa6m7M9wC0UxVHbCG3ZDk8tX { width:16.9375rem;height:4.875rem;top:25.419921875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AzWWTIAbSoGCSqKZA22hB5TuScZ0rF95 { 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) { #tTmiTmvWSqfZ0VHQhCsT8hkv7VT43nNM { width:16.375rem;height:12.8125rem;top:39.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxl1F9NlBozNd8bfRVE3RAHPpTiRe5Ny { width:8.5625rem;height:1.21875rem;top:40.5rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZgBRZIIOAL6ofo6V7ULN1yq3fHgIt44U { width:5rem;height:1.70625rem;top:42.552734375rem;left:3.5625rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Wvb2Ees822DTwL4dpKTbPsIxuxkyxQAg { width:19.9375rem;height:19.9375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIhodZXGM1N1WxIs1DAHZepQ8r96OCt3 { width:4.186525rem;height:1.70625rem;top:44.3837890625rem;left:3.5625rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KHk4UpOuWK8301f1BpkG8fWDubyu4bCE { width:4.186525rem;height:1.70625rem;top:46.4599609375rem;left:3.5rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wOIQJg5kbtkxAwrT6lf1zP2vWfCnfVyE { width:6.624rem;height:1.21875rem;top:42.796875rem;left:8.1259765625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ImMIh001hKBLxgxOaTmGDCIVsfMPrzno { width:6.624rem;height:1.21875rem;top:44.626953125rem;left:8.1259765625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uLGItOv9QCUAU8PxALX4kJoVmxAVnB7Z { width:6.624rem;height:1.21875rem;top:46.703125rem;left:8.1259765625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D0lmGN06bsCbwUTeOVqlg6cxT8ZzDI7p { width:4.186525rem;height:1.70625rem;top:48.3974609375rem;left:3.5rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wKSEiMx9Cv8bQDTy9MlS2XFoToTdnO4y { width:6.624rem;height:1.21875rem;top:48.640625rem;left:8.1259765625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uv7TpOmaa2sT41hLBXeXuJ9reHcSrLDt { width:4.186525rem;height:1.70625rem;top:50.240234375rem;left:3.4375rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GRKckKbZR6QmkRhihGqmNJtNsxJPHESR { width:6.624rem;height:1.21875rem;top:50.4833984375rem;left:8.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LMnrhDmqi3RJT0ssgtCmnZ5zXhwlCOGN { display:block; }#LMnrhDmqi3RJT0ssgtCmnZ5zXhwlCOGN > .row .container { width:20rem;height:58.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nbeNNK6srhV4XsOTGwH40vlbPm5t4vKU { width:20rem;height:50.6875rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5MhrWctUBafnlkZlLo1BguOaHiaUxdp { width:7.375rem;height:2.6rem;top:35.4375rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DNmsytwZnN7zn07kpP1mTPqb89kKZeK6 { width:5rem;height:0.125rem;top:38.25rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4dS9tvnTlGAnCtXZm4TxlUiiOSslo0k { width:18.25rem;height:3.8984375rem;top:22.1572265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fNp4msCbo7Sy6oOWt5aQQ2CGqO5mmEE1 { width:16.9375rem;height:7.3125rem;top:26.919921875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ok99C2nxEsV0pmJKoknUuRrkZ2LEG5DF { 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) { #pMO95GbwgHPtaKSkRAeBO3x8LHvLKAZb { width:16.375rem;height:12.0625rem;top:41rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqk5A3vkWXmEViqN8HHG7lAfSZDye5eJ { width:8.5625rem;height:1.21875rem;top:41.75rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cm0HGWqw1UfkKxWAibB3P6qNMw5uLV6w { width:3.4375rem;height:1.70625rem;top:43.46875rem;left:2.875rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zreLDpLHBN0zTwCh58VusvzuMmGXhdrK { width:19.875rem;height:19.875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uADvWEmGoICvpXgXSdoG7dRDLFQS2foK { width:3.5625rem;height:1.70625rem;top:45.1748046875rem;left:2.875rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Gaa8LlEDMXJvzTGyvnIg4RKLCBvRbh1y { width:3.4375rem;height:1.70625rem;top:46.880859375rem;left:2.875rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TJiWLukKICF7wTddwRsVlb7UN34ddUAr { width:6.624rem;height:1.21875rem;top:43.7119140625rem;left:6.9990234375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XLnSIkaWWF3LwNQLIteJmus64aEQ3fKA { width:6.5625rem;height:1.21875rem;top:45.41796875rem;left:7.03125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TOlx91g1VE2HIO72NxiwReBJOvdeO89l { width:6.5625rem;height:1.21875rem;top:47.1240234375rem;left:7.03125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iRdw98cIBcOAWnFN7qmXSCT4hthOPRTe { width:3.375rem;height:1.70625rem;top:48.5869140625rem;left:2.75rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o0VGfnxkg62s5HVao7DFsiSf0uPKo35A { width:6.5625rem;height:1.21875rem;top:48.8994140625rem;left:7.03125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gt6OT4FgX6VMThAP8RIqOy4bqJWbMctq { width:3.5rem;height:1.70625rem;top:50.29296875rem;left:2.75rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vTLyrT2mn9UIbkT5tTJqvEVMMgN4fSEn { width:6.5625rem;height:1.21875rem;top:50.5rem;left:7.03125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Qa0Sq6ClLwVrHRH57wiTOx5PtTPpZp5p { display:block; }#Qa0Sq6ClLwVrHRH57wiTOx5PtTPpZp5p > .row .container { width:20rem;height:58.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lBiJ73r5c4BWdtHgBfDn5HOGpUhTVp9J { width:20rem;height:49.875rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyuSmk96vqoqESGQnVK28rNniJ5pOwiU { width:7.375rem;height:2.6rem;top:33.9375rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kh4E1S8QOmUCiL2bHxQepbZKyARpG62V { width:5rem;height:0.125rem;top:36.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wc4bSFtdamcAbpLDxiQztTKtEu3whTiJ { width:18.25rem;height:3.8984375rem;top:22.1572265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OXlg74MlesL6ylRdvqP5Tk7ThU2vczOF { width:16.9375rem;height:6.09375rem;top:26.982421875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wS1cF26XGx7lzMFwBGImodq30D3FTMDe { 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) { #guNfLT0vzQn4m30TyzNVtuez8zhqc616 { width:16.375rem;height:12.4375rem;top:39.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V021rLDV7TzRfHG8fwK01neqRExAuepW { width:8.5625rem;height:1.21875rem;top:40.5rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UdkCDy8xazMi2yzxpFsXb8ExVJ7PxKTc { width:3.625rem;height:1.70625rem;top:42.4375rem;left:2.75rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H9kOpBfLJNRhv5MnTlQ4xABOPVoLPC4p { width:19.875rem;height:19.875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT7idgZSS7cenRq4P7y0k72s4e4wGFUh { width:3.4375rem;height:1.70625rem;top:44.1435546875rem;left:2.75rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QgfRfspCRa1uTnTRoc2nBFWpCfyJKAcz { width:3.0625rem;height:1.70625rem;top:46.0146484375rem;left:2.75rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RiLJplcPzLINpgTqVnet2dGsfrdfIKlz { width:6.624rem;height:1.21875rem;top:42.7431640625rem;left:6.7509765625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #esABWhxATdThwBhFBeLe9eouEPOOI5gL { width:6.5625rem;height:1.21875rem;top:44.38671875rem;left:6.71875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MP42pr6CGs5rOEc59LN4xbvnOg5KccPq { width:6.5625rem;height:1.21875rem;top:46.2578125rem;left:6.71875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z7Ow3FeNHgNXV3LyzbmZo5kJgeuS30NE { width:3.625rem;height:1.70625rem;top:47.845703125rem;left:2.75rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zzpxTCMyKGVMgcnM2h7hLuJZQPmMJJCa { width:6.5625rem;height:1.21875rem;top:48.0888671875rem;left:6.71875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pMsm39lRGXB12NTIpfDcsET4gAe4WBaG { width:3.25rem;height:1.70625rem;top:49.7158203125rem;left:2.75rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d3r6KTdstPsaOTuksDV2hgwRAeLqrDVU { width:6.5625rem;height:1.21875rem;top:49.958984375rem;left:6.71875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P1bo42silqusZTciK0kN73IuQHTPVKsH { display:block; }#P1bo42silqusZTciK0kN73IuQHTPVKsH > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EpdPKoxhHI0IRWHb9cmtxopQEr0to4SZ { width:20rem;height:48.875rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBOLNT0TWxflX8DBhXwpz4Qw0KUwKH1w { width:7.375rem;height:2.6rem;top:32.8125rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bMm2oSJIVADWil4OGeqWTEZyMslm3tbT { width:5rem;height:0.125rem;top:35.625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6ZzTNu2r8uIaPEI2fUgloGynf6DnRM0 { width:18.25rem;height:1.95rem;top:22.1572265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wGbDSQWyD79ShfQTm130gTKldn2EdtkI { width:16.9375rem;height:6.09375rem;top:25.419921875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y7avJsonB53uCDIZxWmu6f0gc0OQrBnu { 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) { #uTK1W2bkvDw9nZGG5kxixdidIy3MNnyM { width:16.375rem;height:12rem;top:38.625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxEubt1lCuFMcmQ55BPFyPnwSfLi8O4U { width:8.5625rem;height:1.21875rem;top:39.375rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q14av7t8tCZ8ZxeyfCUT14AlI4pBd8pw { width:3.5625rem;height:1.70625rem;top:41.25rem;left:3rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y5gMH5PtgTzx6vD2krL8dh6Ztm6z0qxD { width:19.875rem;height:19.875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcLarrl0sKBqv2BxkzvFuvZMTrp9xoSg { width:3.4375rem;height:1.70625rem;top:42.9560546875rem;left:3.0625rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P8oPzTI0SiNQORgDVTDHWyv6vRyfLi8a { width:3.5625rem;height:1.70625rem;top:44.662109375rem;left:2.9375rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KCQ2imgDMUyAV0AdTOWguO9rfchE8hak { width:6.624rem;height:1.21875rem;top:41.4931640625rem;left:6.6865234375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m1VPV1HGz05n06IkKpFZRsEFX9pcXlHL { width:4.875rem;height:1.21875rem;top:43.19921875rem;left:6.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X7BmwydDBTzGlTluP9yoSGN7MBf4Nlbz { width:4.75rem;height:1.21875rem;top:44.9677734375rem;left:6.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lGazMisJtZbBu11JeLaZXOb2WgNsSF6X { width:3.4375rem;height:1.70625rem;top:46.3056640625rem;left:2.9375rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wXxtslngTkh3v1eKQbGdfyF3u3vKbc5S { width:5.0625rem;height:1.21875rem;top:46.6181640625rem;left:6.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wU2PG3CDeOgMRnLoKwlDVb7oLzD2ezuR { width:3.5rem;height:1.70625rem;top:48.01171875rem;left:2.875rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E0JFr9LIkwwFPvcxUXTfpS5MDBRxTG7c { width:6.5625rem;height:1.21875rem;top:48.2548828125rem;left:6.71875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ihQDxalUyolULZTVI1gT4Rwm2BFTn2F6 { display:block; }#ihQDxalUyolULZTVI1gT4Rwm2BFTn2F6 > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mWMv4xFesCXPa9irCuyoSUOHqgKn4Sqm { width:20rem;height:42.25rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8H5EJuSxpLZZxvtIn4IhXpk07uOc6KZ { width:7.375rem;height:2.6rem;top:33.9375rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RKCGmnrZIahfcq25zN64316MQOSw8OL5 { width:5rem;height:0.125rem;top:36.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXysHRfSiwZw2sTUewBOgIW0wNTDwsR8 { width:18.25rem;height:1.95rem;top:22.1572265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tXH0DXnDncCUx56ZI9LxVvrFzwC74a9e { width:16.9375rem;height:8.53125rem;top:25.419921875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GrEcgW783fbGXXosGUhr0KWAHTAyXhl4 { 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) { #ZIlItkqTvhgIXw2oFBAIl1VeI7NJM4FJ { width:16.375rem;height:4.4375rem;top:39.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrWnqXyntNFvLR9NJqbgxk18WSkrpiVz { width:8.5625rem;height:1.21875rem;top:40.5rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wBtsFTkd2SsEmEHzz5mCO1vQ5286sRKL { width:5rem;height:1.70625rem;top:41.875rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iKrLbVqv18171T65XzFQMJoKLt8WsVOK { width:19.875rem;height:19.875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRNzymfx5SrnfVAasDkThueEgBeWlnrR { display:block; }#JRNzymfx5SrnfVAasDkThueEgBeWlnrR > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ebyUoX8aIIMlxnqoZ0bOHxDMBffcThF3 { width:20rem;height:46.25rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Df1bqUTaVNCy0PuWi08hL9PsZPFPgOsn { width:7.375rem;height:2.6rem;top:33.9375rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R5x10VOuEZUnwI1KC1DWVdoLQEPX1Sy1 { width:5rem;height:0.125rem;top:36.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLHQ7LhQvPsC5Gt9dofVkZr5d9Tn3pm5 { width:18.25rem;height:1.95rem;top:22.1572265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m6Hk4tJ77qDIl0MWlNJvnhT1hHabbERg { width:16.9375rem;height:7.3125rem;top:25.419921875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wz7XuTsEaaBgcVGJTro07VVfEXfRxqzl { 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) { #xrlHqKdy0674osgmVQri0Bnb37sFUGQf { width:16.375rem;height:7.4375rem;top:39.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8CWdyK26sW8WdOQ0VAzlrrwm5n9MOru { width:8.5625rem;height:1.21875rem;top:40.5rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ygeOgWIOG7LAO9HuizzTmasJzzcb2tds { width:3.5rem;height:1.70625rem;top:42.5625rem;left:3.15625rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #btAKieBPWO85W7EAaPi0KLnqqaRTDB8v { width:3.8125rem;height:1.21875rem;top:37.40625rem;left:8.09375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Va8Xzgh1dcRwZlMhiF74piT4LBPa6pKk { width:19.875rem;height:19.875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOd1mdzkK343h1T2sQ5pRnnuWses63bP { width:2.9375rem;height:1.70625rem;top:44.2685546875rem;left:3.1875rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P1fRqB9yQsvOdQ3GP2vCXToHxcMAaAs7 { width:6.624rem;height:1.21875rem;top:42.8056640625rem;left:7.1259765625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uVQckeWDp6vJZpaKhktpeKvkcl8qWMvm { width:6.5625rem;height:1.21875rem;top:44.51171875rem;left:7.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wTrxzHoVtVByKNXkyrke3xrsp9Uss05f { display:none; }#wTrxzHoVtVByKNXkyrke3xrsp9Uss05f > .row .container { width:20rem;height:49.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Uit54lc5U4zafAOlNN11POTRVIJzs7a1 { width:20rem;height:42.25rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lB7u1GP7beJJzHcNVdkUnuZw3Jc3ozzC { width:7.375rem;height:2.6rem;top:33.9375rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ffuMBRwBdSUpSk9mrVokCroW4oNdSqQP { width:5rem;height:0.125rem;top:36.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #owBl1vmpE34WPFJsrVJbKmqkNkSqrbNF { width:18.25rem;height:3.9rem;top:22.1572265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gwX3vQJrFlXnASciwLb8XHTl6SkOns7c { width:16.9375rem;height:4.875rem;top:27.044921875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B2owhw2F1kPwZgufoXUrl6qfE2xHWkH1 { 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) { #P9qeZvS6IH0coTNsctEqasVzKcDRecqi { width:16.375rem;height:4.4375rem;top:39.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPupQQOWNA8vJTo1fX2ML5Dqs7XUiILG { width:8.5625rem;height:1.21875rem;top:40.5rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iUTVbnT6XnNomAmaQnPMlq5eQwmNxBy2 { width:5rem;height:1.70625rem;top:41.875rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DUuNgMShK3uF4IvUBDMGx03zytQrLMWr { width:20rem;height:20rem;top:4.5322265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrUbLPH1vyfamT77Sp54i9puDJ0r66O3 { display:block; }#zrUbLPH1vyfamT77Sp54i9puDJ0r66O3 > .row .container { width:20rem;height:46.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DAtLlZgSmJUqCaza5nNNmA7mzbKduqhe { width:20rem;height:39.3125rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD0EVW0TdME1PVUbzX5lGwVxFThyDEhO { width:7.375rem;height:2.6rem;top:31rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OfpnkhzDkqcWK3V9xgIt3Vk6xHIhUTu4 { width:5rem;height:0.125rem;top:33.8125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfFgMEORIbcPvkt5H7s5Ty699v5bpLnt { width:18.25rem;height:1.95rem;top:22.1572265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vemtmIr9qO9CCGOLCxv5UZIvMzKozpIA { width:16.9375rem;height:3.65625rem;top:25.419921875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a7lRlQv6vvC4tzUXBkLBwhqXREiMKPm2 { 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) { #LCcg6H51T1WGZSsgpzsiiTMfsdr7itlA { width:16.375rem;height:4.4375rem;top:36.8125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PShQVlQmiRpqePA9gXRO4VM05ntPT94C { width:8.5625rem;height:1.21875rem;top:37.5625rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yzOg7NRGCzIVMZRfUKzhhswcSEU6X6M2 { width:5rem;height:1.70625rem;top:38.9375rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ETC8BXXikV7CfPSNv5Tx2TIUfkWPMHTw { width:19.9375rem;height:19.9375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSAyU6cG6XyXREnyKcP87XGOmA6BJnDc { display:block; }#DSAyU6cG6XyXREnyKcP87XGOmA6BJnDc > .row .container { width:20rem;height:12.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kO4dGdrItFr5GZusMif3671NUveNWRLl { width:20rem;height:2.1125rem;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:5.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXLz12Rw3QmIbs20aMQ9xUIkTIfJqLJh { width:20rem;height:0.3125rem;top:7.8625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCG8nMeOgAGN4bAOe8k3gvUHh1anOcXN { width:20rem;height:0.3125rem;top:9.425rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2NN0SHWgRLtO8tB5aJQIGyXqtMh0dCr { display:block; }#p2NN0SHWgRLtO8tB5aJQIGyXqtMh0dCr > .row .container { width:20rem;height:57.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ueIzSPWkHtcT25Htfbwy3EfTlfKLhwMz { width:20rem;height:49.6875rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #diLkUUPuCOCBopHXD1odQTsSC4sx9VK6 { width:7.375rem;height:2.6rem;top:33.9375rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X0yq736skl2t4iaXncroU5EowsJkzDWQ { width:5rem;height:0.125rem;top:36.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbxbJmTG7Ocg2OAuDgSWWxCgxSJeyo7o { width:18.25rem;height:1.95rem;top:22.1572265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PA6u29paeWxen2NWA42aricx4QO4A3Qi { width:16.9375rem;height:7.3125rem;top:25.419921875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GRzJTos3obZZgTAnl9PfUiRPNC9rZUyN { 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) { #p24pBX0J6oHx6f0GecnWUTI6a06dIU6y { width:16.375rem;height:11.8125rem;top:39.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NC7J2zba8H575LSCrMok7VLSGbxD0Dia { width:8.5625rem;height:1.21875rem;top:40.5rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UUvKbHbhk4EbQgxce4RGfphqQPn5GTkn { width:3.5625rem;height:1.70625rem;top:42.4375rem;left:3rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NfKiNLsfb2Vech6frcSVLrR8uEXZxASW { width:19.875rem;height:19.875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qdk5OUrii544C3OZqyPaG3zxUbVBvdIH { width:3.5rem;height:1.70625rem;top:44.1435546875rem;left:3.0625rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #foU57qJepMBzJDEx7JCPTeWQMiJVWxGb { width:3.5625rem;height:1.70625rem;top:45.599609375rem;left:3rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lToX6GUWQQTlmUdDv3FXGa6UDPHNJbnH { width:6.624rem;height:1.21875rem;top:42.6806640625rem;left:6.8740234375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H8Ttmy5X4MhQHJpH16tZS5ZoMBTCcMLi { width:6.5625rem;height:1.21875rem;top:44.38671875rem;left:6.90625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VzJuAIUha9Vs2pzVsgAB1yz3784NEZ9f { width:6.5625rem;height:1.21875rem;top:45.9052734375rem;left:6.90625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r2sesup3krv6kbIzeB3fGy6e0JPfORT5 { width:3.25rem;height:1.70625rem;top:47.3681640625rem;left:2.9375rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b8PKiuSr8I53GvO8bg48RLwIxxdbPO4V { width:6.5625rem;height:1.21875rem;top:47.5908203125rem;left:6.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MQApETNs3r5vtNeVuhdVPoaMNTgPTky3 { width:3.25rem;height:1.70625rem;top:49.0341796875rem;left:2.875rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ibQ2G5VUwbtvmmi2w4spL7LouRoTXeZu { width:6.5625rem;height:1.21875rem;top:49.26171875rem;left:6.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fR6p4hqLUBA6RVsZrpylbb25PhTlhDIz { display:block; }#fR6p4hqLUBA6RVsZrpylbb25PhTlhDIz > .row .container { width:20rem;height:56.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nGKqorOu8J7RPQS2VMZGBgARo3zEhccv { width:20rem;height:48.625rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tn3f9QUN2oK9CEtOuTKdxiIObAGe0VDs { width:7.375rem;height:2.6rem;top:32.75rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wLO5kpJA7tPT1pTJVJuBuCZahM4gEoSs { width:5rem;height:0.125rem;top:35.5625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kl8I1PdtB30AdLlkcGhySwWN1P1TiPxC { width:18.25rem;height:1.95rem;top:22.1572265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SxCRgQ2IP5pTKvuP1JQ5NXPKNUJfe6pQ { width:16.9375rem;height:6.09375rem;top:25.419921875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wQqdTmgvMw7LACWTDpaKLkJUwBiq5dPs { 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) { #yoMdv7PgyHu26uqZLcrHDTBqysuwmPHR { width:16.375rem;height:12.5rem;top:38.5625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc3QpsFokNCDDUyIRod0FCU70hPomiT6 { width:8.5625rem;height:1.21875rem;top:39.3125rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ss47iRHkQZ83oOEl6gHI355aUgHr6DKc { width:3.5rem;height:1.70625rem;top:41.75rem;left:2.875rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TzQbi8mAJJ4ggWcpf7pBTLTqKKJFt4iN { width:19.875rem;height:19.875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoEikFmxGAwBvSTzbmLTgh4ODqNGysoS { width:3.4375rem;height:1.70625rem;top:43.4560546875rem;left:2.90625rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rT2dwh0Cfi9EaPInFvDXXMeJAKuuTrKA { width:3.4375rem;height:1.70625rem;top:45.162109375rem;left:2.875rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qcs1mLXTQQ8TDdr2gRZNmT5CcsdAXri0 { width:6.624rem;height:1.21875rem;top:41.9931640625rem;left:6.8115234375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Udo77D638KiedA5wOpCnQTRW6yZo9dAR { width:4.9375rem;height:1.21875rem;top:43.693359375rem;left:6.78125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZCMGXQKK29LWDucpwW92qcZovMNE89NI { width:6.5625rem;height:1.21875rem;top:45.4052734375rem;left:6.71875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TnlXkQvMXzLa6X6sVdqbTp2ptC9htnp3 { width:3.375rem;height:1.70625rem;top:46.9052734375rem;left:2.9375rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fywRgwFQuWnLb5R5O0yEcreLdCgU1h9P { width:4.9375rem;height:1.21875rem;top:47.109375rem;left:6.71875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DpfptRF2u7ToJbwt1souHvCIcDPDcpru { width:3.5rem;height:1.70625rem;top:48.611328125rem;left:2.875rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vdZLMprGefzFkR5VAbFZ5TtAkmDchkas { width:5.875rem;height:1.21875rem;top:48.861328125rem;left:6.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hLDcZmcBuqEXXooaha7xA5TlREtTI8Ee { display:block; }#hLDcZmcBuqEXXooaha7xA5TlREtTI8Ee > .row .container { width:20rem;height:55.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PNhWTOe3QsyJzNqoiJlTSg8d90exTnBn { width:20rem;height:47.4375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gtuniw1Ol3gIMlS2fu4Qb83sEdNsppBM { width:7.375rem;height:2.6rem;top:35.1875rem;left:6.3125000596044rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pFKfG4TXMWkIBUZPaa5lUeVEUPtwHCkT { width:5rem;height:0.125rem;top:38rem;left:7.5000005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT1XqyweJTDlghbHIqsTkSTvq7N8DomH { width:18.25rem;height:3.8984375rem;top:22.1572265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QVZ91ls21NJaRN52viNggzmRKo4aLpcZ { width:16.9375rem;height:7.3125rem;top:26.669555664062rem;left:1.5312500596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #muZGF52Kts0xhI5033ENPGETHIfSlBI1 { 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) { #dF6e0iZrxUgq9N78ZW609i8EcccKI8ds { width:16.375rem;height:8.6875rem;top:41rem;left:1.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4JiC8XWzEKqEqsEPSvcDip25N6TzQvJ { width:8.5625rem;height:1.21875rem;top:41.75rem;left:5.7500000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TJ3zO7fN15h9sx1a06TbNqGLTJKXRn2F { width:3.25rem;height:1.70625rem;top:43.927368164062rem;left:2.5625000596046rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A3DdlhQophPP0FyvpJML8TDXCV7qKfO6 { width:19.875rem;height:19.875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #egQRoJXCycc1Vh3DNQJHKpi2VThZq7Ac { width:3.1875rem;height:1.70625rem;top:45.633666992188rem;left:2.6250000596046rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HAFBoSEiiSryPvW5ATKxqLvckLkbfNaw { width:4.875rem;height:1.21875rem;top:44.171875rem;left:6.8734374642375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T2BiS6gM5XX5dmPrE9GbFNlfPGks3JJk { width:6.5625rem;height:1.21875rem;top:45.876586914062rem;left:6.9687500596044rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r6sLAgTGE1mXOrvvrf6UrFDxiRQLPcOv { width:4.1875rem;height:1.70625rem;top:47.339845657349rem;left:2.6125000119209rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oATVTxeLZN1o6dAp7PdB7OHOznwJZqqx { width:6.5625rem;height:1.21875rem;top:47.589845657349rem;left:6.9687500596044rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #voETzwXxWBnoyKyh5Lc31csooHMtk9s7 { display:block; }#voETzwXxWBnoyKyh5Lc31csooHMtk9s7 > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MlTgFfpTApWcI1DIRLVvEeXoxcyFZHAz { width:20rem;height:45.4375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8XqKP0AbPvyEFDf1lFUyWevHN1LLqwM { width:7.375rem;height:2.6rem;top:33.9375rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i01nmMHcGZcW0TNVaUCeK1M3Ttw8R8Pg { width:5rem;height:0.125rem;top:36.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XciFoMc4EbsEVGH1zlSnCoiHsmys5mWk { width:18.25rem;height:1.95rem;top:22.1572265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wr4wZVfXVL0lOzn5spJLg4TxFiKvEPW0 { width:16.9375rem;height:6.09375rem;top:25.419921875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #luZba3acsn3fWQO3kxtRQeh1QnmVNqKH { 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) { #Xi705InTQhbA53PodOGO6HATpfhmBq2Q { width:16.375rem;height:7rem;top:39.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6GDQMTx7iNwM3DGdFkpAHUL4HmE62QX { width:8.5625rem;height:1.21875rem;top:40.5rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uquuxhRANBMhCKLyeaTtSaUtkWMFEKyS { width:3.25rem;height:1.70625rem;top:42.677734375rem;left:2.5625rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F9T21BL8mzBdJ6moOcKHxi1bL2ImceNT { width:19.875rem;height:19.875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxcTsnyTJiK3R94Prn9hlFwXT6C3NScr { width:3.1875rem;height:1.70625rem;top:44.3837890625rem;left:2.625rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kTwBesTd62KiWOUTseRQWfJbtkLdcwag { width:4.875rem;height:1.21875rem;top:42.921875rem;left:6.6865234375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zKoiWKME3MlCqov8D42zAaP8AuzxVg43 { width:6.5625rem;height:1.21875rem;top:44.626953125rem;left:6.71875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ErT04TsVWZ4SG7ovpra4cZSyiQDImF2E { display:block; }#ErT04TsVWZ4SG7ovpra4cZSyiQDImF2E > .row .container { width:20rem;height:4.5625rem;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; } }