.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:217,228,240;--color-primary-1:128,166,204;--color-primary-2:0,76,152;--color-primary-3:0,38,76;--color-primary-4:0,11,23;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--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:"Open Sans";--paragraphs-font-family:"Open Sans"; }@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:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#GRmuilQM2q1cqZJHgsJ5cHv7euMNSTc6 { 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; }#GRmuilQM2q1cqZJHgsJ5cHv7euMNSTc6 > .row .container { background-color: transparent; background-image: none; }#GRmuilQM2q1cqZJHgsJ5cHv7euMNSTc6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GRmuilQM2q1cqZJHgsJ5cHv7euMNSTc6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GRmuilQM2q1cqZJHgsJ5cHv7euMNSTc6 > .row .container > .video-iframe-container { display: none; }#GRmuilQM2q1cqZJHgsJ5cHv7euMNSTc6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GRmuilQM2q1cqZJHgsJ5cHv7euMNSTc6 > .row > .video-iframe-container { display: none; }#GRmuilQM2q1cqZJHgsJ5cHv7euMNSTc6 > .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); }#GRmuilQM2q1cqZJHgsJ5cHv7euMNSTc6 > .row .container { border-width: 0; border-radius: 0; }#GRmuilQM2q1cqZJHgsJ5cHv7euMNSTc6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GRmuilQM2q1cqZJHgsJ5cHv7euMNSTc6 > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:60rem;position:relative;display:block; }#aq2I3uIEBAJiKlizdR0IkJX4gDxWTwpE { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:11.8125rem;top:0.625rem;left:2.2085933685302rem;overflow:hidden;display:block; }
#Al8gAlOETPVfyZ2ctvZDyJCxFwR0wqTN { color:rgba(var(--color-primary-2),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:0.712890625rem;left:39rem;height:1.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cDUDE4Z3QLky6zQmOBzCkJyqWGSCRnkn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7fbdd3a0-cdfd-4e53-8e7e-f3e6bac90fd7/programloytlo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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; }#cDUDE4Z3QLky6zQmOBzCkJyqWGSCRnkn.adaptive-delivery-prevent-bg, #cDUDE4Z3QLky6zQmOBzCkJyqWGSCRnkn.lazyload, #cDUDE4Z3QLky6zQmOBzCkJyqWGSCRnkn.lazyloading { background-image: none; }#cDUDE4Z3QLky6zQmOBzCkJyqWGSCRnkn > .row .container { background-color: transparent; background-image: none; }#cDUDE4Z3QLky6zQmOBzCkJyqWGSCRnkn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-0),0); }#cDUDE4Z3QLky6zQmOBzCkJyqWGSCRnkn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cDUDE4Z3QLky6zQmOBzCkJyqWGSCRnkn > .row .container > .video-iframe-container { display: none; }#cDUDE4Z3QLky6zQmOBzCkJyqWGSCRnkn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-0),0); }#cDUDE4Z3QLky6zQmOBzCkJyqWGSCRnkn > .row > .video-iframe-container { display: none; }#cDUDE4Z3QLky6zQmOBzCkJyqWGSCRnkn > .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); }#cDUDE4Z3QLky6zQmOBzCkJyqWGSCRnkn > .row .container { border-width: 0; border-radius: 0; }#cDUDE4Z3QLky6zQmOBzCkJyqWGSCRnkn::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cDUDE4Z3QLky6zQmOBzCkJyqWGSCRnkn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cDUDE4Z3QLky6zQmOBzCkJyqWGSCRnkn > .row .container { width:60rem;height:31.8125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#nPTrVZlZoEvMfLa5UI94zTahdoGNlt8d { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:13.8095703125rem;left:7.0615234375rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Zl8LnM3RT2eJbcxzSHQLKfCH1A8cKhke { background-color:#ff3836;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.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5625rem;height:3rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:17.8095703125rem;left:7.0615234375rem;display:block; }
#ZT6CvkdrMpI1etb6qZvPl6NN7wRAfit1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ivs9zLpWDMpl9kJ5wBzN5zSkeTW5k7Zn { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:21.875rem;left:6.9990234375rem;height:2.2734375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J8GTVJXzw6sI9Btp9oIkovSBSW44HEC3 { box-sizing:content-box;height:22.4375rem;width:15.5625rem;position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-secondary-0),0.49);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.75rem;left:38.6875rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#yMEJTCJdvprqH8QUCLlZwAUlaLa6mlmT { box-sizing:content-box;height:23.4375rem;width:14.6875rem;position:absolute;display:block;z-index:15051;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.3125rem;left:39.125rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#I5V9DcP69NvRhzJu95WewVQItELgCf2f { box-sizing:content-box;height:0.3125rem;width:2.8125rem;position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-primary-2),0.66);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9rem;left:45rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#b0Vcz0FxrtvxConE91vtbR8lJcb1vFvg { color:rgba(var(--color-secondary-4),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:10.125rem;left:40.25rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nJmpGULXH8N7UonDJT2LtTcVfztvg2C5 { color:rgba(var(--color-secondary-4),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15054;line-height:1.2;letter-spacing:0;top:11.625rem;left:40.1875rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g5FZADenpTx8JOVbOfcQ85LD9thaW8Li { color:rgba(var(--color-secondary-4),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15055;line-height:1.2;letter-spacing:0;top:24.1875rem;left:41.875rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MWh7uT82nQQmt8RZ3dxvqMRVTWVoGH0M { position:absolute;display:block;z-index:15056;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:8.25rem;width:12.625rem;top:14.5rem;left:40.125rem;overflow:hidden;display:block; }
#Xzs7moSxRQl5mUO4CU92kJ39vTGyIPCg { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#KeN3vq7nwyQPn6IJsW9sS6RqTi3Weoz3 { box-sizing:content-box;height:23.1875rem;width:23.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:rgba(var(--color-secondary-0),0.15);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.0595703125rem;left:32.25rem;display:block; }
#KJgv9rUhaB451xhedxTTssnr1L2pRlg9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:24.1875rem;left:40.25rem; }
#DHoR7L3zEWTaXRFEK20FTkQ8ty0wmgWM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:21.9375rem;left:5.5615234375rem; }
#xUTM76ZHe4ETUVJ16KL7hTuUf81sICtF { position:absolute;display:block;z-index:15059;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:8.875rem;width:7.3125rem;top:15.0595703125rem;left:30.666015625rem;overflow:hidden;display:block; }
#qc2TNl0ZxKBiGSksHm9HuOx627Kln4qI { position:absolute;display:block;z-index:15060;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:7.6875rem;width:6.3125rem;top:3.4375rem;left:2.71875rem;overflow:hidden;display:block; }
#NAumS9LvzwdFK91VGMntUIcQSN6PKTvx { position:absolute;display:block;z-index:15061;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:7.6875rem;width:6.25rem;top:3.4375rem;left:19.4990234375rem;overflow:hidden;display:block; }
#sZqTJ6Hf5x9AkikZxWrgENtxww3hNi8m { position:absolute;display:block;z-index:15062;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:5.5625rem;width:9.75rem;top:4.25rem;left:9.1875rem;overflow:hidden;display:block; }
#SfEUGVZMTse9q1iRIi6pQElTTOyli3J8 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#SfEUGVZMTse9q1iRIi6pQElTTOyli3J8 > .row .container { background-color: transparent; background-image: none; }#SfEUGVZMTse9q1iRIi6pQElTTOyli3J8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SfEUGVZMTse9q1iRIi6pQElTTOyli3J8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SfEUGVZMTse9q1iRIi6pQElTTOyli3J8 > .row .container > .video-iframe-container { display: none; }#SfEUGVZMTse9q1iRIi6pQElTTOyli3J8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SfEUGVZMTse9q1iRIi6pQElTTOyli3J8 > .row > .video-iframe-container { display: none; }#SfEUGVZMTse9q1iRIi6pQElTTOyli3J8 > .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); }#SfEUGVZMTse9q1iRIi6pQElTTOyli3J8 > .row .container { border-width: 0; border-radius: 0; }#SfEUGVZMTse9q1iRIi6pQElTTOyli3J8 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#SfEUGVZMTse9q1iRIi6pQElTTOyli3J8 > .row .container { width:60rem;height:6.625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#gO1Lq5tfZJNApgNWQJw1AeDuCfvvhadN { color:rgba(var(--color-tertiary-4),1);display:block;width:51.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.75rem;left:4.0625rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lp04qscpLZDWbAbOTvLxTx48PvL9Mi7M { color:rgba(var(--color-tertiary-4),1);display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:3.625rem;left:14.1875rem;height:1.48730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eubSc0IdQLMZC52wrI5BcuB2eTKrfFHR { 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; }#eubSc0IdQLMZC52wrI5BcuB2eTKrfFHR > .row .container { background-color: transparent; background-image: none; }#eubSc0IdQLMZC52wrI5BcuB2eTKrfFHR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eubSc0IdQLMZC52wrI5BcuB2eTKrfFHR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eubSc0IdQLMZC52wrI5BcuB2eTKrfFHR > .row .container > .video-iframe-container { display: none; }#eubSc0IdQLMZC52wrI5BcuB2eTKrfFHR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eubSc0IdQLMZC52wrI5BcuB2eTKrfFHR > .row > .video-iframe-container { display: none; }#eubSc0IdQLMZC52wrI5BcuB2eTKrfFHR > .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); }#eubSc0IdQLMZC52wrI5BcuB2eTKrfFHR > .row .container { border-width: 0; border-radius: 0; }#eubSc0IdQLMZC52wrI5BcuB2eTKrfFHR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eubSc0IdQLMZC52wrI5BcuB2eTKrfFHR > .row .container { font-size:0.875rem;font-family:arial;height:20.8125rem;width:60rem;position:relative;display:block; }#HB63c3cuCFP6cIf5nQhyLn3vkvWaA9W2 { color:#004c98;display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:9.978515625rem;left:17.21875rem;height:1.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SMJgX3u4k9wf3fTuapvW6UVbl3V3W4cz { color:rgba(var(--color-tertiary-4),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:11.689453125rem;left:16.875rem;height:4.546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kvbqrIDUdUg1NgncMhom9eE6p3OglNRS { color:#004c98;display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:10rem;left:32.1875rem;height:1.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SAylNHpC5XgcnioLJazt4zPHfHobch53 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:11.6875rem;left:32.25rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G5aaVX8GBEtvNqhWpDnM2EbwhZi9LXIT { color:#004c98;display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:10rem;left:47.0625rem;height:1.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VAICy0VMqbNDZ6uT225gbSQgxDUabrgp { color:rgba(var(--color-tertiary-4),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:11.6875rem;left:47.0625rem;height:3.41015625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HcXFRUCH0JOxGlq19QcqyKSgG0kbRbxZ { color:#004c98;display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:10rem;left:2.1875rem;height:1.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pkbnqA1QgPXxyZu1hf3zc4x92fUcDN4A { color:rgba(var(--color-tertiary-4),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:11.6875rem;left:2.0625rem;height:4.546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dNUTAyxKIf9xRIdIP8dgOEUX57fEAXKN { box-sizing:content-box;height:16.625rem;width:13.1875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);top:1.0625rem;left:0.875rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#MWyDzZlGOD5P7J5ophTF5Gm5qHdnSQ6s { box-sizing:content-box;height:16.625rem;width:13.1875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);top:1rem;left:15.84375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#IHOEHKLMBNDgaeuaK3JT89PngbeT4Jtm { box-sizing:content-box;height:16.625rem;width:13.1875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);top:1rem;left:30.84375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#VExypJJDwS06xC4ClnMMlQ0ZxXL0AEDW { box-sizing:content-box;height:16.625rem;width:13.1875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);top:1rem;left:45.84375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#mtqcUy97Q0V5d8QDIVCaSbD6f5hUrLJT { position:absolute;display:block;z-index:15010;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:6.5625rem;width:11.625rem;top:2.5rem;left:31.6875rem;overflow:hidden;display:block; }
#x7tSiFuffpo69anQExNvw1eZshbeOegz { position:absolute;display:block;z-index:15011;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:6.5rem;width:11.25rem;top:2.5rem;left:46.6875rem;overflow:hidden;display:block; }
#qLs8HTI4XVDvXQnGH5D19sFdcBeWJA9Q { position:absolute;display:block;z-index:15011;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:6.5625rem;width:11.0625rem;top:2.5rem;left:16.6875rem;overflow:hidden;display:block; }
#XmW1OXvRsamLGvTxJbhwGBTXMnZuhM6D { position:absolute;display:block;z-index:15012;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:6.5625rem;width:11.5rem;top:2.5rem;left:1.6875rem;overflow:hidden;display:block; }
#fgTQK6N76rqfGS03cOGTs6cGcPInOaBT { color:#0068ec;display:block;width:2.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:1.875rem;left:55.59375rem;height:1.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zLX284LenVL83DU4VGLWD1FK9nbut5i8 { box-sizing:content-box;height:1.1875rem;width:2.375rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid #0068ec;border-left:0.0625rem solid #0068ec;border-right:0.0625rem solid #0068ec;border-bottom:0.0625rem solid #0068ec;top:1.8984375rem;left:55.53125rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#WaHRANG8gKtz5ckDaCMK4UfbCeBFwyNR { color:#0068ec;display:block;width:2.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:1.875rem;left:25.625rem;height:1.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZcFBx8ua9w42ZxIMIlePM8C5TbMkqxAW { box-sizing:content-box;height:1.1875rem;width:2.375rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid #0068ec;border-left:0.0625rem solid #0068ec;border-right:0.0625rem solid #0068ec;border-bottom:0.0625rem solid #0068ec;top:1.875rem;left:25.5625rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#y4OHRHCUtHHw1KwHfB0mdBtwne20tqcy { color:#0068ec;display:block;width:2.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:1.875rem;left:10.6875rem;height:1.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k68e4zABh6qdpDtVfyFLgAO62rE0mtTH { box-sizing:content-box;height:1.1875rem;width:2.375rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid #0068ec;border-left:0.0625rem solid #0068ec;border-right:0.0625rem solid #0068ec;border-bottom:0.0625rem solid #0068ec;top:1.875rem;left:10.5625rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#qcZWANFsKLRHBmxz9wprpR9PhkEoUGgw { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/156815f7-a800-40de-aa04-094cf3d69bc9/noroot");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#qcZWANFsKLRHBmxz9wprpR9PhkEoUGgw.adaptive-delivery-prevent-bg, #qcZWANFsKLRHBmxz9wprpR9PhkEoUGgw.lazyload, #qcZWANFsKLRHBmxz9wprpR9PhkEoUGgw.lazyloading { background-image: none; }#qcZWANFsKLRHBmxz9wprpR9PhkEoUGgw > .row .container { background-color: transparent; background-image: none; }#qcZWANFsKLRHBmxz9wprpR9PhkEoUGgw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qcZWANFsKLRHBmxz9wprpR9PhkEoUGgw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qcZWANFsKLRHBmxz9wprpR9PhkEoUGgw > .row .container > .video-iframe-container { display: none; }#qcZWANFsKLRHBmxz9wprpR9PhkEoUGgw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qcZWANFsKLRHBmxz9wprpR9PhkEoUGgw > .row > .video-iframe-container { display: none; }#qcZWANFsKLRHBmxz9wprpR9PhkEoUGgw > .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); }#qcZWANFsKLRHBmxz9wprpR9PhkEoUGgw > .row .container { border-width: 0; border-radius: 0; }#qcZWANFsKLRHBmxz9wprpR9PhkEoUGgw > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#qcZWANFsKLRHBmxz9wprpR9PhkEoUGgw > .row .container { width:60rem;height:28.9375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#aXoR9diUMTiTTECIdvvibHOtEylsdUSp { color:rgba(var(--color-tertiary-0),1);display:block;width:32rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:13.1875rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W90F7teRTw9V5PE95ebDV3cXEkA7UiAA { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.8125rem;left:19.0625rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oI7wT42cElvOBcXUvDrM2WncQw5Efkhz { box-sizing:content-box;height:29.1875rem;width:50.375rem;position:absolute;display:block;z-index:15051;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.3115234375rem;left:4.6240234375rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#KKiZ5TehM2moQF2HREZTk3H9wWVuJ0zc { color:rgba(var(--color-secondary-4),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15054;line-height:1.2;letter-spacing:0;top:12.3115234375rem;left:7.5rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZVCiage14MWMmp55OLppQyswBcwznyTA { color:rgba(var(--color-primary-4),1);display:block;width:32rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:10.1943359375rem;left:7.5rem;height:1.8681625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QDCngxQysmeQmsHA1tIX2ncnBofiKMzu { color:rgba(var(--color-secondary-4),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15055;line-height:1.2;letter-spacing:0;top:16.1875rem;left:7.5rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BsxkA2VG6phOB511fpSyy3J1E2cGdET5 { color:rgba(var(--color-secondary-4),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15056;line-height:1.2;letter-spacing:0;top:19.9375rem;left:7.5rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IXUFV6GN7chELMEL3pEV5EZTGyX3N0LG { color:rgba(var(--color-secondary-4),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15057;line-height:1.2;letter-spacing:0;top:26.125rem;left:7.5rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mNSuobHFxOp3GNxSaE7idPdvlg41UDEl { color:rgba(var(--color-secondary-4),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15056;line-height:1.2;letter-spacing:0;top:15.2119140625rem;left:7.5rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wkRHIzzfy6oNlarFXcze7DA3nH9LIPGc { color:rgba(var(--color-secondary-4),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15057;line-height:1.2;letter-spacing:0;top:18.9619140625rem;left:7.5rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DAOaiGiphDE3aUQUaS8veXZLoJzyFTKD { color:rgba(var(--color-secondary-4),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15058;line-height:1.2;letter-spacing:0;top:25.1875rem;left:7.5rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GnMioAAxAXh3ZVZOTt3MRzv8EwAeOxLB { position:absolute;display:block;z-index:15059;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:2.3125rem;width:2.3125rem;top:21.287109375rem;left:7.5rem;overflow:hidden;display:block; }
#AerWwmT7bglwCAThcHzm4Uxk5zZvkCJh { position:absolute;display:block;z-index:15060;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:2.3125rem;width:2.3125rem;top:21.287109375rem;left:10.0625rem;overflow:hidden;display:block; }
#f33TWsLqIasbhwzX5589m1233sXw3hLq { position:absolute;display:block;z-index:15061;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:2.3125rem;width:2.3125rem;top:21.287109375rem;left:12.5625rem;overflow:hidden;display:block; }
#upNh3l1U51RlTDutvie8FIkmebsCuRmJ { position:absolute;display:block;z-index:15062;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:2.3125rem;width:2.3125rem;top:21.287109375rem;left:15.125rem;overflow:hidden;display:block; }
#rxzIdcEuE7KmTX7dWxAbVgTztWqxChxl { position:absolute;display:block;z-index:15063;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:2.3125rem;width:2.3125rem;top:21.287109375rem;left:17.75rem;overflow:hidden;display:block; }
#EynDnwlpT1NT4EcepSSp1i9PZ1nvb9OM { position:absolute;display:block;z-index:15068;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:2.3125rem;width:2.3125rem;top:27.3125rem;left:17.5rem;overflow:hidden;display:block; }
#rX2uJRP9qkhiAySsVIS1KG8Rz31aFSs6 { position:absolute;display:block;z-index:15067;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:2.3125rem;width:2.3125rem;top:27.3125rem;left:15.125rem;overflow:hidden;display:block; }
#V4szwb95aQpf0BFweIpsSToLVqWUPntZ { position:absolute;display:block;z-index:15066;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:2.3125rem;width:2.3125rem;top:27.3125rem;left:12.5625rem;overflow:hidden;display:block; }
#dSVCc1ls59kqr7KHEDC5fHbxwydFPlSh { position:absolute;display:block;z-index:15065;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:2.3125rem;width:2.3125rem;top:27.3125rem;left:10.0625rem;overflow:hidden;display:block; }
#DdGceCmoGQyAqgT8C8kF9KrGNQkXAyX7 { position:absolute;display:block;z-index:15064;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:2.3125rem;width:2.3125rem;top:27.3125rem;left:7.5rem;overflow:hidden;display:block; }
#bhxPnzxTtEquvUnQQp9eqD0k91rDG6si { color:rgba(var(--color-secondary-4),1);display:block;width:46.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15055;line-height:1.2;letter-spacing:0;top:1.6875rem;left:7.5rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#WHHChkTh4lgfFMwWi8uJgHouUuHZq1pz { background-color:#ff3836;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.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:3rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:3.625rem;left:17.875rem;display:none; }
#AZ9e0rpvvWrg5S7iyK2LraRPc1HFE0br { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K5zN6LsW5Ty1kP5XqwvqnvkKQ6qas6zz { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#K5zN6LsW5Ty1kP5XqwvqnvkKQ6qas6zz > .row .container { background-color: transparent; background-image: none; }#K5zN6LsW5Ty1kP5XqwvqnvkKQ6qas6zz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5zN6LsW5Ty1kP5XqwvqnvkKQ6qas6zz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5zN6LsW5Ty1kP5XqwvqnvkKQ6qas6zz > .row .container > .video-iframe-container { display: none; }#K5zN6LsW5Ty1kP5XqwvqnvkKQ6qas6zz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5zN6LsW5Ty1kP5XqwvqnvkKQ6qas6zz > .row > .video-iframe-container { display: none; }#K5zN6LsW5Ty1kP5XqwvqnvkKQ6qas6zz > .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); }#K5zN6LsW5Ty1kP5XqwvqnvkKQ6qas6zz > .row .container { border-width: 0; border-radius: 0; }#K5zN6LsW5Ty1kP5XqwvqnvkKQ6qas6zz > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#K5zN6LsW5Ty1kP5XqwvqnvkKQ6qas6zz > .row .container { width:60rem;height:9rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#SrEH2L65KfhzX5Tv4lHXbFIQhPFplLCU { color:rgba(var(--color-tertiary-4),1);display:block;width:51.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.625rem;left:4.8125rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uA9TrD0at9XTPRbTx3PttkcapVFnLcnb { color:rgba(var(--color-tertiary-4),1);display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:5.4921875rem;left:14.9375rem;height:1.48730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T69vTuI2giB4Zs2TNsHLUaBZT9Okn5rp { color:rgba(var(--color-secondary-4),1);display:block;width:46.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15055;line-height:1.2;letter-spacing:0;top:1.6875rem;left:7.5rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PyRJbvLqUxTeqy8QEUT80VXssTRMPZRo { background-color:#ff3836;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.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:3rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:3.625rem;left:17.875rem;display:block; }
#gUhTANSNi4f3HeXTiuiTqxhqxRUZgftd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vdRpqwdwmTsRrtKxeSx8T3XxGIMDbZEP { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#vdRpqwdwmTsRrtKxeSx8T3XxGIMDbZEP > .row .container { background-color: transparent; background-image: none; }#vdRpqwdwmTsRrtKxeSx8T3XxGIMDbZEP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdRpqwdwmTsRrtKxeSx8T3XxGIMDbZEP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdRpqwdwmTsRrtKxeSx8T3XxGIMDbZEP > .row .container > .video-iframe-container { display: none; }#vdRpqwdwmTsRrtKxeSx8T3XxGIMDbZEP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdRpqwdwmTsRrtKxeSx8T3XxGIMDbZEP > .row > .video-iframe-container { display: none; }#vdRpqwdwmTsRrtKxeSx8T3XxGIMDbZEP > .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); }#vdRpqwdwmTsRrtKxeSx8T3XxGIMDbZEP > .row .container { border-width: 0; border-radius: 0; }#vdRpqwdwmTsRrtKxeSx8T3XxGIMDbZEP > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vdRpqwdwmTsRrtKxeSx8T3XxGIMDbZEP > .row .container { width:60rem;height:5.75rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#HWSqiMsKBMeVlH39VsWHRhnT41lxL3G4 { color:rgba(var(--color-tertiary-4),1);display:block;width:51.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.25rem;left:4.1875rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T39cEdAvae1f09aWQLR7VKxe1Co92VlX { 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; }#T39cEdAvae1f09aWQLR7VKxe1Co92VlX > .row .container { background-color: transparent; background-image: none; }#T39cEdAvae1f09aWQLR7VKxe1Co92VlX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T39cEdAvae1f09aWQLR7VKxe1Co92VlX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T39cEdAvae1f09aWQLR7VKxe1Co92VlX > .row .container > .video-iframe-container { display: none; }#T39cEdAvae1f09aWQLR7VKxe1Co92VlX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T39cEdAvae1f09aWQLR7VKxe1Co92VlX > .row > .video-iframe-container { display: none; }#T39cEdAvae1f09aWQLR7VKxe1Co92VlX > .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); }#T39cEdAvae1f09aWQLR7VKxe1Co92VlX > .row .container { border-width: 0; border-radius: 0; }#T39cEdAvae1f09aWQLR7VKxe1Co92VlX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T39cEdAvae1f09aWQLR7VKxe1Co92VlX > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:60rem;position:relative;display:block; }#hSltlG6hfwl4RokdlvFE26r1t4VCp6Lu { color:#004c98;display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:10.9375rem;left:4.9375rem;height:2.44921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eWFT6c0zcgvtLa270GwDqMXJoXOuXkkq { color:#004c98;display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:10.9375rem;left:24.625rem;height:2.44921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vBgdu2SaWqdvHK9J25e1f2s6w164yOu7 { color:#004c98;display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:10.9375rem;left:44.3125rem;height:2.44921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CFCV2DWme7O2mpqlDlBFoNbbLDKuqXyM { position:absolute;display:block;z-index:15013;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:6.5rem;width:11.375rem;top:2.5rem;left:4.3125rem;overflow:hidden;display:block; }
#ivnpttkffzVlybqQzscF9XVZzVJwhEzp { position:absolute;display:block;z-index:15014;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:6.5rem;width:11rem;top:2.5rem;left:24.3125rem;overflow:hidden;display:block; }
#K8b0rI3FzFuL77EntdFzOHFrov8TtRRC { position:absolute;display:block;z-index:15015;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:6.25rem;width:11rem;top:2.5rem;left:44.3125rem;overflow:hidden;display:block; }
#lFz4moFuTPKa4VRcuVtTNEvo2hLxiiTc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.75rem;width:5.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:3.375rem;left:16.71875rem; }
#KDJVCw2uCLdiUl0D8HkeAOw4SaMVZ9hZ { color:#0068ec;display:block;width:2.375rem;position:absolute;font-family:"marck script";font-size:6.5625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:1.609375rem;left:9.40625rem;height:8.53125rem;font-style:normal;display:block; }
#z0mAbQCVuMIqvAZDKFrymCBKfPTGfgZk { color:#0068ec;display:block;width:2.375rem;position:absolute;font-family:"marck script";font-size:6.5625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:1.484375rem;left:28.625rem;height:8.53125rem;font-style:normal;display:block; }
#rvqInGLKyesu1K8f8CrnK2vOM48Rdped { color:#0068ec;display:block;width:2.375rem;position:absolute;font-family:"marck script";font-size:6.5625rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:1.421875rem;left:48.5rem;height:8.53125rem;font-style:normal;display:block; }
#P52WB2TSXCqxDCUTmZeWWkEs3qk76bpi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.75rem;width:5.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:3.1875rem;left:37.40625rem; }
#vtlpt2BKTnQoUhW3FJaP4yHICKokzftZ { position:absolute;display:block;z-index:15006;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:31.75rem;width:30.625rem;top:12.4375rem;left:29.375rem;overflow:hidden;display:block; }
#v16giNikSWio1sNg4vofFoeSbgCSRM6h { 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:15000;opacity:1;display:none; }
#zBHE04bBb7dLoqxy4Tk16Z5UgPu3NJ9k { 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:15000;opacity:1;display:none; }
#av8AFiWOTV5CTvAqHs9F2dm4yZkbpwrL { background-color:rgba(var(--color-primary-2),0.09);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#av8AFiWOTV5CTvAqHs9F2dm4yZkbpwrL > .row .container { background-color: transparent; background-image: none; }#av8AFiWOTV5CTvAqHs9F2dm4yZkbpwrL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#av8AFiWOTV5CTvAqHs9F2dm4yZkbpwrL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#av8AFiWOTV5CTvAqHs9F2dm4yZkbpwrL > .row .container > .video-iframe-container { display: none; }#av8AFiWOTV5CTvAqHs9F2dm4yZkbpwrL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#av8AFiWOTV5CTvAqHs9F2dm4yZkbpwrL > .row > .video-iframe-container { display: none; }#av8AFiWOTV5CTvAqHs9F2dm4yZkbpwrL > .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); }#av8AFiWOTV5CTvAqHs9F2dm4yZkbpwrL > .row .container { border-width: 0; border-radius: 0; }#av8AFiWOTV5CTvAqHs9F2dm4yZkbpwrL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#av8AFiWOTV5CTvAqHs9F2dm4yZkbpwrL > .row .container { width:60rem;height:17.875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#MhygqH9QGnFZDfnzDZk36WPBwhHxxZnN { box-sizing:content-box;height:7.1875rem;width:17.5rem;position:absolute;display:block;z-index:14993;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:8.875rem;left:3.0625rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
#wA7FJNp8n8cUNaKAaEfsBuKzVaxx56rZ { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:9.6875rem;top:12.5rem;left:9.8890625rem;overflow:hidden;display:block; }
#NNQk4yktTKDbMoqpN9NA1iSc3kXgoGSB { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:5.875rem;top:9.28125rem;left:4.1875rem;overflow:hidden;display:block; }
#Xk4CowhGIo9gB5mCbzxTv08D7HXPXB4m { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:9.5rem;top:9.6875rem;left:9.9375rem;overflow:hidden;display:block; }
#Gr1TnAfSpHSvTvUdoxIsOykxBR6SigLh { color:rgba(var(--color-primary-4),1);display:block;width:32rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15059;line-height:1.3;letter-spacing:0;top:1.8125rem;left:3.0625rem;height:1.8681625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SVsDFBeQqRJWEdguBP0TCx4PqRdRZznf { color:rgba(var(--color-secondary-4),1);display:block;width:46.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15056;line-height:1.2;letter-spacing:0;top:3.6796875rem;left:3.0625rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lDGiKZ4F6ynz4gU8zWcS1T4KgJf3ZDuv { color:rgba(var(--color-secondary-4),1);display:block;width:46.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15057;line-height:1.2;letter-spacing:0;top:7.3671875rem;left:4.625rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S2T1ZWdWC0vxGNCTrafbSgrCDp2iAw8a { position:absolute;display:block;z-index:15006;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:31.75rem;width:23.125rem;top:12.4375rem;left:29.375rem;overflow:hidden;display:none; }
#WZogbUoW4pCU8cSCH839KPdzxP3XprqU { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#WZogbUoW4pCU8cSCH839KPdzxP3XprqU > .row .container { background-color: transparent; background-image: none; }#WZogbUoW4pCU8cSCH839KPdzxP3XprqU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZogbUoW4pCU8cSCH839KPdzxP3XprqU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZogbUoW4pCU8cSCH839KPdzxP3XprqU > .row .container > .video-iframe-container { display: none; }#WZogbUoW4pCU8cSCH839KPdzxP3XprqU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZogbUoW4pCU8cSCH839KPdzxP3XprqU > .row > .video-iframe-container { display: none; }#WZogbUoW4pCU8cSCH839KPdzxP3XprqU > .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); }#WZogbUoW4pCU8cSCH839KPdzxP3XprqU > .row .container { border-width: 0; border-radius: 0; }#WZogbUoW4pCU8cSCH839KPdzxP3XprqU > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#WZogbUoW4pCU8cSCH839KPdzxP3XprqU > .row .container { width:60rem;height:9.375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#LZ0bM5VZDGbgrE6k8f0HLNdV7OiM9ivQ { color:rgba(var(--color-tertiary-4),1);display:block;width:51.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.1875rem;left:3.46875rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cMABkUycXN1tn0SmoWEJQyRaTiDHeELV { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:5.6171875rem;left:39.25rem;overflow:hidden;display:block; }
#RRVO86vr5FNT6TKFXBLCJu4OOpu4RvCh { 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; }#RRVO86vr5FNT6TKFXBLCJu4OOpu4RvCh > .row .container { background-color: transparent; background-image: none; }#RRVO86vr5FNT6TKFXBLCJu4OOpu4RvCh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RRVO86vr5FNT6TKFXBLCJu4OOpu4RvCh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RRVO86vr5FNT6TKFXBLCJu4OOpu4RvCh > .row .container > .video-iframe-container { display: none; }#RRVO86vr5FNT6TKFXBLCJu4OOpu4RvCh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RRVO86vr5FNT6TKFXBLCJu4OOpu4RvCh > .row > .video-iframe-container { display: none; }#RRVO86vr5FNT6TKFXBLCJu4OOpu4RvCh > .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); }#RRVO86vr5FNT6TKFXBLCJu4OOpu4RvCh > .row .container { border-width: 0; border-radius: 0; }#RRVO86vr5FNT6TKFXBLCJu4OOpu4RvCh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RRVO86vr5FNT6TKFXBLCJu4OOpu4RvCh > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:60rem;position:relative;display:block; }#ma1Fsvk9vmiUcJT2vxyDbt4TTLK39aET { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:1.125rem;left:5.5rem;height:1.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vwzBorhuqgGbOtSVTbnsWMq1ErUZoILe { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:1.037109375rem;left:3.5rem;overflow:hidden;display:block; }
#OZ7gx0P9iVSviODSEW9MAMgBr7XlVUc8 { 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; }#OZ7gx0P9iVSviODSEW9MAMgBr7XlVUc8 > .row .container { background-color: transparent; background-image: none; }#OZ7gx0P9iVSviODSEW9MAMgBr7XlVUc8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZ7gx0P9iVSviODSEW9MAMgBr7XlVUc8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZ7gx0P9iVSviODSEW9MAMgBr7XlVUc8 > .row .container > .video-iframe-container { display: none; }#OZ7gx0P9iVSviODSEW9MAMgBr7XlVUc8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZ7gx0P9iVSviODSEW9MAMgBr7XlVUc8 > .row > .video-iframe-container { display: none; }#OZ7gx0P9iVSviODSEW9MAMgBr7XlVUc8 > .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); }#OZ7gx0P9iVSviODSEW9MAMgBr7XlVUc8 > .row .container { border-width: 0; border-radius: 0; }#OZ7gx0P9iVSviODSEW9MAMgBr7XlVUc8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OZ7gx0P9iVSviODSEW9MAMgBr7XlVUc8 > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:60rem;position:relative;display:block; }#V9SC47nReQBWODni2JnSvpX8fNUMgF0q { color:rgba(var(--color-tertiary-4),1);display:block;width:48.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:0.8125rem;left:5.5rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G1s3CJmq0HH4kUBut4cD4KFQ0lTSX8aa { 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; }#G1s3CJmq0HH4kUBut4cD4KFQ0lTSX8aa > .row .container { background-color: transparent; background-image: none; }#G1s3CJmq0HH4kUBut4cD4KFQ0lTSX8aa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G1s3CJmq0HH4kUBut4cD4KFQ0lTSX8aa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G1s3CJmq0HH4kUBut4cD4KFQ0lTSX8aa > .row .container > .video-iframe-container { display: none; }#G1s3CJmq0HH4kUBut4cD4KFQ0lTSX8aa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G1s3CJmq0HH4kUBut4cD4KFQ0lTSX8aa > .row > .video-iframe-container { display: none; }#G1s3CJmq0HH4kUBut4cD4KFQ0lTSX8aa > .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); }#G1s3CJmq0HH4kUBut4cD4KFQ0lTSX8aa > .row .container { border-width: 0; border-radius: 0; }#G1s3CJmq0HH4kUBut4cD4KFQ0lTSX8aa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G1s3CJmq0HH4kUBut4cD4KFQ0lTSX8aa > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:60rem;position:relative;display:block; }#iSdOIZ9AKEnXiORJZWi9UFRTO2SmzRgR { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:0.9375rem;left:5.5625rem;height:1.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iFuXE3WKDFb4dxg6aELchqQEFP4ZyNrF { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:0.78125rem;left:3.5rem;overflow:hidden;display:block; }
#UHNQXfwHB1VRGUKHThOTA1LVVvV6SbIf { 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; }#UHNQXfwHB1VRGUKHThOTA1LVVvV6SbIf > .row .container { background-color: transparent; background-image: none; }#UHNQXfwHB1VRGUKHThOTA1LVVvV6SbIf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHNQXfwHB1VRGUKHThOTA1LVVvV6SbIf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHNQXfwHB1VRGUKHThOTA1LVVvV6SbIf > .row .container > .video-iframe-container { display: none; }#UHNQXfwHB1VRGUKHThOTA1LVVvV6SbIf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHNQXfwHB1VRGUKHThOTA1LVVvV6SbIf > .row > .video-iframe-container { display: none; }#UHNQXfwHB1VRGUKHThOTA1LVVvV6SbIf > .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); }#UHNQXfwHB1VRGUKHThOTA1LVVvV6SbIf > .row .container { border-width: 0; border-radius: 0; }#UHNQXfwHB1VRGUKHThOTA1LVVvV6SbIf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UHNQXfwHB1VRGUKHThOTA1LVVvV6SbIf > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:60rem;position:relative;display:block; }#PaQVrgd4IzFaRXxANxNmp0SzDU96JK0N { color:rgba(var(--color-tertiary-4),1);display:block;width:48.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:0.8125rem;left:5.5rem;height:1.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Gr37LwvsLJcTdUXaIIIUlpGBvZVa9g0t { 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; }#Gr37LwvsLJcTdUXaIIIUlpGBvZVa9g0t > .row .container { background-color: transparent; background-image: none; }#Gr37LwvsLJcTdUXaIIIUlpGBvZVa9g0t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gr37LwvsLJcTdUXaIIIUlpGBvZVa9g0t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gr37LwvsLJcTdUXaIIIUlpGBvZVa9g0t > .row .container > .video-iframe-container { display: none; }#Gr37LwvsLJcTdUXaIIIUlpGBvZVa9g0t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gr37LwvsLJcTdUXaIIIUlpGBvZVa9g0t > .row > .video-iframe-container { display: none; }#Gr37LwvsLJcTdUXaIIIUlpGBvZVa9g0t > .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); }#Gr37LwvsLJcTdUXaIIIUlpGBvZVa9g0t > .row .container { border-width: 0; border-radius: 0; }#Gr37LwvsLJcTdUXaIIIUlpGBvZVa9g0t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gr37LwvsLJcTdUXaIIIUlpGBvZVa9g0t > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:60rem;position:relative;display:block; }#Q0VM8kgLuJzVgTbKRTwPmqApKS1lAPcv { color:rgba(var(--color-tertiary-4),1);display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:0.9375rem;left:5.5rem;height:1.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V5ZCAR15lTLTopQPuVX4wT7fchPN7ATq { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:0.78125rem;left:3.5rem;overflow:hidden;display:block; }
#x24rgZe0dZhVxmPX8wnmxVkOgumKrZ4b { 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; }#x24rgZe0dZhVxmPX8wnmxVkOgumKrZ4b > .row .container { background-color: transparent; background-image: none; }#x24rgZe0dZhVxmPX8wnmxVkOgumKrZ4b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x24rgZe0dZhVxmPX8wnmxVkOgumKrZ4b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x24rgZe0dZhVxmPX8wnmxVkOgumKrZ4b > .row .container > .video-iframe-container { display: none; }#x24rgZe0dZhVxmPX8wnmxVkOgumKrZ4b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x24rgZe0dZhVxmPX8wnmxVkOgumKrZ4b > .row > .video-iframe-container { display: none; }#x24rgZe0dZhVxmPX8wnmxVkOgumKrZ4b > .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); }#x24rgZe0dZhVxmPX8wnmxVkOgumKrZ4b > .row .container { border-width: 0; border-radius: 0; }#x24rgZe0dZhVxmPX8wnmxVkOgumKrZ4b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x24rgZe0dZhVxmPX8wnmxVkOgumKrZ4b > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:60rem;position:relative;display:block; }#cr9BV7JF3Zqqci3HPOU7h4IJ1UuCaETW { color:rgba(var(--color-tertiary-4),1);display:block;width:48.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:0.8125rem;left:5.5625rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NznqgkTl8hnCzFfvd4r30uoAvE4L3I1H { 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; }#NznqgkTl8hnCzFfvd4r30uoAvE4L3I1H > .row .container { background-color: transparent; background-image: none; }#NznqgkTl8hnCzFfvd4r30uoAvE4L3I1H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NznqgkTl8hnCzFfvd4r30uoAvE4L3I1H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NznqgkTl8hnCzFfvd4r30uoAvE4L3I1H > .row .container > .video-iframe-container { display: none; }#NznqgkTl8hnCzFfvd4r30uoAvE4L3I1H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NznqgkTl8hnCzFfvd4r30uoAvE4L3I1H > .row > .video-iframe-container { display: none; }#NznqgkTl8hnCzFfvd4r30uoAvE4L3I1H > .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); }#NznqgkTl8hnCzFfvd4r30uoAvE4L3I1H > .row .container { border-width: 0; border-radius: 0; }#NznqgkTl8hnCzFfvd4r30uoAvE4L3I1H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NznqgkTl8hnCzFfvd4r30uoAvE4L3I1H > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:60rem;position:relative;display:block; }#kZdKrPhmw97UGToWHbKBDBdkSiaPbsch { color:rgba(var(--color-tertiary-4),1);display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:0.9375rem;left:5.625rem;height:1.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F1vCwfWpTcIvlZw6HoM1aIeqxUVqgfW5 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:0.78125rem;left:3.5rem;overflow:hidden;display:block; }
#xiFgqEGsOM2SzpQv0B8fHohKIJ5LyZds { 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; }#xiFgqEGsOM2SzpQv0B8fHohKIJ5LyZds > .row .container { background-color: transparent; background-image: none; }#xiFgqEGsOM2SzpQv0B8fHohKIJ5LyZds::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xiFgqEGsOM2SzpQv0B8fHohKIJ5LyZds > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xiFgqEGsOM2SzpQv0B8fHohKIJ5LyZds > .row .container > .video-iframe-container { display: none; }#xiFgqEGsOM2SzpQv0B8fHohKIJ5LyZds > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xiFgqEGsOM2SzpQv0B8fHohKIJ5LyZds > .row > .video-iframe-container { display: none; }#xiFgqEGsOM2SzpQv0B8fHohKIJ5LyZds > .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); }#xiFgqEGsOM2SzpQv0B8fHohKIJ5LyZds > .row .container { border-width: 0; border-radius: 0; }#xiFgqEGsOM2SzpQv0B8fHohKIJ5LyZds > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xiFgqEGsOM2SzpQv0B8fHohKIJ5LyZds > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:60rem;position:relative;display:block; }#gXTb1hm6uOMtuoe7VB46T1GGBJv3aF7E { color:rgba(var(--color-tertiary-4),1);display:block;width:48.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:0.8125rem;left:5.6875rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M3vdMmNHDFDqKqnSdVohh9I7QQKW5hLK { 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; }#M3vdMmNHDFDqKqnSdVohh9I7QQKW5hLK > .row .container { background-color: transparent; background-image: none; }#M3vdMmNHDFDqKqnSdVohh9I7QQKW5hLK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3vdMmNHDFDqKqnSdVohh9I7QQKW5hLK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3vdMmNHDFDqKqnSdVohh9I7QQKW5hLK > .row .container > .video-iframe-container { display: none; }#M3vdMmNHDFDqKqnSdVohh9I7QQKW5hLK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3vdMmNHDFDqKqnSdVohh9I7QQKW5hLK > .row > .video-iframe-container { display: none; }#M3vdMmNHDFDqKqnSdVohh9I7QQKW5hLK > .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); }#M3vdMmNHDFDqKqnSdVohh9I7QQKW5hLK > .row .container { border-width: 0; border-radius: 0; }#M3vdMmNHDFDqKqnSdVohh9I7QQKW5hLK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M3vdMmNHDFDqKqnSdVohh9I7QQKW5hLK > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:60rem;position:relative;display:block; }#l8h7PZlGwVQ30QP2NyJTlDu2KlCzutkT { color:rgba(var(--color-tertiary-4),1);display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:0.9375rem;left:5.625rem;height:1.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gs9fWIm2DwK4HPPRXGmRwJbtHsgZOMle { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:0.78125rem;left:3.5rem;overflow:hidden;display:block; }
#a6iCGfVSFl75npf300LKEbfLt3C2mvOx { 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; }#a6iCGfVSFl75npf300LKEbfLt3C2mvOx > .row .container { background-color: transparent; background-image: none; }#a6iCGfVSFl75npf300LKEbfLt3C2mvOx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a6iCGfVSFl75npf300LKEbfLt3C2mvOx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a6iCGfVSFl75npf300LKEbfLt3C2mvOx > .row .container > .video-iframe-container { display: none; }#a6iCGfVSFl75npf300LKEbfLt3C2mvOx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a6iCGfVSFl75npf300LKEbfLt3C2mvOx > .row > .video-iframe-container { display: none; }#a6iCGfVSFl75npf300LKEbfLt3C2mvOx > .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); }#a6iCGfVSFl75npf300LKEbfLt3C2mvOx > .row .container { border-width: 0; border-radius: 0; }#a6iCGfVSFl75npf300LKEbfLt3C2mvOx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a6iCGfVSFl75npf300LKEbfLt3C2mvOx > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:60rem;position:relative;display:block; }#UnTZG1oRtvwllc3govBrzm6bmwg3nFk8 { color:rgba(var(--color-tertiary-4),1);display:block;width:48.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:0.8125rem;left:5.6875rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OCC8S7e34HxJf8nXZP15EsLrSS1deJ2z { 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; }#OCC8S7e34HxJf8nXZP15EsLrSS1deJ2z > .row .container { background-color: transparent; background-image: none; }#OCC8S7e34HxJf8nXZP15EsLrSS1deJ2z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCC8S7e34HxJf8nXZP15EsLrSS1deJ2z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCC8S7e34HxJf8nXZP15EsLrSS1deJ2z > .row .container > .video-iframe-container { display: none; }#OCC8S7e34HxJf8nXZP15EsLrSS1deJ2z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCC8S7e34HxJf8nXZP15EsLrSS1deJ2z > .row > .video-iframe-container { display: none; }#OCC8S7e34HxJf8nXZP15EsLrSS1deJ2z > .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); }#OCC8S7e34HxJf8nXZP15EsLrSS1deJ2z > .row .container { border-width: 0; border-radius: 0; }#OCC8S7e34HxJf8nXZP15EsLrSS1deJ2z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OCC8S7e34HxJf8nXZP15EsLrSS1deJ2z > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:60rem;position:relative;display:block; }#TQdb9sP58GxHJSThNKSidp02efTzSsKX { color:rgba(var(--color-tertiary-4),1);display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:0.9375rem;left:5.625rem;height:1.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vaUq8XNA89IIK77V1mzRC7RTRMpXSGe2 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:0.78125rem;left:3.5rem;overflow:hidden;display:block; }
#apRcyhaIEsdr4rMxVJDsZhUVaXaFtDeP { 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; }#apRcyhaIEsdr4rMxVJDsZhUVaXaFtDeP > .row .container { background-color: transparent; background-image: none; }#apRcyhaIEsdr4rMxVJDsZhUVaXaFtDeP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#apRcyhaIEsdr4rMxVJDsZhUVaXaFtDeP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#apRcyhaIEsdr4rMxVJDsZhUVaXaFtDeP > .row .container > .video-iframe-container { display: none; }#apRcyhaIEsdr4rMxVJDsZhUVaXaFtDeP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#apRcyhaIEsdr4rMxVJDsZhUVaXaFtDeP > .row > .video-iframe-container { display: none; }#apRcyhaIEsdr4rMxVJDsZhUVaXaFtDeP > .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); }#apRcyhaIEsdr4rMxVJDsZhUVaXaFtDeP > .row .container { border-width: 0; border-radius: 0; }#apRcyhaIEsdr4rMxVJDsZhUVaXaFtDeP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#apRcyhaIEsdr4rMxVJDsZhUVaXaFtDeP > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:60rem;position:relative;display:block; }#r7JBiQk4qZoGr3vedtWAc0DogTEedRmZ { color:rgba(var(--color-tertiary-4),1);display:block;width:48.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:0.8125rem;left:5.625rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n63SpTJ8L5aegxGeFDTkduK7M2T5t6lN { 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; }#n63SpTJ8L5aegxGeFDTkduK7M2T5t6lN > .row .container { background-color: transparent; background-image: none; }#n63SpTJ8L5aegxGeFDTkduK7M2T5t6lN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n63SpTJ8L5aegxGeFDTkduK7M2T5t6lN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n63SpTJ8L5aegxGeFDTkduK7M2T5t6lN > .row .container > .video-iframe-container { display: none; }#n63SpTJ8L5aegxGeFDTkduK7M2T5t6lN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n63SpTJ8L5aegxGeFDTkduK7M2T5t6lN > .row > .video-iframe-container { display: none; }#n63SpTJ8L5aegxGeFDTkduK7M2T5t6lN > .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); }#n63SpTJ8L5aegxGeFDTkduK7M2T5t6lN > .row .container { border-width: 0; border-radius: 0; }#n63SpTJ8L5aegxGeFDTkduK7M2T5t6lN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n63SpTJ8L5aegxGeFDTkduK7M2T5t6lN > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:60rem;position:relative;display:block; }#EK5p0iZC4fQTDodZWJBBxV07wM0k2r8e { color:rgba(var(--color-tertiary-4),1);display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:0.9375rem;left:5.625rem;height:1.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fRkyShA7kOvf687J9Tl3xsLphgbDuL6i { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:0.78125rem;left:3.5rem;overflow:hidden;display:block; }
#C6r4fK8RAzgz9557z8TEmqDnkusZSrTP { 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; }#C6r4fK8RAzgz9557z8TEmqDnkusZSrTP > .row .container { background-color: transparent; background-image: none; }#C6r4fK8RAzgz9557z8TEmqDnkusZSrTP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C6r4fK8RAzgz9557z8TEmqDnkusZSrTP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C6r4fK8RAzgz9557z8TEmqDnkusZSrTP > .row .container > .video-iframe-container { display: none; }#C6r4fK8RAzgz9557z8TEmqDnkusZSrTP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C6r4fK8RAzgz9557z8TEmqDnkusZSrTP > .row > .video-iframe-container { display: none; }#C6r4fK8RAzgz9557z8TEmqDnkusZSrTP > .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); }#C6r4fK8RAzgz9557z8TEmqDnkusZSrTP > .row .container { border-width: 0; border-radius: 0; }#C6r4fK8RAzgz9557z8TEmqDnkusZSrTP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C6r4fK8RAzgz9557z8TEmqDnkusZSrTP > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:60rem;position:relative;display:block; }#MnKuEmo9SF1Flg83ev6SXQGlWhZmBpcz { color:rgba(var(--color-tertiary-4),1);display:block;width:48.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:0.8125rem;left:5.625rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lvBewivaCkc93LxcZZtTbJIZTZRusbgp { 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; }#lvBewivaCkc93LxcZZtTbJIZTZRusbgp > .row .container { background-color: transparent; background-image: none; }#lvBewivaCkc93LxcZZtTbJIZTZRusbgp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lvBewivaCkc93LxcZZtTbJIZTZRusbgp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lvBewivaCkc93LxcZZtTbJIZTZRusbgp > .row .container > .video-iframe-container { display: none; }#lvBewivaCkc93LxcZZtTbJIZTZRusbgp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lvBewivaCkc93LxcZZtTbJIZTZRusbgp > .row > .video-iframe-container { display: none; }#lvBewivaCkc93LxcZZtTbJIZTZRusbgp > .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); }#lvBewivaCkc93LxcZZtTbJIZTZRusbgp > .row .container { border-width: 0; border-radius: 0; }#lvBewivaCkc93LxcZZtTbJIZTZRusbgp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lvBewivaCkc93LxcZZtTbJIZTZRusbgp > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:60rem;position:relative;display:block; }#os4kWsXmzkpTQRkL8bTBGHEsqZ2cDDCV { color:rgba(var(--color-tertiary-4),1);display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:0.9375rem;left:5.625rem;height:1.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ch4TeR9xnmVtStM2zHTX7lzgzhTIUfTB { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:0.78125rem;left:3.5rem;overflow:hidden;display:block; }
#VAAwpRTPCzQk5khTCgxpDkKWG6Vyn6yX { 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; }#VAAwpRTPCzQk5khTCgxpDkKWG6Vyn6yX > .row .container { background-color: transparent; background-image: none; }#VAAwpRTPCzQk5khTCgxpDkKWG6Vyn6yX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAAwpRTPCzQk5khTCgxpDkKWG6Vyn6yX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAAwpRTPCzQk5khTCgxpDkKWG6Vyn6yX > .row .container > .video-iframe-container { display: none; }#VAAwpRTPCzQk5khTCgxpDkKWG6Vyn6yX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAAwpRTPCzQk5khTCgxpDkKWG6Vyn6yX > .row > .video-iframe-container { display: none; }#VAAwpRTPCzQk5khTCgxpDkKWG6Vyn6yX > .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); }#VAAwpRTPCzQk5khTCgxpDkKWG6Vyn6yX > .row .container { border-width: 0; border-radius: 0; }#VAAwpRTPCzQk5khTCgxpDkKWG6Vyn6yX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VAAwpRTPCzQk5khTCgxpDkKWG6Vyn6yX > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:60rem;position:relative;display:block; }#nV9EixvPobckS4N0ZJ4mdssKyN5yqXF2 { color:rgba(var(--color-tertiary-4),1);display:block;width:48.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:0.8125rem;left:5.5625rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LwptDIgKevDkCgNxik98BPSgLcR5glKl { 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; }#LwptDIgKevDkCgNxik98BPSgLcR5glKl > .row .container { background-color: transparent; background-image: none; }#LwptDIgKevDkCgNxik98BPSgLcR5glKl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwptDIgKevDkCgNxik98BPSgLcR5glKl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwptDIgKevDkCgNxik98BPSgLcR5glKl > .row .container > .video-iframe-container { display: none; }#LwptDIgKevDkCgNxik98BPSgLcR5glKl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwptDIgKevDkCgNxik98BPSgLcR5glKl > .row > .video-iframe-container { display: none; }#LwptDIgKevDkCgNxik98BPSgLcR5glKl > .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); }#LwptDIgKevDkCgNxik98BPSgLcR5glKl > .row .container { border-width: 0; border-radius: 0; }#LwptDIgKevDkCgNxik98BPSgLcR5glKl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LwptDIgKevDkCgNxik98BPSgLcR5glKl > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:60rem;position:relative;display:block; }#MMczV0J6q3yULqqFakK9Lb6gEg3Jbm4Z { color:rgba(var(--color-tertiary-4),1);display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:0.9375rem;left:5.625rem;height:1.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ycwrLIfyOFyHEabKb8BCLMDdlFBXO1pK { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:0.78125rem;left:3.5rem;overflow:hidden;display:block; }
#VM5dHzhWJ1OQEW06RiBkmfpTu9ULI4Lu { 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; }#VM5dHzhWJ1OQEW06RiBkmfpTu9ULI4Lu > .row .container { background-color: transparent; background-image: none; }#VM5dHzhWJ1OQEW06RiBkmfpTu9ULI4Lu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VM5dHzhWJ1OQEW06RiBkmfpTu9ULI4Lu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VM5dHzhWJ1OQEW06RiBkmfpTu9ULI4Lu > .row .container > .video-iframe-container { display: none; }#VM5dHzhWJ1OQEW06RiBkmfpTu9ULI4Lu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VM5dHzhWJ1OQEW06RiBkmfpTu9ULI4Lu > .row > .video-iframe-container { display: none; }#VM5dHzhWJ1OQEW06RiBkmfpTu9ULI4Lu > .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); }#VM5dHzhWJ1OQEW06RiBkmfpTu9ULI4Lu > .row .container { border-width: 0; border-radius: 0; }#VM5dHzhWJ1OQEW06RiBkmfpTu9ULI4Lu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VM5dHzhWJ1OQEW06RiBkmfpTu9ULI4Lu > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:60rem;position:relative;display:block; }#NDL3tUxZovHfiiyWdH0bmhcPr45PTJMZ { color:rgba(var(--color-tertiary-4),1);display:block;width:48.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:0.8125rem;left:5.625rem;height:4.19824375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vJTKRW76HlClf8OrrZ9dVQtgXIg6n34z { 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; }#vJTKRW76HlClf8OrrZ9dVQtgXIg6n34z > .row .container { background-color: transparent; background-image: none; }#vJTKRW76HlClf8OrrZ9dVQtgXIg6n34z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJTKRW76HlClf8OrrZ9dVQtgXIg6n34z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJTKRW76HlClf8OrrZ9dVQtgXIg6n34z > .row .container > .video-iframe-container { display: none; }#vJTKRW76HlClf8OrrZ9dVQtgXIg6n34z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJTKRW76HlClf8OrrZ9dVQtgXIg6n34z > .row > .video-iframe-container { display: none; }#vJTKRW76HlClf8OrrZ9dVQtgXIg6n34z > .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); }#vJTKRW76HlClf8OrrZ9dVQtgXIg6n34z > .row .container { border-width: 0; border-radius: 0; }#vJTKRW76HlClf8OrrZ9dVQtgXIg6n34z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vJTKRW76HlClf8OrrZ9dVQtgXIg6n34z > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:60rem;position:relative;display:block; }#kc3MSwdL0GuvDTAQGITnW5kIwrSTn6br { color:rgba(var(--color-tertiary-4),1);display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:0.9375rem;left:5.625rem;height:1.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CfArMGD05GS1AayIP3MOV81FpuAhHTd3 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:0.78125rem;left:3.5rem;overflow:hidden;display:block; }
#MJyD9hWgRh5KtAH5qETNw1L9uCKTUKbu { 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; }#MJyD9hWgRh5KtAH5qETNw1L9uCKTUKbu > .row .container { background-color: transparent; background-image: none; }#MJyD9hWgRh5KtAH5qETNw1L9uCKTUKbu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJyD9hWgRh5KtAH5qETNw1L9uCKTUKbu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJyD9hWgRh5KtAH5qETNw1L9uCKTUKbu > .row .container > .video-iframe-container { display: none; }#MJyD9hWgRh5KtAH5qETNw1L9uCKTUKbu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJyD9hWgRh5KtAH5qETNw1L9uCKTUKbu > .row > .video-iframe-container { display: none; }#MJyD9hWgRh5KtAH5qETNw1L9uCKTUKbu > .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); }#MJyD9hWgRh5KtAH5qETNw1L9uCKTUKbu > .row .container { border-width: 0; border-radius: 0; }#MJyD9hWgRh5KtAH5qETNw1L9uCKTUKbu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MJyD9hWgRh5KtAH5qETNw1L9uCKTUKbu > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:60rem;position:relative;display:block; }#xpfEx5mZhMEAnEGdpMnf60MVzXw79bxV { color:rgba(var(--color-tertiary-4),1);display:block;width:48.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:0.8125rem;left:5.5rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ECCBx6cohEMEgGiht2ueeehzeES5AJ1M { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ECCBx6cohEMEgGiht2ueeehzeES5AJ1M > .row .container { background-color: transparent; background-image: none; }#ECCBx6cohEMEgGiht2ueeehzeES5AJ1M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ECCBx6cohEMEgGiht2ueeehzeES5AJ1M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ECCBx6cohEMEgGiht2ueeehzeES5AJ1M > .row .container > .video-iframe-container { display: none; }#ECCBx6cohEMEgGiht2ueeehzeES5AJ1M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ECCBx6cohEMEgGiht2ueeehzeES5AJ1M > .row > .video-iframe-container { display: none; }#ECCBx6cohEMEgGiht2ueeehzeES5AJ1M > .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); }#ECCBx6cohEMEgGiht2ueeehzeES5AJ1M > .row .container { border-width: 0; border-radius: 0; }#ECCBx6cohEMEgGiht2ueeehzeES5AJ1M > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ECCBx6cohEMEgGiht2ueeehzeES5AJ1M > .row .container { width:60rem;height:5.3125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#LuxgkaRcZouGdNWS6mvFsGT2TqgPlxVV { color:rgba(var(--color-tertiary-4),0.54);display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;top:3.625rem;left:53.6875rem;height:0.9746125rem;font-style:normal;display:block; }
#iNFOWaTToZvao1ra2AHO9PNEqwoK8a7M { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15103;opacity:1;top:2rem;left:54.5rem; }
#iNFOWaTToZvao1ra2AHO9PNEqwoK8a7M > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#WM4pHoeuO4GknndStOdpEQbSUo3Bi1hG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WM4pHoeuO4GknndStOdpEQbSUo3Bi1hG > .row .container { background-color: transparent; background-image: none; }#WM4pHoeuO4GknndStOdpEQbSUo3Bi1hG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WM4pHoeuO4GknndStOdpEQbSUo3Bi1hG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WM4pHoeuO4GknndStOdpEQbSUo3Bi1hG > .row .container > .video-iframe-container { display: none; }#WM4pHoeuO4GknndStOdpEQbSUo3Bi1hG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WM4pHoeuO4GknndStOdpEQbSUo3Bi1hG > .row > .video-iframe-container { display: none; }#WM4pHoeuO4GknndStOdpEQbSUo3Bi1hG > .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); }#WM4pHoeuO4GknndStOdpEQbSUo3Bi1hG > .row .container { border-width: 0; border-radius: 0; }#WM4pHoeuO4GknndStOdpEQbSUo3Bi1hG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WM4pHoeuO4GknndStOdpEQbSUo3Bi1hG > .row .container { font-size:0.875rem;font-family:arial;height:12.75rem;width:60rem;position:relative;display:block; }#TQrrI1hCETIKfB54N7hs1TJBuiKyT1dA { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:4.5rem;left:2.96875rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wQxlZmVllFiLtvZbzH9uDqX1qx7b0uX9 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:2.140625rem;left:48.53125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iU8FcRZH5iBanCbbp9ef2K6NySAXZaGi { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:9.5rem;top:1.9375rem;left:2.96875rem;overflow:hidden;display:block; }
#z2mci6NPytFhp6LI6k6c4pEyrUvu6LmQ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:4.9677734375rem;left:44.8740234375rem; }
#z2mci6NPytFhp6LI6k6c4pEyrUvu6LmQ > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.875rem; }#Tpl1FgwxW0eEpAqwxFslGNTQT0TyZFLs { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.3125rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:4.6865234375rem;left:46.7802734375rem; }
#Tpl1FgwxW0eEpAqwxFslGNTQT0TyZFLs > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.3125rem; }#e0rC1s4ugzTUbgM2lmkobz3LmSJfpUC9 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:4.9375rem;left:49.791015625rem; }
#e0rC1s4ugzTUbgM2lmkobz3LmSJfpUC9 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#No9fRqertbiqHF4VW2WtGhw1yVqQrAhL { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:4.9375rem;left:52.447265625rem; }
#No9fRqertbiqHF4VW2WtGhw1yVqQrAhL > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#AcDtvwBfCe0Xv9ZEikwBTmplcGxslZH4 { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-1),0.59);background-image:none;top:12.3125rem;left:0rem;display:block; }
#Pg7E3V2kCv89pGeUs0Msy2PgJOfXrA8X { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:4.9375rem;left:54.96875rem; }
#Pg7E3V2kCv89pGeUs0Msy2PgJOfXrA8X > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#r7qLrS9nq7Nv9Q5p7arwT4eqnzrT8za0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#r7qLrS9nq7Nv9Q5p7arwT4eqnzrT8za0 > .row .container { background-color: transparent; background-image: none; }#r7qLrS9nq7Nv9Q5p7arwT4eqnzrT8za0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7qLrS9nq7Nv9Q5p7arwT4eqnzrT8za0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7qLrS9nq7Nv9Q5p7arwT4eqnzrT8za0 > .row .container > .video-iframe-container { display: none; }#r7qLrS9nq7Nv9Q5p7arwT4eqnzrT8za0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7qLrS9nq7Nv9Q5p7arwT4eqnzrT8za0 > .row > .video-iframe-container { display: none; }#r7qLrS9nq7Nv9Q5p7arwT4eqnzrT8za0 > .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); }#r7qLrS9nq7Nv9Q5p7arwT4eqnzrT8za0 > .row .container { border-width: 0; border-radius: 0; }#r7qLrS9nq7Nv9Q5p7arwT4eqnzrT8za0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r7qLrS9nq7Nv9Q5p7arwT4eqnzrT8za0 > .row .container { font-size:0.875rem;font-family:arial;height:2.125rem;width:60rem;position:relative;display:block; }#hvHuVExSRCHeoQHQAVG0Kwq6VK9hprVC { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:0.462890625rem;left:41rem;height:1.19970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zCoB4MguJJh1faKI8SSwVoZEERelrn7b { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:0.462890625rem;left:1.25rem;height:1.19970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FSHwkMXs628b75xRVZnGKLpU7oh4F0FV { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1.8125rem;top:0.59375rem;left:15.8125rem;overflow:hidden;display:block; }
#Bv7LaBtzwLC9awZTTTermwivloVqutuF { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:10.4368125rem;left:0rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GRmuilQM2q1cqZJHgsJ5cHv7euMNSTc6 { display:block; }#GRmuilQM2q1cqZJHgsJ5cHv7euMNSTc6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aq2I3uIEBAJiKlizdR0IkJX4gDxWTwpE { top:0.625rem;left:0rem;width:11.8125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Al8gAlOETPVfyZ2ctvZDyJCxFwR0wqTN { width:19.5625rem;height:1.6875rem;top:0.6875rem;left:28.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDUDE4Z3QLky6zQmOBzCkJyqWGSCRnkn { display:block; }#cDUDE4Z3QLky6zQmOBzCkJyqWGSCRnkn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nPTrVZlZoEvMfLa5UI94zTahdoGNlt8d { width:20.4375rem;height:2.75rem;top:13.75rem;left:0.9365234375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl8LnM3RT2eJbcxzSHQLKfCH1A8cKhke { width:16.5625rem;height:3rem;top:17.75rem;left:0.9365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT6CvkdrMpI1etb6qZvPl6NN7wRAfit1 { display:block; }
 }@media only screen and (max-width: 763px) { #Ivs9zLpWDMpl9kJ5wBzN5zSkeTW5k7Zn { width:18.9375rem;height:2.25rem;top:21.875rem;left:0.8740234375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8GTVJXzw6sI9Btp9oIkovSBSW44HEC3 { top:7.75rem;left:32.1875rem;width:15.5625rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMEJTCJdvprqH8QUCLlZwAUlaLa6mlmT { top:8.3125rem;left:33rem;width:14.6875rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5V9DcP69NvRhzJu95WewVQItELgCf2f { top:9rem;left:38.875rem;width:2.8125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0Vcz0FxrtvxConE91vtbR8lJcb1vFvg { width:13.3125rem;height:1.1875rem;top:10.125rem;left:34.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJmpGULXH8N7UonDJT2LtTcVfztvg2C5 { width:13rem;height:1.9375rem;top:11.625rem;left:34.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5FZADenpTx8JOVbOfcQ85LD9thaW8Li { width:11.8125rem;height:3.875rem;top:24.1875rem;left:35.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWh7uT82nQQmt8RZ3dxvqMRVTWVoGH0M { top:14.5rem;left:34rem;width:12.625rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xzs7moSxRQl5mUO4CU92kJ39vTGyIPCg { display:none; }
 }@media only screen and (max-width: 763px) { #KeN3vq7nwyQPn6IJsW9sS6RqTi3Weoz3 { top:3rem;left:24.5625rem;width:23.1875rem;height:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJgv9rUhaB451xhedxTTssnr1L2pRlg9 { top:24.1875rem;left:34.125rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHoR7L3zEWTaXRFEK20FTkQ8ty0wmgWM { top:21.9375rem;left:0rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUTM76ZHe4ETUVJ16KL7hTuUf81sICtF { top:15rem;left:24.541015625rem;width:7.3125rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qc2TNl0ZxKBiGSksHm9HuOx627Kln4qI { top:3.4375rem;left:0rem;width:6.3125rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAumS9LvzwdFK91VGMntUIcQSN6PKTvx { top:3.4375rem;left:13.3740234375rem;width:6.25rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZqTJ6Hf5x9AkikZxWrgENtxww3hNi8m { top:4.25rem;left:3.0625rem;width:9.75rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfEUGVZMTse9q1iRIi6pQElTTOyli3J8 { display:block; }#SfEUGVZMTse9q1iRIi6pQElTTOyli3J8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gO1Lq5tfZJNApgNWQJw1AeDuCfvvhadN { width:47.75rem;height:1.8125rem;top:1.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lp04qscpLZDWbAbOTvLxTx48PvL9Mi7M { width:28.6875rem;height:1.4375rem;top:3.625rem;left:8.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eubSc0IdQLMZC52wrI5BcuB2eTKrfFHR { display:block; }#eubSc0IdQLMZC52wrI5BcuB2eTKrfFHR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HB63c3cuCFP6cIf5nQhyLn3vkvWaA9W2 { width:10.6875rem;height:1.375rem;top:9.9375rem;left:12.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMJgX3u4k9wf3fTuapvW6UVbl3V3W4cz { width:11.3125rem;height:4.5625rem;top:11.6875rem;left:12.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvbqrIDUdUg1NgncMhom9eE6p3OglNRS { width:10.6875rem;height:1.375rem;top:10rem;left:24.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAylNHpC5XgcnioLJazt4zPHfHobch53 { width:10.6875rem;height:3.375rem;top:11.6875rem;left:24.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5aaVX8GBEtvNqhWpDnM2EbwhZi9LXIT { width:10.6875rem;height:1.375rem;top:10rem;left:36.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAICy0VMqbNDZ6uT225gbSQgxDUabrgp { width:10.8125rem;height:3.375rem;top:11.6875rem;left:36.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcXFRUCH0JOxGlq19QcqyKSgG0kbRbxZ { width:10.6875rem;height:1.375rem;top:10rem;left:0.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkbnqA1QgPXxyZu1hf3zc4x92fUcDN4A { width:10.875rem;height:4.5625rem;top:11.6875rem;left:0.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNUTAyxKIf9xRIdIP8dgOEUX57fEAXKN { top:1.0625rem;left:0rem;width:13.1875rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWyDzZlGOD5P7J5ophTF5Gm5qHdnSQ6s { top:1rem;left:10.5625rem;width:13.1875rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHOEHKLMBNDgaeuaK3JT89PngbeT4Jtm { top:1rem;left:22.5rem;width:13.1875rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VExypJJDwS06xC4ClnMMlQ0ZxXL0AEDW { top:1rem;left:34.4375rem;width:13.1875rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtqcUy97Q0V5d8QDIVCaSbD6f5hUrLJT { top:2.5rem;left:24.03125rem;width:11.625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7tSiFuffpo69anQExNvw1eZshbeOegz { top:2.5rem;left:35.96875rem;width:11.25rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLs8HTI4XVDvXQnGH5D19sFdcBeWJA9Q { top:2.5rem;left:12.09375rem;width:11.0625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmW1OXvRsamLGvTxJbhwGBTXMnZuhM6D { top:2.5rem;left:0.15625rem;width:11.5rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgTQK6N76rqfGS03cOGTs6cGcPInOaBT { width:2.4375rem;height:1.375rem;top:1.875rem;left:44.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLX284LenVL83DU4VGLWD1FK9nbut5i8 { top:1.875rem;left:44.8125rem;width:2.375rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaHRANG8gKtz5ckDaCMK4UfbCeBFwyNR { width:2.4375rem;height:1.375rem;top:1.875rem;left:21.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcFBx8ua9w42ZxIMIlePM8C5TbMkqxAW { top:1.875rem;left:20.96875rem;width:2.375rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4OHRHCUtHHw1KwHfB0mdBtwne20tqcy { width:2.4375rem;height:1.375rem;top:1.875rem;left:9.15625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k68e4zABh6qdpDtVfyFLgAO62rE0mtTH { top:1.875rem;left:9.03125rem;width:2.375rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcZWANFsKLRHBmxz9wprpR9PhkEoUGgw { display:block; }#qcZWANFsKLRHBmxz9wprpR9PhkEoUGgw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aXoR9diUMTiTTECIdvvibHOtEylsdUSp { width:32rem;height:1.8125rem;top:3.6875rem;left:7.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W90F7teRTw9V5PE95ebDV3cXEkA7UiAA { width:20.4375rem;height:1.125rem;top:5.8125rem;left:12.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oI7wT42cElvOBcXUvDrM2WncQw5Efkhz { top:8.25rem;left:0rem;width:47.75rem;height:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKiZ5TehM2moQF2HREZTk3H9wWVuJ0zc { width:27.5625rem;height:0.9375rem;top:12.25rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVCiage14MWMmp55OLppQyswBcwznyTA { width:32rem;height:1.8125rem;top:10.1875rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDCngxQysmeQmsHA1tIX2ncnBofiKMzu { width:27.5625rem;height:0.9375rem;top:16.1875rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsxkA2VG6phOB511fpSyy3J1E2cGdET5 { width:27.5625rem;height:0.9375rem;top:19.9375rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXUFV6GN7chELMEL3pEV5EZTGyX3N0LG { width:27.5625rem;height:0.9375rem;top:26.125rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNSuobHFxOp3GNxSaE7idPdvlg41UDEl { width:27.5625rem;height:0.9375rem;top:15.1875rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkRHIzzfy6oNlarFXcze7DA3nH9LIPGc { width:27.5625rem;height:0.9375rem;top:18.9375rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAOaiGiphDE3aUQUaS8veXZLoJzyFTKD { width:27.5625rem;height:0.9375rem;top:25.1875rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnMioAAxAXh3ZVZOTt3MRzv8EwAeOxLB { top:21.25rem;left:1.375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AerWwmT7bglwCAThcHzm4Uxk5zZvkCJh { top:21.25rem;left:3.9375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f33TWsLqIasbhwzX5589m1233sXw3hLq { top:21.25rem;left:6.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #upNh3l1U51RlTDutvie8FIkmebsCuRmJ { top:21.25rem;left:9rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxzIdcEuE7KmTX7dWxAbVgTztWqxChxl { top:21.25rem;left:11.625rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EynDnwlpT1NT4EcepSSp1i9PZ1nvb9OM { top:27.3125rem;left:11.375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rX2uJRP9qkhiAySsVIS1KG8Rz31aFSs6 { top:27.3125rem;left:9rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4szwb95aQpf0BFweIpsSToLVqWUPntZ { top:27.3125rem;left:6.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSVCc1ls59kqr7KHEDC5fHbxwydFPlSh { top:27.3125rem;left:3.9375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdGceCmoGQyAqgT8C8kF9KrGNQkXAyX7 { top:27.3125rem;left:1.375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhxPnzxTtEquvUnQQp9eqD0k91rDG6si { width:46.25rem;height:0.9375rem;top:1.6875rem;left:1.375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WHHChkTh4lgfFMwWi8uJgHouUuHZq1pz { width:21.375rem;height:3rem;top:3.625rem;left:11.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AZ9e0rpvvWrg5S7iyK2LraRPc1HFE0br { display:block; }
 }@media only screen and (max-width: 763px) { #K5zN6LsW5Ty1kP5XqwvqnvkKQ6qas6zz { display:block; }#K5zN6LsW5Ty1kP5XqwvqnvkKQ6qas6zz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SrEH2L65KfhzX5Tv4lHXbFIQhPFplLCU { width:47.75rem;height:1.8125rem;top:3.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uA9TrD0at9XTPRbTx3PttkcapVFnLcnb { width:28.6875rem;height:1.4375rem;top:5.4375rem;left:8.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T69vTuI2giB4Zs2TNsHLUaBZT9Okn5rp { width:46.25rem;height:0.9375rem;top:1.6875rem;left:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyRJbvLqUxTeqy8QEUT80VXssTRMPZRo { width:21.375rem;height:3rem;top:3.625rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUhTANSNi4f3HeXTiuiTqxhqxRUZgftd { display:block; }
 }@media only screen and (max-width: 763px) { #vdRpqwdwmTsRrtKxeSx8T3XxGIMDbZEP { display:block; }#vdRpqwdwmTsRrtKxeSx8T3XxGIMDbZEP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HWSqiMsKBMeVlH39VsWHRhnT41lxL3G4 { width:47.75rem;height:1.8125rem;top:2.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T39cEdAvae1f09aWQLR7VKxe1Co92VlX { display:block; }#T39cEdAvae1f09aWQLR7VKxe1Co92VlX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hSltlG6hfwl4RokdlvFE26r1t4VCp6Lu { width:10.6875rem;height:2.4375rem;top:10.9375rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWFT6c0zcgvtLa270GwDqMXJoXOuXkkq { width:10.6875rem;height:2.4375rem;top:10.9375rem;left:18.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBgdu2SaWqdvHK9J25e1f2s6w164yOu7 { width:12rem;height:2.4375rem;top:10.9375rem;left:34rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFCV2DWme7O2mpqlDlBFoNbbLDKuqXyM { top:2.5rem;left:2.25rem;width:11.375rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivnpttkffzVlybqQzscF9XVZzVJwhEzp { top:2.5rem;left:18.125rem;width:11rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8b0rI3FzFuL77EntdFzOHFrov8TtRRC { top:2.5rem;left:34rem;width:11rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFz4moFuTPKa4VRcuVtTNEvo2hLxiiTc { top:3.375rem;left:10.125rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDJVCw2uCLdiUl0D8HkeAOw4SaMVZ9hZ { top:1.5625rem;left:7.34375rem;width:2.375rem;height:8.5rem;font-size:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0mAbQCVuMIqvAZDKFrymCBKfPTGfgZk { top:1.4375rem;left:22.4375rem;width:2.375rem;height:8.5rem;font-size:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvqInGLKyesu1K8f8CrnK2vOM48Rdped { top:1.375rem;left:38.1875rem;width:2.375rem;height:8.5rem;font-size:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P52WB2TSXCqxDCUTmZeWWkEs3qk76bpi { top:3.1875rem;left:26rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtlpt2BKTnQoUhW3FJaP4yHICKokzftZ { top:12.4375rem;left:1.125rem;width:30.625rem;height:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v16giNikSWio1sNg4vofFoeSbgCSRM6h { display:none; }
 }@media only screen and (max-width: 763px) { #zBHE04bBb7dLoqxy4Tk16Z5UgPu3NJ9k { display:none; }
 }@media only screen and (max-width: 763px) { #av8AFiWOTV5CTvAqHs9F2dm4yZkbpwrL { display:block; }#av8AFiWOTV5CTvAqHs9F2dm4yZkbpwrL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MhygqH9QGnFZDfnzDZk36WPBwhHxxZnN { top:8.875rem;left:0rem;width:17.5rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wA7FJNp8n8cUNaKAaEfsBuKzVaxx56rZ { top:12.5rem;left:3.7640625rem;width:9.6875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNQk4yktTKDbMoqpN9NA1iSc3kXgoGSB { top:9.25rem;left:0rem;width:5.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xk4CowhGIo9gB5mCbzxTv08D7HXPXB4m { top:9.6875rem;left:3.8125rem;width:9.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gr1TnAfSpHSvTvUdoxIsOykxBR6SigLh { width:32rem;height:1.8125rem;top:1.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVsDFBeQqRJWEdguBP0TCx4PqRdRZznf { width:46.25rem;height:0.9375rem;top:3.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDGiKZ4F6ynz4gU8zWcS1T4KgJf3ZDuv { width:46.25rem;height:0.9375rem;top:7.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2T1ZWdWC0vxGNCTrafbSgrCDp2iAw8a { top:12.4375rem;left:1.125rem;width:23.125rem;height:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WZogbUoW4pCU8cSCH839KPdzxP3XprqU { display:block; }#WZogbUoW4pCU8cSCH839KPdzxP3XprqU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LZ0bM5VZDGbgrE6k8f0HLNdV7OiM9ivQ { width:47.75rem;height:1.8125rem;top:6.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMABkUycXN1tn0SmoWEJQyRaTiDHeELV { top:5.5625rem;left:33.125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRVO86vr5FNT6TKFXBLCJu4OOpu4RvCh { display:block; }#RRVO86vr5FNT6TKFXBLCJu4OOpu4RvCh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ma1Fsvk9vmiUcJT2vxyDbt4TTLK39aET { top:1.125rem;left:2.4375rem;width:17.9375rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwzBorhuqgGbOtSVTbnsWMq1ErUZoILe { top:1rem;left:0.4375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZ7gx0P9iVSviODSEW9MAMgBr7XlVUc8 { display:block; }#OZ7gx0P9iVSviODSEW9MAMgBr7XlVUc8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V9SC47nReQBWODni2JnSvpX8fNUMgF0q { top:0.8125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1s3CJmq0HH4kUBut4cD4KFQ0lTSX8aa { display:block; }#G1s3CJmq0HH4kUBut4cD4KFQ0lTSX8aa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iSdOIZ9AKEnXiORJZWi9UFRTO2SmzRgR { top:0.9375rem;left:2.5rem;width:17.9375rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFuXE3WKDFb4dxg6aELchqQEFP4ZyNrF { top:0.75rem;left:0.4375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHNQXfwHB1VRGUKHThOTA1LVVvV6SbIf { display:block; }#UHNQXfwHB1VRGUKHThOTA1LVVvV6SbIf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PaQVrgd4IzFaRXxANxNmp0SzDU96JK0N { top:0.8125rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gr37LwvsLJcTdUXaIIIUlpGBvZVa9g0t { display:block; }#Gr37LwvsLJcTdUXaIIIUlpGBvZVa9g0t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q0VM8kgLuJzVgTbKRTwPmqApKS1lAPcv { top:0.9375rem;left:0rem;width:29.9375rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5ZCAR15lTLTopQPuVX4wT7fchPN7ATq { top:0.75rem;left:0.4375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x24rgZe0dZhVxmPX8wnmxVkOgumKrZ4b { display:block; }#x24rgZe0dZhVxmPX8wnmxVkOgumKrZ4b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cr9BV7JF3Zqqci3HPOU7h4IJ1UuCaETW { top:0.8125rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NznqgkTl8hnCzFfvd4r30uoAvE4L3I1H { display:block; }#NznqgkTl8hnCzFfvd4r30uoAvE4L3I1H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kZdKrPhmw97UGToWHbKBDBdkSiaPbsch { top:0.9375rem;left:0rem;width:29.9375rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1vCwfWpTcIvlZw6HoM1aIeqxUVqgfW5 { top:0.75rem;left:0.4375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiFgqEGsOM2SzpQv0B8fHohKIJ5LyZds { display:block; }#xiFgqEGsOM2SzpQv0B8fHohKIJ5LyZds > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gXTb1hm6uOMtuoe7VB46T1GGBJv3aF7E { top:0.8125rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3vdMmNHDFDqKqnSdVohh9I7QQKW5hLK { display:block; }#M3vdMmNHDFDqKqnSdVohh9I7QQKW5hLK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l8h7PZlGwVQ30QP2NyJTlDu2KlCzutkT { top:0.9375rem;left:0rem;width:29.9375rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gs9fWIm2DwK4HPPRXGmRwJbtHsgZOMle { top:0.75rem;left:0.4375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6iCGfVSFl75npf300LKEbfLt3C2mvOx { display:block; }#a6iCGfVSFl75npf300LKEbfLt3C2mvOx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UnTZG1oRtvwllc3govBrzm6bmwg3nFk8 { top:0.8125rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCC8S7e34HxJf8nXZP15EsLrSS1deJ2z { display:block; }#OCC8S7e34HxJf8nXZP15EsLrSS1deJ2z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQdb9sP58GxHJSThNKSidp02efTzSsKX { top:0.9375rem;left:0rem;width:29.9375rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaUq8XNA89IIK77V1mzRC7RTRMpXSGe2 { top:0.75rem;left:0.4375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #apRcyhaIEsdr4rMxVJDsZhUVaXaFtDeP { display:block; }#apRcyhaIEsdr4rMxVJDsZhUVaXaFtDeP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r7JBiQk4qZoGr3vedtWAc0DogTEedRmZ { top:0.8125rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n63SpTJ8L5aegxGeFDTkduK7M2T5t6lN { display:block; }#n63SpTJ8L5aegxGeFDTkduK7M2T5t6lN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EK5p0iZC4fQTDodZWJBBxV07wM0k2r8e { top:0.9375rem;left:0rem;width:29.9375rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRkyShA7kOvf687J9Tl3xsLphgbDuL6i { top:0.75rem;left:0.4375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6r4fK8RAzgz9557z8TEmqDnkusZSrTP { display:block; }#C6r4fK8RAzgz9557z8TEmqDnkusZSrTP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MnKuEmo9SF1Flg83ev6SXQGlWhZmBpcz { top:0.8125rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvBewivaCkc93LxcZZtTbJIZTZRusbgp { display:block; }#lvBewivaCkc93LxcZZtTbJIZTZRusbgp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #os4kWsXmzkpTQRkL8bTBGHEsqZ2cDDCV { top:0.9375rem;left:0rem;width:29.9375rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ch4TeR9xnmVtStM2zHTX7lzgzhTIUfTB { top:0.75rem;left:0.4375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAAwpRTPCzQk5khTCgxpDkKWG6Vyn6yX { display:block; }#VAAwpRTPCzQk5khTCgxpDkKWG6Vyn6yX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nV9EixvPobckS4N0ZJ4mdssKyN5yqXF2 { top:0.8125rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwptDIgKevDkCgNxik98BPSgLcR5glKl { display:block; }#LwptDIgKevDkCgNxik98BPSgLcR5glKl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MMczV0J6q3yULqqFakK9Lb6gEg3Jbm4Z { top:0.9375rem;left:0rem;width:29.9375rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycwrLIfyOFyHEabKb8BCLMDdlFBXO1pK { top:0.75rem;left:0.4375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VM5dHzhWJ1OQEW06RiBkmfpTu9ULI4Lu { display:block; }#VM5dHzhWJ1OQEW06RiBkmfpTu9ULI4Lu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NDL3tUxZovHfiiyWdH0bmhcPr45PTJMZ { top:0.8125rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJTKRW76HlClf8OrrZ9dVQtgXIg6n34z { display:block; }#vJTKRW76HlClf8OrrZ9dVQtgXIg6n34z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kc3MSwdL0GuvDTAQGITnW5kIwrSTn6br { top:0.9375rem;left:0rem;width:29.9375rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfArMGD05GS1AayIP3MOV81FpuAhHTd3 { top:0.75rem;left:0.4375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJyD9hWgRh5KtAH5qETNw1L9uCKTUKbu { display:block; }#MJyD9hWgRh5KtAH5qETNw1L9uCKTUKbu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xpfEx5mZhMEAnEGdpMnf60MVzXw79bxV { top:0.8125rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECCBx6cohEMEgGiht2ueeehzeES5AJ1M { display:block; }#ECCBx6cohEMEgGiht2ueeehzeES5AJ1M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LuxgkaRcZouGdNWS6mvFsGT2TqgPlxVV { top:3.625rem;left:41.4375rem;width:6.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNFOWaTToZvao1ra2AHO9PNEqwoK8a7M { top:2rem;left:46.375rem;width:1.375rem;height:1.375rem;display:block; }
#iNFOWaTToZvao1ra2AHO9PNEqwoK8a7M > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #WM4pHoeuO4GknndStOdpEQbSUo3Bi1hG { display:block; }#WM4pHoeuO4GknndStOdpEQbSUo3Bi1hG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQrrI1hCETIKfB54N7hs1TJBuiKyT1dA { width:29.75rem;height:5.1875rem;top:4.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQxlZmVllFiLtvZbzH9uDqX1qx7b0uX9 { width:8.6875rem;height:1.1875rem;top:2.125rem;left:39.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iU8FcRZH5iBanCbbp9ef2K6NySAXZaGi { top:1.9375rem;left:0rem;width:9.5rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2mci6NPytFhp6LI6k6c4pEyrUvu6LmQ { top:4.9375rem;left:38.7490234375rem;width:1.9375rem;height:1.875rem;display:block; }
#z2mci6NPytFhp6LI6k6c4pEyrUvu6LmQ > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Tpl1FgwxW0eEpAqwxFslGNTQT0TyZFLs { top:4.625rem;left:40.6552734375rem;width:2.6875rem;height:2.3125rem;display:block; }
#Tpl1FgwxW0eEpAqwxFslGNTQT0TyZFLs > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #e0rC1s4ugzTUbgM2lmkobz3LmSJfpUC9 { top:4.9375rem;left:43.666015625rem;width:1.875rem;height:1.875rem;display:block; }
#e0rC1s4ugzTUbgM2lmkobz3LmSJfpUC9 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #No9fRqertbiqHF4VW2WtGhw1yVqQrAhL { top:4.9375rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#No9fRqertbiqHF4VW2WtGhw1yVqQrAhL > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #AcDtvwBfCe0Xv9ZEikwBTmplcGxslZH4 { top:12.3125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pg7E3V2kCv89pGeUs0Msy2PgJOfXrA8X { top:4.9375rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#Pg7E3V2kCv89pGeUs0Msy2PgJOfXrA8X > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #r7qLrS9nq7Nv9Q5p7arwT4eqnzrT8za0 { display:block; }#r7qLrS9nq7Nv9Q5p7arwT4eqnzrT8za0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hvHuVExSRCHeoQHQAVG0Kwq6VK9hprVC { width:17.1875rem;height:1.1875rem;top:0.4375rem;left:30.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCoB4MguJJh1faKI8SSwVoZEERelrn7b { width:15.5625rem;height:1.1875rem;top:0.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSHwkMXs628b75xRVZnGKLpU7oh4F0FV { top:0.5625rem;left:9.6875rem;width:1.8125rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bv7LaBtzwLC9awZTTTermwivloVqutuF { top:10.375rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GRmuilQM2q1cqZJHgsJ5cHv7euMNSTc6 { display:block; }#GRmuilQM2q1cqZJHgsJ5cHv7euMNSTc6 > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aq2I3uIEBAJiKlizdR0IkJX4gDxWTwpE { width:11.8125rem;height:1.75rem;top:1.25rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Al8gAlOETPVfyZ2ctvZDyJCxFwR0wqTN { width:19.5625rem;height:0;top:4.25rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cDUDE4Z3QLky6zQmOBzCkJyqWGSCRnkn { display:block; }#cDUDE4Z3QLky6zQmOBzCkJyqWGSCRnkn { background-color: transparent; background-image: none; }#cDUDE4Z3QLky6zQmOBzCkJyqWGSCRnkn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cDUDE4Z3QLky6zQmOBzCkJyqWGSCRnkn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cDUDE4Z3QLky6zQmOBzCkJyqWGSCRnkn > .row .container > .video-iframe-container { display: none; }#cDUDE4Z3QLky6zQmOBzCkJyqWGSCRnkn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cDUDE4Z3QLky6zQmOBzCkJyqWGSCRnkn > .row > .video-iframe-container { display: none; }#cDUDE4Z3QLky6zQmOBzCkJyqWGSCRnkn > .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); }#cDUDE4Z3QLky6zQmOBzCkJyqWGSCRnkn { border-width: 0; border-radius: 0; }#cDUDE4Z3QLky6zQmOBzCkJyqWGSCRnkn > .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; }#cDUDE4Z3QLky6zQmOBzCkJyqWGSCRnkn > .row .container { width:20rem;height:52.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nPTrVZlZoEvMfLa5UI94zTahdoGNlt8d { width:17.125rem;height:2.44921875rem;top:10.75rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Zl8LnM3RT2eJbcxzSHQLKfCH1A8cKhke { width:16.3125rem;height:3rem;top:14.625rem;left:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT6CvkdrMpI1etb6qZvPl6NN7wRAfit1 { display:block; }
 }@media only screen and (max-width: 763px) { #Ivs9zLpWDMpl9kJ5wBzN5zSkeTW5k7Zn { width:15.25rem;height:2.111325rem;top:18.3125rem;left:3.5625rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #J8GTVJXzw6sI9Btp9oIkovSBSW44HEC3 { width:15.5625rem;height:22.75rem;top:27.3125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMEJTCJdvprqH8QUCLlZwAUlaLa6mlmT { width:14.6875rem;height:23.4375rem;top:27.875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5V9DcP69NvRhzJu95WewVQItELgCf2f { width:2.8125rem;height:0.3125rem;top:28.5625rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0Vcz0FxrtvxConE91vtbR8lJcb1vFvg { width:11.9375rem;height:1.75rem;top:29.4375rem;left:5rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:2;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #nJmpGULXH8N7UonDJT2LtTcVfztvg2C5 { width:13rem;height:2.111325rem;top:30.9375rem;left:4.9375rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.3;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #g5FZADenpTx8JOVbOfcQ85LD9thaW8Li { width:11.75rem;height:4.22265625rem;top:43.875rem;left:6.4375rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MWh7uT82nQQmt8RZ3dxvqMRVTWVoGH0M { width:13.0625rem;height:8.5625rem;top:34.0625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xzs7moSxRQl5mUO4CU92kJ39vTGyIPCg { top:49.3125rem;left:0rem;width:20rem;height:2.875rem;z-index:15057;background-color:rgba(var(--color-secondary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #KeN3vq7nwyQPn6IJsW9sS6RqTi3Weoz3 { width:20rem;height:19.5625rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJgv9rUhaB451xhedxTTssnr1L2pRlg9 { display:flex;width:1.0625rem;height:1.0625rem;top:43.875rem;left:4.8125rem; }
 }@media only screen and (max-width: 763px) { #DHoR7L3zEWTaXRFEK20FTkQ8ty0wmgWM { display:flex;width:1.0625rem;height:1.0625rem;top:18.375rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #xUTM76ZHe4ETUVJ16KL7hTuUf81sICtF { width:6.625rem;height:8.125rem;top:24.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qc2TNl0ZxKBiGSksHm9HuOx627Kln4qI { width:5.125rem;height:6.25rem;top:2.78125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAumS9LvzwdFK91VGMntUIcQSN6PKTvx { width:4.9375rem;height:6.0625rem;top:3.03125rem;left:14.589876033058rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZqTJ6Hf5x9AkikZxWrgENtxww3hNi8m { width:8.3125rem;height:4.6875rem;top:3.71875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfEUGVZMTse9q1iRIi6pQElTTOyli3J8 { display:block; }#SfEUGVZMTse9q1iRIi6pQElTTOyli3J8 > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gO1Lq5tfZJNApgNWQJw1AeDuCfvvhadN { width:18.6875rem;height:4.142575rem;top:1.4375rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lp04qscpLZDWbAbOTvLxTx48PvL9Mi7M { width:14.5rem;height:2.9746125rem;top:6.0625rem;left:2.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eubSc0IdQLMZC52wrI5BcuB2eTKrfFHR { display:block; }#eubSc0IdQLMZC52wrI5BcuB2eTKrfFHR > .row .container { width:20rem;height:78.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HB63c3cuCFP6cIf5nQhyLn3vkvWaA9W2 { width:15.8115rem;height:1.5996125rem;top:30.0625rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMJgX3u4k9wf3fTuapvW6UVbl3V3W4cz { width:12.5625rem;height:4.8984375rem;top:31.75rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvbqrIDUdUg1NgncMhom9eE6p3OglNRS { width:10.6875rem;height:1.5996125rem;top:50.375rem;left:4.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAylNHpC5XgcnioLJazt4zPHfHobch53 { width:13.125rem;height:2.44921875rem;top:52.1875rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5aaVX8GBEtvNqhWpDnM2EbwhZi9LXIT { width:10.6875rem;height:1.5996125rem;top:69.1875rem;left:4.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAICy0VMqbNDZ6uT225gbSQgxDUabrgp { width:10.8125rem;height:3.673825rem;top:70.875rem;left:4.875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcXFRUCH0JOxGlq19QcqyKSgG0kbRbxZ { width:10.6875rem;height:1.5996125rem;top:11.0859375rem;left:4.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkbnqA1QgPXxyZu1hf3zc4x92fUcDN4A { width:11.5rem;height:4.8984375rem;top:12.7734375rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNUTAyxKIf9xRIdIP8dgOEUX57fEAXKN { width:15.25rem;height:17.5rem;top:1.3359375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWyDzZlGOD5P7J5ophTF5Gm5qHdnSQ6s { width:15.25rem;height:17.5rem;top:20.125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHOEHKLMBNDgaeuaK3JT89PngbeT4Jtm { width:15.25rem;height:17.5rem;top:39.125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VExypJJDwS06xC4ClnMMlQ0ZxXL0AEDW { width:15.25rem;height:17.5rem;top:58.25rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtqcUy97Q0V5d8QDIVCaSbD6f5hUrLJT { width:13.1875rem;height:7.5rem;top:41.3359375rem;left:3.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7tSiFuffpo69anQExNvw1eZshbeOegz { width:13.0625rem;height:7.5rem;top:60.4609375rem;left:3.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLs8HTI4XVDvXQnGH5D19sFdcBeWJA9Q { width:12.5625rem;height:7.5rem;top:21.5rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmW1OXvRsamLGvTxJbhwGBTXMnZuhM6D { width:13.125rem;height:7.5rem;top:2.7109375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgTQK6N76rqfGS03cOGTs6cGcPInOaBT { width:2.4375rem;height:1.3994125rem;top:59.125rem;left:14.375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLX284LenVL83DU4VGLWD1FK9nbut5i8 { width:2.375rem;height:1.1875rem;top:59.125rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaHRANG8gKtz5ckDaCMK4UfbCeBFwyNR { width:2.4375rem;height:1.3994125rem;top:39.9375rem;left:14.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcFBx8ua9w42ZxIMIlePM8C5TbMkqxAW { width:2.375rem;height:1.1875rem;top:39.9375rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4OHRHCUtHHw1KwHfB0mdBtwne20tqcy { width:2.4375rem;height:1.3994125rem;top:2.0625rem;left:14.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k68e4zABh6qdpDtVfyFLgAO62rE0mtTH { width:2.375rem;height:1.1875rem;top:2.0625rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcZWANFsKLRHBmxz9wprpR9PhkEoUGgw { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/0090869a-d185-46c2-a3c6-510e23ea90fd/tloaplikacjamobile.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;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; }#qcZWANFsKLRHBmxz9wprpR9PhkEoUGgw.adaptive-delivery-prevent-bg, #qcZWANFsKLRHBmxz9wprpR9PhkEoUGgw.lazyload, #qcZWANFsKLRHBmxz9wprpR9PhkEoUGgw.lazyloading { background-image: none; }#qcZWANFsKLRHBmxz9wprpR9PhkEoUGgw > .row .container { background-color: transparent; background-image: none; }#qcZWANFsKLRHBmxz9wprpR9PhkEoUGgw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qcZWANFsKLRHBmxz9wprpR9PhkEoUGgw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qcZWANFsKLRHBmxz9wprpR9PhkEoUGgw > .row .container > .video-iframe-container { display: none; }#qcZWANFsKLRHBmxz9wprpR9PhkEoUGgw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qcZWANFsKLRHBmxz9wprpR9PhkEoUGgw > .row > .video-iframe-container { display: none; }#qcZWANFsKLRHBmxz9wprpR9PhkEoUGgw > .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); }#qcZWANFsKLRHBmxz9wprpR9PhkEoUGgw > .row .container { border-width: 0; border-radius: 0; }#qcZWANFsKLRHBmxz9wprpR9PhkEoUGgw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qcZWANFsKLRHBmxz9wprpR9PhkEoUGgw > .row .container { width:20rem;height:76.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aXoR9diUMTiTTECIdvvibHOtEylsdUSp { width:17.625rem;height:1.3994125rem;top:18.4375rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #W90F7teRTw9V5PE95ebDV3cXEkA7UiAA { width:11.5rem;height:2.2734375rem;top:20.4375rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #oI7wT42cElvOBcXUvDrM2WncQw5Efkhz { width:19.125rem;height:36.5625rem;top:23.6875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKiZ5TehM2moQF2HREZTk3H9wWVuJ0zc { width:13rem;height:2.2734375rem;top:28.125rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZVCiage14MWMmp55OLppQyswBcwznyTA { width:11.25rem;height:2.798825rem;top:25.25rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QDCngxQysmeQmsHA1tIX2ncnBofiKMzu { width:17.25rem;height:1.13671875rem;top:32.6875rem;left:1.5rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BsxkA2VG6phOB511fpSyy3J1E2cGdET5 { width:11.9375rem;height:2.2734375rem;top:36.4375rem;left:1.5rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IXUFV6GN7chELMEL3pEV5EZTGyX3N0LG { width:12.1875rem;height:2.2734375rem;top:44.4375rem;left:1.375rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #mNSuobHFxOp3GNxSaE7idPdvlg41UDEl { width:4.0625rem;height:1.13671875rem;top:31.625rem;left:1.5rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wkRHIzzfy6oNlarFXcze7DA3nH9LIPGc { width:4.375rem;height:1.13671875rem;top:35.375rem;left:1.5rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DAOaiGiphDE3aUQUaS8veXZLoJzyFTKD { width:5.0625rem;height:1.13671875rem;top:43.0625rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GnMioAAxAXh3ZVZOTt3MRzv8EwAeOxLB { width:2.3125rem;height:2.3125rem;top:39.1875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AerWwmT7bglwCAThcHzm4Uxk5zZvkCJh { width:2.3125rem;height:2.3125rem;top:39.1875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #f33TWsLqIasbhwzX5589m1233sXw3hLq { width:2.3125rem;height:2.3125rem;top:39.1875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #upNh3l1U51RlTDutvie8FIkmebsCuRmJ { width:2.3125rem;height:2.3125rem;top:39.1875rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxzIdcEuE7KmTX7dWxAbVgTztWqxChxl { width:2.3125rem;height:2.3125rem;top:39.1875rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EynDnwlpT1NT4EcepSSp1i9PZ1nvb9OM { width:2.3125rem;height:2.3125rem;top:47.3125rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rX2uJRP9qkhiAySsVIS1KG8Rz31aFSs6 { width:2.3125rem;height:2.3125rem;top:47.3125rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4szwb95aQpf0BFweIpsSToLVqWUPntZ { width:2.3125rem;height:2.3125rem;top:47.3125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSVCc1ls59kqr7KHEDC5fHbxwydFPlSh { width:2.3125rem;height:2.3125rem;top:47.3125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdGceCmoGQyAqgT8C8kF9KrGNQkXAyX7 { width:2.3125rem;height:2.3125rem;top:47.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhxPnzxTtEquvUnQQp9eqD0k91rDG6si { width:17.3125rem;height:3.16699375rem;top:50.6875rem;left:1.34375rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.3;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #WHHChkTh4lgfFMwWi8uJgHouUuHZq1pz { width:17.1875rem;height:3rem;top:54.6875rem;left:1.1875rem;font-size:0.9375rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #AZ9e0rpvvWrg5S7iyK2LraRPc1HFE0br { display:block; }
 }@media only screen and (max-width: 763px) { #K5zN6LsW5Ty1kP5XqwvqnvkKQ6qas6zz { display:block; }#K5zN6LsW5Ty1kP5XqwvqnvkKQ6qas6zz > .row .container { width:20rem;height:0.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SrEH2L65KfhzX5Tv4lHXbFIQhPFplLCU { width:18.6875rem;height:0;top:1.9833984375rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uA9TrD0at9XTPRbTx3PttkcapVFnLcnb { width:14.5rem;height:0;top:6.375rem;left:2.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T69vTuI2giB4Zs2TNsHLUaBZT9Okn5rp { width:17.3125rem;height:0;top:0.8125rem;left:1.34375rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #PyRJbvLqUxTeqy8QEUT80VXssTRMPZRo { width:17.1875rem;height:3rem;top:4.6875rem;left:1.34375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gUhTANSNi4f3HeXTiuiTqxhqxRUZgftd { display:block; }
 }@media only screen and (max-width: 763px) { #vdRpqwdwmTsRrtKxeSx8T3XxGIMDbZEP { display:block; }#vdRpqwdwmTsRrtKxeSx8T3XxGIMDbZEP > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HWSqiMsKBMeVlH39VsWHRhnT41lxL3G4 { width:18.6875rem;height:1.3808625rem;top:2.375rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T39cEdAvae1f09aWQLR7VKxe1Co92VlX { display:block; }#T39cEdAvae1f09aWQLR7VKxe1Co92VlX > .row .container { width:20rem;height:56.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hSltlG6hfwl4RokdlvFE26r1t4VCp6Lu { width:10.6875rem;height:2.44921875rem;top:12.849609375rem;left:4.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWFT6c0zcgvtLa270GwDqMXJoXOuXkkq { width:10.6875rem;height:2.44921875rem;top:32.7734375rem;left:4.65625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBgdu2SaWqdvHK9J25e1f2s6w164yOu7 { width:12rem;height:2.44921875rem;top:52.03515625rem;left:4rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFCV2DWme7O2mpqlDlBFoNbbLDKuqXyM { width:15.75rem;height:9.0625rem;top:2.599609375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivnpttkffzVlybqQzscF9XVZzVJwhEzp { width:15.3125rem;height:9.0625rem;top:22.361328125rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8b0rI3FzFuL77EntdFzOHFrov8TtRRC { width:15.9375rem;height:9.0625rem;top:41.76953125rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFz4moFuTPKa4VRcuVtTNEvo2hLxiiTc { display:flex;width:5.75rem;height:5.75rem;top:16.099609375rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KDJVCw2uCLdiUl0D8HkeAOw4SaMVZ9hZ { width:2.375rem;height:10.07425rem;top:2.349609375rem;left:9.3125rem;font-size:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0mAbQCVuMIqvAZDKFrymCBKfPTGfgZk { width:2.375rem;height:10.07425rem;top:21.8544921875rem;left:8.5rem;font-size:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvqInGLKyesu1K8f8CrnK2vOM48Rdped { width:2.375rem;height:10.07425rem;top:41.2626953125rem;left:8.1875rem;font-size:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P52WB2TSXCqxDCUTmZeWWkEs3qk76bpi { display:flex;width:5.75rem;height:5.75rem;top:35.14844375rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vtlpt2BKTnQoUhW3FJaP4yHICKokzftZ { width:20rem;height:20.734693877551rem;top:45.8476625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #v16giNikSWio1sNg4vofFoeSbgCSRM6h { display:flex;top:16.7294921875rem;left:8rem;width:4rem;height:4rem;z-index:15021;font-size:4.375rem; }
 }@media only screen and (max-width: 763px) { #zBHE04bBb7dLoqxy4Tk16Z5UgPu3NJ9k { display:flex;top:36.6044921875rem;left:8rem;width:4rem;height:4rem;z-index:15022;font-size:4.375rem; }
 }@media only screen and (max-width: 763px) { #av8AFiWOTV5CTvAqHs9F2dm4yZkbpwrL { display:block; }#av8AFiWOTV5CTvAqHs9F2dm4yZkbpwrL > .row .container { width:20rem;height:41.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MhygqH9QGnFZDfnzDZk36WPBwhHxxZnN { width:17.375rem;height:7.3125rem;top:8.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wA7FJNp8n8cUNaKAaEfsBuKzVaxx56rZ { width:9.75rem;height:2.6875rem;top:12.4375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNQk4yktTKDbMoqpN9NA1iSc3kXgoGSB { width:6.4375rem;height:6.4375rem;top:9.0625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xk4CowhGIo9gB5mCbzxTv08D7HXPXB4m { width:9.625rem;height:2.8125rem;top:9.4375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gr1TnAfSpHSvTvUdoxIsOykxBR6SigLh { width:17.9375rem;height:1.57421875rem;top:1.9140625rem;left:1.90625rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #SVsDFBeQqRJWEdguBP0TCx4PqRdRZznf { width:14.0625rem;height:2.111325rem;top:3.55078125rem;left:1.96875rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lDGiKZ4F6ynz4gU8zWcS1T4KgJf3ZDuv { width:12.9375rem;height:1.0556625rem;top:7.068359375rem;left:2.0625rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #S2T1ZWdWC0vxGNCTrafbSgrCDp2iAw8a { width:18.375rem;height:25.375rem;top:16rem;left:1.625rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WZogbUoW4pCU8cSCH839KPdzxP3XprqU { display:block; }#WZogbUoW4pCU8cSCH839KPdzxP3XprqU > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LZ0bM5VZDGbgrE6k8f0HLNdV7OiM9ivQ { width:14.25rem;height:1.3808625rem;top:2rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMABkUycXN1tn0SmoWEJQyRaTiDHeELV { width:2.5rem;height:2.5rem;top:1.375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRVO86vr5FNT6TKFXBLCJu4OOpu4RvCh { display:block; }#RRVO86vr5FNT6TKFXBLCJu4OOpu4RvCh > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ma1Fsvk9vmiUcJT2vxyDbt4TTLK39aET { width:14.875rem;height:2.3984375rem;top:0.9375rem;left:1.625rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vwzBorhuqgGbOtSVTbnsWMq1ErUZoILe { width:1.25rem;height:1.25rem;top:1.0625rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZ7gx0P9iVSviODSEW9MAMgBr7XlVUc8 { display:block; }#OZ7gx0P9iVSviODSEW9MAMgBr7XlVUc8 > .row .container { width:20rem;height:8.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V9SC47nReQBWODni2JnSvpX8fNUMgF0q { width:18.375rem;height:6.9970625rem;top:0.875rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1s3CJmq0HH4kUBut4cD4KFQ0lTSX8aa { display:block; }#G1s3CJmq0HH4kUBut4cD4KFQ0lTSX8aa > .row .container { width:20rem;height:2.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iSdOIZ9AKEnXiORJZWi9UFRTO2SmzRgR { width:14.875rem;height:1.19921875rem;top:0.8125rem;left:1.625rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #iFuXE3WKDFb4dxg6aELchqQEFP4ZyNrF { width:1.25rem;height:1.25rem;top:0.6875rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHNQXfwHB1VRGUKHThOTA1LVVvV6SbIf { display:block; }#UHNQXfwHB1VRGUKHThOTA1LVVvV6SbIf > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PaQVrgd4IzFaRXxANxNmp0SzDU96JK0N { width:18.375rem;height:4.19824375rem;top:0.6875rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gr37LwvsLJcTdUXaIIIUlpGBvZVa9g0t { display:block; }#Gr37LwvsLJcTdUXaIIIUlpGBvZVa9g0t > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q0VM8kgLuJzVgTbKRTwPmqApKS1lAPcv { width:15.3125rem;height:2.3984375rem;top:1rem;left:1.625rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #V5ZCAR15lTLTopQPuVX4wT7fchPN7ATq { width:1.25rem;height:1.25rem;top:1.125rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x24rgZe0dZhVxmPX8wnmxVkOgumKrZ4b { display:block; }#x24rgZe0dZhVxmPX8wnmxVkOgumKrZ4b > .row .container { width:20rem;height:9.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cr9BV7JF3Zqqci3HPOU7h4IJ1UuCaETW { width:18.375rem;height:6.9970625rem;top:1.0625rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NznqgkTl8hnCzFfvd4r30uoAvE4L3I1H { display:block; }#NznqgkTl8hnCzFfvd4r30uoAvE4L3I1H > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kZdKrPhmw97UGToWHbKBDBdkSiaPbsch { width:14.875rem;height:2.3984375rem;top:1.0625rem;left:1.625rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #F1vCwfWpTcIvlZw6HoM1aIeqxUVqgfW5 { width:1.25rem;height:1.25rem;top:1.1875rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiFgqEGsOM2SzpQv0B8fHohKIJ5LyZds { display:block; }#xiFgqEGsOM2SzpQv0B8fHohKIJ5LyZds > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gXTb1hm6uOMtuoe7VB46T1GGBJv3aF7E { width:18.375rem;height:5.59765625rem;top:0.6875rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3vdMmNHDFDqKqnSdVohh9I7QQKW5hLK { display:block; }#M3vdMmNHDFDqKqnSdVohh9I7QQKW5hLK > .row .container { width:20rem;height:2.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l8h7PZlGwVQ30QP2NyJTlDu2KlCzutkT { width:14.875rem;height:1.19921875rem;top:1rem;left:1.625rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gs9fWIm2DwK4HPPRXGmRwJbtHsgZOMle { width:1.25rem;height:1.25rem;top:0.9375rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6iCGfVSFl75npf300LKEbfLt3C2mvOx { display:block; }#a6iCGfVSFl75npf300LKEbfLt3C2mvOx > .row .container { width:20rem;height:9.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UnTZG1oRtvwllc3govBrzm6bmwg3nFk8 { width:18.375rem;height:8.3965rem;top:0.8125rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCC8S7e34HxJf8nXZP15EsLrSS1deJ2z { display:block; }#OCC8S7e34HxJf8nXZP15EsLrSS1deJ2z > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQdb9sP58GxHJSThNKSidp02efTzSsKX { width:14.875rem;height:2.3984375rem;top:0.9375rem;left:1.625rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vaUq8XNA89IIK77V1mzRC7RTRMpXSGe2 { width:1.25rem;height:1.25rem;top:1.0625rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #apRcyhaIEsdr4rMxVJDsZhUVaXaFtDeP { display:block; }#apRcyhaIEsdr4rMxVJDsZhUVaXaFtDeP > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r7JBiQk4qZoGr3vedtWAc0DogTEedRmZ { width:17.125rem;height:6.9970625rem;top:1.3125rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n63SpTJ8L5aegxGeFDTkduK7M2T5t6lN { display:block; }#n63SpTJ8L5aegxGeFDTkduK7M2T5t6lN > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EK5p0iZC4fQTDodZWJBBxV07wM0k2r8e { width:14.875rem;height:2.3984375rem;top:1.0625rem;left:1.625rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fRkyShA7kOvf687J9Tl3xsLphgbDuL6i { width:1.25rem;height:1.25rem;top:1.1875rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6r4fK8RAzgz9557z8TEmqDnkusZSrTP { display:block; }#C6r4fK8RAzgz9557z8TEmqDnkusZSrTP > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MnKuEmo9SF1Flg83ev6SXQGlWhZmBpcz { width:17.25rem;height:5.59765625rem;top:0.9375rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvBewivaCkc93LxcZZtTbJIZTZRusbgp { display:block; }#lvBewivaCkc93LxcZZtTbJIZTZRusbgp > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #os4kWsXmzkpTQRkL8bTBGHEsqZ2cDDCV { width:14.875rem;height:2.3984375rem;top:0.875rem;left:1.625rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Ch4TeR9xnmVtStM2zHTX7lzgzhTIUfTB { width:1.25rem;height:1.25rem;top:1rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAAwpRTPCzQk5khTCgxpDkKWG6Vyn6yX { display:block; }#VAAwpRTPCzQk5khTCgxpDkKWG6Vyn6yX > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nV9EixvPobckS4N0ZJ4mdssKyN5yqXF2 { width:17.8125rem;height:5.59765625rem;top:0.875rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwptDIgKevDkCgNxik98BPSgLcR5glKl { display:block; }#LwptDIgKevDkCgNxik98BPSgLcR5glKl > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MMczV0J6q3yULqqFakK9Lb6gEg3Jbm4Z { width:14.875rem;height:2.3984375rem;top:0.75rem;left:1.625rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ycwrLIfyOFyHEabKb8BCLMDdlFBXO1pK { width:1.25rem;height:1.25rem;top:0.875rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VM5dHzhWJ1OQEW06RiBkmfpTu9ULI4Lu { display:block; }#VM5dHzhWJ1OQEW06RiBkmfpTu9ULI4Lu > .row .container { width:20rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NDL3tUxZovHfiiyWdH0bmhcPr45PTJMZ { width:18.375rem;height:9.795875rem;top:0.6875rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJTKRW76HlClf8OrrZ9dVQtgXIg6n34z { display:block; }#vJTKRW76HlClf8OrrZ9dVQtgXIg6n34z > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kc3MSwdL0GuvDTAQGITnW5kIwrSTn6br { width:14.875rem;height:2.3984375rem;top:1.125rem;left:1.625rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CfArMGD05GS1AayIP3MOV81FpuAhHTd3 { width:1.25rem;height:1.25rem;top:1.25rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJyD9hWgRh5KtAH5qETNw1L9uCKTUKbu { display:block; }#MJyD9hWgRh5KtAH5qETNw1L9uCKTUKbu > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xpfEx5mZhMEAnEGdpMnf60MVzXw79bxV { width:18.375rem;height:5.59765625rem;top:0.75rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECCBx6cohEMEgGiht2ueeehzeES5AJ1M { display:block; }#ECCBx6cohEMEgGiht2ueeehzeES5AJ1M > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LuxgkaRcZouGdNWS6mvFsGT2TqgPlxVV { width:3.5625rem;height:0.975rem;top:3.44921875rem;left:16.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iNFOWaTToZvao1ra2AHO9PNEqwoK8a7M { display:flex;width:1.375rem;height:1.375rem;top:1.8125rem;left:17.3125rem; }
#iNFOWaTToZvao1ra2AHO9PNEqwoK8a7M > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #WM4pHoeuO4GknndStOdpEQbSUo3Bi1hG { display:block; }#WM4pHoeuO4GknndStOdpEQbSUo3Bi1hG > .row .container { width:20rem;height:21.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQrrI1hCETIKfB54N7hs1TJBuiKyT1dA { width:18.0625rem;height:9.098625rem;top:3.5625rem;left:0.875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQxlZmVllFiLtvZbzH9uDqX1qx7b0uX9 { width:8.6875rem;height:1.21875rem;top:16.75rem;left:5.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iU8FcRZH5iBanCbbp9ef2K6NySAXZaGi { width:9.5rem;height:1.4375rem;top:1.5625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2mci6NPytFhp6LI6k6c4pEyrUvu6LmQ { display:flex;width:1.875rem;height:1.875rem;top:18.6875rem;left:3.125rem; }
#z2mci6NPytFhp6LI6k6c4pEyrUvu6LmQ > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Tpl1FgwxW0eEpAqwxFslGNTQT0TyZFLs { display:flex;width:1.875rem;height:1.875rem;top:18.6875rem;left:5.6875rem; }
#Tpl1FgwxW0eEpAqwxFslGNTQT0TyZFLs > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #e0rC1s4ugzTUbgM2lmkobz3LmSJfpUC9 { display:flex;width:1.875rem;height:1.875rem;top:18.6875rem;left:8.375rem; }
#e0rC1s4ugzTUbgM2lmkobz3LmSJfpUC9 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #No9fRqertbiqHF4VW2WtGhw1yVqQrAhL { display:flex;width:1.875rem;height:1.875rem;top:18.6875rem;left:11.375rem; }
#No9fRqertbiqHF4VW2WtGhw1yVqQrAhL > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #AcDtvwBfCe0Xv9ZEikwBTmplcGxslZH4 { width:20rem;height:0.0615234375rem;top:15.0634765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pg7E3V2kCv89pGeUs0Msy2PgJOfXrA8X { display:flex;width:1.875rem;height:1.875rem;top:18.6875rem;left:14.125rem; }
#Pg7E3V2kCv89pGeUs0Msy2PgJOfXrA8X > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #r7qLrS9nq7Nv9Q5p7arwT4eqnzrT8za0 { background-color:#004c98;background-image:none;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; }#r7qLrS9nq7Nv9Q5p7arwT4eqnzrT8za0 > .row .container { background-color: transparent; background-image: none; }#r7qLrS9nq7Nv9Q5p7arwT4eqnzrT8za0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7qLrS9nq7Nv9Q5p7arwT4eqnzrT8za0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7qLrS9nq7Nv9Q5p7arwT4eqnzrT8za0 > .row .container > .video-iframe-container { display: none; }#r7qLrS9nq7Nv9Q5p7arwT4eqnzrT8za0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7qLrS9nq7Nv9Q5p7arwT4eqnzrT8za0 > .row > .video-iframe-container { display: none; }#r7qLrS9nq7Nv9Q5p7arwT4eqnzrT8za0 > .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); }#r7qLrS9nq7Nv9Q5p7arwT4eqnzrT8za0 > .row .container { border-width: 0; border-radius: 0; }#r7qLrS9nq7Nv9Q5p7arwT4eqnzrT8za0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r7qLrS9nq7Nv9Q5p7arwT4eqnzrT8za0 > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hvHuVExSRCHeoQHQAVG0Kwq6VK9hprVC { width:18rem;height:1.19921875rem;top:2.8125rem;left:0.8427734375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCoB4MguJJh1faKI8SSwVoZEERelrn7b { width:14.1875rem;height:1.19921875rem;top:0.5rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSHwkMXs628b75xRVZnGKLpU7oh4F0FV { width:1.8125rem;height:1rem;top:0.5625rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bv7LaBtzwLC9awZTTTermwivloVqutuF { width:20rem;height:0.06171875rem;top:2.2624988555908rem;left:0rem;z-index:15021;display:block; }
 }