.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.1375rem;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.1375rem;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.1375rem;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.1375rem;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.925rem;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.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b3vLocT61J1QtET1emrDRBJU35cOIAUH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.9);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#b3vLocT61J1QtET1emrDRBJU35cOIAUH > .row .container { border-width: 0; border-radius: 0; }#b3vLocT61J1QtET1emrDRBJU35cOIAUH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b3vLocT61J1QtET1emrDRBJU35cOIAUH > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:60rem;position:relative;display:none; }#PmRoc4XIZxWittcILo8Frc0LyskPdNGS { 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; }
#DQG8HRX7zdPdvbahTCLdBv5XrBHHaU0Q { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1875rem;left:12.875rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hlylhQcTJLXXBmCKl06pbEkdWm4FS8uo { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.171875rem;left:26.25rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HJzRr2zpp4IGsDD5qTlODcBTZLoJ034b { color:#000000;display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.171875rem;left:35.5625rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VMRNwuSiXIhkVeStKT15ZMtUOfXiADIC { 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; }
#DQIlPKfl5VbulhFR9BHikUP2p6GaoToV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:23.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.4370689392087rem;left:20.624278068542rem;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.8125rem;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.4370651245119rem;left:20.624278068542rem;height:5.2rem;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:22.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.4370651245119rem;left:20.624278068542rem;height:6.5rem;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:23.5625rem;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.4370727539062rem;left:20.624278068542rem;height:6.5rem;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:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.4370574951175rem;left:20.624278068542rem;height:3.9rem;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:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.4761352539062rem;left:20.562067985534rem;height:5.2rem;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:26rem;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.4370574951175rem;left:20.624278068542rem;height:6.5rem;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:none; }#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:none; }#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; }
#hiuteTle8X4Zbghzf5Ed7IP1FNBAvznl { color:rgba(var(--color-tertiary-3),1);display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:17.875rem;left:47.25rem;height:1.05625rem;font-style:normal;display:block; }
#WiE717Tbt91DXxdvHfPla3aUOvf6ZWoA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:13.75rem;left:47.3125rem; }
#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:23.5rem;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.499267578125rem;left:20.562067985534rem;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:24.125rem;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.4761352539062rem;left:20.562067985534rem;height:6.5rem;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:25.5rem;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.4761352539062rem;left:20.562067985534rem;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; }
#BxBmfcpGxTeaXoi7u3moCU774OBwlMqR { color:rgba(var(--color-tertiary-3),1);display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:17.875rem;left:49.6875rem;height:1.05625rem;font-style:normal;display:block; }
#hpm6oie11mntSobaBcgLm2D1ubC8hRXM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:13.75rem;left:49.75rem; }
#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.5rem;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; }
#Qz4LsOlMEZDD612TTOAB8LrhnqeXn760 { color:rgba(var(--color-tertiary-3),1);display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:17.875rem;left:49.5rem;height:1.05625rem;font-style:normal;display:block; }
#FIwiEcqMquOdS57WOiAon2Ox5cdiW88l { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:13.75rem;left:49.5625rem; }
#yI6g14DL3sC1lV9Vwi8oZnuaQWATWhHk { position:relative;display:none; }#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:none; }#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:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.4761352539062rem;left:20.562067985534rem;height:6.5rem;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:8.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.8125rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#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:24.8125rem;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.4761352539062rem;left:20.562067985534rem;height:6.5rem;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; }
#uiIs9qcNdbTBTTI5MCDMZl5NyCPXJmkK { position:relative;display:block; }#uiIs9qcNdbTBTTI5MCDMZl5NyCPXJmkK { background-color: transparent; background-image: none; }#uiIs9qcNdbTBTTI5MCDMZl5NyCPXJmkK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uiIs9qcNdbTBTTI5MCDMZl5NyCPXJmkK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uiIs9qcNdbTBTTI5MCDMZl5NyCPXJmkK > .row .container > .video-iframe-container { display: none; }#uiIs9qcNdbTBTTI5MCDMZl5NyCPXJmkK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uiIs9qcNdbTBTTI5MCDMZl5NyCPXJmkK > .row > .video-iframe-container { display: none; }#uiIs9qcNdbTBTTI5MCDMZl5NyCPXJmkK > .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); }#uiIs9qcNdbTBTTI5MCDMZl5NyCPXJmkK { border-width: 0; border-radius: 0; }#uiIs9qcNdbTBTTI5MCDMZl5NyCPXJmkK > .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; }#uiIs9qcNdbTBTTI5MCDMZl5NyCPXJmkK > .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; }#Wkv3uaarQNlb45mvF6Q8ExV8FenFoOKh { 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; }
#iDUqS9X7wVReFB0xabUG3JphCEvxX9Go { 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; }
#yJnegg1kT62JQIlyupJUK7119Jb1iHnh { 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; }
#fDTrSD10XsRGPvbdzWaszbQ9GxIGWpsf { 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; }
#H01F0VOtLOPG0rrZKkaBvxmU0aeTNRiN { color:rgba(var(--color-tertiary-4),1);display:block;width:24.8125rem;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.4761352539062rem;left:20.562067985534rem;height:6.5rem;font-style:normal;display:block; }
#Ky3UM6gGFNnN7nFM67KAs4CwBvr9xXB6 { 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; }
#g687eVQDIt9W6euQ2acU9LRKUwJgy1nw { 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; }
#n0nev2GlzuVuzfT1i5poE8B55kzMyQ95 { 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; }
#yuoJ34ebZSvH91dPO2ssgEmpZB74Dgkd { 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; }
#uepNg0t0RLkSRhRDvkIUJylqkkCKD2DC { 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.5rem;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.5rem;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; }
#bpXRFnZRnRMf2iliPTqyiBdABLvR0Jtk { color:rgba(var(--color-tertiary-3),1);display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:18.125rem;left:49.5625rem;height:1.05625rem;font-style:normal;display:block; }
#TTTuvoqWpIrLmw2nLngPLmdWJwrgcJKf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:14rem;left:49.625rem; }
#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:25.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.4761352539062rem;left:20.562067985534rem;height:6.5rem;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; }
#hOq4fqbWHsLlWXtnoPIgzFWk0zIIThzW { position:relative;display:block; }#hOq4fqbWHsLlWXtnoPIgzFWk0zIIThzW { background-color: transparent; background-image: none; }#hOq4fqbWHsLlWXtnoPIgzFWk0zIIThzW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOq4fqbWHsLlWXtnoPIgzFWk0zIIThzW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOq4fqbWHsLlWXtnoPIgzFWk0zIIThzW > .row .container > .video-iframe-container { display: none; }#hOq4fqbWHsLlWXtnoPIgzFWk0zIIThzW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOq4fqbWHsLlWXtnoPIgzFWk0zIIThzW > .row > .video-iframe-container { display: none; }#hOq4fqbWHsLlWXtnoPIgzFWk0zIIThzW > .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); }#hOq4fqbWHsLlWXtnoPIgzFWk0zIIThzW { border-width: 0; border-radius: 0; }#hOq4fqbWHsLlWXtnoPIgzFWk0zIIThzW > .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; }#hOq4fqbWHsLlWXtnoPIgzFWk0zIIThzW > .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; }#kQ9G7POqcaLTwyxvTKlUDnmlUAyuuR95 { 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; }
#nhl3xSVl8ztJwypXAB2EGgnvoqbAnskL { 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; }
#Bl4QrgpyOub925AdU60NzBwa5ao7Uo5S { 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; }
#MHtQQagkDr4Npl5T8tOMouPv7Xyk2kqb { 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; }
#MIrQpvIfSpVVTeOo1MA8WPlbIgkNvhx8 { position:relative;display:block; }#MIrQpvIfSpVVTeOo1MA8WPlbIgkNvhx8 { background-color: transparent; background-image: none; }#MIrQpvIfSpVVTeOo1MA8WPlbIgkNvhx8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIrQpvIfSpVVTeOo1MA8WPlbIgkNvhx8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIrQpvIfSpVVTeOo1MA8WPlbIgkNvhx8 > .row .container > .video-iframe-container { display: none; }#MIrQpvIfSpVVTeOo1MA8WPlbIgkNvhx8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIrQpvIfSpVVTeOo1MA8WPlbIgkNvhx8 > .row > .video-iframe-container { display: none; }#MIrQpvIfSpVVTeOo1MA8WPlbIgkNvhx8 > .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); }#MIrQpvIfSpVVTeOo1MA8WPlbIgkNvhx8 { border-width: 0; border-radius: 0; }#MIrQpvIfSpVVTeOo1MA8WPlbIgkNvhx8 > .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; }#MIrQpvIfSpVVTeOo1MA8WPlbIgkNvhx8 > .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; }#y6D23VtMhZQotyf0ruVGXJSSIdwMxzcf { 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; }
#UBvB0xuovHJtg69rouFLuWoTeBKsWRI2 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.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.3125rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MfhpPQK68KcDiqV7KkC1mrt5VukMLPql { 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; }
#Kgd7ygcozlbTnvn7AX3nTKAzAsUfGeRw { color:rgba(var(--color-tertiary-4),1);display:block;width:26.1875rem;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:3.9rem;font-style:normal;display:block; }
#UWiiQc9DbxhNRmGUDvJhTCUGfmWuE1TE { 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:9.1640625rem;left:20.562501907349rem;height:5.2rem;font-style:normal;display:block; }
#UL8ipKoQmJTZ9sJLCzAlAVRd2UAkbZdG { 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; }
#xxcXmfLV861Zem7XOSvHDpxUmIOwPeUk { 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:17rem;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; }
#uqWV31JR8gxRGtJwGr221ZC8Af7hsbut { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:17.5625rem;left:20.937501907349rem;height:1.3rem;font-style:normal;display:block; }
#OPRoeV90db0yXTI1dxn15TS72cVdznWU { color:rgba(var(--color-secondary-4),1);display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:17.399219512939rem;left:28.187501907349rem;height:1.625rem;font-style:normal;display:block; }
#ouW0ae7ToTFNJeUq275cwxdyT0yeKJJQ { 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; }
#k2rvvmHlpaQUKzyAFBrVwsShhgHJAIuw { position:relative;display:block; }#k2rvvmHlpaQUKzyAFBrVwsShhgHJAIuw { background-color: transparent; background-image: none; }#k2rvvmHlpaQUKzyAFBrVwsShhgHJAIuw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2rvvmHlpaQUKzyAFBrVwsShhgHJAIuw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2rvvmHlpaQUKzyAFBrVwsShhgHJAIuw > .row .container > .video-iframe-container { display: none; }#k2rvvmHlpaQUKzyAFBrVwsShhgHJAIuw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2rvvmHlpaQUKzyAFBrVwsShhgHJAIuw > .row > .video-iframe-container { display: none; }#k2rvvmHlpaQUKzyAFBrVwsShhgHJAIuw > .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); }#k2rvvmHlpaQUKzyAFBrVwsShhgHJAIuw { border-width: 0; border-radius: 0; }#k2rvvmHlpaQUKzyAFBrVwsShhgHJAIuw > .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; }#k2rvvmHlpaQUKzyAFBrVwsShhgHJAIuw > .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; }#d7HzVDNgFJvFXVB6RGQ9EQ1hDAAPdczu { 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; }
#B7Q6Lv4dgkWptUqtuBFWVUFR2brelZmC { color:rgba(var(--color-tertiary-4),1);display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.312501907349rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FuECFDtQEdwcCX43GHGQe7O9SXbTVCfk { 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; }
#JrONXi4Q5Dr9ncOhpz0CZMRKaLwq6v2d { 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:3.9rem;font-style:normal;display:block; }
#m1UqTcd4Tmf42UEqLyyU9ACo5VMoHaWD { 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:9.1640625rem;left:20.562501907349rem;height:6.5rem;font-style:normal;display:block; }
#cmisIJAK7DVl477QoTokEDmD6S9N6aog { 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; }
#dXIHzMfCOBLt8AZu9m0CrA4PkOtcKUZp { 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:17rem;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; }
#vkkI5AsJNGbqBF2xX7cz15x5MI4fMQC3 { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:17.5625rem;left:20.937501907349rem;height:1.3rem;font-style:normal;display:block; }
#tFtQcN7I1tfDWKFLTV0SQRE84wHasDuK { color:rgba(var(--color-secondary-4),1);display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:17.399219512939rem;left:28.187501907349rem;height:1.625rem;font-style:normal;display:block; }
#aT2TuuP5cIWRFJ3r5eTLvN3vegXTyqtb { 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; }
#I3Dwn4VOp9ch0Lk5udw1FhVqIUwvoRou { position:relative;display:block; }#I3Dwn4VOp9ch0Lk5udw1FhVqIUwvoRou { background-color: transparent; background-image: none; }#I3Dwn4VOp9ch0Lk5udw1FhVqIUwvoRou::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3Dwn4VOp9ch0Lk5udw1FhVqIUwvoRou > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3Dwn4VOp9ch0Lk5udw1FhVqIUwvoRou > .row .container > .video-iframe-container { display: none; }#I3Dwn4VOp9ch0Lk5udw1FhVqIUwvoRou > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3Dwn4VOp9ch0Lk5udw1FhVqIUwvoRou > .row > .video-iframe-container { display: none; }#I3Dwn4VOp9ch0Lk5udw1FhVqIUwvoRou > .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); }#I3Dwn4VOp9ch0Lk5udw1FhVqIUwvoRou { border-width: 0; border-radius: 0; }#I3Dwn4VOp9ch0Lk5udw1FhVqIUwvoRou > .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; }#I3Dwn4VOp9ch0Lk5udw1FhVqIUwvoRou > .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; }#BnaippEr3x9owS8yHZnWq0782MS1qVoc { 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; }
#OP2Z6UWeqT8r59x2B7CcwCx7UeVKv0Cl { color:rgba(var(--color-tertiary-4),1);display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.312501907349rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UldZJahB1o2TxweMbToCEKTtBehluHMr { 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; }
#wia3LoCAMnWz32g7ka4EuN3ZPbeiu7bx { 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:3.9rem;font-style:normal;display:block; }
#AxQA79ePcXxTXXDKfm4qHk5sQTPSxtdu { 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:9.1640625rem;left:20.562501907349rem;height:3.9rem;font-style:normal;display:block; }
#wEHBJIRf2r7RI4lG4sliKafn52vTqHTQ { 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; }
#XK8AiIcMrVePqLukgIlFE9rpVETaMucQ { 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:14.625rem;left:20.5625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#qTgTecfxW9ZiPT9MMbxx69O5owdNmz37 { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:15.1875rem;left:21.25rem;height:1.3rem;font-style:normal;display:block; }
#DA0LCH3pJbtVi8nPtt06BTrhEIhPpt8h { color:rgba(var(--color-secondary-4),1);display:block;width:6.875rem;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:15rem;left:28.5rem;height:1.625rem;font-style:normal;display:block; }
#RdbgTgTMU5WlGJPbeT0aulkwP3ovLp5L { 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; }
#T6C7GOSyATTv642mofG9WfLiXW190AgF { position:relative;display:block; }#T6C7GOSyATTv642mofG9WfLiXW190AgF { background-color: transparent; background-image: none; }#T6C7GOSyATTv642mofG9WfLiXW190AgF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6C7GOSyATTv642mofG9WfLiXW190AgF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6C7GOSyATTv642mofG9WfLiXW190AgF > .row .container > .video-iframe-container { display: none; }#T6C7GOSyATTv642mofG9WfLiXW190AgF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6C7GOSyATTv642mofG9WfLiXW190AgF > .row > .video-iframe-container { display: none; }#T6C7GOSyATTv642mofG9WfLiXW190AgF > .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); }#T6C7GOSyATTv642mofG9WfLiXW190AgF { border-width: 0; border-radius: 0; }#T6C7GOSyATTv642mofG9WfLiXW190AgF > .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; }#T6C7GOSyATTv642mofG9WfLiXW190AgF > .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; }#BFTenhalyNPhau14674TR9HlAMVzfRPR { 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; }
#gzJ3n8oIX6Ik7DUM56Sc2JuCsPedukLi { color:rgba(var(--color-tertiary-4),1);display:block;width:9.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.0156230926512rem;left:48.187501907349rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aRdB4FTlNF8tn041aJgrMUf04rkHh56U { 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; }
#cTH5SrhSQ10CzFuxwQ4sJpCnpczWeHtl { 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:3.9rem;font-style:normal;display:block; }
#XFf7zOyxEMAQZRR0IK9JUIpfuzLS6b27 { 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:9.1640625rem;left:20.562501907349rem;height:6.5rem;font-style:normal;display:block; }
#I4w7R64LQ4k7t1A5hy1dTQhikJEZn7MQ { 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; }
#yJx4I3xSICfB9DDfTsZzo6lmmiNgqnW8 { 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:17rem;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; }
#UVpbm36OcsOJFPsiN6T7xTKN0sEiQrtU { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:17.5625rem;left:20.937501907349rem;height:1.3rem;font-style:normal;display:block; }
#ihKNV5lfukW1w44aZxD63HDVv3H9JKuN { color:rgba(var(--color-secondary-4),1);display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:17.399219512939rem;left:28.187501907349rem;height:1.625rem;font-style:normal;display:block; }
#g9lpmpM949TTQWrp63pMKlG4NIRfFZh7 { 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; }
#eqEkK2m0xIfT0MKql1OIakD6wozVww97 { position:relative;display:block; }#eqEkK2m0xIfT0MKql1OIakD6wozVww97 { background-color: transparent; background-image: none; }#eqEkK2m0xIfT0MKql1OIakD6wozVww97::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eqEkK2m0xIfT0MKql1OIakD6wozVww97 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eqEkK2m0xIfT0MKql1OIakD6wozVww97 > .row .container > .video-iframe-container { display: none; }#eqEkK2m0xIfT0MKql1OIakD6wozVww97 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eqEkK2m0xIfT0MKql1OIakD6wozVww97 > .row > .video-iframe-container { display: none; }#eqEkK2m0xIfT0MKql1OIakD6wozVww97 > .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); }#eqEkK2m0xIfT0MKql1OIakD6wozVww97 { border-width: 0; border-radius: 0; }#eqEkK2m0xIfT0MKql1OIakD6wozVww97 > .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; }#eqEkK2m0xIfT0MKql1OIakD6wozVww97 > .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; }#TRLar3ux03PRWP9CswqA48u0VsqNQb4h { 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; }
#JiOoJ8mf6mZvxfB0aBI6UvJK2qKpsGJc { color:rgba(var(--color-tertiary-4),1);display:block;width:9.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.0156230926512rem;left:48.187501907349rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gJgGckotmCT3xXvFp86ExTNccuOImxaF { 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; }
#TAUsU9fDg1miZzW6zND6cqBwqyl8uH6S { 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:3.9rem;font-style:normal;display:block; }
#hfwFT85T2tlw4puBOQ022esEVggULxQN { 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:9.46875rem;left:20.5625rem;height:6.5rem;font-style:normal;display:block; }
#edgIgCBo0IcXXucugaQXTFS4Wg8JzIno { 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; }
#vTERHzN08ePEeQIIo3JrGUzD1LSLbmek { 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:16.75rem;left:20.5625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#fVr8O7CxqVTlaOene1012FxH0RGd0Mix { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:17.3125rem;left:21.25rem;height:1.3rem;font-style:normal;display:block; }
#DQsQGmbw7LOswLRlhivTkdJnslMewu3m { color:rgba(var(--color-secondary-4),1);display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:17.125rem;left:28.5rem;height:1.625rem;font-style:normal;display:block; }
#Ro71zWXgNFppDeAD1dd871fRrI4NN8dd { 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; }
#QFJsdP5JnVrDta9xWyL0eZrIXMW0UOqv { position:relative;display:block; }#QFJsdP5JnVrDta9xWyL0eZrIXMW0UOqv { background-color: transparent; background-image: none; }#QFJsdP5JnVrDta9xWyL0eZrIXMW0UOqv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFJsdP5JnVrDta9xWyL0eZrIXMW0UOqv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFJsdP5JnVrDta9xWyL0eZrIXMW0UOqv > .row .container > .video-iframe-container { display: none; }#QFJsdP5JnVrDta9xWyL0eZrIXMW0UOqv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFJsdP5JnVrDta9xWyL0eZrIXMW0UOqv > .row > .video-iframe-container { display: none; }#QFJsdP5JnVrDta9xWyL0eZrIXMW0UOqv > .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); }#QFJsdP5JnVrDta9xWyL0eZrIXMW0UOqv { border-width: 0; border-radius: 0; }#QFJsdP5JnVrDta9xWyL0eZrIXMW0UOqv > .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; }#QFJsdP5JnVrDta9xWyL0eZrIXMW0UOqv > .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; }#z7cq1JsebCoGSWcMWyFk4uouvTTIoEUn { 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; }
#ZfaLztciCos5TuqN7NTmkWtmqE4R5hH2 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.0156230926512rem;left:48.187501907349rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cfNgrLBCo0Sr0HrNTJC5dMSzqE7Srh6l { 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; }
#PZOuv8CoT7caXW5nAD1iB3TPsVDpFPVo { 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; }
#qNzUbWzNT3ZS3cHlVfGkGq2MLSgTwiWr { 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:8.1562502384187rem;left:20.562501907349rem;height:5.2rem;font-style:normal;display:block; }
#SUZ73CamkimXUOwfUxZMVLGa74OE5XrM { 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; }
#XzTVOR0IdkA7z3IRbv32OIhw9rfE2TAa { 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.6875rem;left:20.5625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#byzEeJuAQuRl9NXxdTfNi8yGndGz0rPq { 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.25rem;left:21.25rem;height:1.3rem;font-style:normal;display:block; }
#QHJEtLez9vJtATECbuGX00IF2Q8gIy6T { color:rgba(var(--color-secondary-4),1);display:block;width:6.875rem;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.0625rem;left:28.5rem;height:1.625rem;font-style:normal;display:block; }
#w8IwO6dw3ak3B3aFNLiwCaoovw0iRELF { 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; }
#B9Q9TDMF8zLHC1JyTVTXiamKfIZDSf17 { position:relative;display:block; }#B9Q9TDMF8zLHC1JyTVTXiamKfIZDSf17 { background-color: transparent; background-image: none; }#B9Q9TDMF8zLHC1JyTVTXiamKfIZDSf17::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B9Q9TDMF8zLHC1JyTVTXiamKfIZDSf17 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B9Q9TDMF8zLHC1JyTVTXiamKfIZDSf17 > .row .container > .video-iframe-container { display: none; }#B9Q9TDMF8zLHC1JyTVTXiamKfIZDSf17 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B9Q9TDMF8zLHC1JyTVTXiamKfIZDSf17 > .row > .video-iframe-container { display: none; }#B9Q9TDMF8zLHC1JyTVTXiamKfIZDSf17 > .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); }#B9Q9TDMF8zLHC1JyTVTXiamKfIZDSf17 { border-width: 0; border-radius: 0; }#B9Q9TDMF8zLHC1JyTVTXiamKfIZDSf17 > .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; }#B9Q9TDMF8zLHC1JyTVTXiamKfIZDSf17 > .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; }#IgVGrZCtQ3HakQ6y4F4amrLCzCbXTvsy { 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; }
#UTTi3uOlMvn9zARUl1X0KJRcz39GcTv1 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.0156230926512rem;left:48.187501907349rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WouUBlmVmdJDSKpMMUGbbwOcztQNdxRM { 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; }
#ZkwMhiwTlXfC9bPcMnZr1oyWfdgOn0aw { color:rgba(var(--color-tertiary-4),1);display:block;width:23.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.562501907349rem;height:3.9rem;font-style:normal;display:block; }
#SfIwOqxknFu7dC3rkuBwm9AXeQnD9S4p { 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:8.9937503337863rem;left:20.593751907349rem;height:6.5rem;font-style:normal;display:block; }
#eEBtuME8ZrqXZztXrwiAXi8DxlGevLKJ { 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; }
#WH7cPnOoFE4s1PXetp23SrL4oWgimBoG { 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.6875rem;left:20.5625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#bh7yP5W3wwIt0PcdvI7KRF7H7TVVK9fy { 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.25rem;left:21.25rem;height:1.3rem;font-style:normal;display:block; }
#MIUolKVRduZVEllP98K34TO9IQ90Umho { color:rgba(var(--color-secondary-4),1);display:block;width:6.875rem;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.0625rem;left:28.5rem;height:1.625rem;font-style:normal;display:block; }
#fGGGUGFtS9qRDkh7oZIzyIZuFF8KXuIv { 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; }
#A8dNBwTwLE5Ai7SRhEGyxglAgQOIpigz { position:relative;display:block; }#A8dNBwTwLE5Ai7SRhEGyxglAgQOIpigz { background-color: transparent; background-image: none; }#A8dNBwTwLE5Ai7SRhEGyxglAgQOIpigz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A8dNBwTwLE5Ai7SRhEGyxglAgQOIpigz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A8dNBwTwLE5Ai7SRhEGyxglAgQOIpigz > .row .container > .video-iframe-container { display: none; }#A8dNBwTwLE5Ai7SRhEGyxglAgQOIpigz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A8dNBwTwLE5Ai7SRhEGyxglAgQOIpigz > .row > .video-iframe-container { display: none; }#A8dNBwTwLE5Ai7SRhEGyxglAgQOIpigz > .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); }#A8dNBwTwLE5Ai7SRhEGyxglAgQOIpigz { border-width: 0; border-radius: 0; }#A8dNBwTwLE5Ai7SRhEGyxglAgQOIpigz > .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; }#A8dNBwTwLE5Ai7SRhEGyxglAgQOIpigz > .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; }#URMctOZIQL3ZGMvwiR09Bsl6QAVpE7fx { 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; }
#LUeAd5t5mt8raNskECNHMVb6a6AWyPOB { color:rgba(var(--color-tertiary-4),1);display:block;width:9.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.0156230926512rem;left:48.187501907349rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RIGZDSPaEzO4ukQSEFJuI7Q07weEM4xB { 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; }
#pvMyrmbZNobHSI1SR3LIGHozGT0saTT7 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.562501907349rem;height:3.9rem;font-style:normal;display:block; }
#xWfGDue45QrzLMQiheR5nHvCaC1qt32g { 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:8.9937503337863rem;left:20.593751907349rem;height:6.5rem;font-style:normal;display:block; }
#KerVnKADQTUz8RD6hiXvRaARV351ioiJ { 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; }
#gyFlS1DoCcR3OB9RIA2bnLWDcvTLm4FB { 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:16.5rem;left:20.5625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#lQytrs0BSQLxMZiPoJgwCLJ7fmWablXO { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:17.0625rem;left:21.25rem;height:1.3rem;font-style:normal;display:block; }
#P4oANVeSGJxbzgf1aUX7zcLOD6ExzWt4 { color:rgba(var(--color-secondary-4),1);display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.875rem;left:28.5rem;height:1.625rem;font-style:normal;display:block; }
#or4GDVETIyJNBsFN2VqKt119EPtrJ54t { 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; }
#EmlKIHORKs0xbIaDyv5TutueaGcWACeq { position:relative;display:block; }#EmlKIHORKs0xbIaDyv5TutueaGcWACeq { background-color: transparent; background-image: none; }#EmlKIHORKs0xbIaDyv5TutueaGcWACeq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmlKIHORKs0xbIaDyv5TutueaGcWACeq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmlKIHORKs0xbIaDyv5TutueaGcWACeq > .row .container > .video-iframe-container { display: none; }#EmlKIHORKs0xbIaDyv5TutueaGcWACeq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmlKIHORKs0xbIaDyv5TutueaGcWACeq > .row > .video-iframe-container { display: none; }#EmlKIHORKs0xbIaDyv5TutueaGcWACeq > .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); }#EmlKIHORKs0xbIaDyv5TutueaGcWACeq { border-width: 0; border-radius: 0; }#EmlKIHORKs0xbIaDyv5TutueaGcWACeq > .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; }#EmlKIHORKs0xbIaDyv5TutueaGcWACeq > .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; }#EkymBmLol11lB44cFPfc0cNDFor8HzAw { 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; }
#MHZmidaU4qx7U1oc4By5Mnv6LddJd0da { color:rgba(var(--color-tertiary-4),1);display:block;width:9.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.0156230926512rem;left:48.187501907349rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CIlQumG9RMVvxS8mWBbT5ZU0OTpdSQPV { 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; }
#OZoSCqrdbbFBkw1h7IeUV7xlRBr5hCEi { color:rgba(var(--color-tertiary-4),1);display:block;width:23.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.562501907349rem;height:1.95rem;font-style:normal;display:block; }
#xTyTR2w2XUATMuf3FxPxsBdRHtK0PhRp { 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.5000002384187rem;left:20.406251907349rem;height:6.5rem;font-style:normal;display:block; }
#k4F90bb3MBwDGBXs4wBkiC1wRyNPaQin { 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; }
#ZLaiVfCoKw01exLUVNPo6gDJwk0C71AT { 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.8125rem;left:20.4375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#biJqIrDFzGl94QLtSCCieX5RTIRPiMHq { 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.375rem;left:21.125rem;height:1.3rem;font-style:normal;display:block; }
#mqFXsT3cFNGc1LiOqqyLWFTygvZOzs1k { color:rgba(var(--color-secondary-4),1);display:block;width:6.875rem;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.1875rem;left:28.375rem;height:1.625rem;font-style:normal;display:block; }
#GvP0ZInI3ge8cX7wfqq8wG9vvDQzW7ed { 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; }
#grpPH6DKvBBVm1Uu6ovLJTL8cZsPmokU { position:relative;display:block; }#grpPH6DKvBBVm1Uu6ovLJTL8cZsPmokU { background-color: transparent; background-image: none; }#grpPH6DKvBBVm1Uu6ovLJTL8cZsPmokU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grpPH6DKvBBVm1Uu6ovLJTL8cZsPmokU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grpPH6DKvBBVm1Uu6ovLJTL8cZsPmokU > .row .container > .video-iframe-container { display: none; }#grpPH6DKvBBVm1Uu6ovLJTL8cZsPmokU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grpPH6DKvBBVm1Uu6ovLJTL8cZsPmokU > .row > .video-iframe-container { display: none; }#grpPH6DKvBBVm1Uu6ovLJTL8cZsPmokU > .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); }#grpPH6DKvBBVm1Uu6ovLJTL8cZsPmokU { border-width: 0; border-radius: 0; }#grpPH6DKvBBVm1Uu6ovLJTL8cZsPmokU > .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; }#grpPH6DKvBBVm1Uu6ovLJTL8cZsPmokU > .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; }#mcSfTz1ffby2uyCb5pTWsZnFpgaOQhe7 { 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; }
#LkPqFDbc7NXDc7KduAMREMfrZvKZns2p { color:rgba(var(--color-tertiary-4),1);display:block;width:9.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.0156230926512rem;left:48.187501907349rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IWoSpuS7XszeN0dBRwobx1Bpmy3sirAL { 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; }
#nk83TmJRd5IKFMxAzDRHBETE0HkEOHTr { color:rgba(var(--color-tertiary-4),1);display:block;width:23.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.562501907349rem;height:1.95rem;font-style:normal;display:block; }
#N3dnchTtqT5hFqGCCg3CuizOwXEHh8hQ { 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.5000002384187rem;left:20.406251907349rem;height:7.8rem;font-style:normal;display:block; }
#Bhie67D9mFeNSlb90xPAtvJTu8KdU2KT { 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; }
#DcTXB5BEiSy9Grfbwf2qeTLbit77ffPp { 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:16.25rem;left:20.4375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#qHeRdG7uNovWIZvUiEANT7BUbrnGib82 { 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.8125rem;left:21.125rem;height:1.3rem;font-style:normal;display:block; }
#a0qKZcK5FZpADSPScJUoi8ZMRWKWbGTi { color:rgba(var(--color-secondary-4),1);display:block;width:6.875rem;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.625rem;left:28.375rem;height:1.625rem;font-style:normal;display:block; }
#EqzuBoM4K7gGsgXp4uirwwZV6LJfoLne { 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; }
#szVXsD4r6B53q9pwg7aJtxNWpp9NbanZ { position:relative;display:block; }#szVXsD4r6B53q9pwg7aJtxNWpp9NbanZ { background-color: transparent; background-image: none; }#szVXsD4r6B53q9pwg7aJtxNWpp9NbanZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szVXsD4r6B53q9pwg7aJtxNWpp9NbanZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szVXsD4r6B53q9pwg7aJtxNWpp9NbanZ > .row .container > .video-iframe-container { display: none; }#szVXsD4r6B53q9pwg7aJtxNWpp9NbanZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szVXsD4r6B53q9pwg7aJtxNWpp9NbanZ > .row > .video-iframe-container { display: none; }#szVXsD4r6B53q9pwg7aJtxNWpp9NbanZ > .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); }#szVXsD4r6B53q9pwg7aJtxNWpp9NbanZ { border-width: 0; border-radius: 0; }#szVXsD4r6B53q9pwg7aJtxNWpp9NbanZ > .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; }#szVXsD4r6B53q9pwg7aJtxNWpp9NbanZ > .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; }#oRZNrsBHLvOVKqepDbiG2m3vhDNw7hZ7 { 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:18.1875rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#hTlCw9eABHuuc7AMBPe3zBtiOgCGhwfi { color:rgba(var(--color-tertiary-4),1);display:block;width:9.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.0156230926512rem;left:48.187501907349rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DfxFgWhG0gsFUT30oiQRiv7isyTWLXoF { 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; }
#nrNyxFQ9Zqm9hTJTCXbxDDf2gV9UWzD8 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.562501907349rem;height:3.9rem;font-style:normal;display:block; }
#tn6FgfJl8inI1maq7g94qX2AXF25P8hg { 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:8.8749980926512rem;left:20.406251907349rem;height:3.9rem;font-style:normal;display:block; }
#gvCRWpmXoaQzMq0ry72GOgTAfhL8yUQI { 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; }
#ZFbKWbeB6z5IOvzvUnJDilAatGI1WXU1 { box-sizing:content-box;height:2.875rem;width:16.9375rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.375rem;left:20.4375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#CT4zTu6cm94fSzS6Qh5cs4BOv1dkLPMv { 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:14.9375rem;left:21.125rem;height:1.3rem;font-style:normal;display:block; }
#hXT9EE4M4KiZwEfVaVEHiq2CTrvRmiqC { color:rgba(var(--color-secondary-4),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:14.75rem;left:28.375rem;height:1.625rem;font-style:normal;display:block; }
#mquSN11q7kA3eLsLhmwhD4x9OBCnCJHn { 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) { #b3vLocT61J1QtET1emrDRBJU35cOIAUH { display:block; }#b3vLocT61J1QtET1emrDRBJU35cOIAUH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PmRoc4XIZxWittcILo8Frc0LyskPdNGS { top:1.0625rem;left:0rem;width:3.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQG8HRX7zdPdvbahTCLdBv5XrBHHaU0Q { top:1.1875rem;left:6.75rem;width:12.0625rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlylhQcTJLXXBmCKl06pbEkdWm4FS8uo { top:4.875rem;left:0rem;width:7.5625rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJzRr2zpp4IGsDD5qTlODcBTZLoJ034b { top:4.875rem;left:4.0625005364418rem;width:9.0625rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMRNwuSiXIhkVeStKT15ZMtUOfXiADIC { width:6.0625rem;height:2.1875rem;top:0.5625rem;left:41.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQIlPKfl5VbulhFR9BHikUP2p6GaoToV { 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.375rem;left:14.499278068543rem;width:23.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:1.625rem;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.375rem;left:14.499278068543rem;width:24.8125rem;height:5.1875rem;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.375rem;left:14.499278068543rem;width:24.3125rem;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.375rem;left:14.499278068543rem;width:22.3125rem;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.375rem;left:14.499278068543rem;width:23.5625rem;height:6.5rem;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.375rem;left:14.499278068543rem;width:21.625rem;height:3.875rem;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.437067985534rem;width:24.625rem;height:5.1875rem;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.375rem;left:14.499278068543rem;width:26rem;height:6.5rem;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) { #hiuteTle8X4Zbghzf5Ed7IP1FNBAvznl { top:17.875rem;left:39.6875rem;width:8.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiE717Tbt91DXxdvHfPla3aUOvf6ZWoA { top:13.75rem;left:41.1875rem;width:3.125rem;height:3.125rem;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.4375rem;left:14.437067985534rem;width:23.5rem;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.437067985534rem;width:23.9375rem;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.437067985534rem;width:24.125rem;height:6.5rem;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.437067985534rem;width:25.4375rem;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) { #BxBmfcpGxTeaXoi7u3moCU774OBwlMqR { top:17.875rem;left:39.6875rem;width:8.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpm6oie11mntSobaBcgLm2D1ubC8hRXM { top:13.75rem;left:43.625rem;width:3.125rem;height:3.125rem;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.437067985534rem;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) { #Qz4LsOlMEZDD612TTOAB8LrhnqeXn760 { top:17.875rem;left:39.6875rem;width:8.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIwiEcqMquOdS57WOiAon2Ox5cdiW88l { top:13.75rem;left:43.4375rem;width:3.125rem;height:3.125rem;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.437067985534rem;width:24.75rem;height:6.5rem;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:39.25rem;width:8.5rem;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.4375rem;left:14.437501907349rem;width:24.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gB2U17WEEUvRtoyTeuDOwAyNrEkTH8Jq { top:7.4375rem;left:14.436719894409rem;width:24.8125rem;height:6.5rem;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.062501907349rem;width:4.1875rem;height:1.625rem;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) { #uiIs9qcNdbTBTTI5MCDMZl5NyCPXJmkK { display:block; }#uiIs9qcNdbTBTTI5MCDMZl5NyCPXJmkK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wkv3uaarQNlb45mvF6Q8ExV8FenFoOKh { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDUqS9X7wVReFB0xabUG3JphCEvxX9Go { top:7rem;left:40.0625rem;width:7.6875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJnegg1kT62JQIlyupJUK7119Jb1iHnh { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDTrSD10XsRGPvbdzWaszbQ9GxIGWpsf { 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) { #H01F0VOtLOPG0rrZKkaBvxmU0aeTNRiN { top:7.4375rem;left:14.437067985534rem;width:24.8125rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ky3UM6gGFNnN7nFM67KAs4CwBvr9xXB6 { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g687eVQDIt9W6euQ2acU9LRKUwJgy1nw { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0nev2GlzuVuzfT1i5poE8B55kzMyQ95 { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuoJ34ebZSvH91dPO2ssgEmpZB74Dgkd { 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) { #uepNg0t0RLkSRhRDvkIUJylqkkCKD2DC { 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.437067985534rem;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.437067985534rem;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) { #bpXRFnZRnRMf2iliPTqyiBdABLvR0Jtk { top:18.125rem;left:39.6875rem;width:8.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTTuvoqWpIrLmw2nLngPLmdWJwrgcJKf { top:14rem;left:43.5rem;width:3.125rem;height:3.125rem;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.437067985534rem;width:25.375rem;height:6.5rem;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) { #hOq4fqbWHsLlWXtnoPIgzFWk0zIIThzW { display:block; }#hOq4fqbWHsLlWXtnoPIgzFWk0zIIThzW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kQ9G7POqcaLTwyxvTKlUDnmlUAyuuR95 { top:3.5rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhl3xSVl8ztJwypXAB2EGgnvoqbAnskL { top:7.625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bl4QrgpyOub925AdU60NzBwa5ao7Uo5S { top:1.3125rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHtQQagkDr4Npl5T8tOMouPv7Xyk2kqb { top:1.875rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIrQpvIfSpVVTeOo1MA8WPlbIgkNvhx8 { display:block; }#MIrQpvIfSpVVTeOo1MA8WPlbIgkNvhx8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6D23VtMhZQotyf0ruVGXJSSIdwMxzcf { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBvB0xuovHJtg69rouFLuWoTeBKsWRI2 { top:7rem;left:38.0625rem;width:9.6875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfhpPQK68KcDiqV7KkC1mrt5VukMLPql { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kgd7ygcozlbTnvn7AX3nTKAzAsUfGeRw { top:4.4375rem;left:14.4375rem;width:26.1875rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWiiQc9DbxhNRmGUDvJhTCUGfmWuE1TE { top:9.125rem;left:14.437501907349rem;width:24rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL8ipKoQmJTZ9sJLCzAlAVRd2UAkbZdG { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxcXmfLV861Zem7XOSvHDpxUmIOwPeUk { top:17rem;left:14.125001907349rem;width:14.3125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqWV31JR8gxRGtJwGr221ZC8Af7hsbut { top:17.5625rem;left:14.812501907349rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPRoeV90db0yXTI1dxn15TS72cVdznWU { top:17.375rem;left:22.062501907349rem;width:6.875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouW0ae7ToTFNJeUq275cwxdyT0yeKJJQ { top:1.75rem;left:0rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2rvvmHlpaQUKzyAFBrVwsShhgHJAIuw { display:block; }#k2rvvmHlpaQUKzyAFBrVwsShhgHJAIuw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d7HzVDNgFJvFXVB6RGQ9EQ1hDAAPdczu { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7Q6Lv4dgkWptUqtuBFWVUFR2brelZmC { top:7rem;left:39.6875rem;width:8.0625rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuECFDtQEdwcCX43GHGQe7O9SXbTVCfk { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrONXi4Q5Dr9ncOhpz0CZMRKaLwq6v2d { top:4.4375rem;left:14.437501907349rem;width:24.4375rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1UqTcd4Tmf42UEqLyyU9ACo5VMoHaWD { top:9.125rem;left:14.437501907349rem;width:24rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmisIJAK7DVl477QoTokEDmD6S9N6aog { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXIHzMfCOBLt8AZu9m0CrA4PkOtcKUZp { top:17rem;left:14.125001907349rem;width:14.3125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkkI5AsJNGbqBF2xX7cz15x5MI4fMQC3 { top:17.5625rem;left:14.812501907349rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFtQcN7I1tfDWKFLTV0SQRE84wHasDuK { top:17.375rem;left:22.062501907349rem;width:6.875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT2TuuP5cIWRFJ3r5eTLvN3vegXTyqtb { top:1.75rem;left:0rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3Dwn4VOp9ch0Lk5udw1FhVqIUwvoRou { display:block; }#I3Dwn4VOp9ch0Lk5udw1FhVqIUwvoRou > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BnaippEr3x9owS8yHZnWq0782MS1qVoc { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OP2Z6UWeqT8r59x2B7CcwCx7UeVKv0Cl { top:7rem;left:39.6875rem;width:8.0625rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UldZJahB1o2TxweMbToCEKTtBehluHMr { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wia3LoCAMnWz32g7ka4EuN3ZPbeiu7bx { top:4.4375rem;left:14.437501907349rem;width:24.4375rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxQA79ePcXxTXXDKfm4qHk5sQTPSxtdu { top:9.125rem;left:14.437501907349rem;width:24rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEHBJIRf2r7RI4lG4sliKafn52vTqHTQ { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XK8AiIcMrVePqLukgIlFE9rpVETaMucQ { top:14.625rem;left:14.4375rem;width:14.3125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTgTecfxW9ZiPT9MMbxx69O5owdNmz37 { top:15.1875rem;left:15.125rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DA0LCH3pJbtVi8nPtt06BTrhEIhPpt8h { top:15rem;left:22.375rem;width:6.875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdbgTgTMU5WlGJPbeT0aulkwP3ovLp5L { top:1.75rem;left:0rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6C7GOSyATTv642mofG9WfLiXW190AgF { display:block; }#T6C7GOSyATTv642mofG9WfLiXW190AgF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BFTenhalyNPhau14674TR9HlAMVzfRPR { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzJ3n8oIX6Ik7DUM56Sc2JuCsPedukLi { top:7rem;left:38.125rem;width:9.625rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRdB4FTlNF8tn041aJgrMUf04rkHh56U { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTH5SrhSQ10CzFuxwQ4sJpCnpczWeHtl { top:4.375rem;left:14.437501907349rem;width:24.4375rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFf7zOyxEMAQZRR0IK9JUIpfuzLS6b27 { top:9.125rem;left:14.437501907349rem;width:24rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4w7R64LQ4k7t1A5hy1dTQhikJEZn7MQ { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJx4I3xSICfB9DDfTsZzo6lmmiNgqnW8 { top:17rem;left:14.125001907349rem;width:14.3125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVpbm36OcsOJFPsiN6T7xTKN0sEiQrtU { top:17.5625rem;left:14.812501907349rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihKNV5lfukW1w44aZxD63HDVv3H9JKuN { top:17.375rem;left:22.062501907349rem;width:6.875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9lpmpM949TTQWrp63pMKlG4NIRfFZh7 { top:1.75rem;left:0rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqEkK2m0xIfT0MKql1OIakD6wozVww97 { display:block; }#eqEkK2m0xIfT0MKql1OIakD6wozVww97 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRLar3ux03PRWP9CswqA48u0VsqNQb4h { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiOoJ8mf6mZvxfB0aBI6UvJK2qKpsGJc { top:7rem;left:38.125rem;width:9.625rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJgGckotmCT3xXvFp86ExTNccuOImxaF { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAUsU9fDg1miZzW6zND6cqBwqyl8uH6S { top:4.4375rem;left:14.4375rem;width:24.4375rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfwFT85T2tlw4puBOQ022esEVggULxQN { top:9.4375rem;left:14.4375rem;width:24rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #edgIgCBo0IcXXucugaQXTFS4Wg8JzIno { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTERHzN08ePEeQIIo3JrGUzD1LSLbmek { top:16.75rem;left:14.4375rem;width:14.3125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVr8O7CxqVTlaOene1012FxH0RGd0Mix { top:17.3125rem;left:15.125rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQsQGmbw7LOswLRlhivTkdJnslMewu3m { top:17.125rem;left:22.375rem;width:6.875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro71zWXgNFppDeAD1dd871fRrI4NN8dd { top:1.75rem;left:0rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFJsdP5JnVrDta9xWyL0eZrIXMW0UOqv { display:block; }#QFJsdP5JnVrDta9xWyL0eZrIXMW0UOqv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z7cq1JsebCoGSWcMWyFk4uouvTTIoEUn { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfaLztciCos5TuqN7NTmkWtmqE4R5hH2 { top:7rem;left:38.125rem;width:9.625rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfNgrLBCo0Sr0HrNTJC5dMSzqE7Srh6l { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZOuv8CoT7caXW5nAD1iB3TPsVDpFPVo { 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) { #qNzUbWzNT3ZS3cHlVfGkGq2MLSgTwiWr { top:8.125rem;left:14.437501907349rem;width:24rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUZ73CamkimXUOwfUxZMVLGa74OE5XrM { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzTVOR0IdkA7z3IRbv32OIhw9rfE2TAa { top:15.6875rem;left:14.4375rem;width:14.3125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #byzEeJuAQuRl9NXxdTfNi8yGndGz0rPq { top:16.25rem;left:15.125rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHJEtLez9vJtATECbuGX00IF2Q8gIy6T { top:16.0625rem;left:22.375001907349rem;width:6.875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8IwO6dw3ak3B3aFNLiwCaoovw0iRELF { top:1.75rem;left:0rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9Q9TDMF8zLHC1JyTVTXiamKfIZDSf17 { display:block; }#B9Q9TDMF8zLHC1JyTVTXiamKfIZDSf17 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IgVGrZCtQ3HakQ6y4F4amrLCzCbXTvsy { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTTi3uOlMvn9zARUl1X0KJRcz39GcTv1 { top:7rem;left:38.125rem;width:9.625rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WouUBlmVmdJDSKpMMUGbbwOcztQNdxRM { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkwMhiwTlXfC9bPcMnZr1oyWfdgOn0aw { top:4.4375rem;left:14.437501907349rem;width:23.6875rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfIwOqxknFu7dC3rkuBwm9AXeQnD9S4p { top:8.9375rem;left:14.468751907349rem;width:24rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEBtuME8ZrqXZztXrwiAXi8DxlGevLKJ { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH7cPnOoFE4s1PXetp23SrL4oWgimBoG { top:15.6875rem;left:14.4375rem;width:14.3125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bh7yP5W3wwIt0PcdvI7KRF7H7TVVK9fy { top:16.25rem;left:15.125rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIUolKVRduZVEllP98K34TO9IQ90Umho { top:16.0625rem;left:22.375001907349rem;width:6.875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGGGUGFtS9qRDkh7oZIzyIZuFF8KXuIv { top:1.75rem;left:0rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8dNBwTwLE5Ai7SRhEGyxglAgQOIpigz { display:block; }#A8dNBwTwLE5Ai7SRhEGyxglAgQOIpigz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #URMctOZIQL3ZGMvwiR09Bsl6QAVpE7fx { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUeAd5t5mt8raNskECNHMVb6a6AWyPOB { top:7rem;left:38.125rem;width:9.625rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIGZDSPaEzO4ukQSEFJuI7Q07weEM4xB { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvMyrmbZNobHSI1SR3LIGHozGT0saTT7 { top:4.4375rem;left:14.437501907349rem;width:23.6875rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWfGDue45QrzLMQiheR5nHvCaC1qt32g { top:8.9375rem;left:14.468751907349rem;width:24rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KerVnKADQTUz8RD6hiXvRaARV351ioiJ { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyFlS1DoCcR3OB9RIA2bnLWDcvTLm4FB { top:16.5rem;left:14.4375rem;width:14.3125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQytrs0BSQLxMZiPoJgwCLJ7fmWablXO { top:17.0625rem;left:15.125rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4oANVeSGJxbzgf1aUX7zcLOD6ExzWt4 { top:16.875rem;left:22.375rem;width:6.875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #or4GDVETIyJNBsFN2VqKt119EPtrJ54t { top:1.75rem;left:0rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmlKIHORKs0xbIaDyv5TutueaGcWACeq { display:block; }#EmlKIHORKs0xbIaDyv5TutueaGcWACeq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EkymBmLol11lB44cFPfc0cNDFor8HzAw { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHZmidaU4qx7U1oc4By5Mnv6LddJd0da { top:7rem;left:38.125rem;width:9.625rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIlQumG9RMVvxS8mWBbT5ZU0OTpdSQPV { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZoSCqrdbbFBkw1h7IeUV7xlRBr5hCEi { top:4.4375rem;left:14.437501907349rem;width:23.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTyTR2w2XUATMuf3FxPxsBdRHtK0PhRp { top:7.5rem;left:14.281251907349rem;width:24rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4F90bb3MBwDGBXs4wBkiC1wRyNPaQin { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLaiVfCoKw01exLUVNPo6gDJwk0C71AT { top:15.8125rem;left:14.3125rem;width:14.3125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #biJqIrDFzGl94QLtSCCieX5RTIRPiMHq { top:16.375rem;left:15rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqFXsT3cFNGc1LiOqqyLWFTygvZOzs1k { top:16.1875rem;left:22.25rem;width:6.875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvP0ZInI3ge8cX7wfqq8wG9vvDQzW7ed { top:1.75rem;left:0rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #grpPH6DKvBBVm1Uu6ovLJTL8cZsPmokU { display:block; }#grpPH6DKvBBVm1Uu6ovLJTL8cZsPmokU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mcSfTz1ffby2uyCb5pTWsZnFpgaOQhe7 { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkPqFDbc7NXDc7KduAMREMfrZvKZns2p { top:7rem;left:38.125rem;width:9.625rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWoSpuS7XszeN0dBRwobx1Bpmy3sirAL { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nk83TmJRd5IKFMxAzDRHBETE0HkEOHTr { top:4.4375rem;left:14.437501907349rem;width:23.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3dnchTtqT5hFqGCCg3CuizOwXEHh8hQ { top:7.5rem;left:14.281251907349rem;width:24rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bhie67D9mFeNSlb90xPAtvJTu8KdU2KT { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcTXB5BEiSy9Grfbwf2qeTLbit77ffPp { top:16.25rem;left:14.3125rem;width:14.3125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHeRdG7uNovWIZvUiEANT7BUbrnGib82 { top:16.8125rem;left:15rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0qKZcK5FZpADSPScJUoi8ZMRWKWbGTi { top:16.625rem;left:22.25rem;width:6.875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqzuBoM4K7gGsgXp4uirwwZV6LJfoLne { top:1.75rem;left:0rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #szVXsD4r6B53q9pwg7aJtxNWpp9NbanZ { display:block; }#szVXsD4r6B53q9pwg7aJtxNWpp9NbanZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oRZNrsBHLvOVKqepDbiG2m3vhDNw7hZ7 { top:1.75rem;left:0rem;width:47.75rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTlCw9eABHuuc7AMBPe3zBtiOgCGhwfi { top:7rem;left:38.125rem;width:9.625rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfxFgWhG0gsFUT30oiQRiv7isyTWLXoF { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrNyxFQ9Zqm9hTJTCXbxDDf2gV9UWzD8 { top:4.4375rem;left:14.437501907349rem;width:23.6875rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tn6FgfJl8inI1maq7g94qX2AXF25P8hg { top:8.8125rem;left:14.281251907349rem;width:24rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvCRWpmXoaQzMq0ry72GOgTAfhL8yUQI { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFbKWbeB6z5IOvzvUnJDilAatGI1WXU1 { top:14.375rem;left:14.3125rem;width:16.9375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT4zTu6cm94fSzS6Qh5cs4BOv1dkLPMv { top:14.9375rem;left:15rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXT9EE4M4KiZwEfVaVEHiq2CTrvRmiqC { top:14.75rem;left:22.25rem;width:8.9375rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mquSN11q7kA3eLsLhmwhD4x9OBCnCJHn { 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.225rem;top:6.5888671875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #avlP5ApliuLehS3GeFiZJktngRpK9Hn4 { width:20rem;height:2.6rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3vLocT61J1QtET1emrDRBJU35cOIAUH { position:relative;z-index:auto;display:block; }#b3vLocT61J1QtET1emrDRBJU35cOIAUH > .row .container { width:20rem;height:7.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PmRoc4XIZxWittcILo8Frc0LyskPdNGS { width:3.625rem;height:1.21875rem;top:1.0625rem;left:0.375rem;font-size:0.9375rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DQG8HRX7zdPdvbahTCLdBv5XrBHHaU0Q { width:4.5rem;height:1.21875rem;top:1.0625rem;left:4.6875000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hlylhQcTJLXXBmCKl06pbEkdWm4FS8uo { width:3.25rem;height:1.21875rem;top:1.0625rem;left:9.8750005364419rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HJzRr2zpp4IGsDD5qTlODcBTZLoJ034b { width:5.5625rem;height:1.21875rem;top:1.0625rem;left:14.187500536442rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VMRNwuSiXIhkVeStKT15ZMtUOfXiADIC { width:6.0625rem;height:2.1875rem;top:4.1726570129394rem;left:6.9687500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQIlPKfl5VbulhFR9BHikUP2p6GaoToV { 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.225rem;top:2.75rem;left:3.46875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UH3PTmoZFBknEmw8rKNuS1iiSG3HeUJm { width:20rem;height:1.3rem;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:7.3125rem;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: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) { #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.9rem;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:4.875rem;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:7.3125rem;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:none; }#BhiTpKvqapgb9ZhrqzmK6I1I3wmABUV9 > .row .container { width:20rem;height:55.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LeAaIEZ6TCrvTQDCz7TDgCkisesvBB2E { width:20rem;height:49.875rem;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) { #hiuteTle8X4Zbghzf5Ed7IP1FNBAvznl { width:8.0625rem;height:1.05625rem;top:50.5rem;left:5.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WiE717Tbt91DXxdvHfPla3aUOvf6ZWoA { display:flex;width:3.125rem;height:3.125rem;top:46.125rem;left:8.4375rem; }
 }@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: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) { #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.70625rem;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.70625rem;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: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) { #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:57rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LMfJLygEuN1heeMEWv6Zk0Pl434t7TWB { width:20rem;height:50.1875rem;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) { #BxBmfcpGxTeaXoi7u3moCU774OBwlMqR { width:8.0625rem;height:1.05625rem;top:51.625rem;left:5.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hpm6oie11mntSobaBcgLm2D1ubC8hRXM { display:flex;width:3.125rem;height:3.125rem;top:47.25rem;left:8.4375rem; }
 }@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:56.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ALTvNrM1oNc4l3E31e5TOXXPPobQtNnc { width:20rem;height:51rem;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:9.75rem;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.70625rem;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) { #Qz4LsOlMEZDD612TTOAB8LrhnqeXn760 { width:8.0625rem;height:1.05625rem;top:51.875rem;left:5.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FIwiEcqMquOdS57WOiAon2Ox5cdiW88l { display:flex;width:3.125rem;height:3.125rem;top:47.5rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #yI6g14DL3sC1lV9Vwi8oZnuaQWATWhHk { display:none; }#yI6g14DL3sC1lV9Vwi8oZnuaQWATWhHk > .row .container { width:20rem;height:51.5rem;position:relative;display:none; } }@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: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) { #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.70625rem;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:36.375rem;left:6.3125000596044rem;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:39.1875rem;left:7.5000005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #thMOO2pac9T6mEq18REkqi8oXcwKgQ4k { width:18.25rem;height:3.9rem;top:22.1572265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gB2U17WEEUvRtoyTeuDOwAyNrEkTH8Jq { width:16.9375rem;height:8.53125rem;top:27.169525146484rem;left:1.5312500596046rem;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) { #uiIs9qcNdbTBTTI5MCDMZl5NyCPXJmkK { display:block; }#uiIs9qcNdbTBTTI5MCDMZl5NyCPXJmkK > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wkv3uaarQNlb45mvF6Q8ExV8FenFoOKh { width:20rem;height:42.25rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDUqS9X7wVReFB0xabUG3JphCEvxX9Go { 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) { #yJnegg1kT62JQIlyupJUK7119Jb1iHnh { width:5rem;height:0.125rem;top:37.4375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDTrSD10XsRGPvbdzWaszbQ9GxIGWpsf { 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) { #H01F0VOtLOPG0rrZKkaBvxmU0aeTNRiN { 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) { #Ky3UM6gGFNnN7nFM67KAs4CwBvr9xXB6 { 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) { #g687eVQDIt9W6euQ2acU9LRKUwJgy1nw { width:16.375rem;height:4.4375rem;top:40.4375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0nev2GlzuVuzfT1i5poE8B55kzMyQ95 { 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) { #yuoJ34ebZSvH91dPO2ssgEmpZB74Dgkd { 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) { #uepNg0t0RLkSRhRDvkIUJylqkkCKD2DC { 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:59.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BZbdmySCJpCAZZp6kco13yUmhAL3OqvU { width:20rem;height:51.8125rem;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.9rem;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:7.3125rem;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) { #bpXRFnZRnRMf2iliPTqyiBdABLvR0Jtk { width:8.0625rem;height:1.05625rem;top:52.9375rem;left:5.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTTuvoqWpIrLmw2nLngPLmdWJwrgcJKf { display:flex;width:3.125rem;height:3.125rem;top:48.5625rem;left:8.4375rem; }
 }@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) { #hOq4fqbWHsLlWXtnoPIgzFWk0zIIThzW { display:block; }#hOq4fqbWHsLlWXtnoPIgzFWk0zIIThzW > .row .container { width:20rem;height:11.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kQ9G7POqcaLTwyxvTKlUDnmlUAyuuR95 { width:13.0625rem;height:4.225rem;top:2.75rem;left:3.46875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhl3xSVl8ztJwypXAB2EGgnvoqbAnskL { width:20rem;height:1.3rem;top:7.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bl4QrgpyOub925AdU60NzBwa5ao7Uo5S { width:20rem;height:0.3125rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHtQQagkDr4Npl5T8tOMouPv7Xyk2kqb { width:20rem;height:0.3125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIrQpvIfSpVVTeOo1MA8WPlbIgkNvhx8 { display:block; }#MIrQpvIfSpVVTeOo1MA8WPlbIgkNvhx8 > .row .container { width:20rem;height:48.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6D23VtMhZQotyf0ruVGXJSSIdwMxzcf { width:20rem;height:42.3125rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBvB0xuovHJtg69rouFLuWoTeBKsWRI2 { width:8.1875rem;height:2.6rem;top:33.499999284744rem;left:5.9062500596046rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MfhpPQK68KcDiqV7KkC1mrt5VukMLPql { width:5rem;height:0.125rem;top:36.6875rem;left:7.5000005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kgd7ygcozlbTnvn7AX3nTKAzAsUfGeRw { width:18.25rem;height:5.85rem;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) { #UWiiQc9DbxhNRmGUDvJhTCUGfmWuE1TE { width:16.9375rem;height:6.09375rem;top:26.731994628906rem;left:1.5312500596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UL8ipKoQmJTZ9sJLCzAlAVRd2UAkbZdG { 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) { #xxcXmfLV861Zem7XOSvHDpxUmIOwPeUk { width:16.375rem;height:4.4375rem;top:38.875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqWV31JR8gxRGtJwGr221ZC8Af7hsbut { width:8.5625rem;height:1.21875rem;top:39.625rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OPRoeV90db0yXTI1dxn15TS72cVdznWU { width:5rem;height:1.70625rem;top:41.0625rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ouW0ae7ToTFNJeUq275cwxdyT0yeKJJQ { width:17rem;height:17rem;top:1.1875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2rvvmHlpaQUKzyAFBrVwsShhgHJAIuw { display:block; }#k2rvvmHlpaQUKzyAFBrVwsShhgHJAIuw > .row .container { width:20rem;height:48.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d7HzVDNgFJvFXVB6RGQ9EQ1hDAAPdczu { width:20rem;height:42.3125rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7Q6Lv4dgkWptUqtuBFWVUFR2brelZmC { width:7.375rem;height:2.6rem;top:33.4375rem;left:6.3125000596044rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FuECFDtQEdwcCX43GHGQe7O9SXbTVCfk { width:5rem;height:0.125rem;top:36.25rem;left:7.5000005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrONXi4Q5Dr9ncOhpz0CZMRKaLwq6v2d { width:18.25rem;height:3.9rem;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) { #m1UqTcd4Tmf42UEqLyyU9ACo5VMoHaWD { width:16.9375rem;height:7.3125rem;top:24.919555664062rem;left:1.5312500596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cmisIJAK7DVl477QoTokEDmD6S9N6aog { 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) { #dXIHzMfCOBLt8AZu9m0CrA4PkOtcKUZp { width:16.375rem;height:4.4375rem;top:39.25rem;left:1.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkkI5AsJNGbqBF2xX7cz15x5MI4fMQC3 { width:8.5625rem;height:1.21875rem;top:40rem;left:5.7500000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tFtQcN7I1tfDWKFLTV0SQRE84wHasDuK { width:5rem;height:1.70625rem;top:41.4375rem;left:7.7500005364419rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aT2TuuP5cIWRFJ3r5eTLvN3vegXTyqtb { width:17rem;height:17rem;top:1.1875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3Dwn4VOp9ch0Lk5udw1FhVqIUwvoRou { display:block; }#I3Dwn4VOp9ch0Lk5udw1FhVqIUwvoRou > .row .container { width:20rem;height:48.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BnaippEr3x9owS8yHZnWq0782MS1qVoc { width:20rem;height:42.3125rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OP2Z6UWeqT8r59x2B7CcwCx7UeVKv0Cl { width:7.375rem;height:2.6rem;top:33.4375rem;left:6.3125000596044rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UldZJahB1o2TxweMbToCEKTtBehluHMr { width:5rem;height:0.125rem;top:36.25rem;left:7.5000005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #wia3LoCAMnWz32g7ka4EuN3ZPbeiu7bx { width:18.25rem;height:3.9rem;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) { #AxQA79ePcXxTXXDKfm4qHk5sQTPSxtdu { width:16.9375rem;height:4.875rem;top:24.919555664062rem;left:1.5312500596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wEHBJIRf2r7RI4lG4sliKafn52vTqHTQ { 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) { #XK8AiIcMrVePqLukgIlFE9rpVETaMucQ { width:16.375rem;height:4.4375rem;top:39.25rem;left:1.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTgTecfxW9ZiPT9MMbxx69O5owdNmz37 { width:8.5625rem;height:1.21875rem;top:40rem;left:5.7500000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DA0LCH3pJbtVi8nPtt06BTrhEIhPpt8h { width:5rem;height:1.70625rem;top:41.4375rem;left:7.7500005364419rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RdbgTgTMU5WlGJPbeT0aulkwP3ovLp5L { width:18.3125rem;height:18.3125rem;top:0.75rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6C7GOSyATTv642mofG9WfLiXW190AgF { display:block; }#T6C7GOSyATTv642mofG9WfLiXW190AgF > .row .container { width:20rem;height:48.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BFTenhalyNPhau14674TR9HlAMVzfRPR { width:20rem;height:42.3125rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzJ3n8oIX6Ik7DUM56Sc2JuCsPedukLi { width:9.25rem;height:2.6rem;top:34.44921875rem;left:5.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aRdB4FTlNF8tn041aJgrMUf04rkHh56U { width:5rem;height:0.125rem;top:37.25rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTH5SrhSQ10CzFuxwQ4sJpCnpczWeHtl { width:18.25rem;height:3.9rem;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) { #XFf7zOyxEMAQZRR0IK9JUIpfuzLS6b27 { width:16.9375rem;height:8.53125rem;top:24.919555664062rem;left:1.5312500596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I4w7R64LQ4k7t1A5hy1dTQhikJEZn7MQ { 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) { #yJx4I3xSICfB9DDfTsZzo6lmmiNgqnW8 { width:16.375rem;height:4.4375rem;top:39.25rem;left:1.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVpbm36OcsOJFPsiN6T7xTKN0sEiQrtU { width:8.5625rem;height:1.21875rem;top:40rem;left:5.7500000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ihKNV5lfukW1w44aZxD63HDVv3H9JKuN { width:5rem;height:1.70625rem;top:41.4375rem;left:7.7500005364419rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g9lpmpM949TTQWrp63pMKlG4NIRfFZh7 { width:18.1875rem;height:18.1875rem;top:0rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqEkK2m0xIfT0MKql1OIakD6wozVww97 { display:block; }#eqEkK2m0xIfT0MKql1OIakD6wozVww97 > .row .container { width:20rem;height:48.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRLar3ux03PRWP9CswqA48u0VsqNQb4h { width:20rem;height:42.3125rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiOoJ8mf6mZvxfB0aBI6UvJK2qKpsGJc { width:7.375rem;height:2.6rem;top:33.4375rem;left:6.3125000596044rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gJgGckotmCT3xXvFp86ExTNccuOImxaF { width:5rem;height:0.125rem;top:36.25rem;left:7.5000005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAUsU9fDg1miZzW6zND6cqBwqyl8uH6S { width:18.25rem;height:3.9rem;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) { #hfwFT85T2tlw4puBOQ022esEVggULxQN { width:16.9375rem;height:7.3125rem;top:24.919555664062rem;left:1.5312500596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #edgIgCBo0IcXXucugaQXTFS4Wg8JzIno { 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) { #vTERHzN08ePEeQIIo3JrGUzD1LSLbmek { width:16.375rem;height:4.4375rem;top:39.25rem;left:1.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVr8O7CxqVTlaOene1012FxH0RGd0Mix { width:8.5625rem;height:1.21875rem;top:40rem;left:5.7500000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DQsQGmbw7LOswLRlhivTkdJnslMewu3m { width:7.0625rem;height:1.70625rem;top:41.468752861023rem;left:6.4687500596044rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ro71zWXgNFppDeAD1dd871fRrI4NN8dd { width:17.3125rem;height:17.3125rem;top:1rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFJsdP5JnVrDta9xWyL0eZrIXMW0UOqv { display:block; }#QFJsdP5JnVrDta9xWyL0eZrIXMW0UOqv > .row .container { width:20rem;height:48.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z7cq1JsebCoGSWcMWyFk4uouvTTIoEUn { width:20rem;height:42.3125rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfaLztciCos5TuqN7NTmkWtmqE4R5hH2 { width:9.5rem;height:2.6rem;top:33.0625rem;left:5.2500000596046rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cfNgrLBCo0Sr0HrNTJC5dMSzqE7Srh6l { width:5rem;height:0.125rem;top:36.25rem;left:7.5000005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZOuv8CoT7caXW5nAD1iB3TPsVDpFPVo { width:18.25rem;height:3.9rem;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) { #qNzUbWzNT3ZS3cHlVfGkGq2MLSgTwiWr { width:16.9375rem;height:6.09375rem;top:24.919555664062rem;left:1.5312500596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SUZ73CamkimXUOwfUxZMVLGa74OE5XrM { 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) { #XzTVOR0IdkA7z3IRbv32OIhw9rfE2TAa { width:16.375rem;height:4.4375rem;top:39.25rem;left:1.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #byzEeJuAQuRl9NXxdTfNi8yGndGz0rPq { width:8.5625rem;height:1.21875rem;top:40rem;left:5.7500000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QHJEtLez9vJtATECbuGX00IF2Q8gIy6T { width:7.0625rem;height:1.70625rem;top:41.468752861023rem;left:6.4687500596044rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w8IwO6dw3ak3B3aFNLiwCaoovw0iRELF { width:17.25rem;height:17.25rem;top:1.125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9Q9TDMF8zLHC1JyTVTXiamKfIZDSf17 { display:block; }#B9Q9TDMF8zLHC1JyTVTXiamKfIZDSf17 > .row .container { width:20rem;height:48.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IgVGrZCtQ3HakQ6y4F4amrLCzCbXTvsy { width:20rem;height:42.3125rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTTi3uOlMvn9zARUl1X0KJRcz39GcTv1 { width:7.375rem;height:2.6rem;top:33.4375rem;left:6.3125000596044rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WouUBlmVmdJDSKpMMUGbbwOcztQNdxRM { width:5rem;height:0.125rem;top:36.25rem;left:7.5000005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkwMhiwTlXfC9bPcMnZr1oyWfdgOn0aw { width:18.25rem;height:3.9rem;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) { #SfIwOqxknFu7dC3rkuBwm9AXeQnD9S4p { width:16.9375rem;height:7.3125rem;top:24.919555664062rem;left:1.5312500596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eEBtuME8ZrqXZztXrwiAXi8DxlGevLKJ { 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) { #WH7cPnOoFE4s1PXetp23SrL4oWgimBoG { width:16.375rem;height:4.4375rem;top:39.25rem;left:1.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #bh7yP5W3wwIt0PcdvI7KRF7H7TVVK9fy { width:8.5625rem;height:1.21875rem;top:40rem;left:5.7500000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MIUolKVRduZVEllP98K34TO9IQ90Umho { width:7.0625rem;height:1.70625rem;top:41.468752861023rem;left:6.4687500596044rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fGGGUGFtS9qRDkh7oZIzyIZuFF8KXuIv { width:17.3125rem;height:17.3125rem;top:1.1875rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8dNBwTwLE5Ai7SRhEGyxglAgQOIpigz { display:block; }#A8dNBwTwLE5Ai7SRhEGyxglAgQOIpigz > .row .container { width:20rem;height:48.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #URMctOZIQL3ZGMvwiR09Bsl6QAVpE7fx { width:20rem;height:42.3125rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUeAd5t5mt8raNskECNHMVb6a6AWyPOB { width:8.75rem;height:2.6rem;top:35.200000762939rem;left:5.6250000596046rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RIGZDSPaEzO4ukQSEFJuI7Q07weEM4xB { width:5rem;height:0.125rem;top:38rem;left:7.5000005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvMyrmbZNobHSI1SR3LIGHozGT0saTT7 { width:18.25rem;height:5.85rem;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) { #xWfGDue45QrzLMQiheR5nHvCaC1qt32g { width:16.9375rem;height:8.53125rem;top:26.169525146484rem;left:1.5312500596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KerVnKADQTUz8RD6hiXvRaARV351ioiJ { 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) { #gyFlS1DoCcR3OB9RIA2bnLWDcvTLm4FB { width:16.375rem;height:4.4375rem;top:39.25rem;left:1.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQytrs0BSQLxMZiPoJgwCLJ7fmWablXO { width:8.5625rem;height:1.21875rem;top:40rem;left:5.7500000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P4oANVeSGJxbzgf1aUX7zcLOD6ExzWt4 { width:7.0625rem;height:1.70625rem;top:41.468752861023rem;left:6.4687500596044rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #or4GDVETIyJNBsFN2VqKt119EPtrJ54t { width:16.25rem;height:16.25rem;top:1.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmlKIHORKs0xbIaDyv5TutueaGcWACeq { display:block; }#EmlKIHORKs0xbIaDyv5TutueaGcWACeq > .row .container { width:20rem;height:48.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EkymBmLol11lB44cFPfc0cNDFor8HzAw { width:20rem;height:42.3125rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHZmidaU4qx7U1oc4By5Mnv6LddJd0da { width:8.75rem;height:2.6rem;top:34.387500762939rem;left:5.6250000596046rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CIlQumG9RMVvxS8mWBbT5ZU0OTpdSQPV { width:5rem;height:0.125rem;top:37.4375rem;left:7.5000005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZoSCqrdbbFBkw1h7IeUV7xlRBr5hCEi { width:18.25rem;height:3.9rem;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) { #xTyTR2w2XUATMuf3FxPxsBdRHtK0PhRp { width:16.9375rem;height:8.53125rem;top:24.919555664062rem;left:1.5312500596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k4F90bb3MBwDGBXs4wBkiC1wRyNPaQin { 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) { #ZLaiVfCoKw01exLUVNPo6gDJwk0C71AT { width:16.375rem;height:4.4375rem;top:39.25rem;left:1.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #biJqIrDFzGl94QLtSCCieX5RTIRPiMHq { width:8.5625rem;height:1.21875rem;top:40rem;left:5.7500000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mqFXsT3cFNGc1LiOqqyLWFTygvZOzs1k { width:7.0625rem;height:1.70625rem;top:41.468752861023rem;left:6.4687500596044rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GvP0ZInI3ge8cX7wfqq8wG9vvDQzW7ed { width:17.1875rem;height:17.1875rem;top:1.25rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #grpPH6DKvBBVm1Uu6ovLJTL8cZsPmokU { display:block; }#grpPH6DKvBBVm1Uu6ovLJTL8cZsPmokU > .row .container { width:20rem;height:48.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mcSfTz1ffby2uyCb5pTWsZnFpgaOQhe7 { width:20rem;height:42.3125rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkPqFDbc7NXDc7KduAMREMfrZvKZns2p { width:7.375rem;height:2.6rem;top:33.4375rem;left:6.3125000596044rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IWoSpuS7XszeN0dBRwobx1Bpmy3sirAL { width:5rem;height:0.125rem;top:36.25rem;left:7.5000005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #nk83TmJRd5IKFMxAzDRHBETE0HkEOHTr { width:18.25rem;height:3.9rem;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) { #N3dnchTtqT5hFqGCCg3CuizOwXEHh8hQ { width:16.9375rem;height:8.53125rem;top:24.919555664062rem;left:1.5312500596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bhie67D9mFeNSlb90xPAtvJTu8KdU2KT { 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) { #DcTXB5BEiSy9Grfbwf2qeTLbit77ffPp { width:16.375rem;height:4.4375rem;top:39.25rem;left:1.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHeRdG7uNovWIZvUiEANT7BUbrnGib82 { width:8.5625rem;height:1.21875rem;top:40rem;left:5.7500000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a0qKZcK5FZpADSPScJUoi8ZMRWKWbGTi { width:7.0625rem;height:1.70625rem;top:41.468752861023rem;left:6.4687500596044rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EqzuBoM4K7gGsgXp4uirwwZV6LJfoLne { width:17.8125rem;height:17.8125rem;top:1.125rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #szVXsD4r6B53q9pwg7aJtxNWpp9NbanZ { display:block; }#szVXsD4r6B53q9pwg7aJtxNWpp9NbanZ > .row .container { width:20rem;height:48.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oRZNrsBHLvOVKqepDbiG2m3vhDNw7hZ7 { width:20rem;height:42.3125rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTlCw9eABHuuc7AMBPe3zBtiOgCGhwfi { width:8.5625rem;height:2.6rem;top:33.4375rem;left:6.3125000596044rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DfxFgWhG0gsFUT30oiQRiv7isyTWLXoF { width:5rem;height:0.125rem;top:36.25rem;left:7.5000005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrNyxFQ9Zqm9hTJTCXbxDDf2gV9UWzD8 { width:18.25rem;height:5.85rem;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) { #tn6FgfJl8inI1maq7g94qX2AXF25P8hg { width:16.9375rem;height:4.875rem;top:27.044531822204rem;left:1.5312500596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gvCRWpmXoaQzMq0ry72GOgTAfhL8yUQI { 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) { #ZFbKWbeB6z5IOvzvUnJDilAatGI1WXU1 { width:16.375rem;height:4.4375rem;top:39.25rem;left:1.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT4zTu6cm94fSzS6Qh5cs4BOv1dkLPMv { width:8.5625rem;height:1.21875rem;top:40rem;left:5.7500000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hXT9EE4M4KiZwEfVaVEHiq2CTrvRmiqC { width:9rem;height:1.70625rem;top:41.21875rem;left:5.5000000596046rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mquSN11q7kA3eLsLhmwhD4x9OBCnCJHn { width:17.375rem;height:17.375rem;top:1.1875rem;left:1.3125rem;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; } }