.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); }#pTdgOF09U4wbpnBeozND5FTbwKgxva2q { 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; }#pTdgOF09U4wbpnBeozND5FTbwKgxva2q > .row .container { background-color: transparent; background-image: none; }#pTdgOF09U4wbpnBeozND5FTbwKgxva2q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTdgOF09U4wbpnBeozND5FTbwKgxva2q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTdgOF09U4wbpnBeozND5FTbwKgxva2q > .row .container > .video-iframe-container { display: none; }#pTdgOF09U4wbpnBeozND5FTbwKgxva2q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTdgOF09U4wbpnBeozND5FTbwKgxva2q > .row > .video-iframe-container { display: none; }#pTdgOF09U4wbpnBeozND5FTbwKgxva2q > .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); }#pTdgOF09U4wbpnBeozND5FTbwKgxva2q > .row .container { border-width: 0; border-radius: 0; }#pTdgOF09U4wbpnBeozND5FTbwKgxva2q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pTdgOF09U4wbpnBeozND5FTbwKgxva2q > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:60rem;position:relative;display:block; }#hzRuSX8Gc69R2rpTrAoQ5PqIGhTTkTXe { 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; }
#ZgxLPbrIUKyUKrQIHmDlOo9wht5INRs5 { 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; }
#BqBRf6oUhPR0ZbNivCugTcib32lslSpx { 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; }
#W0eKP45Qpfws2ZKiAbB9JxTcc00VGo1A { 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; }
#sC72avAC5fnrTDFDE8NUX9snMo5FyyRX { 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; }
#nLKmp3fKddIvJywTQdGP1FzEJsPMxP6V { 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; }#rxuvfzhcqKqKgq5pONtDUQQx7dFuxRAk { 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; }#rxuvfzhcqKqKgq5pONtDUQQx7dFuxRAk > .row .container { background-color: transparent; background-image: none; }#rxuvfzhcqKqKgq5pONtDUQQx7dFuxRAk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxuvfzhcqKqKgq5pONtDUQQx7dFuxRAk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxuvfzhcqKqKgq5pONtDUQQx7dFuxRAk > .row .container > .video-iframe-container { display: none; }#rxuvfzhcqKqKgq5pONtDUQQx7dFuxRAk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxuvfzhcqKqKgq5pONtDUQQx7dFuxRAk > .row > .video-iframe-container { display: none; }#rxuvfzhcqKqKgq5pONtDUQQx7dFuxRAk > .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); }#rxuvfzhcqKqKgq5pONtDUQQx7dFuxRAk > .row .container { border-width: 0; border-radius: 0; }#rxuvfzhcqKqKgq5pONtDUQQx7dFuxRAk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rxuvfzhcqKqKgq5pONtDUQQx7dFuxRAk > .row .container { font-size:0.875rem;font-family:arial;height:12.375rem;width:60rem;position:relative;display:block; }#Rxv0sI1ELPZe0bkFgLi8EiwqcG5b2H98 { 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; }
#avlP5ApliuLehS3GeFiZJktngRpK9Hn4 { 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; }
#NKgNS0p47oJG6EBrXANo1100XdXkEzx2 { position:relative;display:block; }#NKgNS0p47oJG6EBrXANo1100XdXkEzx2 { background-color: transparent; background-image: none; }#NKgNS0p47oJG6EBrXANo1100XdXkEzx2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKgNS0p47oJG6EBrXANo1100XdXkEzx2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKgNS0p47oJG6EBrXANo1100XdXkEzx2 > .row .container > .video-iframe-container { display: none; }#NKgNS0p47oJG6EBrXANo1100XdXkEzx2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKgNS0p47oJG6EBrXANo1100XdXkEzx2 > .row > .video-iframe-container { display: none; }#NKgNS0p47oJG6EBrXANo1100XdXkEzx2 > .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); }#NKgNS0p47oJG6EBrXANo1100XdXkEzx2 { border-width: 0; border-radius: 0; }#NKgNS0p47oJG6EBrXANo1100XdXkEzx2 > .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; }#NKgNS0p47oJG6EBrXANo1100XdXkEzx2 > .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; }#JQMqSV19o4NKzncqCDTe4PaEtqRKiS6O { 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; }
#UH3PTmoZFBknEmw8rKNuS1iiSG3HeUJm { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:7.625rem;left:0rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xcDMpAmkanErVaq5KOyVr4OnJnHqaNyZ { 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; }
#tSFz20PPkiuWsOyd012SB9ZruaQRH5EX { 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; }
#chkG21MJ3fk5t6wThJHRKWEIAWSvtAtn { position:relative;display:block; }#chkG21MJ3fk5t6wThJHRKWEIAWSvtAtn { background-color: transparent; background-image: none; }#chkG21MJ3fk5t6wThJHRKWEIAWSvtAtn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#chkG21MJ3fk5t6wThJHRKWEIAWSvtAtn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#chkG21MJ3fk5t6wThJHRKWEIAWSvtAtn > .row .container > .video-iframe-container { display: none; }#chkG21MJ3fk5t6wThJHRKWEIAWSvtAtn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#chkG21MJ3fk5t6wThJHRKWEIAWSvtAtn > .row > .video-iframe-container { display: none; }#chkG21MJ3fk5t6wThJHRKWEIAWSvtAtn > .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); }#chkG21MJ3fk5t6wThJHRKWEIAWSvtAtn { border-width: 0; border-radius: 0; }#chkG21MJ3fk5t6wThJHRKWEIAWSvtAtn > .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; }#chkG21MJ3fk5t6wThJHRKWEIAWSvtAtn > .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; }#Kf0I4wr888rbmIuEU57AaCH05iqTLx2Z { 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; }
#qxFGE46aiv2B5KFyNJqXUoK28kPoXaSt { 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; }
#C4BDNbcRrul6ty6WfVOByrz9CfX4ChZn { 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; }
#vSpciDvIUZLiRRkSh4BX3HhqANgJqFii { 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; }
#SAWImdkksMAUh2N5lgwGbxq7ovMMplqW { 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:5.2rem;font-style:normal;display:block; }
#ErP6PNxCo1tmw3dDuT1yFBGDJTUacVEn { 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; }
#BI53FwZUh8tXz5LmKCxPTxxzKN6UvTXF { 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:17.3125rem;width:17.3125rem;top:2.09375rem;left:1.1875rem;overflow:hidden;display:block; }
#nl6sXbqdkmUhD4krRWo7Qf8bAqZx7DTz { 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; }
#b2Qe35p6CSP9rLxos9nW69VobTkUzgH0 { 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; }
#oworp9HRnbQ8wAPtJbSQH9lPHZh1ebR5 { color:rgba(var(--color-secondary-4),1);display:block;width:5.25rem;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.5244140625rem;left:27.875rem;height:1.625rem;font-style:normal;display:block; }
#dfR8dcF03WCIFZhB7mcDUGRD9m8QFf07 { 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.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rlznd4y3aeVSqGsieGDamwkHoKeyI9DV { position:relative;display:block; }#rlznd4y3aeVSqGsieGDamwkHoKeyI9DV { background-color: transparent; background-image: none; }#rlznd4y3aeVSqGsieGDamwkHoKeyI9DV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rlznd4y3aeVSqGsieGDamwkHoKeyI9DV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rlznd4y3aeVSqGsieGDamwkHoKeyI9DV > .row .container > .video-iframe-container { display: none; }#rlznd4y3aeVSqGsieGDamwkHoKeyI9DV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rlznd4y3aeVSqGsieGDamwkHoKeyI9DV > .row > .video-iframe-container { display: none; }#rlznd4y3aeVSqGsieGDamwkHoKeyI9DV > .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); }#rlznd4y3aeVSqGsieGDamwkHoKeyI9DV { border-width: 0; border-radius: 0; }#rlznd4y3aeVSqGsieGDamwkHoKeyI9DV > .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; }#rlznd4y3aeVSqGsieGDamwkHoKeyI9DV > .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; }#TnTIXuNmpPVlldgJiCct4FkrulElnOf9 { 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; }
#zVExyT4eR9GuHrVF8DlT5GrqlyytW533 { 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; }
#H9uTW4S7Ws94TWXhuRl8Hy1rdgpA2SGi { 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; }
#PD8JDvNzOkFxTAcfCkS92TxusFLeSTJ3 { 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; }
#k4LD66nWsMhoPUBVMZaU9DnXGTou07k7 { 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; }
#QgLmyFtqqlBOXC9XFJ00bI8yqTZMkwZg { 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; }
#obVZVIpg0MuD1RsMUbxUD6kABqvbi9f7 { 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:15.6875rem;width:15.6875rem;top:3.6875rem;left:1.75rem;overflow:hidden;display:block; }
#ELpmbWHEBv5LEBaXXZwKHVAhfMgJRdQD { 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; }
#myFCvA0C21fyft88qVxvLI4ecTamEmaQ { 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; }
#GLBxtBLwqAOX8lKoBH5Mk4WBTIUNToa2 { color:rgba(var(--color-secondary-4),1);display:block;width:5.5625rem;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.5244140625rem;left:27.75rem;height:1.625rem;font-style:normal;display:block; }
#sVcdUwshdEPaf6G0nOxm6J1RMTqHEJ3y { 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.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JNXXeEIogFGCB60EeDiNE79BgQB34l7Q { position:relative;display:block; }#JNXXeEIogFGCB60EeDiNE79BgQB34l7Q { background-color: transparent; background-image: none; }#JNXXeEIogFGCB60EeDiNE79BgQB34l7Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JNXXeEIogFGCB60EeDiNE79BgQB34l7Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JNXXeEIogFGCB60EeDiNE79BgQB34l7Q > .row .container > .video-iframe-container { display: none; }#JNXXeEIogFGCB60EeDiNE79BgQB34l7Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JNXXeEIogFGCB60EeDiNE79BgQB34l7Q > .row > .video-iframe-container { display: none; }#JNXXeEIogFGCB60EeDiNE79BgQB34l7Q > .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); }#JNXXeEIogFGCB60EeDiNE79BgQB34l7Q { border-width: 0; border-radius: 0; }#JNXXeEIogFGCB60EeDiNE79BgQB34l7Q > .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; }#JNXXeEIogFGCB60EeDiNE79BgQB34l7Q > .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; }#T0RKzAG2mkbqSKa3wwrXtO9O8Jx0RDop { 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; }
#IsDk4wKGLvQC2zMqW3MPwlTXhbww4Hqr { 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; }
#B3FGEbTkppPhwTC50iVeaoL8Lpu1MIpi { 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; }
#H2KwlA0hN3uuOKizs0mfm0GAq02vAXKC { 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; }
#S5dHLyRAzXVqa0R7VEdiTmJ2Nb7aBJfN { 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:5.2rem;font-style:normal;display:block; }
#xeEfiIHd1TWfakt48B2RSJ0plQcs4Cfm { 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; }
#Ie1H4uBPPs2JKLJxsWRbu21iUD2uzcuT { 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:15.8125rem;width:15.8125rem;top:1.75rem;left:2.3125rem;overflow:hidden;display:block; }
#VWKQmAFyGdIXcU8nW14NLoKVTFdSqpwa { 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; }
#rpf127TUCPNHVg0PbcOroD46QWNq3b6D { 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; }
#IZ0KsO7PIwXs0tL6higeIDVA2e2Q9Btc { 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; }
#oq00UDSt3UUrP3k4nzyNt4CvkDPZmrgP { 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.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O0gBKRgP7zT59T6S0Tt57oIbkPtxZG8B { position:relative;display:block; }#O0gBKRgP7zT59T6S0Tt57oIbkPtxZG8B { background-color: transparent; background-image: none; }#O0gBKRgP7zT59T6S0Tt57oIbkPtxZG8B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0gBKRgP7zT59T6S0Tt57oIbkPtxZG8B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0gBKRgP7zT59T6S0Tt57oIbkPtxZG8B > .row .container > .video-iframe-container { display: none; }#O0gBKRgP7zT59T6S0Tt57oIbkPtxZG8B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0gBKRgP7zT59T6S0Tt57oIbkPtxZG8B > .row > .video-iframe-container { display: none; }#O0gBKRgP7zT59T6S0Tt57oIbkPtxZG8B > .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); }#O0gBKRgP7zT59T6S0Tt57oIbkPtxZG8B { border-width: 0; border-radius: 0; }#O0gBKRgP7zT59T6S0Tt57oIbkPtxZG8B > .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; }#O0gBKRgP7zT59T6S0Tt57oIbkPtxZG8B > .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; }#PfpQ7sALUlXrgJeQF93otKQsgoxTZys4 { 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; }
#hEK8TriZa4uHLzfk7CWalEvFcLWJzIbN { 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; }
#fVP4Ar87S5LFgzSfrvaHTKEb9E6pvJwW { 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; }
#x9XgTNVTaueWHH9ICEdwXJXuxOn6Ruw4 { 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; }
#EgWyTkzmTiSbNPbTefC3DcGfQv61FZTo { 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; }
#ygMVm5eZdS96WgFXRTU1Ta9GNvx0mzP1 { 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; }
#KXfWPuaIG0vIITpAnh2hd3nZq2WRuZRq { 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; }
#OLA10SK63MskWraguzBmUEe4ez5MD1Kx { 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; }
#nMEdJZDLXp8nETIKZJQtLfeS4cBfxqOR { 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; }
#t1cldhg2MFZyCXhF0RbQllb3zOXp1uoZ { 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.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dhTyVdQx9RNfBn8CFsUqqI9ARLzhLGve { 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:9.9375rem;width:14.125rem;top:5.7177734375rem;left:2.681640625rem;overflow:hidden;display:block; }
#vT43G2kkrFNTspQimrW8cKTuJuENNWgy { position:relative;display:block; }#vT43G2kkrFNTspQimrW8cKTuJuENNWgy { background-color: transparent; background-image: none; }#vT43G2kkrFNTspQimrW8cKTuJuENNWgy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vT43G2kkrFNTspQimrW8cKTuJuENNWgy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vT43G2kkrFNTspQimrW8cKTuJuENNWgy > .row .container > .video-iframe-container { display: none; }#vT43G2kkrFNTspQimrW8cKTuJuENNWgy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vT43G2kkrFNTspQimrW8cKTuJuENNWgy > .row > .video-iframe-container { display: none; }#vT43G2kkrFNTspQimrW8cKTuJuENNWgy > .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); }#vT43G2kkrFNTspQimrW8cKTuJuENNWgy { border-width: 0; border-radius: 0; }#vT43G2kkrFNTspQimrW8cKTuJuENNWgy > .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; }#vT43G2kkrFNTspQimrW8cKTuJuENNWgy > .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; }#HywLWArJBvqcqZnQL30vgJIc6dBOf685 { 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; }
#dso0esMFDfsVk1eEnwtbaAV1ZfxXCx05 { 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; }
#TW8Z8yxtZ5KBr0eiWNho8EulC2Qh7Qrl { 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; }
#S1MF2wTBAcdWMZyDZemb00Pb7faFSWud { 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; }
#CD6w5rVC3af3Xb8hrDghRF0fxmTDHtUo { 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:7.7988125rem;font-style:normal;display:block; }
#v0T3EXhZZTKhTEQCHG95lpWR2LvwXqFH { 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; }
#XlHXWCXq8Jvx4LynMRGbPlDku0bPUrTI { 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:16.75rem;width:16.75rem;top:3.15625rem;left:1.625rem;overflow:hidden;display:block; }
#bEkh5TyvHRG3pPG8OyqkWEMwTOX0XhKG { 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; }
#prrUqK5rqSUzaPLmhJJeqKxZI5RCstGy { 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; }
#tKQWVRvNrd8qFGzrnAULkfdUQ7QfQD7v { 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; }
#si3w4sLt2RXLKW6tcKecL8CLGM053R6X { 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.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TTlVWfiT4JTnmxd8x8PChmQPM0cOIEFB { position:relative;display:block; }#TTlVWfiT4JTnmxd8x8PChmQPM0cOIEFB { background-color: transparent; background-image: none; }#TTlVWfiT4JTnmxd8x8PChmQPM0cOIEFB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTlVWfiT4JTnmxd8x8PChmQPM0cOIEFB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTlVWfiT4JTnmxd8x8PChmQPM0cOIEFB > .row .container > .video-iframe-container { display: none; }#TTlVWfiT4JTnmxd8x8PChmQPM0cOIEFB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTlVWfiT4JTnmxd8x8PChmQPM0cOIEFB > .row > .video-iframe-container { display: none; }#TTlVWfiT4JTnmxd8x8PChmQPM0cOIEFB > .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); }#TTlVWfiT4JTnmxd8x8PChmQPM0cOIEFB { border-width: 0; border-radius: 0; }#TTlVWfiT4JTnmxd8x8PChmQPM0cOIEFB > .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; }#TTlVWfiT4JTnmxd8x8PChmQPM0cOIEFB > .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; }#Sn9Cz4xixA6P67TTSTprAJctncrCzUn1 { 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; }
#HXdZTaqVRzTtsDt7ORnrrMqBKgPEoalJ { 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; }
#dTenbxgN5WFHm2OT0PFAv4BtfTWfwqGq { 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; }
#soaTmr0k3BoQxJEa7tr2Jk1bSL9dEWpu { 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; }
#kx3GKgaXMTC6xi1i9tzva5x669hb2H3T { 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:2.6rem;font-style:normal;display:block; }
#tVG4JFBWv2HwWLk81QaAnfb34oBpzVIA { 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; }
#axT7yIsGDumQr4mEV9sQpSRGBHzdk5fv { 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:15.6875rem;width:15.6875rem;top:3.28125rem;left:1.0625rem;overflow:hidden;display:block; }
#WdK92QM79dGPJzpz1S8X8wGBZyp2pIsP { 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; }
#A7kTixEeKf3fWZKcLRBWxVQLgTLtm8r0 { 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; }
#UP37qg5N4c7pUdIg78xRnmAAcS7KpAf4 { color:rgba(var(--color-secondary-4),1);display:block;width:5.5rem;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.5244140625rem;left:27.6875rem;height:1.625rem;font-style:normal;display:block; }
#zay5g5gVsKVVCSfyyExu4874Jm5TGdnH { 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.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nxNNpwDcGLBqhFAbkMtchZeuxN3Bh6eo { position:relative;display:block; }#nxNNpwDcGLBqhFAbkMtchZeuxN3Bh6eo { background-color: transparent; background-image: none; }#nxNNpwDcGLBqhFAbkMtchZeuxN3Bh6eo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxNNpwDcGLBqhFAbkMtchZeuxN3Bh6eo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxNNpwDcGLBqhFAbkMtchZeuxN3Bh6eo > .row .container > .video-iframe-container { display: none; }#nxNNpwDcGLBqhFAbkMtchZeuxN3Bh6eo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxNNpwDcGLBqhFAbkMtchZeuxN3Bh6eo > .row > .video-iframe-container { display: none; }#nxNNpwDcGLBqhFAbkMtchZeuxN3Bh6eo > .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); }#nxNNpwDcGLBqhFAbkMtchZeuxN3Bh6eo { border-width: 0; border-radius: 0; }#nxNNpwDcGLBqhFAbkMtchZeuxN3Bh6eo > .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; }#nxNNpwDcGLBqhFAbkMtchZeuxN3Bh6eo > .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; }#MyfZNp8ApGJ2MNrmkyTXUq8vIqrmvxDn { 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; }
#xMAZm5iqWHT4Z7yZPzbioUqp3nH2rD2h { 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; }
#zacyPLkTL31T8XgiwGsDZIS0lMmuVlIp { 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; }
#RS1vAOfxJgTcec9wfVAfQBFbmvSBrT45 { 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; }
#q6NBDF0iAOg0CTl0pSDO8Q7d09x1BVLP { 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:5.2rem;font-style:normal;display:block; }
#VoI7hLdftzmxnLBLRzUccBvaEtTJeKy4 { 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; }
#x80z7N3VJR1Sf4nduTBNGl2EB0iPwJCg { 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:16.25rem;width:16.25rem;top:3.0625rem;left:0.875rem;overflow:hidden;display:block; }
#Ff1su3XfhFc5mlyn3MZIqy3Gu7Z0ywKb { 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; }
#r4p8ImA31NOqMek2JBaTxxBMU6NW2AQ8 { 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; }
#vttIRWrwb5VF4eEZIortuwPQHCTcke3p { 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; }
#Jg6CdegEVwJ9XvR2zWfexsyqpQ1wsUKf { position:relative;display:block; }#Jg6CdegEVwJ9XvR2zWfexsyqpQ1wsUKf { background-color: transparent; background-image: none; }#Jg6CdegEVwJ9XvR2zWfexsyqpQ1wsUKf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jg6CdegEVwJ9XvR2zWfexsyqpQ1wsUKf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jg6CdegEVwJ9XvR2zWfexsyqpQ1wsUKf > .row .container > .video-iframe-container { display: none; }#Jg6CdegEVwJ9XvR2zWfexsyqpQ1wsUKf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jg6CdegEVwJ9XvR2zWfexsyqpQ1wsUKf > .row > .video-iframe-container { display: none; }#Jg6CdegEVwJ9XvR2zWfexsyqpQ1wsUKf > .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); }#Jg6CdegEVwJ9XvR2zWfexsyqpQ1wsUKf { border-width: 0; border-radius: 0; }#Jg6CdegEVwJ9XvR2zWfexsyqpQ1wsUKf > .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; }#Jg6CdegEVwJ9XvR2zWfexsyqpQ1wsUKf > .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; }#q81MkyoCJumm8R753emKXkq72VvoMzrA { 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; }
#OSkTJUp7Poy2AnTnslTbMAW2QrzIvavK { 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; }
#PEEZee8WgKknbZFxb9X9sVADIaWSyqoW { 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; }
#fTiOl5iLicalFDXSprkBDzVL9c9SoPB2 { 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; }
#t3Ria5wCFBTq4TUq9uy7ETBcTHKSrUU3 { 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; }
#SITQBw7LLAkt9EopabkkFnmIk2HQaNcb { 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; }
#Brf3OtX9PpOClIdMJkihaVfIZTa3zpuI { 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; }
#Diu8TyHgAbb9NBQJXRlTNwMBAJ0VgZ1H { 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; }
#Eqc1qrHqhdyB2lspHywUuDwxASFcSRJD { 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; }
#TSygSfiGPC3aBQK15pZUXITg9Rn8Ig8y { position:absolute;display:block;z-index:15052;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.625rem;width:18.625rem;top:1.4130859375rem;left:0rem;overflow:hidden;display:block; }
#XcFngyfaxJLvyyrOcI9B3xLmMW8sAZd1 { position:relative;display:block; }#XcFngyfaxJLvyyrOcI9B3xLmMW8sAZd1 { background-color: transparent; background-image: none; }#XcFngyfaxJLvyyrOcI9B3xLmMW8sAZd1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XcFngyfaxJLvyyrOcI9B3xLmMW8sAZd1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XcFngyfaxJLvyyrOcI9B3xLmMW8sAZd1 > .row .container > .video-iframe-container { display: none; }#XcFngyfaxJLvyyrOcI9B3xLmMW8sAZd1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XcFngyfaxJLvyyrOcI9B3xLmMW8sAZd1 > .row > .video-iframe-container { display: none; }#XcFngyfaxJLvyyrOcI9B3xLmMW8sAZd1 > .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); }#XcFngyfaxJLvyyrOcI9B3xLmMW8sAZd1 { border-width: 0; border-radius: 0; }#XcFngyfaxJLvyyrOcI9B3xLmMW8sAZd1 > .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; }#XcFngyfaxJLvyyrOcI9B3xLmMW8sAZd1 > .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; }#esTPeIDXcv5S81w7nN0hWhBZ8r42bnFp { 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; }
#Ku1QhTCbQx0aVv0WaSwdhrVeZMbkO3Fh { 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; }
#r47L12Zu7kfWB58irWXZ8HsGU2FMl8Ld { 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; }
#Qi6RXaouQKJhrB1EmT07cyaaxleRDBkk { 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; }
#sVzrErSk9LThA0fa0d2D3PHsVfQdMy05 { 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; }
#orRvCN2U3eSH0ZKBVtMVJ0u1vQUpITdz { 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; }
#m06VGyu0ZpqAbTpoqZS5QE5Th9y21n0z { 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; }
#TDUKviq4va6xO6wgJ0zTVESUx0NUwD89 { 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; }
#cTrpoO7cNvNxGBwob5LuhVQuJg5QsZuV { color:rgba(var(--color-secondary-4),1);display:block;width:5.3125rem;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:27.6875rem;height:1.625rem;font-style:normal;display:block; }
#D7raivHtAEMq5nzrTTvR0OQb06C28zEU { 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.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zsvRVHOnmsOwpKwePMhpTztNkWB9uqgI { 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.875rem;width:20.875rem;top:0.6875rem;left:0rem;overflow:hidden;display:block; }
#BhiTpKvqapgb9ZhrqzmK6I1I3wmABUV9 { position:relative;display:block; }#BhiTpKvqapgb9ZhrqzmK6I1I3wmABUV9 { background-color: transparent; background-image: none; }#BhiTpKvqapgb9ZhrqzmK6I1I3wmABUV9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BhiTpKvqapgb9ZhrqzmK6I1I3wmABUV9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BhiTpKvqapgb9ZhrqzmK6I1I3wmABUV9 > .row .container > .video-iframe-container { display: none; }#BhiTpKvqapgb9ZhrqzmK6I1I3wmABUV9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BhiTpKvqapgb9ZhrqzmK6I1I3wmABUV9 > .row > .video-iframe-container { display: none; }#BhiTpKvqapgb9ZhrqzmK6I1I3wmABUV9 > .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); }#BhiTpKvqapgb9ZhrqzmK6I1I3wmABUV9 { border-width: 0; border-radius: 0; }#BhiTpKvqapgb9ZhrqzmK6I1I3wmABUV9 > .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; }#BhiTpKvqapgb9ZhrqzmK6I1I3wmABUV9 > .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; }#LeAaIEZ6TCrvTQDCz7TDgCkisesvBB2E { 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; }
#THAgkEpa4LcCl9a3ClbeCeZCOEeLkFlJ { 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; }
#X8nlRy00S03S21Eaq4cewy8GCrTtT9vU { 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; }
#q126klK8JVhnGR83k32XSUGNTfwNBnME { 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; }
#LNRG29S2EJJFtld9rheS3Vl4HqXLV27u { 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; }
#py1msg2rUProrA8UpTMV9gvNPcHH5JX4 { 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; }
#zXkimWFiB5d3vHMOUPJOnZIAuVpHVeFw { 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; }
#EAoSErrN8yA0zXJHJvRQMnD4LxZVDK5h { 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; }
#qQu5fvU5bu14hBTvC2miTWUd2zF2Pwz2 { 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; }
#exkm6oL6So8x3MMbuVaWNWkOraldmRz1 { 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; }
#TlUbJLpym8h19XJN25cHFhQ3EWbB6J98 { position:relative;display:block; }#TlUbJLpym8h19XJN25cHFhQ3EWbB6J98 { background-color: transparent; background-image: none; }#TlUbJLpym8h19XJN25cHFhQ3EWbB6J98::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlUbJLpym8h19XJN25cHFhQ3EWbB6J98 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlUbJLpym8h19XJN25cHFhQ3EWbB6J98 > .row .container > .video-iframe-container { display: none; }#TlUbJLpym8h19XJN25cHFhQ3EWbB6J98 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlUbJLpym8h19XJN25cHFhQ3EWbB6J98 > .row > .video-iframe-container { display: none; }#TlUbJLpym8h19XJN25cHFhQ3EWbB6J98 > .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); }#TlUbJLpym8h19XJN25cHFhQ3EWbB6J98 { border-width: 0; border-radius: 0; }#TlUbJLpym8h19XJN25cHFhQ3EWbB6J98 > .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; }#TlUbJLpym8h19XJN25cHFhQ3EWbB6J98 > .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; }#ZVkCXbv22z3tyl5TsKsOpIttbIokyUlE { 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; }
#UB3nKeySmvdPK9VSvmTePbwyAHSCnTah { 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; }
#ka57IyXqyXSxM8Z9RL1Ve94AgTmm3Eh3 { 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; }
#X2TFx7oLUJMNhuILO1IRksMUrnqMXywA { 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; }
#wwoAR0LzMn7tiFNPuFTDaHBwL4LiUkGM { 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.5rem;left:20.5625rem;height:5.2rem;font-style:normal;display:block; }
#avFwa6cz1hlX0lqHZyF7ZWy1bTMcCkHO { 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; }
#dQUDxSKoyTQQxmM8N9Xw0tA1eUzPzBOp { box-sizing:content-box;height:2.875rem;width:14.3125rem;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; }
#TfgD6Iz0b55Iym0ZAd6rTkNGmwTsvfb5 { 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; }
#GqRgNrmFstbRNfU4yUWTz9Z5GIk6ksgh { color:rgba(var(--color-secondary-4),1);display:block;width:8.6875rem;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; }
#ftuRveT0Q3ft2aBT3zyWUhf7FP3mI5uw { 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.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uFpM4duPJ7SHMEIhIW1cpE2cmwGTAhbC { 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; }
#UDW4Gu4q9T33MXaKgxeBlXEWt2SmT3cR { position:relative;display:block; }#UDW4Gu4q9T33MXaKgxeBlXEWt2SmT3cR { background-color: transparent; background-image: none; }#UDW4Gu4q9T33MXaKgxeBlXEWt2SmT3cR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDW4Gu4q9T33MXaKgxeBlXEWt2SmT3cR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDW4Gu4q9T33MXaKgxeBlXEWt2SmT3cR > .row .container > .video-iframe-container { display: none; }#UDW4Gu4q9T33MXaKgxeBlXEWt2SmT3cR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDW4Gu4q9T33MXaKgxeBlXEWt2SmT3cR > .row > .video-iframe-container { display: none; }#UDW4Gu4q9T33MXaKgxeBlXEWt2SmT3cR > .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); }#UDW4Gu4q9T33MXaKgxeBlXEWt2SmT3cR { border-width: 0; border-radius: 0; }#UDW4Gu4q9T33MXaKgxeBlXEWt2SmT3cR > .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; }#UDW4Gu4q9T33MXaKgxeBlXEWt2SmT3cR > .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; }#fGGQakUA8s8fGzVqsGR8qPJPAkhJZpyS { 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; }
#V9ZiN9kiFCLkptk9I4ZXi7WD34gqgJQV { 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; }
#b3w2so0NivfodlXd9ZB3v7DE2VqEPHsz { 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; }
#bZrezqlisQTWsd61aEFSJNyU1IuTJlZW { 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; }
#mwmMliPeHsHhgOSLkKK6AqbqwULRGEeK { 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; }
#x3dHbyxWaunzI5gXJbf6EqNarpMNDnvg { 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; }
#PcR5mnJyRm97nQyabsJfN1z8o8CBMIpe { box-sizing:content-box;height:2.875rem;width:14.125rem;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; }
#xfVr8OgcgXlgSgGxGKdklhT0dlZycHsI { 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; }
#RNcsg2C6ohM22hZpie4g5k0MWvLrA4K9 { color:rgba(var(--color-secondary-4),1);display:block;width:6.6875rem;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; }
#a70AsLk613qZU31kck8rkLp2mOn21kpQ { 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.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q9bTuqw5a5CAx7zDg5BTooRc5ziCTetV { 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; }
#KTV3V1P30lEutey7GuEbBm6RfGnMAZfQ { position:relative;display:block; }#KTV3V1P30lEutey7GuEbBm6RfGnMAZfQ { background-color: transparent; background-image: none; }#KTV3V1P30lEutey7GuEbBm6RfGnMAZfQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTV3V1P30lEutey7GuEbBm6RfGnMAZfQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTV3V1P30lEutey7GuEbBm6RfGnMAZfQ > .row .container > .video-iframe-container { display: none; }#KTV3V1P30lEutey7GuEbBm6RfGnMAZfQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTV3V1P30lEutey7GuEbBm6RfGnMAZfQ > .row > .video-iframe-container { display: none; }#KTV3V1P30lEutey7GuEbBm6RfGnMAZfQ > .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); }#KTV3V1P30lEutey7GuEbBm6RfGnMAZfQ { border-width: 0; border-radius: 0; }#KTV3V1P30lEutey7GuEbBm6RfGnMAZfQ > .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; }#KTV3V1P30lEutey7GuEbBm6RfGnMAZfQ > .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; }#pWGi99cTS7vTJd2ftiR3NsIwRsl1cWXl { 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; }
#LLLL6QuDnpacOlZZMUWRtvOxHWTlQBu9 { 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; }
#UXPczcAs6xZF3xeKJdeUiqhKGRwEmS3k { 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; }
#AUW8k6v24QCE3JszvZenQnydOHWuT5u6 { 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; }
#OhQapXN4lkSxh0HIBT6fky30pNiO041D { 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; }
#iwpX0RUXa2OxLVdTtrBHnHgkQELp4wB9 { 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; }
#C7aW6GCrwZxJM9mVV2rB83FsKtE08hNy { 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; }
#ldNL4Wx6457n6D6TX1Gk0JTrtUtZN4ZX { 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; }
#wHtNdZeGCp3JEqxJBqi8Sm1Qkmo0ozI2 { 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; }
#S2LWvrEAPFzDUAZCoGUSTtE24fnGNZRb { 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.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tp7wm5ouy7bakkdVCFfJWqh3JSaQU0oI { 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; }
#xsTGlFfAZuT7Iril0R7P1OlvB3eIEXTo { position:relative;display:block; }#xsTGlFfAZuT7Iril0R7P1OlvB3eIEXTo { background-color: transparent; background-image: none; }#xsTGlFfAZuT7Iril0R7P1OlvB3eIEXTo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsTGlFfAZuT7Iril0R7P1OlvB3eIEXTo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsTGlFfAZuT7Iril0R7P1OlvB3eIEXTo > .row .container > .video-iframe-container { display: none; }#xsTGlFfAZuT7Iril0R7P1OlvB3eIEXTo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsTGlFfAZuT7Iril0R7P1OlvB3eIEXTo > .row > .video-iframe-container { display: none; }#xsTGlFfAZuT7Iril0R7P1OlvB3eIEXTo > .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); }#xsTGlFfAZuT7Iril0R7P1OlvB3eIEXTo { border-width: 0; border-radius: 0; }#xsTGlFfAZuT7Iril0R7P1OlvB3eIEXTo > .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; }#xsTGlFfAZuT7Iril0R7P1OlvB3eIEXTo > .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; }#LMfJLygEuN1heeMEWv6Zk0Pl434t7TWB { 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; }
#W74VegqH4IFMnJfmBaP5mkU1xQ3Fg0W9 { 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; }
#JXUJsD4xheQMeiDnOISvDPlp0TSgekd8 { 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; }
#B7ZWouUdu3m6ZKPwCaGagxnkIHDewL4c { 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; }
#iBXN97l5Fdt7K24RFgUqxyDlhqt7LTIt { 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:5.2rem;font-style:normal;display:block; }
#PWfsV1pL1VZKpfcTeyMLR3pqGf7WxS9n { 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; }
#EvIoTE4t6MT4hGiea0UI82Pd9VnXCgFa { 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; }
#RG5ktunwK7DTpFQiPRxRZ6gEDssWiRt7 { 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; }
#Ksx19FtNwItcUpinxlH0arcsPdQmkRCz { 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; }
#Jmm6lnnfUOzrXZrHHq4twaQIbNHnlco0 { 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; }
#p5W8dp6SDRctU9wbdRnilmaMLeGpqPVB { position:relative;display:none; }#p5W8dp6SDRctU9wbdRnilmaMLeGpqPVB { border-width: 0; border-radius: 0; }#p5W8dp6SDRctU9wbdRnilmaMLeGpqPVB > .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; }#p5W8dp6SDRctU9wbdRnilmaMLeGpqPVB > .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; }#vTbFpoxl2obtddJbMuarM7hKLTLakBAM { 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; }
#GU0tTMrwZhSMU4BFHiyB0CBfadrOgvpQ { 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; }
#hTDhLkmdG607rnIaZfnUJrA7D63exOMx { 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; }
#Hgkk5C4C2mGRf0pdQwRZ750O1WH9quUN { 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; }
#dwPhd2rezOkzv6oLtK8ZUTy8AHKzOt9u { 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:5.2rem;font-style:normal;display:block; }
#Z9FPvRPkXDnNQyqyHa6Jig7ZxzJDQcbh { 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; }
#JroATwsu0RILOBgm4I0TWihUl8oC5pob { 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; }
#wWkIxNfhnvVxoFNbTPElH6iC1inLF8GO { 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; }
#d47Z9pA9s2OZCaq3Li9UOhWcKS4ksBxb { 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; }
#aP50sIcSP1hS8wr6JT4Dw3ThxZSG0uIB { 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.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#euhmeB6CLiZwbBJb5IOZQgfrRuoddTyd { 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; }
#pT87VkoEx9K3JMkoToU7xaLFLmyF17Nx { position:relative;display:block; }#pT87VkoEx9K3JMkoToU7xaLFLmyF17Nx { background-color: transparent; background-image: none; }#pT87VkoEx9K3JMkoToU7xaLFLmyF17Nx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pT87VkoEx9K3JMkoToU7xaLFLmyF17Nx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pT87VkoEx9K3JMkoToU7xaLFLmyF17Nx > .row .container > .video-iframe-container { display: none; }#pT87VkoEx9K3JMkoToU7xaLFLmyF17Nx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pT87VkoEx9K3JMkoToU7xaLFLmyF17Nx > .row > .video-iframe-container { display: none; }#pT87VkoEx9K3JMkoToU7xaLFLmyF17Nx > .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); }#pT87VkoEx9K3JMkoToU7xaLFLmyF17Nx { border-width: 0; border-radius: 0; }#pT87VkoEx9K3JMkoToU7xaLFLmyF17Nx > .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; }#pT87VkoEx9K3JMkoToU7xaLFLmyF17Nx > .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; }#ALTvNrM1oNc4l3E31e5TOXXPPobQtNnc { 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; }
#IL1LpCTAAt1rar5aSWg35NnJIH8COyfR { 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; }
#nD0ZD739XekK7ZkySvxiADPkotZ0CGOi { 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; }
#cdBZmnWlEmKor8hDGaDikKxFA8lsxXiZ { 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; }
#t6WGF07zV25bwNTcfHwqLsAa44evXsZ7 { 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; }
#vaMA4NvzS2GBKl0m0LOgWGOhxx7lDxCU { 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; }
#AsT3tXDhrtPbL8au33gQ8Lg6XqiVR7qK { 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; }
#P2511Oh0Sy9dKTR2VrJauNvLa6aQCpH0 { 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; }
#XsueE2na6ahWZLGvgiJold7h2CXsnP9B { 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; }
#hG5oEeavIoJsPXAkfKMQ38JK5D4x9vtC { 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; }
#yI6g14DL3sC1lV9Vwi8oZnuaQWATWhHk { position:relative;display:block; }#yI6g14DL3sC1lV9Vwi8oZnuaQWATWhHk { background-color: transparent; background-image: none; }#yI6g14DL3sC1lV9Vwi8oZnuaQWATWhHk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yI6g14DL3sC1lV9Vwi8oZnuaQWATWhHk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yI6g14DL3sC1lV9Vwi8oZnuaQWATWhHk > .row .container > .video-iframe-container { display: none; }#yI6g14DL3sC1lV9Vwi8oZnuaQWATWhHk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yI6g14DL3sC1lV9Vwi8oZnuaQWATWhHk > .row > .video-iframe-container { display: none; }#yI6g14DL3sC1lV9Vwi8oZnuaQWATWhHk > .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); }#yI6g14DL3sC1lV9Vwi8oZnuaQWATWhHk { border-width: 0; border-radius: 0; }#yI6g14DL3sC1lV9Vwi8oZnuaQWATWhHk > .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; }#yI6g14DL3sC1lV9Vwi8oZnuaQWATWhHk > .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; }#ZFehIvi3mTpg4O2XokHM4HwNl4Z7dIAh { 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; }
#oPg3EEhG2cyxCrglm9hWdK7AT7hDohbk { color:rgba(var(--color-tertiary-4),1);display:block;width:9.125rem;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; }
#TIbc9cFKStEXdOLGh2yHLk1TLku4txpi { 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; }
#ciRfJeW9npnkTyIAz6TZqRrOcp1S0iiS { 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; }
#O1fByZzmqkBMlfDdyRKSDtfdLmrX7pIp { 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:7.7988125rem;font-style:normal;display:block; }
#aNSgUiyFFTaedQERlV4bKTf8pTKg8NDM { 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; }
#zIAB95H8pShvS00SRCpOzt7TA5iSpxAO { 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; }
#UZl0LTpVdHkrUzGy01B2K7F6iM9kgmeE { 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; }
#T6ebWFpEJVHF9lTWuEq5TVKmszoAFzQl { 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; }
#VlvA7iznllIImuz2WwmofPT2ZAKiR3ek { 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.0294733047486rem;left:0rem;overflow:hidden;display:block; }
#rdMFJQrSKFBNFssBTimmhlGMvyeOmTMH { position:relative;display:block; }#rdMFJQrSKFBNFssBTimmhlGMvyeOmTMH { background-color: transparent; background-image: none; }#rdMFJQrSKFBNFssBTimmhlGMvyeOmTMH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rdMFJQrSKFBNFssBTimmhlGMvyeOmTMH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rdMFJQrSKFBNFssBTimmhlGMvyeOmTMH > .row .container > .video-iframe-container { display: none; }#rdMFJQrSKFBNFssBTimmhlGMvyeOmTMH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rdMFJQrSKFBNFssBTimmhlGMvyeOmTMH > .row > .video-iframe-container { display: none; }#rdMFJQrSKFBNFssBTimmhlGMvyeOmTMH > .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); }#rdMFJQrSKFBNFssBTimmhlGMvyeOmTMH { border-width: 0; border-radius: 0; }#rdMFJQrSKFBNFssBTimmhlGMvyeOmTMH > .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; }#rdMFJQrSKFBNFssBTimmhlGMvyeOmTMH > .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; }#kQMh7ATTv9ps9rmsuD0mJ80lH19OxeRU { 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; }
#CB6qoS7IUaZstD24Qmklzme0qVOoXxE6 { 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; }
#ItwqoCGwd0JMIZnfxrE22TDvMJCyXfq8 { 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; }
#thMOO2pac9T6mEq18REkqi8oXcwKgQ4k { 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; }
#gB2U17WEEUvRtoyTeuDOwAyNrEkTH8Jq { 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; }
#Q3ZKEIDeoraFb0rRbkQdJfAiUQXa3T9o { 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; }
#nutpTKtqDVUTqh1I8AzTrKAEJg9OHfoP { 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; }
#BXdom95mg0UP0fX8xcusn1V5Z5M3SKGq { 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; }
#pFG5tNLS18ZMG4wr2c3OMU0MS5pdklMp { 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; }
#FdapotAbTTIflk23iUPfDBbXaPtccOgT { 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; }
#WPTFF543ZCAtIa3GWTOtgUZaM1mE5XFZ { position:relative;display:block; }#WPTFF543ZCAtIa3GWTOtgUZaM1mE5XFZ { background-color: transparent; background-image: none; }#WPTFF543ZCAtIa3GWTOtgUZaM1mE5XFZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WPTFF543ZCAtIa3GWTOtgUZaM1mE5XFZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WPTFF543ZCAtIa3GWTOtgUZaM1mE5XFZ > .row .container > .video-iframe-container { display: none; }#WPTFF543ZCAtIa3GWTOtgUZaM1mE5XFZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WPTFF543ZCAtIa3GWTOtgUZaM1mE5XFZ > .row > .video-iframe-container { display: none; }#WPTFF543ZCAtIa3GWTOtgUZaM1mE5XFZ > .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); }#WPTFF543ZCAtIa3GWTOtgUZaM1mE5XFZ { border-width: 0; border-radius: 0; }#WPTFF543ZCAtIa3GWTOtgUZaM1mE5XFZ > .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; }#WPTFF543ZCAtIa3GWTOtgUZaM1mE5XFZ > .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; }#IT5kphbNh4FqySdfOxcSOEE51w8f0BdI { 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; }
#snTWfiMESQPQVoB1obHxtFAc2b8bf2Vy { 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; }
#t11GCmiK8p1ltpe1TIAA8tFVanvor6ZG { 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; }
#zZhHcOzlZES9IkDDiUbnyXTef9Tlh2LJ { 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; }
#dTRiibHi9zCMAeRNubRS1yrHQZhf1h93 { 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; }
#TCCZo36nHpbQn8fp6lOOVWD0sBIyLfVT { 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; }
#qrATqNkul6uu2cW2WKIGluzmP0K1FE2P { box-sizing:content-box;height:2.875rem;width:13.4375rem;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; }
#lWJSt4HA9SwLCN7TwlqwIM8iuuinWsFS { 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; }
#bX765BpHTKIwqhsJTDbZgZxyZq1964db { color:rgba(var(--color-secondary-4),1);display:block;width:5.6875rem;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; }
#BvrVdhTLz4T8Ze3oTZtMqKum5pHswNEg { 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.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c6icHOZqJxyRteFSBiyXm0OOexcmyTLO { 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; }
#Si1STdTaGmuQEFEdAe9oRhc1zpsQPToD { position:relative;display:block; }#Si1STdTaGmuQEFEdAe9oRhc1zpsQPToD { background-color: transparent; background-image: none; }#Si1STdTaGmuQEFEdAe9oRhc1zpsQPToD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Si1STdTaGmuQEFEdAe9oRhc1zpsQPToD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Si1STdTaGmuQEFEdAe9oRhc1zpsQPToD > .row .container > .video-iframe-container { display: none; }#Si1STdTaGmuQEFEdAe9oRhc1zpsQPToD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Si1STdTaGmuQEFEdAe9oRhc1zpsQPToD > .row > .video-iframe-container { display: none; }#Si1STdTaGmuQEFEdAe9oRhc1zpsQPToD > .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); }#Si1STdTaGmuQEFEdAe9oRhc1zpsQPToD { border-width: 0; border-radius: 0; }#Si1STdTaGmuQEFEdAe9oRhc1zpsQPToD > .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; }#Si1STdTaGmuQEFEdAe9oRhc1zpsQPToD > .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; }#BZbdmySCJpCAZZp6kco13yUmhAL3OqvU { 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; }
#mk5xlBnywHLQH0QAVn4VK1ChgRGgpATQ { 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; }
#BQsVGUoETv1qacbbyBvxPmvVOlw9yI0M { 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; }
#Z7sfJ4itl7hZ62wip8RL9xmTqZeHPVze { 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; }
#iMgHZvT1XDpVc5kT6Txeiq8GeDbBuz01 { 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; }
#bey2af6X5kyvBsiv1H2TFv1f9vEwpTPN { 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; }
#zawmnGGFwsu4RJ4BTtbZzxfJelp9Lms6 { 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; }
#a4GpNsBU7N9lSCIK0rfECAAhgVD3ALXb { 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; }
#hdkMNwFA0khu5AHJQpDLqsWoyHnP1nGO { 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; }
#IXTBc13MJvncVfpQ7rITOkZ2sef6C2N7 { 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; }
#iO1Z7qRT1iC9HoEhKrTeIIzD5bPB8zbO { position:relative;display:block; }#iO1Z7qRT1iC9HoEhKrTeIIzD5bPB8zbO { background-color: transparent; background-image: none; }#iO1Z7qRT1iC9HoEhKrTeIIzD5bPB8zbO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iO1Z7qRT1iC9HoEhKrTeIIzD5bPB8zbO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iO1Z7qRT1iC9HoEhKrTeIIzD5bPB8zbO > .row .container > .video-iframe-container { display: none; }#iO1Z7qRT1iC9HoEhKrTeIIzD5bPB8zbO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iO1Z7qRT1iC9HoEhKrTeIIzD5bPB8zbO > .row > .video-iframe-container { display: none; }#iO1Z7qRT1iC9HoEhKrTeIIzD5bPB8zbO > .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); }#iO1Z7qRT1iC9HoEhKrTeIIzD5bPB8zbO { border-width: 0; border-radius: 0; }#iO1Z7qRT1iC9HoEhKrTeIIzD5bPB8zbO > .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; }#iO1Z7qRT1iC9HoEhKrTeIIzD5bPB8zbO > .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; }#FcRrFaP6xyS39OmSxRveTODmTSi0LUNV { 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; }
#ED5TyzPmTRlU6dLXHZ79JuAAGO0VXMoC { 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; }
#oG0Q35ORISkVmgpLyRl8Q8ip8wmDpZtW { 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; }
#ytktpcuXV4wz4SIoS7qXPt72b6xT5rzv { 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; }
#O3MkKQdrytWcXGK1nZITrbX1Zs6Iis8B { 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:7.7988125rem;font-style:normal;display:block; }
#z0MZXzysdqb9uTXdS9lLlePnzxrPuZ2N { 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; }
#BdG9x91wHWimf9nxLmbWW1T8QKodbvTB { 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; }
#aCfTJzeXRhdLouQZ1d61MISXDZGrq01E { 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; }
#fETTVuPQvzaxOgQCe7duzvzaviMmdKVt { 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; }
#NcJcM8ff119uG7fOkEywvbAniPBQvN7O { 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; }
#siQrFlwfchKxS79TLJFimMtPxETb7BZe { position:relative;display:block; }#siQrFlwfchKxS79TLJFimMtPxETb7BZe { background-color: transparent; background-image: none; }#siQrFlwfchKxS79TLJFimMtPxETb7BZe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siQrFlwfchKxS79TLJFimMtPxETb7BZe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siQrFlwfchKxS79TLJFimMtPxETb7BZe > .row .container > .video-iframe-container { display: none; }#siQrFlwfchKxS79TLJFimMtPxETb7BZe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siQrFlwfchKxS79TLJFimMtPxETb7BZe > .row > .video-iframe-container { display: none; }#siQrFlwfchKxS79TLJFimMtPxETb7BZe > .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); }#siQrFlwfchKxS79TLJFimMtPxETb7BZe { border-width: 0; border-radius: 0; }#siQrFlwfchKxS79TLJFimMtPxETb7BZe > .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; }#siQrFlwfchKxS79TLJFimMtPxETb7BZe > .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; }#zQaADIblMVIKukNvHWFRN8mHSZy4omy1 { 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; }
#lmbQWhETKTalwQuQqqMnkLOIT5aRKHPJ { 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; }
#BP6NqzlziyA7nmmbdwpsLx9oVwoGkcvZ { 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; }
#ogBhQE7xOVSLcLmd9RnJ7cIzLoniK2f5 { 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; }
#M6Sup8mBGvp4oEdEO6vGyUcByPNxGZuq { 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:5.2rem;font-style:normal;display:block; }
#TTxuMQBR2WebMGkm2sFMCBXv26GTfK3I { 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; }
#s2TI9b7hmPH3vPl66bSAWlyshxgZ1Q0g { 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; }
#lvoc7HCaT77sD0uNZG5foV6hiLsTkMHu { 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; }
#SJEBv1uaTPTUfhZKv1vdPmEDItadr3LZ { 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; }
#fL1NMeIHwGWVDhtnX1S2TUWFEeRpvB8d { 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; }
#eszFFqAQJ2ENexOGUu2TLSJyfKCxs1cU { 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; }#eszFFqAQJ2ENexOGUu2TLSJyfKCxs1cU > .row .container { background-color: transparent; background-image: none; }#eszFFqAQJ2ENexOGUu2TLSJyfKCxs1cU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eszFFqAQJ2ENexOGUu2TLSJyfKCxs1cU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eszFFqAQJ2ENexOGUu2TLSJyfKCxs1cU > .row .container > .video-iframe-container { display: none; }#eszFFqAQJ2ENexOGUu2TLSJyfKCxs1cU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eszFFqAQJ2ENexOGUu2TLSJyfKCxs1cU > .row > .video-iframe-container { display: none; }#eszFFqAQJ2ENexOGUu2TLSJyfKCxs1cU > .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); }#eszFFqAQJ2ENexOGUu2TLSJyfKCxs1cU > .row .container { border-width: 0; border-radius: 0; }#eszFFqAQJ2ENexOGUu2TLSJyfKCxs1cU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eszFFqAQJ2ENexOGUu2TLSJyfKCxs1cU > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:60rem;position:relative;display:block; }#STuFcEWEZKoZxNSAo4Lqng9mWaW34DQZ { 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; }#STuFcEWEZKoZxNSAo4Lqng9mWaW34DQZ.adaptive-delivery-prevent-bg, #STuFcEWEZKoZxNSAo4Lqng9mWaW34DQZ.lazyload, #STuFcEWEZKoZxNSAo4Lqng9mWaW34DQZ.lazyloading { background-image: none; }#STuFcEWEZKoZxNSAo4Lqng9mWaW34DQZ > .row .container { background-color: transparent; background-image: none; }#STuFcEWEZKoZxNSAo4Lqng9mWaW34DQZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STuFcEWEZKoZxNSAo4Lqng9mWaW34DQZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STuFcEWEZKoZxNSAo4Lqng9mWaW34DQZ > .row .container > .video-iframe-container { display: none; }#STuFcEWEZKoZxNSAo4Lqng9mWaW34DQZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STuFcEWEZKoZxNSAo4Lqng9mWaW34DQZ > .row > .video-iframe-container { display: none; }#STuFcEWEZKoZxNSAo4Lqng9mWaW34DQZ > .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); }#STuFcEWEZKoZxNSAo4Lqng9mWaW34DQZ > .row .container { border-width: 0; border-radius: 0; }#STuFcEWEZKoZxNSAo4Lqng9mWaW34DQZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#STuFcEWEZKoZxNSAo4Lqng9mWaW34DQZ > .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) { #pTdgOF09U4wbpnBeozND5FTbwKgxva2q { display:block; }#pTdgOF09U4wbpnBeozND5FTbwKgxva2q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hzRuSX8Gc69R2rpTrAoQ5PqIGhTTkTXe { top:1.125rem;left:0rem;width:10.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgxLPbrIUKyUKrQIHmDlOo9wht5INRs5 { top:1.1875rem;left:6.75rem;width:12.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqBRf6oUhPR0ZbNivCugTcib32lslSpx { 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) { #W0eKP45Qpfws2ZKiAbB9JxTcc00VGo1A { 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) { #sC72avAC5fnrTDFDE8NUX9snMo5FyyRX { width:6.0625rem;height:2.1875rem;top:0.5625rem;left:41.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLKmp3fKddIvJywTQdGP1FzEJsPMxP6V { 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) { #rxuvfzhcqKqKgq5pONtDUQQx7dFuxRAk { display:block; }#rxuvfzhcqKqKgq5pONtDUQQx7dFuxRAk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rxv0sI1ELPZe0bkFgLi8EiwqcG5b2H98 { top:5.125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #avlP5ApliuLehS3GeFiZJktngRpK9Hn4 { top:2.8125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKgNS0p47oJG6EBrXANo1100XdXkEzx2 { display:block; }#NKgNS0p47oJG6EBrXANo1100XdXkEzx2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JQMqSV19o4NKzncqCDTe4PaEtqRKiS6O { top:3.5rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UH3PTmoZFBknEmw8rKNuS1iiSG3HeUJm { top:7.625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcDMpAmkanErVaq5KOyVr4OnJnHqaNyZ { top:1.3125rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSFz20PPkiuWsOyd012SB9ZruaQRH5EX { top:1.875rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #chkG21MJ3fk5t6wThJHRKWEIAWSvtAtn { display:block; }#chkG21MJ3fk5t6wThJHRKWEIAWSvtAtn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kf0I4wr888rbmIuEU57AaCH05iqTLx2Z { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxFGE46aiv2B5KFyNJqXUoK28kPoXaSt { top:7rem;left:40.0625rem;width:7.6875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4BDNbcRrul6ty6WfVOByrz9CfX4ChZn { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSpciDvIUZLiRRkSh4BX3HhqANgJqFii { 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) { #SAWImdkksMAUh2N5lgwGbxq7ovMMplqW { top:7.4375rem;left:14.5rem;width:24.375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErP6PNxCo1tmw3dDuT1yFBGDJTUacVEn { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BI53FwZUh8tXz5LmKCxPTxxzKN6UvTXF { top:2.0625rem;left:0rem;width:17.3125rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl6sXbqdkmUhD4krRWo7Qf8bAqZx7DTz { top:15.125rem;left:14.125001907349rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2Qe35p6CSP9rLxos9nW69VobTkUzgH0 { top:15.6875rem;left:14.812501907349rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oworp9HRnbQ8wAPtJbSQH9lPHZh1ebR5 { top:15.5rem;left:21.75rem;width:5.25rem;height:3.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfR8dcF03WCIFZhB7mcDUGRD9m8QFf07 { top:10.625rem;left:43.9375rem;width:3.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlznd4y3aeVSqGsieGDamwkHoKeyI9DV { display:block; }#rlznd4y3aeVSqGsieGDamwkHoKeyI9DV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TnTIXuNmpPVlldgJiCct4FkrulElnOf9 { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVExyT4eR9GuHrVF8DlT5GrqlyytW533 { top:7rem;left:40.0625rem;width:7.6875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9uTW4S7Ws94TWXhuRl8Hy1rdgpA2SGi { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PD8JDvNzOkFxTAcfCkS92TxusFLeSTJ3 { 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) { #k4LD66nWsMhoPUBVMZaU9DnXGTou07k7 { top:7.4375rem;left:14.5rem;width:24.375rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgLmyFtqqlBOXC9XFJ00bI8yqTZMkwZg { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #obVZVIpg0MuD1RsMUbxUD6kABqvbi9f7 { top:3.6875rem;left:0rem;width:15.6875rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELpmbWHEBv5LEBaXXZwKHVAhfMgJRdQD { top:15.125rem;left:14.125001907349rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #myFCvA0C21fyft88qVxvLI4ecTamEmaQ { top:15.6875rem;left:14.812501907349rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLBxtBLwqAOX8lKoBH5Mk4WBTIUNToa2 { top:15.5rem;left:21.625rem;width:5.5625rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVcdUwshdEPaf6G0nOxm6J1RMTqHEJ3y { top:10.625rem;left:43.9375rem;width:3.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNXXeEIogFGCB60EeDiNE79BgQB34l7Q { display:block; }#JNXXeEIogFGCB60EeDiNE79BgQB34l7Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0RKzAG2mkbqSKa3wwrXtO9O8Jx0RDop { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsDk4wKGLvQC2zMqW3MPwlTXhbww4Hqr { top:7rem;left:40.0625rem;width:7.6875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3FGEbTkppPhwTC50iVeaoL8Lpu1MIpi { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2KwlA0hN3uuOKizs0mfm0GAq02vAXKC { 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) { #S5dHLyRAzXVqa0R7VEdiTmJ2Nb7aBJfN { top:7.4375rem;left:14.500001907349rem;width:24.375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeEfiIHd1TWfakt48B2RSJ0plQcs4Cfm { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ie1H4uBPPs2JKLJxsWRbu21iUD2uzcuT { top:1.75rem;left:0rem;width:15.8125rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWKQmAFyGdIXcU8nW14NLoKVTFdSqpwa { top:15.125rem;left:14.125001907349rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpf127TUCPNHVg0PbcOroD46QWNq3b6D { top:15.6875rem;left:14.812501907349rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZ0KsO7PIwXs0tL6higeIDVA2e2Q9Btc { 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) { #oq00UDSt3UUrP3k4nzyNt4CvkDPZmrgP { top:10.625rem;left:43.9375rem;width:3.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0gBKRgP7zT59T6S0Tt57oIbkPtxZG8B { display:block; }#O0gBKRgP7zT59T6S0Tt57oIbkPtxZG8B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PfpQ7sALUlXrgJeQF93otKQsgoxTZys4 { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEK8TriZa4uHLzfk7CWalEvFcLWJzIbN { top:7rem;left:40.0625rem;width:7.6875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVP4Ar87S5LFgzSfrvaHTKEb9E6pvJwW { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9XgTNVTaueWHH9ICEdwXJXuxOn6Ruw4 { 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) { #EgWyTkzmTiSbNPbTefC3DcGfQv61FZTo { top:7.4375rem;left:14.5rem;width:24.375rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygMVm5eZdS96WgFXRTU1Ta9GNvx0mzP1 { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXfWPuaIG0vIITpAnh2hd3nZq2WRuZRq { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLA10SK63MskWraguzBmUEe4ez5MD1Kx { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMEdJZDLXp8nETIKZJQtLfeS4cBfxqOR { 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) { #t1cldhg2MFZyCXhF0RbQllb3zOXp1uoZ { top:10.625rem;left:43.9375rem;width:3.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhTyVdQx9RNfBn8CFsUqqI9ARLzhLGve { top:5.6875rem;left:0rem;width:14.125rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT43G2kkrFNTspQimrW8cKTuJuENNWgy { display:block; }#vT43G2kkrFNTspQimrW8cKTuJuENNWgy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HywLWArJBvqcqZnQL30vgJIc6dBOf685 { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dso0esMFDfsVk1eEnwtbaAV1ZfxXCx05 { top:7rem;left:40.0625rem;width:7.6875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW8Z8yxtZ5KBr0eiWNho8EulC2Qh7Qrl { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1MF2wTBAcdWMZyDZemb00Pb7faFSWud { 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) { #CD6w5rVC3af3Xb8hrDghRF0fxmTDHtUo { top:7.4375rem;left:14.5rem;width:24.375rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0T3EXhZZTKhTEQCHG95lpWR2LvwXqFH { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlHXWCXq8Jvx4LynMRGbPlDku0bPUrTI { top:3.125rem;left:0rem;width:16.75rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEkh5TyvHRG3pPG8OyqkWEMwTOX0XhKG { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #prrUqK5rqSUzaPLmhJJeqKxZI5RCstGy { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKQWVRvNrd8qFGzrnAULkfdUQ7QfQD7v { 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) { #si3w4sLt2RXLKW6tcKecL8CLGM053R6X { top:10.625rem;left:43.9375rem;width:3.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTlVWfiT4JTnmxd8x8PChmQPM0cOIEFB { display:block; }#TTlVWfiT4JTnmxd8x8PChmQPM0cOIEFB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sn9Cz4xixA6P67TTSTprAJctncrCzUn1 { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXdZTaqVRzTtsDt7ORnrrMqBKgPEoalJ { top:7rem;left:40.0625rem;width:7.6875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTenbxgN5WFHm2OT0PFAv4BtfTWfwqGq { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #soaTmr0k3BoQxJEa7tr2Jk1bSL9dEWpu { 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) { #kx3GKgaXMTC6xi1i9tzva5x669hb2H3T { top:7.4375rem;left:14.5rem;width:24.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVG4JFBWv2HwWLk81QaAnfb34oBpzVIA { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #axT7yIsGDumQr4mEV9sQpSRGBHzdk5fv { top:3.25rem;left:0rem;width:15.6875rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdK92QM79dGPJzpz1S8X8wGBZyp2pIsP { top:15.125rem;left:14.125001907349rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7kTixEeKf3fWZKcLRBWxVQLgTLtm8r0 { top:15.6875rem;left:14.812501907349rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UP37qg5N4c7pUdIg78xRnmAAcS7KpAf4 { top:15.5rem;left:21.5625rem;width:5.5rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zay5g5gVsKVVCSfyyExu4874Jm5TGdnH { top:10.625rem;left:43.9375rem;width:3.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxNNpwDcGLBqhFAbkMtchZeuxN3Bh6eo { display:block; }#nxNNpwDcGLBqhFAbkMtchZeuxN3Bh6eo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MyfZNp8ApGJ2MNrmkyTXUq8vIqrmvxDn { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMAZm5iqWHT4Z7yZPzbioUqp3nH2rD2h { top:7rem;left:40.0625rem;width:7.6875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zacyPLkTL31T8XgiwGsDZIS0lMmuVlIp { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RS1vAOfxJgTcec9wfVAfQBFbmvSBrT45 { 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) { #q6NBDF0iAOg0CTl0pSDO8Q7d09x1BVLP { top:7.4375rem;left:14.5rem;width:24.375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoI7hLdftzmxnLBLRzUccBvaEtTJeKy4 { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x80z7N3VJR1Sf4nduTBNGl2EB0iPwJCg { top:3.0625rem;left:0rem;width:16.25rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ff1su3XfhFc5mlyn3MZIqy3Gu7Z0ywKb { top:15.125rem;left:14.125001907349rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4p8ImA31NOqMek2JBaTxxBMU6NW2AQ8 { top:15.6875rem;left:14.812501907349rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vttIRWrwb5VF4eEZIortuwPQHCTcke3p { 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) { #Jg6CdegEVwJ9XvR2zWfexsyqpQ1wsUKf { display:block; }#Jg6CdegEVwJ9XvR2zWfexsyqpQ1wsUKf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q81MkyoCJumm8R753emKXkq72VvoMzrA { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSkTJUp7Poy2AnTnslTbMAW2QrzIvavK { top:7rem;left:40.0625rem;width:7.6875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEEZee8WgKknbZFxb9X9sVADIaWSyqoW { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTiOl5iLicalFDXSprkBDzVL9c9SoPB2 { 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) { #t3Ria5wCFBTq4TUq9uy7ETBcTHKSrUU3 { top:7.4375rem;left:14.436964035034rem;width:23.9375rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SITQBw7LLAkt9EopabkkFnmIk2HQaNcb { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Brf3OtX9PpOClIdMJkihaVfIZTa3zpuI { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Diu8TyHgAbb9NBQJXRlTNwMBAJ0VgZ1H { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eqc1qrHqhdyB2lspHywUuDwxASFcSRJD { 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) { #TSygSfiGPC3aBQK15pZUXITg9Rn8Ig8y { top:1.375rem;left:0rem;width:18.625rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcFngyfaxJLvyyrOcI9B3xLmMW8sAZd1 { display:block; }#XcFngyfaxJLvyyrOcI9B3xLmMW8sAZd1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #esTPeIDXcv5S81w7nN0hWhBZ8r42bnFp { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ku1QhTCbQx0aVv0WaSwdhrVeZMbkO3Fh { top:7rem;left:40.0625rem;width:7.6875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r47L12Zu7kfWB58irWXZ8HsGU2FMl8Ld { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qi6RXaouQKJhrB1EmT07cyaaxleRDBkk { 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) { #sVzrErSk9LThA0fa0d2D3PHsVfQdMy05 { top:7.4375rem;left:14.5rem;width:24.375rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #orRvCN2U3eSH0ZKBVtMVJ0u1vQUpITdz { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m06VGyu0ZpqAbTpoqZS5QE5Th9y21n0z { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDUKviq4va6xO6wgJ0zTVESUx0NUwD89 { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTrpoO7cNvNxGBwob5LuhVQuJg5QsZuV { top:16.3125rem;left:21.5625rem;width:5.3125rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7raivHtAEMq5nzrTTvR0OQb06C28zEU { top:10.625rem;left:43.9375rem;width:3.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsvRVHOnmsOwpKwePMhpTztNkWB9uqgI { top:0.6875rem;left:0rem;width:20.875rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhiTpKvqapgb9ZhrqzmK6I1I3wmABUV9 { display:block; }#BhiTpKvqapgb9ZhrqzmK6I1I3wmABUV9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LeAaIEZ6TCrvTQDCz7TDgCkisesvBB2E { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THAgkEpa4LcCl9a3ClbeCeZCOEeLkFlJ { top:7rem;left:40.0625rem;width:7.6875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8nlRy00S03S21Eaq4cewy8GCrTtT9vU { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q126klK8JVhnGR83k32XSUGNTfwNBnME { 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) { #LNRG29S2EJJFtld9rheS3Vl4HqXLV27u { top:7.4375rem;left:14.4375rem;width:24rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #py1msg2rUProrA8UpTMV9gvNPcHH5JX4 { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXkimWFiB5d3vHMOUPJOnZIAuVpHVeFw { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAoSErrN8yA0zXJHJvRQMnD4LxZVDK5h { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQu5fvU5bu14hBTvC2miTWUd2zF2Pwz2 { 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) { #exkm6oL6So8x3MMbuVaWNWkOraldmRz1 { top:1.75rem;left:0rem;width:18.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlUbJLpym8h19XJN25cHFhQ3EWbB6J98 { display:block; }#TlUbJLpym8h19XJN25cHFhQ3EWbB6J98 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZVkCXbv22z3tyl5TsKsOpIttbIokyUlE { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UB3nKeySmvdPK9VSvmTePbwyAHSCnTah { top:7rem;left:40.0625rem;width:7.6875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ka57IyXqyXSxM8Z9RL1Ve94AgTmm3Eh3 { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2TFx7oLUJMNhuILO1IRksMUrnqMXywA { 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) { #wwoAR0LzMn7tiFNPuFTDaHBwL4LiUkGM { top:7.5rem;left:14.4375rem;width:24rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #avFwa6cz1hlX0lqHZyF7ZWy1bTMcCkHO { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQUDxSKoyTQQxmM8N9Xw0tA1eUzPzBOp { top:15.9375rem;left:14.125rem;width:14.3125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfgD6Iz0b55Iym0ZAd6rTkNGmwTsvfb5 { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqRgNrmFstbRNfU4yUWTz9Z5GIk6ksgh { top:16.3125rem;left:22.0625rem;width:8.6875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftuRveT0Q3ft2aBT3zyWUhf7FP3mI5uw { top:10.625rem;left:43.9375rem;width:3.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFpM4duPJ7SHMEIhIW1cpE2cmwGTAhbC { top:1.75rem;left:0rem;width:18.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDW4Gu4q9T33MXaKgxeBlXEWt2SmT3cR { display:block; }#UDW4Gu4q9T33MXaKgxeBlXEWt2SmT3cR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fGGQakUA8s8fGzVqsGR8qPJPAkhJZpyS { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9ZiN9kiFCLkptk9I4ZXi7WD34gqgJQV { top:7rem;left:40.0625rem;width:7.6875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3w2so0NivfodlXd9ZB3v7DE2VqEPHsz { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZrezqlisQTWsd61aEFSJNyU1IuTJlZW { 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) { #mwmMliPeHsHhgOSLkKK6AqbqwULRGEeK { top:7.4375rem;left:14.4375rem;width:24rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3dHbyxWaunzI5gXJbf6EqNarpMNDnvg { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcR5mnJyRm97nQyabsJfN1z8o8CBMIpe { top:15.9375rem;left:14.125rem;width:14.125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfVr8OgcgXlgSgGxGKdklhT0dlZycHsI { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNcsg2C6ohM22hZpie4g5k0MWvLrA4K9 { top:16.3125rem;left:22.0625rem;width:6.6875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a70AsLk613qZU31kck8rkLp2mOn21kpQ { top:10.625rem;left:43.9375rem;width:3.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9bTuqw5a5CAx7zDg5BTooRc5ziCTetV { top:1.75rem;left:0rem;width:18.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTV3V1P30lEutey7GuEbBm6RfGnMAZfQ { display:block; }#KTV3V1P30lEutey7GuEbBm6RfGnMAZfQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pWGi99cTS7vTJd2ftiR3NsIwRsl1cWXl { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLLL6QuDnpacOlZZMUWRtvOxHWTlQBu9 { top:7rem;left:40.0625rem;width:7.6875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXPczcAs6xZF3xeKJdeUiqhKGRwEmS3k { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUW8k6v24QCE3JszvZenQnydOHWuT5u6 { 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) { #OhQapXN4lkSxh0HIBT6fky30pNiO041D { top:7.4375rem;left:14.436964035034rem;width:23.9375rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwpX0RUXa2OxLVdTtrBHnHgkQELp4wB9 { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7aW6GCrwZxJM9mVV2rB83FsKtE08hNy { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldNL4Wx6457n6D6TX1Gk0JTrtUtZN4ZX { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHtNdZeGCp3JEqxJBqi8Sm1Qkmo0ozI2 { 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) { #S2LWvrEAPFzDUAZCoGUSTtE24fnGNZRb { top:10.625rem;left:43.9375rem;width:3.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp7wm5ouy7bakkdVCFfJWqh3JSaQU0oI { top:1.75rem;left:0rem;width:18.5rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsTGlFfAZuT7Iril0R7P1OlvB3eIEXTo { display:block; }#xsTGlFfAZuT7Iril0R7P1OlvB3eIEXTo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LMfJLygEuN1heeMEWv6Zk0Pl434t7TWB { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W74VegqH4IFMnJfmBaP5mkU1xQ3Fg0W9 { top:7rem;left:40.0625rem;width:7.6875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXUJsD4xheQMeiDnOISvDPlp0TSgekd8 { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7ZWouUdu3m6ZKPwCaGagxnkIHDewL4c { 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) { #iBXN97l5Fdt7K24RFgUqxyDlhqt7LTIt { top:7.4375rem;left:14.436964035034rem;width:23.9375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWfsV1pL1VZKpfcTeyMLR3pqGf7WxS9n { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvIoTE4t6MT4hGiea0UI82Pd9VnXCgFa { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RG5ktunwK7DTpFQiPRxRZ6gEDssWiRt7 { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ksx19FtNwItcUpinxlH0arcsPdQmkRCz { 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) { #Jmm6lnnfUOzrXZrHHq4twaQIbNHnlco0 { top:1.75rem;left:0rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5W8dp6SDRctU9wbdRnilmaMLeGpqPVB { display:block; }#p5W8dp6SDRctU9wbdRnilmaMLeGpqPVB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTbFpoxl2obtddJbMuarM7hKLTLakBAM { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GU0tTMrwZhSMU4BFHiyB0CBfadrOgvpQ { top:7rem;left:40.0625rem;width:7.6875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTDhLkmdG607rnIaZfnUJrA7D63exOMx { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hgkk5C4C2mGRf0pdQwRZ750O1WH9quUN { 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) { #dwPhd2rezOkzv6oLtK8ZUTy8AHKzOt9u { top:7.4375rem;left:14.4375rem;width:24rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9FPvRPkXDnNQyqyHa6Jig7ZxzJDQcbh { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JroATwsu0RILOBgm4I0TWihUl8oC5pob { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWkIxNfhnvVxoFNbTPElH6iC1inLF8GO { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d47Z9pA9s2OZCaq3Li9UOhWcKS4ksBxb { 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) { #aP50sIcSP1hS8wr6JT4Dw3ThxZSG0uIB { top:10.625rem;left:43.9375rem;width:3.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #euhmeB6CLiZwbBJb5IOZQgfrRuoddTyd { top:1.75rem;left:0rem;width:18.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT87VkoEx9K3JMkoToU7xaLFLmyF17Nx { display:block; }#pT87VkoEx9K3JMkoToU7xaLFLmyF17Nx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ALTvNrM1oNc4l3E31e5TOXXPPobQtNnc { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IL1LpCTAAt1rar5aSWg35NnJIH8COyfR { top:7rem;left:40.0625rem;width:7.6875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nD0ZD739XekK7ZkySvxiADPkotZ0CGOi { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdBZmnWlEmKor8hDGaDikKxFA8lsxXiZ { 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) { #t6WGF07zV25bwNTcfHwqLsAa44evXsZ7 { top:7.4375rem;left:14.436964035034rem;width:23.9375rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaMA4NvzS2GBKl0m0LOgWGOhxx7lDxCU { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsT3tXDhrtPbL8au33gQ8Lg6XqiVR7qK { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2511Oh0Sy9dKTR2VrJauNvLa6aQCpH0 { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsueE2na6ahWZLGvgiJold7h2CXsnP9B { 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) { #hG5oEeavIoJsPXAkfKMQ38JK5D4x9vtC { top:1.75rem;left:0rem;width:18.5rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yI6g14DL3sC1lV9Vwi8oZnuaQWATWhHk { display:block; }#yI6g14DL3sC1lV9Vwi8oZnuaQWATWhHk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZFehIvi3mTpg4O2XokHM4HwNl4Z7dIAh { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPg3EEhG2cyxCrglm9hWdK7AT7hDohbk { top:7rem;left:38.625rem;width:9.125rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIbc9cFKStEXdOLGh2yHLk1TLku4txpi { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciRfJeW9npnkTyIAz6TZqRrOcp1S0iiS { 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) { #O1fByZzmqkBMlfDdyRKSDtfdLmrX7pIp { top:7.4375rem;left:14.436964035034rem;width:23.9375rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNSgUiyFFTaedQERlV4bKTf8pTKg8NDM { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIAB95H8pShvS00SRCpOzt7TA5iSpxAO { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZl0LTpVdHkrUzGy01B2K7F6iM9kgmeE { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6ebWFpEJVHF9lTWuEq5TVKmszoAFzQl { 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) { #VlvA7iznllIImuz2WwmofPT2ZAKiR3ek { top:2rem;left:0rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdMFJQrSKFBNFssBTimmhlGMvyeOmTMH { display:block; }#rdMFJQrSKFBNFssBTimmhlGMvyeOmTMH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kQMh7ATTv9ps9rmsuD0mJ80lH19OxeRU { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CB6qoS7IUaZstD24Qmklzme0qVOoXxE6 { top:7rem;left:40.0625rem;width:7.6875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItwqoCGwd0JMIZnfxrE22TDvMJCyXfq8 { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #thMOO2pac9T6mEq18REkqi8oXcwKgQ4k { 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) { #gB2U17WEEUvRtoyTeuDOwAyNrEkTH8Jq { top:7.4375rem;left:14.436964035034rem;width:23.9375rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3ZKEIDeoraFb0rRbkQdJfAiUQXa3T9o { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nutpTKtqDVUTqh1I8AzTrKAEJg9OHfoP { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXdom95mg0UP0fX8xcusn1V5Z5M3SKGq { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFG5tNLS18ZMG4wr2c3OMU0MS5pdklMp { 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) { #FdapotAbTTIflk23iUPfDBbXaPtccOgT { top:1.75rem;left:0rem;width:18.5rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPTFF543ZCAtIa3GWTOtgUZaM1mE5XFZ { display:block; }#WPTFF543ZCAtIa3GWTOtgUZaM1mE5XFZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IT5kphbNh4FqySdfOxcSOEE51w8f0BdI { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #snTWfiMESQPQVoB1obHxtFAc2b8bf2Vy { top:7rem;left:40.0625rem;width:7.6875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t11GCmiK8p1ltpe1TIAA8tFVanvor6ZG { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZhHcOzlZES9IkDDiUbnyXTef9Tlh2LJ { 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) { #dTRiibHi9zCMAeRNubRS1yrHQZhf1h93 { top:7.4375rem;left:14.436964035034rem;width:23.9375rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCCZo36nHpbQn8fp6lOOVWD0sBIyLfVT { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrATqNkul6uu2cW2WKIGluzmP0K1FE2P { top:15.9375rem;left:14.125rem;width:13.4375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWJSt4HA9SwLCN7TwlqwIM8iuuinWsFS { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bX765BpHTKIwqhsJTDbZgZxyZq1964db { top:16.3125rem;left:22.0625rem;width:5.6875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvrVdhTLz4T8Ze3oTZtMqKum5pHswNEg { top:10.625rem;left:43.9375rem;width:3.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6icHOZqJxyRteFSBiyXm0OOexcmyTLO { top:1.75rem;left:0rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Si1STdTaGmuQEFEdAe9oRhc1zpsQPToD { display:block; }#Si1STdTaGmuQEFEdAe9oRhc1zpsQPToD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BZbdmySCJpCAZZp6kco13yUmhAL3OqvU { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mk5xlBnywHLQH0QAVn4VK1ChgRGgpATQ { top:7rem;left:40.0625rem;width:7.6875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQsVGUoETv1qacbbyBvxPmvVOlw9yI0M { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7sfJ4itl7hZ62wip8RL9xmTqZeHPVze { 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) { #iMgHZvT1XDpVc5kT6Txeiq8GeDbBuz01 { top:7.4375rem;left:14.436964035034rem;width:23.9375rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bey2af6X5kyvBsiv1H2TFv1f9vEwpTPN { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zawmnGGFwsu4RJ4BTtbZzxfJelp9Lms6 { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4GpNsBU7N9lSCIK0rfECAAhgVD3ALXb { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdkMNwFA0khu5AHJQpDLqsWoyHnP1nGO { 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) { #IXTBc13MJvncVfpQ7rITOkZ2sef6C2N7 { top:1.75rem;left:0rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iO1Z7qRT1iC9HoEhKrTeIIzD5bPB8zbO { display:block; }#iO1Z7qRT1iC9HoEhKrTeIIzD5bPB8zbO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FcRrFaP6xyS39OmSxRveTODmTSi0LUNV { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ED5TyzPmTRlU6dLXHZ79JuAAGO0VXMoC { top:7rem;left:40.0625rem;width:7.6875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oG0Q35ORISkVmgpLyRl8Q8ip8wmDpZtW { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytktpcuXV4wz4SIoS7qXPt72b6xT5rzv { 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) { #O3MkKQdrytWcXGK1nZITrbX1Zs6Iis8B { top:7.4375rem;left:14.436964035034rem;width:23.9375rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0MZXzysdqb9uTXdS9lLlePnzxrPuZ2N { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdG9x91wHWimf9nxLmbWW1T8QKodbvTB { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCfTJzeXRhdLouQZ1d61MISXDZGrq01E { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fETTVuPQvzaxOgQCe7duzvzaviMmdKVt { 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) { #NcJcM8ff119uG7fOkEywvbAniPBQvN7O { top:2rem;left:0rem;width:18.5rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #siQrFlwfchKxS79TLJFimMtPxETb7BZe { display:block; }#siQrFlwfchKxS79TLJFimMtPxETb7BZe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zQaADIblMVIKukNvHWFRN8mHSZy4omy1 { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmbQWhETKTalwQuQqqMnkLOIT5aRKHPJ { top:7rem;left:40.0625rem;width:7.6875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BP6NqzlziyA7nmmbdwpsLx9oVwoGkcvZ { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogBhQE7xOVSLcLmd9RnJ7cIzLoniK2f5 { 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) { #M6Sup8mBGvp4oEdEO6vGyUcByPNxGZuq { top:7.4375rem;left:14.436964035034rem;width:23.9375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTxuMQBR2WebMGkm2sFMCBXv26GTfK3I { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2TI9b7hmPH3vPl66bSAWlyshxgZ1Q0g { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvoc7HCaT77sD0uNZG5foV6hiLsTkMHu { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJEBv1uaTPTUfhZKv1vdPmEDItadr3LZ { 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) { #fL1NMeIHwGWVDhtnX1S2TUWFEeRpvB8d { top:1.75rem;left:0rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eszFFqAQJ2ENexOGUu2TLSJyfKCxs1cU { display:block; }#eszFFqAQJ2ENexOGUu2TLSJyfKCxs1cU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #STuFcEWEZKoZxNSAo4Lqng9mWaW34DQZ { display:block; }#STuFcEWEZKoZxNSAo4Lqng9mWaW34DQZ > .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) { #pTdgOF09U4wbpnBeozND5FTbwKgxva2q { position:relative;z-index:auto;display:none; }#pTdgOF09U4wbpnBeozND5FTbwKgxva2q > .row .container { width:20rem;height:19.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hzRuSX8Gc69R2rpTrAoQ5PqIGhTTkTXe { 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) { #ZgxLPbrIUKyUKrQIHmDlOo9wht5INRs5 { 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) { #BqBRf6oUhPR0ZbNivCugTcib32lslSpx { 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) { #W0eKP45Qpfws2ZKiAbB9JxTcc00VGo1A { 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) { #sC72avAC5fnrTDFDE8NUX9snMo5FyyRX { width:6.0625rem;height:2.1875rem;top:11.173828125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLKmp3fKddIvJywTQdGP1FzEJsPMxP6V { 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) { #rxuvfzhcqKqKgq5pONtDUQQx7dFuxRAk { display:block; }#rxuvfzhcqKqKgq5pONtDUQQx7dFuxRAk > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rxv0sI1ELPZe0bkFgLi8EiwqcG5b2H98 { width:20rem;height:4.2246125rem;top:6.5888671875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #avlP5ApliuLehS3GeFiZJktngRpK9Hn4 { width:20rem;height:2.5996125rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKgNS0p47oJG6EBrXANo1100XdXkEzx2 { display:block; }#NKgNS0p47oJG6EBrXANo1100XdXkEzx2 > .row .container { width:20rem;height:11.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JQMqSV19o4NKzncqCDTe4PaEtqRKiS6O { width:13.0625rem;height:4.2246125rem;top:2.75rem;left:3.46875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UH3PTmoZFBknEmw8rKNuS1iiSG3HeUJm { width:20rem;height:1.29980625rem;top:7.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcDMpAmkanErVaq5KOyVr4OnJnHqaNyZ { width:20rem;height:0.3125rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSFz20PPkiuWsOyd012SB9ZruaQRH5EX { width:20rem;height:0.3125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #chkG21MJ3fk5t6wThJHRKWEIAWSvtAtn { display:block; }#chkG21MJ3fk5t6wThJHRKWEIAWSvtAtn > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kf0I4wr888rbmIuEU57AaCH05iqTLx2Z { width:20rem;height:35.1875rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxFGE46aiv2B5KFyNJqXUoK28kPoXaSt { width:7.375rem;height:2.6rem;top:32.875rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C4BDNbcRrul6ty6WfVOByrz9CfX4ChZn { width:5rem;height:0.125rem;top:35.6875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSpciDvIUZLiRRkSh4BX3HhqANgJqFii { width:18.25rem;height:1.95rem;top:18.8125rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SAWImdkksMAUh2N5lgwGbxq7ovMMplqW { width:16.9375rem;height:8.53125rem;top:21.9375rem;left:1.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ErP6PNxCo1tmw3dDuT1yFBGDJTUacVEn { width:17rem;height:4.875rem;top:22.3125rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BI53FwZUh8tXz5LmKCxPTxxzKN6UvTXF { width:20rem;height:20rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl6sXbqdkmUhD4krRWo7Qf8bAqZx7DTz { width:16.375rem;height:4.4375rem;top:38.6875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2Qe35p6CSP9rLxos9nW69VobTkUzgH0 { width:8.5625rem;height:1.21875rem;top:39.4375rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oworp9HRnbQ8wAPtJbSQH9lPHZh1ebR5 { width:6.375rem;height:1.70625rem;top:40.65625rem;left:6.8125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dfR8dcF03WCIFZhB7mcDUGRD9m8QFf07 { width:3.8125rem;height:1.21875rem;top:36.375rem;left:8.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rlznd4y3aeVSqGsieGDamwkHoKeyI9DV { display:block; }#rlznd4y3aeVSqGsieGDamwkHoKeyI9DV > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TnTIXuNmpPVlldgJiCct4FkrulElnOf9 { width:20rem;height:42.25rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVExyT4eR9GuHrVF8DlT5GrqlyytW533 { 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) { #H9uTW4S7Ws94TWXhuRl8Hy1rdgpA2SGi { width:5rem;height:0.125rem;top:36.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PD8JDvNzOkFxTAcfCkS92TxusFLeSTJ3 { 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) { #k4LD66nWsMhoPUBVMZaU9DnXGTou07k7 { 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) { #QgLmyFtqqlBOXC9XFJ00bI8yqTZMkwZg { 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) { #obVZVIpg0MuD1RsMUbxUD6kABqvbi9f7 { width:20rem;height:20rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELpmbWHEBv5LEBaXXZwKHVAhfMgJRdQD { width:16.375rem;height:4.4375rem;top:39.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #myFCvA0C21fyft88qVxvLI4ecTamEmaQ { 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) { #GLBxtBLwqAOX8lKoBH5Mk4WBTIUNToa2 { width:6.1875rem;height:1.70625rem;top:41.84375rem;left:6.90625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sVcdUwshdEPaf6G0nOxm6J1RMTqHEJ3y { 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) { #JNXXeEIogFGCB60EeDiNE79BgQB34l7Q { display:block; }#JNXXeEIogFGCB60EeDiNE79BgQB34l7Q > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0RKzAG2mkbqSKa3wwrXtO9O8Jx0RDop { width:20rem;height:42.25rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsDk4wKGLvQC2zMqW3MPwlTXhbww4Hqr { 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) { #B3FGEbTkppPhwTC50iVeaoL8Lpu1MIpi { width:5rem;height:0.125rem;top:36.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2KwlA0hN3uuOKizs0mfm0GAq02vAXKC { 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) { #S5dHLyRAzXVqa0R7VEdiTmJ2Nb7aBJfN { 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) { #xeEfiIHd1TWfakt48B2RSJ0plQcs4Cfm { 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) { #Ie1H4uBPPs2JKLJxsWRbu21iUD2uzcuT { width:18.5rem;height:18.5rem;top:1.3125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWKQmAFyGdIXcU8nW14NLoKVTFdSqpwa { width:16.375rem;height:4.4375rem;top:39.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpf127TUCPNHVg0PbcOroD46QWNq3b6D { 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) { #IZ0KsO7PIwXs0tL6higeIDVA2e2Q9Btc { 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) { #oq00UDSt3UUrP3k4nzyNt4CvkDPZmrgP { 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) { #O0gBKRgP7zT59T6S0Tt57oIbkPtxZG8B { display:block; }#O0gBKRgP7zT59T6S0Tt57oIbkPtxZG8B > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PfpQ7sALUlXrgJeQF93otKQsgoxTZys4 { width:20rem;height:43.9375rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEK8TriZa4uHLzfk7CWalEvFcLWJzIbN { width:7.375rem;height:2.6rem;top:32.5625rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fVP4Ar87S5LFgzSfrvaHTKEb9E6pvJwW { width:5rem;height:0.125rem;top:35.375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9XgTNVTaueWHH9ICEdwXJXuxOn6Ruw4 { width:18.25rem;height:3.8984375rem;top:18.5947265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EgWyTkzmTiSbNPbTefC3DcGfQv61FZTo { width:16.9375rem;height:7.3125rem;top:24.044921875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ygMVm5eZdS96WgFXRTU1Ta9GNvx0mzP1 { 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) { #KXfWPuaIG0vIITpAnh2hd3nZq2WRuZRq { width:16.375rem;height:4.4375rem;top:38.375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLA10SK63MskWraguzBmUEe4ez5MD1Kx { width:8.5625rem;height:1.21875rem;top:39.125rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nMEdJZDLXp8nETIKZJQtLfeS4cBfxqOR { width:5rem;height:1.70625rem;top:40.5rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t1cldhg2MFZyCXhF0RbQllb3zOXp1uoZ { width:3.8125rem;height:1.21875rem;top:36.03125rem;left:8.09375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dhTyVdQx9RNfBn8CFsUqqI9ARLzhLGve { width:20rem;height:14.125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT43G2kkrFNTspQimrW8cKTuJuENNWgy { display:block; }#vT43G2kkrFNTspQimrW8cKTuJuENNWgy > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HywLWArJBvqcqZnQL30vgJIc6dBOf685 { width:20rem;height:42.25rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dso0esMFDfsVk1eEnwtbaAV1ZfxXCx05 { 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) { #TW8Z8yxtZ5KBr0eiWNho8EulC2Qh7Qrl { width:5rem;height:0.125rem;top:36.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1MF2wTBAcdWMZyDZemb00Pb7faFSWud { width:18.25rem;height:1.95rem;top:21.4072265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CD6w5rVC3af3Xb8hrDghRF0fxmTDHtUo { width:16.9375rem;height:8.53125rem;top:24.669921875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v0T3EXhZZTKhTEQCHG95lpWR2LvwXqFH { 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) { #XlHXWCXq8Jvx4LynMRGbPlDku0bPUrTI { width:20rem;height:20rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEkh5TyvHRG3pPG8OyqkWEMwTOX0XhKG { width:16.375rem;height:4.4375rem;top:39.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #prrUqK5rqSUzaPLmhJJeqKxZI5RCstGy { 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) { #tKQWVRvNrd8qFGzrnAULkfdUQ7QfQD7v { 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) { #si3w4sLt2RXLKW6tcKecL8CLGM053R6X { 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) { #TTlVWfiT4JTnmxd8x8PChmQPM0cOIEFB { display:block; }#TTlVWfiT4JTnmxd8x8PChmQPM0cOIEFB > .row .container { width:20rem;height:45.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sn9Cz4xixA6P67TTSTprAJctncrCzUn1 { width:20rem;height:34.125rem;top:6.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXdZTaqVRzTtsDt7ORnrrMqBKgPEoalJ { width:7.375rem;height:2.6rem;top:29.0625rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dTenbxgN5WFHm2OT0PFAv4BtfTWfwqGq { width:5rem;height:0.125rem;top:31.875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #soaTmr0k3BoQxJEa7tr2Jk1bSL9dEWpu { width:18.25rem;height:1.95rem;top:21.2822265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kx3GKgaXMTC6xi1i9tzva5x669hb2H3T { width:16.9375rem;height:2.4375rem;top:24.544921875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tVG4JFBWv2HwWLk81QaAnfb34oBpzVIA { width:17rem;height:4.875rem;top:23.5947265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #axT7yIsGDumQr4mEV9sQpSRGBHzdk5fv { width:20rem;height:20rem;top:1.3447265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdK92QM79dGPJzpz1S8X8wGBZyp2pIsP { width:16.375rem;height:4.4375rem;top:34.875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7kTixEeKf3fWZKcLRBWxVQLgTLtm8r0 { width:8.5625rem;height:1.21875rem;top:35.625rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UP37qg5N4c7pUdIg78xRnmAAcS7KpAf4 { width:5.5rem;height:1.70625rem;top:37.03125rem;left:7.25rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zay5g5gVsKVVCSfyyExu4874Jm5TGdnH { width:3.8125rem;height:1.21875rem;top:32.5625rem;left:8.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nxNNpwDcGLBqhFAbkMtchZeuxN3Bh6eo { display:block; }#nxNNpwDcGLBqhFAbkMtchZeuxN3Bh6eo > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MyfZNp8ApGJ2MNrmkyTXUq8vIqrmvxDn { width:20rem;height:42.25rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMAZm5iqWHT4Z7yZPzbioUqp3nH2rD2h { 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) { #zacyPLkTL31T8XgiwGsDZIS0lMmuVlIp { width:5rem;height:0.125rem;top:36.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RS1vAOfxJgTcec9wfVAfQBFbmvSBrT45 { 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) { #q6NBDF0iAOg0CTl0pSDO8Q7d09x1BVLP { 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) { #VoI7hLdftzmxnLBLRzUccBvaEtTJeKy4 { 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) { #x80z7N3VJR1Sf4nduTBNGl2EB0iPwJCg { width:20rem;height:20rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ff1su3XfhFc5mlyn3MZIqy3Gu7Z0ywKb { width:16.375rem;height:4.4375rem;top:39.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4p8ImA31NOqMek2JBaTxxBMU6NW2AQ8 { 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) { #vttIRWrwb5VF4eEZIortuwPQHCTcke3p { 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) { #Jg6CdegEVwJ9XvR2zWfexsyqpQ1wsUKf { display:block; }#Jg6CdegEVwJ9XvR2zWfexsyqpQ1wsUKf > .row .container { width:20rem;height:49.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q81MkyoCJumm8R753emKXkq72VvoMzrA { width:20rem;height:37.375rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSkTJUp7Poy2AnTnslTbMAW2QrzIvavK { width:7.375rem;height:2.6rem;top:32.0625rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PEEZee8WgKknbZFxb9X9sVADIaWSyqoW { width:5rem;height:0.125rem;top:34.875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTiOl5iLicalFDXSprkBDzVL9c9SoPB2 { width:18.25rem;height:1.95rem;top:17.6572265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t3Ria5wCFBTq4TUq9uy7ETBcTHKSrUU3 { width:16.9375rem;height:9.75rem;top:20.919921875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SITQBw7LLAkt9EopabkkFnmIk2HQaNcb { width:17rem;height:4.875rem;top:23.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Brf3OtX9PpOClIdMJkihaVfIZTa3zpuI { width:16.375rem;height:4.4375rem;top:37.875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Diu8TyHgAbb9NBQJXRlTNwMBAJ0VgZ1H { width:8.5625rem;height:1.21875rem;top:38.625rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Eqc1qrHqhdyB2lspHywUuDwxASFcSRJD { width:5rem;height:1.70625rem;top:40rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TSygSfiGPC3aBQK15pZUXITg9Rn8Ig8y { width:18.625rem;height:18.625rem;top:0.65625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcFngyfaxJLvyyrOcI9B3xLmMW8sAZd1 { display:block; }#XcFngyfaxJLvyyrOcI9B3xLmMW8sAZd1 > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #esTPeIDXcv5S81w7nN0hWhBZ8r42bnFp { width:20rem;height:42.25rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ku1QhTCbQx0aVv0WaSwdhrVeZMbkO3Fh { width:7.375rem;height:2.6rem;top:34.8125rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r47L12Zu7kfWB58irWXZ8HsGU2FMl8Ld { width:5rem;height:0.125rem;top:37.625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qi6RXaouQKJhrB1EmT07cyaaxleRDBkk { 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) { #sVzrErSk9LThA0fa0d2D3PHsVfQdMy05 { 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) { #orRvCN2U3eSH0ZKBVtMVJ0u1vQUpITdz { 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) { #m06VGyu0ZpqAbTpoqZS5QE5Th9y21n0z { width:16.375rem;height:4.4375rem;top:40.625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDUKviq4va6xO6wgJ0zTVESUx0NUwD89 { width:8.5625rem;height:1.21875rem;top:41.375rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cTrpoO7cNvNxGBwob5LuhVQuJg5QsZuV { width:6.8125rem;height:1.70625rem;top:42.84375rem;left:6.59375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D7raivHtAEMq5nzrTTvR0OQb06C28zEU { width:3.8125rem;height:1.21875rem;top:38.28125rem;left:8.09375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zsvRVHOnmsOwpKwePMhpTztNkWB9uqgI { width:20rem;height:20rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhiTpKvqapgb9ZhrqzmK6I1I3wmABUV9 { display:block; }#BhiTpKvqapgb9ZhrqzmK6I1I3wmABUV9 > .row .container { width:20rem;height:47.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LeAaIEZ6TCrvTQDCz7TDgCkisesvBB2E { width:20rem;height:41.125rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #THAgkEpa4LcCl9a3ClbeCeZCOEeLkFlJ { width:7.375rem;height:2.6rem;top:32.5rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X8nlRy00S03S21Eaq4cewy8GCrTtT9vU { width:5rem;height:0.125rem;top:35.3125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q126klK8JVhnGR83k32XSUGNTfwNBnME { 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) { #LNRG29S2EJJFtld9rheS3Vl4HqXLV27u { 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) { #py1msg2rUProrA8UpTMV9gvNPcHH5JX4 { 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) { #zXkimWFiB5d3vHMOUPJOnZIAuVpHVeFw { width:16.375rem;height:4.4375rem;top:38.3125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAoSErrN8yA0zXJHJvRQMnD4LxZVDK5h { width:8.5625rem;height:1.21875rem;top:39.0625rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qQu5fvU5bu14hBTvC2miTWUd2zF2Pwz2 { width:5rem;height:1.70625rem;top:40.4375rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #exkm6oL6So8x3MMbuVaWNWkOraldmRz1 { width:19.9375rem;height:19.9375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlUbJLpym8h19XJN25cHFhQ3EWbB6J98 { display:block; }#TlUbJLpym8h19XJN25cHFhQ3EWbB6J98 > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZVkCXbv22z3tyl5TsKsOpIttbIokyUlE { width:20rem;height:42.25rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UB3nKeySmvdPK9VSvmTePbwyAHSCnTah { 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) { #ka57IyXqyXSxM8Z9RL1Ve94AgTmm3Eh3 { width:5rem;height:0.125rem;top:36.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2TFx7oLUJMNhuILO1IRksMUrnqMXywA { 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) { #wwoAR0LzMn7tiFNPuFTDaHBwL4LiUkGM { 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) { #avFwa6cz1hlX0lqHZyF7ZWy1bTMcCkHO { 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) { #dQUDxSKoyTQQxmM8N9Xw0tA1eUzPzBOp { width:16.375rem;height:4.4375rem;top:39.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfgD6Iz0b55Iym0ZAd6rTkNGmwTsvfb5 { 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) { #GqRgNrmFstbRNfU4yUWTz9Z5GIk6ksgh { width:5.8125rem;height:1.70605625rem;top:41.71875rem;left:7.09375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ftuRveT0Q3ft2aBT3zyWUhf7FP3mI5uw { 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) { #uFpM4duPJ7SHMEIhIW1cpE2cmwGTAhbC { width:19.9375rem;height:19.9375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDW4Gu4q9T33MXaKgxeBlXEWt2SmT3cR { display:block; }#UDW4Gu4q9T33MXaKgxeBlXEWt2SmT3cR > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fGGQakUA8s8fGzVqsGR8qPJPAkhJZpyS { width:20rem;height:32.5625rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9ZiN9kiFCLkptk9I4ZXi7WD34gqgJQV { width:7.375rem;height:2.6rem;top:29.8125rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b3w2so0NivfodlXd9ZB3v7DE2VqEPHsz { width:5rem;height:0.125rem;top:32.625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZrezqlisQTWsd61aEFSJNyU1IuTJlZW { width:18.25rem;height:1.95rem;top:18.0322265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mwmMliPeHsHhgOSLkKK6AqbqwULRGEeK { width:16.9375rem;height:4.875rem;top:21.294921875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x3dHbyxWaunzI5gXJbf6EqNarpMNDnvg { width:17rem;height:4.875rem;top:23.5322265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PcR5mnJyRm97nQyabsJfN1z8o8CBMIpe { width:16.375rem;height:4.4375rem;top:35.625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfVr8OgcgXlgSgGxGKdklhT0dlZycHsI { width:8.5625rem;height:1.21875rem;top:36.375rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RNcsg2C6ohM22hZpie4g5k0MWvLrA4K9 { width:5.9375rem;height:1.70605625rem;top:37.78125rem;left:7.03125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a70AsLk613qZU31kck8rkLp2mOn21kpQ { width:3.8125rem;height:1.21875rem;top:33.28125rem;left:8.09375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q9bTuqw5a5CAx7zDg5BTooRc5ziCTetV { width:19.9375rem;height:19.9375rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTV3V1P30lEutey7GuEbBm6RfGnMAZfQ { display:block; }#KTV3V1P30lEutey7GuEbBm6RfGnMAZfQ > .row .container { width:20rem;height:50.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pWGi99cTS7vTJd2ftiR3NsIwRsl1cWXl { width:20rem;height:43.625rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLLL6QuDnpacOlZZMUWRtvOxHWTlQBu9 { width:7.375rem;height:2.6rem;top:36.125rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UXPczcAs6xZF3xeKJdeUiqhKGRwEmS3k { width:5rem;height:0.125rem;top:38.9375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUW8k6v24QCE3JszvZenQnydOHWuT5u6 { 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) { #OhQapXN4lkSxh0HIBT6fky30pNiO041D { 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) { #iwpX0RUXa2OxLVdTtrBHnHgkQELp4wB9 { 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) { #C7aW6GCrwZxJM9mVV2rB83FsKtE08hNy { width:16.375rem;height:4.4375rem;top:41.9375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldNL4Wx6457n6D6TX1Gk0JTrtUtZN4ZX { width:8.5625rem;height:1.21875rem;top:42.6875rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wHtNdZeGCp3JEqxJBqi8Sm1Qkmo0ozI2 { width:5rem;height:1.70625rem;top:44.0625rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S2LWvrEAPFzDUAZCoGUSTtE24fnGNZRb { width:3.8125rem;height:1.21875rem;top:39.59375rem;left:8.09375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tp7wm5ouy7bakkdVCFfJWqh3JSaQU0oI { width:19.875rem;height:19.875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsTGlFfAZuT7Iril0R7P1OlvB3eIEXTo { display:block; }#xsTGlFfAZuT7Iril0R7P1OlvB3eIEXTo > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LMfJLygEuN1heeMEWv6Zk0Pl434t7TWB { width:20rem;height:42.25rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W74VegqH4IFMnJfmBaP5mkU1xQ3Fg0W9 { 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) { #JXUJsD4xheQMeiDnOISvDPlp0TSgekd8 { width:5rem;height:0.125rem;top:36.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7ZWouUdu3m6ZKPwCaGagxnkIHDewL4c { 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) { #iBXN97l5Fdt7K24RFgUqxyDlhqt7LTIt { 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) { #PWfsV1pL1VZKpfcTeyMLR3pqGf7WxS9n { 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) { #EvIoTE4t6MT4hGiea0UI82Pd9VnXCgFa { width:16.375rem;height:4.4375rem;top:39.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RG5ktunwK7DTpFQiPRxRZ6gEDssWiRt7 { 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) { #Ksx19FtNwItcUpinxlH0arcsPdQmkRCz { 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) { #Jmm6lnnfUOzrXZrHHq4twaQIbNHnlco0 { width:19.875rem;height:19.875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5W8dp6SDRctU9wbdRnilmaMLeGpqPVB { display:none; }#p5W8dp6SDRctU9wbdRnilmaMLeGpqPVB > .row .container { width:20rem;height:49.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vTbFpoxl2obtddJbMuarM7hKLTLakBAM { width:20rem;height:42.25rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GU0tTMrwZhSMU4BFHiyB0CBfadrOgvpQ { 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) { #hTDhLkmdG607rnIaZfnUJrA7D63exOMx { width:5rem;height:0.125rem;top:36.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hgkk5C4C2mGRf0pdQwRZ750O1WH9quUN { 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) { #dwPhd2rezOkzv6oLtK8ZUTy8AHKzOt9u { width:17.9375rem;height:6.09375rem;top:25.544921875rem;left:1.03125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z9FPvRPkXDnNQyqyHa6Jig7ZxzJDQcbh { 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) { #JroATwsu0RILOBgm4I0TWihUl8oC5pob { width:16.375rem;height:4.4375rem;top:39.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWkIxNfhnvVxoFNbTPElH6iC1inLF8GO { 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) { #d47Z9pA9s2OZCaq3Li9UOhWcKS4ksBxb { width:5rem;height:1.70625rem;top:42.0625rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aP50sIcSP1hS8wr6JT4Dw3ThxZSG0uIB { 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) { #euhmeB6CLiZwbBJb5IOZQgfrRuoddTyd { width:19.9375rem;height:19.9375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT87VkoEx9K3JMkoToU7xaLFLmyF17Nx { display:block; }#pT87VkoEx9K3JMkoToU7xaLFLmyF17Nx > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ALTvNrM1oNc4l3E31e5TOXXPPobQtNnc { width:20rem;height:42.5rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IL1LpCTAAt1rar5aSWg35NnJIH8COyfR { width:7.375rem;height:2.6rem;top:35.3125rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nD0ZD739XekK7ZkySvxiADPkotZ0CGOi { width:5rem;height:0.125rem;top:38.125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdBZmnWlEmKor8hDGaDikKxFA8lsxXiZ { 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) { #t6WGF07zV25bwNTcfHwqLsAa44evXsZ7 { width:16.9375rem;height:8.53125rem;top:25.357421875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vaMA4NvzS2GBKl0m0LOgWGOhxx7lDxCU { 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) { #AsT3tXDhrtPbL8au33gQ8Lg6XqiVR7qK { width:16.375rem;height:4.4375rem;top:39.6875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2511Oh0Sy9dKTR2VrJauNvLa6aQCpH0 { width:8.5625rem;height:1.21875rem;top:40.4375rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XsueE2na6ahWZLGvgiJold7h2CXsnP9B { width:5rem;height:1.70605625rem;top:41.8125rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hG5oEeavIoJsPXAkfKMQ38JK5D4x9vtC { width:19.875rem;height:19.875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yI6g14DL3sC1lV9Vwi8oZnuaQWATWhHk { display:block; }#yI6g14DL3sC1lV9Vwi8oZnuaQWATWhHk > .row .container { width:20rem;height:51.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZFehIvi3mTpg4O2XokHM4HwNl4Z7dIAh { width:20rem;height:44.375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPg3EEhG2cyxCrglm9hWdK7AT7hDohbk { width:7.375rem;height:2.6rem;top:36.25rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TIbc9cFKStEXdOLGh2yHLk1TLku4txpi { width:5rem;height:0.125rem;top:39.0625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciRfJeW9npnkTyIAz6TZqRrOcp1S0iiS { 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) { #O1fByZzmqkBMlfDdyRKSDtfdLmrX7pIp { 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) { #aNSgUiyFFTaedQERlV4bKTf8pTKg8NDM { 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) { #zIAB95H8pShvS00SRCpOzt7TA5iSpxAO { width:16.375rem;height:4.4375rem;top:41rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZl0LTpVdHkrUzGy01B2K7F6iM9kgmeE { 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) { #T6ebWFpEJVHF9lTWuEq5TVKmszoAFzQl { width:5rem;height:1.70605625rem;top:43.125rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VlvA7iznllIImuz2WwmofPT2ZAKiR3ek { width:19.875rem;height:19.875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdMFJQrSKFBNFssBTimmhlGMvyeOmTMH { display:block; }#rdMFJQrSKFBNFssBTimmhlGMvyeOmTMH > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kQMh7ATTv9ps9rmsuD0mJ80lH19OxeRU { width:20rem;height:42.25rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CB6qoS7IUaZstD24Qmklzme0qVOoXxE6 { width:7.375rem;height:2.6rem;top:34.625rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ItwqoCGwd0JMIZnfxrE22TDvMJCyXfq8 { width:5rem;height:0.125rem;top:37.4375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #thMOO2pac9T6mEq18REkqi8oXcwKgQ4k { 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) { #gB2U17WEEUvRtoyTeuDOwAyNrEkTH8Jq { 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) { #Q3ZKEIDeoraFb0rRbkQdJfAiUQXa3T9o { 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) { #nutpTKtqDVUTqh1I8AzTrKAEJg9OHfoP { width:16.375rem;height:4.4375rem;top:40.4375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXdom95mg0UP0fX8xcusn1V5Z5M3SKGq { width:8.5625rem;height:1.21875rem;top:41.1875rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pFG5tNLS18ZMG4wr2c3OMU0MS5pdklMp { width:5rem;height:1.70625rem;top:42.5625rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FdapotAbTTIflk23iUPfDBbXaPtccOgT { width:19.875rem;height:19.875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPTFF543ZCAtIa3GWTOtgUZaM1mE5XFZ { display:block; }#WPTFF543ZCAtIa3GWTOtgUZaM1mE5XFZ > .row .container { width:20rem;height:50.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IT5kphbNh4FqySdfOxcSOEE51w8f0BdI { width:20rem;height:43.1875rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #snTWfiMESQPQVoB1obHxtFAc2b8bf2Vy { width:7.375rem;height:2.6rem;top:35.9375rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t11GCmiK8p1ltpe1TIAA8tFVanvor6ZG { width:5rem;height:0.125rem;top:38.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZhHcOzlZES9IkDDiUbnyXTef9Tlh2LJ { 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) { #dTRiibHi9zCMAeRNubRS1yrHQZhf1h93 { 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) { #TCCZo36nHpbQn8fp6lOOVWD0sBIyLfVT { 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) { #qrATqNkul6uu2cW2WKIGluzmP0K1FE2P { width:16.375rem;height:4.4375rem;top:41.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWJSt4HA9SwLCN7TwlqwIM8iuuinWsFS { width:8.5625rem;height:1.21875rem;top:42.5rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bX765BpHTKIwqhsJTDbZgZxyZq1964db { width:6rem;height:1.70625rem;top:44.0439453125rem;left:7rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BvrVdhTLz4T8Ze3oTZtMqKum5pHswNEg { width:3.8125rem;height:1.21875rem;top:39.40625rem;left:8.09375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c6icHOZqJxyRteFSBiyXm0OOexcmyTLO { width:19.875rem;height:19.875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Si1STdTaGmuQEFEdAe9oRhc1zpsQPToD { display:block; }#Si1STdTaGmuQEFEdAe9oRhc1zpsQPToD > .row .container { width:20rem;height:51.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BZbdmySCJpCAZZp6kco13yUmhAL3OqvU { width:20rem;height:43.5625rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mk5xlBnywHLQH0QAVn4VK1ChgRGgpATQ { width:7.375rem;height:2.6rem;top:35.875rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BQsVGUoETv1qacbbyBvxPmvVOlw9yI0M { width:5rem;height:0.125rem;top:38.6875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7sfJ4itl7hZ62wip8RL9xmTqZeHPVze { width:18.25rem;height:3.8984375rem;top:20.5947265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iMgHZvT1XDpVc5kT6Txeiq8GeDbBuz01 { width:16.9375rem;height:8.53125rem;top:25.982421875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bey2af6X5kyvBsiv1H2TFv1f9vEwpTPN { 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) { #zawmnGGFwsu4RJ4BTtbZzxfJelp9Lms6 { width:16.375rem;height:4.4375rem;top:41.6875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4GpNsBU7N9lSCIK0rfECAAhgVD3ALXb { width:8.5625rem;height:1.21875rem;top:42.4375rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hdkMNwFA0khu5AHJQpDLqsWoyHnP1nGO { width:5rem;height:1.70625rem;top:43.8125rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IXTBc13MJvncVfpQ7rITOkZ2sef6C2N7 { width:19.875rem;height:19.875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iO1Z7qRT1iC9HoEhKrTeIIzD5bPB8zbO { display:block; }#iO1Z7qRT1iC9HoEhKrTeIIzD5bPB8zbO > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FcRrFaP6xyS39OmSxRveTODmTSi0LUNV { width:20rem;height:42.25rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ED5TyzPmTRlU6dLXHZ79JuAAGO0VXMoC { width:7.375rem;height:2.6rem;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) { #oG0Q35ORISkVmgpLyRl8Q8ip8wmDpZtW { width:5rem;height:0.125rem;top:36.5625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytktpcuXV4wz4SIoS7qXPt72b6xT5rzv { width:18.25rem;height:1.95rem;top:19.4072265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O3MkKQdrytWcXGK1nZITrbX1Zs6Iis8B { width:16.9375rem;height:9.75rem;top:22.669921875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z0MZXzysdqb9uTXdS9lLlePnzxrPuZ2N { 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) { #BdG9x91wHWimf9nxLmbWW1T8QKodbvTB { width:16.375rem;height:4.4375rem;top:39.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCfTJzeXRhdLouQZ1d61MISXDZGrq01E { 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) { #fETTVuPQvzaxOgQCe7duzvzaviMmdKVt { 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) { #NcJcM8ff119uG7fOkEywvbAniPBQvN7O { width:19.875rem;height:19.875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #siQrFlwfchKxS79TLJFimMtPxETb7BZe { display:block; }#siQrFlwfchKxS79TLJFimMtPxETb7BZe > .row .container { width:20rem;height:48.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zQaADIblMVIKukNvHWFRN8mHSZy4omy1 { width:20rem;height:40.0625rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmbQWhETKTalwQuQqqMnkLOIT5aRKHPJ { width:7.375rem;height:2.6rem;top:31.375rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BP6NqzlziyA7nmmbdwpsLx9oVwoGkcvZ { width:5rem;height:0.125rem;top:34.1875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogBhQE7xOVSLcLmd9RnJ7cIzLoniK2f5 { width:18.25rem;height:1.95rem;top:19.5947265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M6Sup8mBGvp4oEdEO6vGyUcByPNxGZuq { width:16.9375rem;height:7.3125rem;top:22.857421875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTxuMQBR2WebMGkm2sFMCBXv26GTfK3I { 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) { #s2TI9b7hmPH3vPl66bSAWlyshxgZ1Q0g { width:16.375rem;height:4.4375rem;top:37.1875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvoc7HCaT77sD0uNZG5foV6hiLsTkMHu { width:8.5625rem;height:1.21875rem;top:37.9375rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SJEBv1uaTPTUfhZKv1vdPmEDItadr3LZ { 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) { #fL1NMeIHwGWVDhtnX1S2TUWFEeRpvB8d { width:19.875rem;height:19.875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eszFFqAQJ2ENexOGUu2TLSJyfKCxs1cU { display:block; }#eszFFqAQJ2ENexOGUu2TLSJyfKCxs1cU > .row .container { width:20rem;height:4.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #STuFcEWEZKoZxNSAo4Lqng9mWaW34DQZ { 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; }#STuFcEWEZKoZxNSAo4Lqng9mWaW34DQZ.adaptive-delivery-prevent-bg, #STuFcEWEZKoZxNSAo4Lqng9mWaW34DQZ.lazyload, #STuFcEWEZKoZxNSAo4Lqng9mWaW34DQZ.lazyloading { background-image: none; }#STuFcEWEZKoZxNSAo4Lqng9mWaW34DQZ > .row .container { background-color: transparent; background-image: none; }#STuFcEWEZKoZxNSAo4Lqng9mWaW34DQZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STuFcEWEZKoZxNSAo4Lqng9mWaW34DQZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STuFcEWEZKoZxNSAo4Lqng9mWaW34DQZ > .row .container > .video-iframe-container { display: none; }#STuFcEWEZKoZxNSAo4Lqng9mWaW34DQZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STuFcEWEZKoZxNSAo4Lqng9mWaW34DQZ > .row > .video-iframe-container { display: none; }#STuFcEWEZKoZxNSAo4Lqng9mWaW34DQZ > .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); }#STuFcEWEZKoZxNSAo4Lqng9mWaW34DQZ > .row .container { border-width: 0; border-radius: 0; }#STuFcEWEZKoZxNSAo4Lqng9mWaW34DQZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#STuFcEWEZKoZxNSAo4Lqng9mWaW34DQZ > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }