.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:18,21,128;--color-primary-1:42,44,104;--color-primary-2:21,23,84;--color-primary-3:17,18,67;--color-primary-4:6,8,47;--color-secondary-0:232,246,236;--color-secondary-1:187,228,199;--color-secondary-2:142,210,162;--color-secondary-3:55,134,79;--color-secondary-4:28,42,32;--color-tertiary-0:255,255,255;--color-tertiary-1:134,134,134;--color-tertiary-2:88,88,88;--color-tertiary-3:17,17,17;--color-tertiary-4:0,0,0;--headlines-font-family:"PublicSans";--paragraphs-font-family:"PublicSans"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6eadf18e-738d-45a3-9d9f-c472412c2bf0/ConsiliuminfectionumTLO2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S.adaptive-delivery-prevent-bg, #RLRCl7HwlotanJXNGmxyRsIDpuCEc20S.lazyload, #RLRCl7HwlotanJXNGmxyRsIDpuCEc20S.lazyloading { background-image: none; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row .container { background-color: transparent; background-image: none; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row .container > .video-iframe-container { display: none; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row > .video-iframe-container { display: none; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .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); }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row .container { border-width: 0; border-radius: 0; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#TRzay6WfSi9AcMhrCvXkh7Iy4pxo5BGv { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#555555;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:0.75rem;left:50.78125rem;display:block; }
#X6QBIWCZASRLd7NWTXyIorvNSxvNlfzF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CTPpw2vkxJQ6zzcwk9OJRE5z4i7NWnze { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#555555;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:0.75rem;left:69.375rem;display:block; }
#aT76rSRUKUhzn5RbyuWMoXBe6iCPxEL1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IbUvdFKWhSegZ52JJCNOJTxB8nTdIHcF { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#555555;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.125rem;height:3.4375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:0.75625038146975rem;left:65.5rem;display:block; }
#lMu2U2tCWKSAtO6VeoWyVxlyoVEdtESR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vbbd6nHDWPh1fRe2pfFySwZZZfSSSmLP { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#555555;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:3.4375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:0.75rem;left:59.71875rem;display:block; }
#cLBwKhWbFbAdke6GzEPTXnDTCflRa0NT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tdX1u9P8qfxIzsSRZBEss4tsWBlr13G0 { color:#808080;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:24.0625rem;left:3.75rem;height:0.9rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#rPodQPdzU3HnDPegTRWhKQl49k2v6fWh { color:#33357d;display:block;width:39.0625rem;position:absolute;font-family:publicsansextrabold;font-size:2.875rem;font-weight:700;z-index:15034;line-height:1.2;letter-spacing:0;top:12.15625rem;left:0rem;height:3.45rem;font-style:normal;display:block; }
#G8ivUOB6R4rRK0fcQXKeIITiEC523ZgF { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:0.375rem;width:0.375rem;top:2.25rem;left:58.96875rem;display:none; }
#rFOJTZT9Xqsz6A5dS2EElRv1G2TzJbPa { position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:0.375rem;width:0.375rem;top:2.25rem;left:64.9375rem;display:block; }
#aieEDyTBdxCZxUDVcGix5BtsU4TIfQ11 { position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:0.375rem;width:0.375rem;top:2.25rem;left:68.875rem;display:block; }
#voZMtO5iC7uCMBXNZ4uaZts6PbTq9gSU { color:#464894;display:block;width:35.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:16.875rem;left:0rem;height:5.3625rem;font-style:normal;display:block; }
#Cl4WZy0zXV6SpndzXCTxMOvunwaQfN49 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:9.5625rem;left:0.4375rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#melumoqFcv3HNdTq2HaL0nVCT7RyuxTZ { position:absolute;display:block;z-index:15051;background-color:#464894;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:1.625rem;width:11.5rem;top:9.375rem;left:0rem;display:block; }
#KgBtuqgzMyS8lNxgRd8MqWNzKWGky9M7 { color:#808080;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:25.0625rem;left:3.75rem;height:1.05035rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#T879oWQErl2JbhItl1lrM0Ar7QegbE0L { 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:3.125rem;width:3.125rem;top:23.512512207031rem;left:0rem;overflow:hidden;display:block; }
#vKga9rBUvrpALxl4HA9kMVR9Z5QLuo0f { position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:1.625rem;width:14.25rem;top:9.375rem;left:11rem;display:block; }
#V348qsNAmD4LTuZRFIvnL6pwJNo1NKzx { color:rgba(var(--color-tertiary-0),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:9.5625rem;left:11.3125rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#li5k5P7pD3r8WkvDFGkulMplekIqdCDe { color:#787878;display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:32.8125rem;left:0rem;height:0.97511875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PezK5HzJRJVyJIk2W4Z9NgtFllmnvXLX { color:#464894;display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:33.862499237061rem;left:0rem;height:1.137875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vKyKGGKfH4kuRfTApomzo37SUTTdsSxh { position:absolute;display:block;z-index:15036;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:3.875rem;width:13.3125rem;top:2rem;left:0rem;overflow:hidden;display:block; }
#ptIycSnTP6vA6Sxl31EUNttTGdfQnfkX { position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:0.375rem;width:0.375rem;top:2.25rem;left:59rem;display:block; }
#H3AEWyGovT0DuLCJlizgDdKHx7yowgkv { position:absolute;display:block;z-index:15003;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:35.1875rem;width:35.1875rem;top:1.0625rem;left:34.5625rem;overflow:hidden;display:none; }
#eAxEtiWJAkwuPMhfDpUxGTlEgg1dVOPx { box-sizing:content-box;height:12.3125rem;width:10rem;position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:22.6875rem;left:65rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1rem rgba(var(--color-tertiary-4),0.15) ;display:none; }
#ers9KosNZF5kszKBIhgzMMrW1Ntg0q3D { color:#787878;display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:23.3125rem;left:65rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#AOm24hFGMZvMMDdiZJQ1BIABGHQzn5Cf { position:absolute;display:block;z-index:15056;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;box-shadow: none;height:6.0625rem;width:10rem;top:24.96249961853rem;left:65rem;overflow:hidden;display:none; }
#hk2Tsw0ah8mJsshJzobVmBmsxlskFr3T { color:#464894;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:31.5rem;left:65.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#yqJxxgIyMWvTR2IS82hwyRQIARgDKytO { color:#464894;display:block;width:35.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:28.950000762939rem;left:0rem;height:0;font-style:normal;display:block; }
#t9t8VO2DDH9Oclx4w2IaSAaGNCSEzWRS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6eadf18e-738d-45a3-9d9f-c472412c2bf0/ConsiliuminfectionumTLO2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#t9t8VO2DDH9Oclx4w2IaSAaGNCSEzWRS.adaptive-delivery-prevent-bg, #t9t8VO2DDH9Oclx4w2IaSAaGNCSEzWRS.lazyload, #t9t8VO2DDH9Oclx4w2IaSAaGNCSEzWRS.lazyloading { background-image: none; }#t9t8VO2DDH9Oclx4w2IaSAaGNCSEzWRS > .row .container { border-width: 0; border-radius: 0; }#t9t8VO2DDH9Oclx4w2IaSAaGNCSEzWRS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t9t8VO2DDH9Oclx4w2IaSAaGNCSEzWRS > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:none; }#k0K6JyszGk9hcA1NQilA9fBqimeP3vqD { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#555555;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:0.75rem;left:50.78125rem;display:block; }
#qzCpglTF6OheHRMUTHDvf64ofLpowJWz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NbJhXiOM2q2NpznP1yE1Wyph3enymL5r { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#555555;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:0.75rem;left:69.375rem;display:block; }
#qlhdrUJ0s4dQebGPUKroMdelpeOZ3pvU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BCRinOT3knP8aeRql4sX70iutvX7gnET { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#555555;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.125rem;height:3.4375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:0.75625038146975rem;left:65.5rem;display:block; }
#itgLhQmyTK5oTaraBio8ryNTeVy9Wo6s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cJrXo5nNeNTkMzOPdrTIMMf1ilKGsyDo { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#555555;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:3.4375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:0.75rem;left:59.71875rem;display:block; }
#vRTqtkWkqk2Rt4avvChC9zHBIBtDE5vO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#phzcgI6T5HMB4PXTKNQemTpVmLA6BVvZ { color:#808080;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:24.0625rem;left:3.75rem;height:0.9rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#GEyXRzqDzG69nSM0JeepkUCDgiMdrZex { color:#33357d;display:block;width:39.0625rem;position:absolute;font-family:publicsansextrabold;font-size:2.875rem;font-weight:700;z-index:15034;line-height:1.2;letter-spacing:0;top:12.15625rem;left:0rem;height:3.45rem;font-style:normal;display:block; }
#f2dBeXlKIreFKCVH6IJVKypxUEpNAq4v { background-color:#464894;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:27.875rem;left:0rem;display:block; }
#uXXBEq0OPL3C6Me5sgWhfksrvmKNBeBy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KhkriTeVJT1tTcSBJPHUzCWbrtN1rGV1 { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:0.375rem;width:0.375rem;top:2.25rem;left:58.96875rem;display:none; }
#kAX46t7Msm8V5UJwZzoWaiAviHfbJdTU { position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:0.375rem;width:0.375rem;top:2.25rem;left:64.9375rem;display:block; }
#qL335wXA8NayUvmIg46n2sLCZKeLZOp0 { position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:0.375rem;width:0.375rem;top:2.25rem;left:68.875rem;display:block; }
#GrHKABpeMbDO0mJ7Eyk4wZMtBLPsRuCO { color:#464894;display:block;width:35.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:16.875rem;left:0rem;height:5.3624125rem;font-style:normal;display:block; }
#iCD4krBtsQBhKbw7lJ4uXXsXF8UA5pZd { color:rgba(var(--color-tertiary-0),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:9.5625rem;left:0.4375rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pv01GydKKH3QxcivLPB3Bf4OSEQ5O3WZ { position:absolute;display:block;z-index:15051;background-color:#464894;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:1.625rem;width:11.5rem;top:9.375rem;left:0rem;display:block; }
#ZRGDtONRg3q5lDBiG9WLA8TXF3iENmzV { color:#808080;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:25.0625rem;left:3.75rem;height:1.05035rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#dkThBp4CFFPJTctulcCg5MSewSLW3cN3 { 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:3.125rem;width:3.125rem;top:23.512512207031rem;left:0rem;overflow:hidden;display:block; }
#o8uPBcaLbngrTcD7U87SorSJNLqKy3OA { background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #464894;border-left:0.0625rem solid #464894;border-right:0.0625rem solid #464894;border-bottom:0.0625rem solid #464894;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#464894;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:27.875rem;left:17.5rem;display:block; }
#aN6peWd5LfrfBzKElBm1MW2RrNlzmF4V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zc4EhlTq1R1cg7560mo7gSbnM9IFVZtA { position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:1.625rem;width:14.25rem;top:9.375rem;left:11rem;display:block; }
#cBXiWHZlPg3GQ7uQNKGBKmhPOEfTXI6u { color:rgba(var(--color-tertiary-0),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:9.5625rem;left:11.3125rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pcGLhQzeiXTLoJw8x6qwTAPkrW4cKlrn { color:#787878;display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:32.8125rem;left:0rem;height:0.97511875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VMbH3gAVSyI0K9WLE19u6Fmlb8xlwsUV { color:#464894;display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:33.862499237061rem;left:0rem;height:1.137875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NFXCdyJ8IGknFggzcclt8G4Dw9voB20c { position:absolute;display:block;z-index:15036;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:3.875rem;width:13.3125rem;top:2rem;left:0rem;overflow:hidden;display:block; }
#LzuuClQfNkHLdXWHHymHiqGWHHkMpzV1 { position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:0.375rem;width:0.375rem;top:2.25rem;left:59rem;display:block; }
#NpW9QmpTG6EkQsN5WzJAEQNrseVr8RgQ { position:absolute;display:block;z-index:15003;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:35.1875rem;width:35.1875rem;top:1.0625rem;left:34.5625rem;overflow:hidden;display:none; }
#xBJUZ9NfnmqMIG2BbS0NKD7wQuTRg2uG { box-sizing:content-box;height:12.3125rem;width:10rem;position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:22.6875rem;left:65rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1rem rgba(var(--color-tertiary-4),0.15) ;display:none; }
#SrTi9NEXO8GARTCG5BN91WqNd1yNBeqS { color:#787878;display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:23.3125rem;left:65rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#BZleEgPNJmBxUQb6abPcT543Wc9MvNDI { position:absolute;display:block;z-index:15056;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;box-shadow: none;height:6.0625rem;width:10rem;top:24.96249961853rem;left:65rem;overflow:hidden;display:none; }
#Jk1XGCz44VPCmbFQGeeAImQGrghKOEal { color:#464894;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:31.5rem;left:65.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JPtpeQI0rMSTlNt7k6206LNVvC9lqzCE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), #464894);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), #464894);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), #464894);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), #464894);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#464894' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#464894' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), #464894);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JPtpeQI0rMSTlNt7k6206LNVvC9lqzCE > .row .container { background-color: transparent; background-image: none; }#JPtpeQI0rMSTlNt7k6206LNVvC9lqzCE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JPtpeQI0rMSTlNt7k6206LNVvC9lqzCE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JPtpeQI0rMSTlNt7k6206LNVvC9lqzCE > .row .container > .video-iframe-container { display: none; }#JPtpeQI0rMSTlNt7k6206LNVvC9lqzCE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JPtpeQI0rMSTlNt7k6206LNVvC9lqzCE > .row > .video-iframe-container { display: none; }#JPtpeQI0rMSTlNt7k6206LNVvC9lqzCE > .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); }#JPtpeQI0rMSTlNt7k6206LNVvC9lqzCE > .row .container { border-width: 0; border-radius: 0; }#JPtpeQI0rMSTlNt7k6206LNVvC9lqzCE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JPtpeQI0rMSTlNt7k6206LNVvC9lqzCE > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#cl9XCnvJ2yk1dH1nftWBNl3q668TZPq9 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:2.5rem;left:72.5rem; }
#cl9XCnvJ2yk1dH1nftWBNl3q668TZPq9 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#M9u7zBLnfhOp4lTFTSwGBJTh4NNMGu4z { color:rgba(var(--color-tertiary-0),1);display:block;width:21.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:3.4375rem;left:4.375rem;height:2.69965rem;display:block; }
#zu4vdTfLG641SDuKXRNaiCLcLX9xa1IP { color:rgba(var(--color-tertiary-0),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:1.875rem;left:4.375rem;height:1.125rem;font-style:normal;display:block; }
#g4VBk6g1IInb0sISJGgnRWkAu9QWWEEK { position:absolute;display:block;z-index:15017;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:3.125rem;width:3.125rem;top:2.1875rem;left:28.75rem;overflow:hidden;display:block; }
#PrlDCozxos7ZPBFMmcxMDTBqNMOmpkzs { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:1.875rem;left:33.125rem;height:1.125rem;font-style:normal;display:block; }
#N5acHfbMizqJNKTpXQJ2CQe1mvCklcId { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:3.4375rem;left:33.125rem;height:2.1rem;display:block; }
#OLDIcDt2Pf74qTGU0C0BlT75ffnwIRdr { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:1.875rem;left:54.375rem;height:1.125rem;font-style:normal;display:block; }
#Ja30TlxIbu4V93tsD8AFoaADkAUKMIzg { color:rgba(var(--color-tertiary-0),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.2;letter-spacing:0;top:3.4375rem;left:54.375rem;height:2.1rem;display:block; }
#TemHzzy6NCBQdBeDsNTbsDM7NFqVeRLl { position:absolute;display:block;z-index:15017;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:3.125rem;width:3.125rem;top:2.1875rem;left:0rem;overflow:hidden;display:block; }
#dzXl4NZCB5b6ZysVEryOxRVC02eBZEz4 { position:absolute;display:block;z-index:15019;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:3.125rem;width:3.125rem;top:2.1875rem;left:50rem;overflow:hidden;display:block; }
#SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-3),1), #292a79);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-3),1), #292a79);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-3),1), #292a79);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-3),1), #292a79);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#292a79' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#292a79' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-3),1), #292a79);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw > .row .container { background-color: transparent; background-image: none; }#SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw > .row .container > .video-iframe-container { display: none; }#SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw > .row > .video-iframe-container { display: none; }#SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw > .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); }#SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw > .row .container { border-width: 0; border-radius: 0; }#SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw > .row .container { font-size:0.875rem;font-family:arial;height:32.0625rem;width:75rem;position:relative;display:block; }#gfLxUt8gpVq0McTQfbmZMiClxNDCFiTw { color:rgba(var(--color-tertiary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.125rem;left:20rem;height:5.19965625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QdDX8TTQ1bI1qNU9Q8AiAX0FTTRUyD7T { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:11.0625rem;left:0rem;height:18.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#F5RJtCxoR6VV8bHGFssnnZuKscqOeD83 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-3),1), #292a79);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-3),1), #292a79);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-3),1), #292a79);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-3),1), #292a79);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#292a79' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#292a79' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-3),1), #292a79);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#F5RJtCxoR6VV8bHGFssnnZuKscqOeD83 > .row .container { background-color: transparent; background-image: none; }#F5RJtCxoR6VV8bHGFssnnZuKscqOeD83::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5RJtCxoR6VV8bHGFssnnZuKscqOeD83 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5RJtCxoR6VV8bHGFssnnZuKscqOeD83 > .row .container > .video-iframe-container { display: none; }#F5RJtCxoR6VV8bHGFssnnZuKscqOeD83 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5RJtCxoR6VV8bHGFssnnZuKscqOeD83 > .row > .video-iframe-container { display: none; }#F5RJtCxoR6VV8bHGFssnnZuKscqOeD83 > .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); }#F5RJtCxoR6VV8bHGFssnnZuKscqOeD83 > .row .container { border-width: 0; border-radius: 0; }#F5RJtCxoR6VV8bHGFssnnZuKscqOeD83 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F5RJtCxoR6VV8bHGFssnnZuKscqOeD83 > .row .container { font-size:0.875rem;font-family:arial;height:18.1875rem;width:75rem;position:relative;display:block; }#SDhQehn8neJnzfcJVl3z3xgHPZNfLFWR { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:6.21875rem;left:0rem;height:1.2999125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QvIweu5pazfsm5EW6SIfhoNpTk5vuORi { color:#f4f4f4;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:8.40625rem;left:0rem;height:6.5625rem;text-align:left;text-align-last:left;display:block; }
#hS5uMg8aa1lEBvZIPElNIH21ypeFNJ6P { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:6.21875rem;left:18.75rem;height:1.2999125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wr0MJPMNRmku7Ezp2iBUcQdKqhDlRpGo { color:#f4f4f4;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:8.40625rem;left:18.75rem;height:5.25rem;text-align:left;text-align-last:left;display:block; }
#zEJ3TwxB11kDczpM1RH4VoeATkQ7wIPa { color:#f4f4f4;display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:8.40625rem;left:37.5rem;height:5.25rem;text-align:left;text-align-last:left;display:block; }
#TSTm51ir08fNfgnXpPXa7G0LyTpWwwpv { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:6.21875rem;left:37.5rem;height:1.2999125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KQmPtTHtaSRRNJbkhU0LGqJqAN0kwero { position:absolute;display:block;z-index:15034;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:5rem;width:5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#zubaRq6SOerSyc5TBb6zcrJGX7TMpM1l { position:absolute;display:block;z-index:15035;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:5rem;width:4.875rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#ArbCnzgIWbfZBTNQpJHKDVUfPkkFbhTM { position:absolute;display:block;z-index:15036;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:5rem;width:5rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#lHZvD4xU9uNVP76XR45WkkA3AGtnHtzu { position:absolute;display:block;z-index:15037;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:5rem;width:5rem;top:0rem;left:56.25rem;overflow:hidden;display:block; }
#y1P4MTs94Z38ZpC014UfQt3ls0cgbDfe { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:6.21875rem;left:56.25rem;height:1.2999125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Gm8m25rMZuvHTDLoaH5WUT5p6WdITqkV { color:#f4f4f4;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:8.40625rem;left:56.25rem;height:9.1875rem;text-align:left;text-align-last:left;display:block; }
#beIXkxxGRQQ0cwtt5HdLGcJKpWSvhJfU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-3),1), #292a79);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-3),1), #292a79);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-3),1), #292a79);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-3),1), #292a79);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#292a79' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#292a79' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-3),1), #292a79);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#beIXkxxGRQQ0cwtt5HdLGcJKpWSvhJfU > .row .container { border-width: 0; border-radius: 0; }#beIXkxxGRQQ0cwtt5HdLGcJKpWSvhJfU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#beIXkxxGRQQ0cwtt5HdLGcJKpWSvhJfU > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:none; }#L8p3ehvzQ5WDQNEdTmvSHDpt4SBpQduR { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-1),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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0rem;left:29.375rem;display:block; }
#xN1sdK3k3dK6GrtKSuIrn1WTJTlnrOSZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nZ8s1M6GHlqOZUVG3Nlsqf8FIoFtk9hM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-3),1), #292a79);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-3),1), #292a79);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-3),1), #292a79);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-3),1), #292a79);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#292a79' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#292a79' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-3),1), #292a79);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nZ8s1M6GHlqOZUVG3Nlsqf8FIoFtk9hM > .row .container { background-color: transparent; background-image: none; }#nZ8s1M6GHlqOZUVG3Nlsqf8FIoFtk9hM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZ8s1M6GHlqOZUVG3Nlsqf8FIoFtk9hM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZ8s1M6GHlqOZUVG3Nlsqf8FIoFtk9hM > .row .container > .video-iframe-container { display: none; }#nZ8s1M6GHlqOZUVG3Nlsqf8FIoFtk9hM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZ8s1M6GHlqOZUVG3Nlsqf8FIoFtk9hM > .row > .video-iframe-container { display: none; }#nZ8s1M6GHlqOZUVG3Nlsqf8FIoFtk9hM > .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); }#nZ8s1M6GHlqOZUVG3Nlsqf8FIoFtk9hM > .row .container { border-width: 0; border-radius: 0; }#nZ8s1M6GHlqOZUVG3Nlsqf8FIoFtk9hM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nZ8s1M6GHlqOZUVG3Nlsqf8FIoFtk9hM > .row .container { font-size:0.875rem;font-family:arial;height:24.75rem;width:75rem;position:relative;display:block; }#OuJEK4NUBwGLL4FIkI22pwDRIORRPJWg { color:rgba(var(--color-tertiary-0),0.85);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:0rem;left:28.4375rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#UfxTtbTuF1sXIcSUtD0d1BRHZlO4xtGJ { position:absolute;display:block;z-index:15009;background-color:rgba(217,217,217,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:7.5rem;top:0.55624961853027rem;left:22.28125rem;display:block; }
#O5fW3vCkfqgNlsnbQeTcANkgMLE9nTsC { position:absolute;display:block;z-index:15010;background-color:rgba(217,217,217,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:7.5rem;top:0.56354141235351rem;left:45.15625rem;display:block; }
#rP4yMTxAwtNND2PqgJHu4IW6xsUQVG8k { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.4375rem;width:32.875rem;top:3.15625rem;left:21.0625rem;display:block; }
#xuO7sWdmy48kue4dF9ub71ToMr4VCBAt { position:relative;display:block; }#xuO7sWdmy48kue4dF9ub71ToMr4VCBAt { background-color: transparent; background-image: none; }#xuO7sWdmy48kue4dF9ub71ToMr4VCBAt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xuO7sWdmy48kue4dF9ub71ToMr4VCBAt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xuO7sWdmy48kue4dF9ub71ToMr4VCBAt > .row .container > .video-iframe-container { display: none; }#xuO7sWdmy48kue4dF9ub71ToMr4VCBAt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xuO7sWdmy48kue4dF9ub71ToMr4VCBAt > .row > .video-iframe-container { display: none; }#xuO7sWdmy48kue4dF9ub71ToMr4VCBAt > .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); }#xuO7sWdmy48kue4dF9ub71ToMr4VCBAt { border-width: 0; border-radius: 0; }#xuO7sWdmy48kue4dF9ub71ToMr4VCBAt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xuO7sWdmy48kue4dF9ub71ToMr4VCBAt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JHg8EQaWcPa3UV07lDMbcD8nkfCQfQCX { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L7IkQ21iJT4UoTnueqK91JlBwGTQnscb { color:#7f7f7f;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:7.0250244140625rem;left:0rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#xqCmGp2A6LaUDn8VqZUhdzxaVgoBPl0F { position:relative;display:block; }#xqCmGp2A6LaUDn8VqZUhdzxaVgoBPl0F { background-color: transparent; background-image: none; }#xqCmGp2A6LaUDn8VqZUhdzxaVgoBPl0F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xqCmGp2A6LaUDn8VqZUhdzxaVgoBPl0F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xqCmGp2A6LaUDn8VqZUhdzxaVgoBPl0F > .row .container > .video-iframe-container { display: none; }#xqCmGp2A6LaUDn8VqZUhdzxaVgoBPl0F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xqCmGp2A6LaUDn8VqZUhdzxaVgoBPl0F > .row > .video-iframe-container { display: none; }#xqCmGp2A6LaUDn8VqZUhdzxaVgoBPl0F > .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); }#xqCmGp2A6LaUDn8VqZUhdzxaVgoBPl0F { border-width: 0; border-radius: 0; }#xqCmGp2A6LaUDn8VqZUhdzxaVgoBPl0F > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xqCmGp2A6LaUDn8VqZUhdzxaVgoBPl0F > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:59.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IQzMBw8TlJLHUNm4NJD7uuxIxzposuXn { position:absolute;display:block;z-index:15094;background-color:#d7d7d7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:11.75rem;left:0rem;display:block; }
#KysRGlkUJyZqw8I23cGNOOdCcTi8N0ls { color:rgba(var(--color-tertiary-4),1);display:block;width:71rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15060;line-height:1.6;letter-spacing:0;top:11.1875rem;left:1.875rem;height:1.80013125rem;font-style:normal;display:block; }
#PVUElvvNURDoHrp8HEcXl0ubGvMmKLvt { position:absolute;display:block;z-index:15067;background-color:#d7d7d7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:0.5625rem;left:0rem;display:block; }
#cqoPfuZbTudGybTLhBHa1TmIFmruyt89 { color:rgba(var(--color-tertiary-4),1);display:block;width:70.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15060;line-height:1.6;letter-spacing:0;top:0rem;left:1.875rem;height:1.80013125rem;font-style:normal;display:block; }
#EPwikeFvmHxXPGRoLdxKKXFlfZdro4DT { color:rgba(var(--color-tertiary-4),1);display:block;width:59.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15030;line-height:1.6;letter-spacing:0;top:15.1875rem;left:1.875rem;height:3.3998875rem;font-style:normal;display:block; }
#eoBRKzWSIQVTp1N2BoCICxtpOHvT3aH1 { position:absolute;display:block;z-index:15097;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:15.6875rem;left:0rem;display:block; }
#k63K0L9tAa6r0XQgAKKuo7lMxhgqon5H { color:rgba(var(--color-tertiary-4),1);display:block;width:55.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15032;line-height:1.6;letter-spacing:0;top:22.625rem;left:1.875rem;height:5.09983125rem;font-style:normal;display:block; }
#xfNCwQ9Tqc3mMWNgp5eA9ezaMwMtPLue { position:absolute;display:block;z-index:15099;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:23.125rem;left:0rem;display:block; }
#AQMbppuWugqOiMeW8LqM3fqOqfSvCzMo { color:rgba(var(--color-tertiary-4),1);display:block;width:59.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15034;line-height:1.6;letter-spacing:0;top:31.625rem;left:1.875rem;height:3.3998875rem;font-style:normal;display:block; }
#M0ZS9seAtRoKUbkQ8Unoe04yaufKwO8d { position:absolute;display:block;z-index:15101;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:32.125rem;left:0rem;display:block; }
#RBpTM2ymTUy9b83UW04T2oTJT4KJTUTk { color:rgba(var(--color-tertiary-4),1);display:block;width:59.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15036;line-height:1.6;letter-spacing:0;top:39.0625rem;left:1.875rem;height:3.3998875rem;font-style:normal;display:block; }
#OppwMEntM7HcFRUaZOkkP4Zy8ZhzTcuT { position:absolute;display:block;z-index:15103;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:39.5625rem;left:0rem;display:block; }
#eS1tvtTHTSA7ZKMbscO6XeANIT33Nh9v { color:rgba(var(--color-tertiary-4),1);display:block;width:59.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15032;line-height:1.6;letter-spacing:0;top:3.8125rem;left:1.875rem;height:3.5995375rem;font-style:normal;display:block; }
#HyHpAJtLfddIq82GMCk6uLvyMF5JXUoA { position:absolute;display:block;z-index:15099;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:4.3125rem;left:0rem;display:block; }
#CrgeiBDKJJixJMemRDSE5M1cikfXPftT { color:rgba(var(--color-tertiary-4),1);display:block;width:59.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15042;line-height:1.6;letter-spacing:0;top:53.186630249024rem;left:1.875rem;height:3.3998875rem;font-style:normal;display:block; }
#uGcHdi9OfdgCyqDOJim176sGTnFL1lOL { position:absolute;display:block;z-index:15109;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:53.686859130859rem;left:0rem;display:block; }
#WF2CNx6TGUK62enOQ34K6Zn0HtuIMm6V { color:rgba(var(--color-tertiary-1),1);display:block;width:41.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15096;line-height:1.5;letter-spacing:0;top:7.5375061035156rem;left:1.875rem;height:1.31293125rem;display:block; }
#KpR2bP08LfLn5z6J7ZixrhosQu0ieMF3 { color:rgba(var(--color-tertiary-1),1);display:block;width:41.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15097;line-height:1.5;letter-spacing:0;top:18.962493896484rem;left:1.875rem;height:1.31293125rem;display:block; }
#W69Hp24zWk1b97XlVdkVqer4J7cqNJ6U { color:rgba(var(--color-tertiary-1),1);display:block;width:41.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15098;line-height:1.5;letter-spacing:0;top:28.037506103516rem;left:1.875rem;height:1.31293125rem;display:block; }
#M5gXFi0KUR92w8vlmGDaThBfSWyZZ78F { color:rgba(var(--color-tertiary-1),1);display:block;width:41.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.5;letter-spacing:0;top:35.3125rem;left:1.875rem;height:1.31293125rem;display:block; }
#QSRLrzPpaJDLkUPvpZEUHOwi656lFUEk { color:rgba(var(--color-tertiary-1),1);display:block;width:41.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15100;line-height:1.5;letter-spacing:0;top:42.6875rem;left:1.875rem;height:1.31293125rem;display:block; }
#tF39wVUZVqmsvffNTeqt79o2U3fMHlhI { color:rgba(var(--color-tertiary-4),1);display:block;width:59.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15039;line-height:1.6;letter-spacing:0;top:46.279516220093rem;left:1.728515625rem;height:3.3998875rem;font-style:normal;display:block; }
#vwkNZGEVSz6fqVLHV7vX3ZgdKsbMSFyT { color:rgba(var(--color-tertiary-1),1);display:block;width:41.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15103;line-height:1.5;letter-spacing:0;top:49.903648376465rem;left:1.728515625rem;height:1.31293125rem;display:block; }
#n4sg4RpBVlmVPG4nbWhbdtiGNqqLG5A8 { position:absolute;display:block;z-index:15106;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:46.778648376465rem;left:-0.14539909362793rem;display:block; }
#uUf2MMFH6r4MCL8ITTLks0RBQROo7noa { position:relative;display:block; }#uUf2MMFH6r4MCL8ITTLks0RBQROo7noa { background-color: transparent; background-image: none; }#uUf2MMFH6r4MCL8ITTLks0RBQROo7noa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uUf2MMFH6r4MCL8ITTLks0RBQROo7noa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uUf2MMFH6r4MCL8ITTLks0RBQROo7noa > .row .container > .video-iframe-container { display: none; }#uUf2MMFH6r4MCL8ITTLks0RBQROo7noa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uUf2MMFH6r4MCL8ITTLks0RBQROo7noa > .row > .video-iframe-container { display: none; }#uUf2MMFH6r4MCL8ITTLks0RBQROo7noa > .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); }#uUf2MMFH6r4MCL8ITTLks0RBQROo7noa { border-width: 0; border-radius: 0; }#uUf2MMFH6r4MCL8ITTLks0RBQROo7noa > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uUf2MMFH6r4MCL8ITTLks0RBQROo7noa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:66.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#stGHahkfghg9IPZf3TJKEXlhFAzP9FPK { position:absolute;display:block;z-index:15104;background-color:#d7d7d7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:0.625rem;left:0rem;display:block; }
#qGUf4nV4BZp7xyl5fBmWuANvhlqsM8bx { position:absolute;display:block;z-index:15107;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:4.4375rem;left:0rem;display:block; }
#iIxLCyrP6aQEpRT8ietwtw0xdq4353ye { color:rgba(var(--color-tertiary-4),1);display:block;width:71rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15070;line-height:1.6;letter-spacing:0;top:0rem;left:1.875rem;height:1.80013125rem;font-style:normal;display:block; }
#IBtqa1ihHL4B6qQIGUJBZwtw1wNKpEO0 { color:rgba(var(--color-tertiary-4),1);display:block;width:57.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15040;line-height:1.6;letter-spacing:0;top:3.9375rem;left:1.875rem;height:5.09983125rem;font-style:normal;display:block; }
#fySs4THmt5hhckLDwKeDIC8PhNGUMqRe { color:rgba(var(--color-tertiary-4),1);display:block;width:59.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15042;line-height:1.6;letter-spacing:0;top:22.187210083007rem;left:1.874276638031rem;height:3.3998875rem;font-style:normal;display:block; }
#XCCHzybuOwXKJKIBk9cL8V2gMHGexnm3 { position:absolute;display:block;z-index:15109;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:22.687072753906rem;left:0rem;display:block; }
#hxKZMGEP8yU2x5shO0hKfRHi1chm2wUZ { color:rgba(var(--color-tertiary-4),1);display:block;width:59.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15044;line-height:1.6;letter-spacing:0;top:39.436920166016rem;left:1.874276638031rem;height:3.3998875rem;font-style:normal;display:block; }
#gMkFu6QaibzZznwhLUACLKXyKOpgCOwT { position:absolute;display:block;z-index:15111;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:39.936782836914rem;left:0rem;display:block; }
#GJaZrGx1NEqBUKgQdt69gwg9biyaGpEP { color:rgba(var(--color-tertiary-4),1);display:block;width:59.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15046;line-height:1.6;letter-spacing:0;top:46.811782836914rem;left:1.874276638031rem;height:3.3998875rem;font-style:normal;display:block; }
#qKcehTxEoR2VpXpdqUXhe1BmSzSH4Ba6 { position:absolute;display:block;z-index:15113;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:47.374572753906rem;left:0rem;display:block; }
#Kq5sdA0GxEV7tuE62eOTL1mFe2K63BuJ { color:rgba(var(--color-tertiary-4),1);display:block;width:67.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15041;line-height:1.5;letter-spacing:0;top:9.9375rem;left:3.625rem;height:6.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#fHngvahTqvHAfBnTJCOSLCTSLtFWty69 { color:rgba(var(--color-tertiary-4),1);display:block;width:67.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.5;letter-spacing:0;top:26.499282836914rem;left:3.6248555183411rem;height:10.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#HJtTcvHuR8q6b60Clx6PvmAyF7BWldNk { color:rgba(var(--color-tertiary-4),1);display:block;width:59.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15048;line-height:1.6;letter-spacing:0;top:60.499572753906rem;left:1.874276638031rem;height:3.3998875rem;font-style:normal;display:block; }
#UWzdRUPZov3OgPuX3p3Fy9OViiyT6CDf { position:absolute;display:block;z-index:15115;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:61.061630249024rem;left:0rem;display:block; }
#GkkZc70gdt4pmEO7vgxBEC99Wr8aG38X { color:rgba(var(--color-tertiary-1),1);display:block;width:41.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15101;line-height:1.5;letter-spacing:0;top:43.087097167969rem;left:1.874276638031rem;height:1.31293125rem;display:block; }
#nNR1aTJBeVzUKhLssTA9oqwJmGPC07Op { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15116;opacity:1;top:10.125rem;left:1.875rem; }
#WpImFxGKozNiSmGH70KfMdicL55RT7F5 { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15117;opacity:1;top:14.0625rem;left:1.875rem; }
#Tln2Imq1zZ1I5OQH0oFLXuZJ9DITwtFP { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15117;opacity:1;top:26.749572753906rem;left:1.874276638031rem; }
#IFeW9nMJuGExoI7ADDuTuuJ1dWZxkZOe { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15118;opacity:1;top:30.624710083007rem;left:1.874276638031rem; }
#yh6u5sTpHw8HOtGJZPbA0Cr7eN4P7sG9 { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15119;opacity:1;top:34.562072753906rem;left:1.874276638031rem; }
#wrgKNJNLg5gapbid0HBvlqEuDr5mo0ac { color:rgba(var(--color-tertiary-4),1);display:block;width:59.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15039;line-height:1.6;letter-spacing:0;top:53.458923339844rem;left:1.6652197837829rem;height:3.3998875rem;font-style:normal;display:block; }
#lQftleBqxmsHvwSuBQxnVE4BpVwQiEp0 { color:rgba(var(--color-tertiary-1),1);display:block;width:41.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15103;line-height:1.5;letter-spacing:0;top:57.083053588868rem;left:1.6652197837829rem;height:1.31293125rem;display:block; }
#Eq4zDbSR08H7kPvvL08x5Je64XTwvQ7V { position:absolute;display:block;z-index:15106;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:53.958053588868rem;left:-0.20761013031006rem;display:block; }
#FTU4i67vHMM9Sphp9cBtcyvzXkSz8MzD { color:rgba(var(--color-tertiary-1),1);display:block;width:41.8120625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15104;line-height:1.5;letter-spacing:0;top:50.335357666016rem;left:1.874276638031rem;height:1.31293125rem;display:block; }
#Tr5lIeuSNkhl4kgPNSsQA4U5uWUPXuZ9 { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15118;opacity:1;top:18.135851740837rem;left:1.9625287055969rem; }
#N68JXwqfpdcG5tq4CvexP7FoCnonqhv8 { color:rgba(var(--color-tertiary-4),1);display:block;width:67.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.5;letter-spacing:0;top:17.946326255798rem;left:3.6704287528992rem;height:1.31293125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#eBkma5Fq8JhTVhTUVgiHLc80JT0FRWpP { position:relative;display:block; }#eBkma5Fq8JhTVhTUVgiHLc80JT0FRWpP { background-color: transparent; background-image: none; }#eBkma5Fq8JhTVhTUVgiHLc80JT0FRWpP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eBkma5Fq8JhTVhTUVgiHLc80JT0FRWpP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eBkma5Fq8JhTVhTUVgiHLc80JT0FRWpP > .row .container > .video-iframe-container { display: none; }#eBkma5Fq8JhTVhTUVgiHLc80JT0FRWpP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eBkma5Fq8JhTVhTUVgiHLc80JT0FRWpP > .row > .video-iframe-container { display: none; }#eBkma5Fq8JhTVhTUVgiHLc80JT0FRWpP > .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); }#eBkma5Fq8JhTVhTUVgiHLc80JT0FRWpP { border-width: 0; border-radius: 0; }#eBkma5Fq8JhTVhTUVgiHLc80JT0FRWpP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eBkma5Fq8JhTVhTUVgiHLc80JT0FRWpP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:76.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#llhIR7XxXAn61G7IIR9VhOELmBbC38u0 { position:absolute;display:block;z-index:15094;background-color:#d7d7d7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:0.625rem;left:0rem;display:block; }
#q5sog5lftCDG4H0uVsKg4KIFE0MuT2s7 { color:rgba(var(--color-tertiary-4),1);display:block;width:71rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15060;line-height:1.6;letter-spacing:0;top:0rem;left:1.875rem;height:1.80013125rem;font-style:normal;display:block; }
#fhg3Mo9MCxPphLeJKxm6owROLDxkTZuf { color:rgba(var(--color-tertiary-4),1);display:block;width:59.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15030;line-height:1.6;letter-spacing:0;top:18.8125rem;left:1.875rem;height:3.3998875rem;font-style:normal;display:block; }
#tVOhfyp8hyZsLtFFOZpcXATG0sCkAgi8 { position:absolute;display:block;z-index:15097;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:19.311645507812rem;left:0rem;display:block; }
#lb1zThG8Vppu4f2IREMtZK9BPOu2OnTL { color:rgba(var(--color-tertiary-4),1);display:block;width:59.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15032;line-height:1.6;letter-spacing:0;top:39.936645507812rem;left:1.875rem;height:3.3998875rem;font-style:normal;display:block; }
#FIT91S0HZgr0Q6dxBZfBdTmS81ipkiE9 { position:absolute;display:block;z-index:15099;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:40.435760498047rem;left:0rem;display:block; }
#RZf5O18SiLiJqr6Kl9ziIAoOPpM9BlEi { color:rgba(var(--color-tertiary-4),1);display:block;width:59.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15034;line-height:1.6;letter-spacing:0;top:47.561645507812rem;left:1.875rem;height:3.3998875rem;font-style:normal;display:block; }
#o8CAhOuzgofqirRGmI5WB7rqyZauHtuL { position:absolute;display:block;z-index:15101;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:48.060760498047rem;left:0rem;display:block; }
#AXDuLms2mdL3rAuk3R1UPRT9DNVqLMia { color:rgba(var(--color-tertiary-4),1);display:block;width:59.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15036;line-height:1.6;letter-spacing:0;top:4.375rem;left:1.875rem;height:3.3998875rem;font-style:normal;display:block; }
#uWGVfbnL7D877FVz7pavqKaAVfhXQzA4 { position:absolute;display:block;z-index:15103;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:4.875rem;left:0rem;display:block; }
#WZ9ddJTrB0OBmxwpVZcnaqc1k02Dl8Vh { color:rgba(var(--color-tertiary-4),1);display:block;width:67.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.5;letter-spacing:0;top:22.985687255859rem;left:3.6241321563721rem;height:14.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#eZfxeI2D2FRifEbtz7oIsHTTnVUNo5Nt { color:rgba(var(--color-tertiary-4),1);display:block;width:59.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15038;line-height:1.6;letter-spacing:0;top:55.561645507812rem;left:1.875rem;height:3.3998875rem;font-style:normal;display:block; }
#KVZgdQzK3XJyG0I1BoqImwIhTbPURTs0 { position:absolute;display:block;z-index:15105;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:56.060760498047rem;left:0rem;display:block; }
#iiFH8cMZ1cnexhis55CZ8bUMTB4FBEiG { color:rgba(var(--color-tertiary-4),1);display:block;width:59.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15044;line-height:1.6;letter-spacing:0;top:70.373687744137rem;left:1.875rem;height:3.3998875rem;font-style:normal;display:block; }
#KBCDTcpWy3qEO5ZoZM4FSG8UK0gZE9cu { position:absolute;display:block;z-index:15111;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:70.93576049805rem;left:0rem;display:block; }
#GTKuZnr2RnfkHHh9pnOXRK6fA5SmFyUE { color:rgba(var(--color-tertiary-1),1);display:block;width:41.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15102;line-height:1.5;letter-spacing:0;top:43.711578369141rem;left:1.875rem;height:1.31293125rem;display:block; }
#rJvhKbk8ITaPdTg7CqTEOXfqnVcUN5NN { color:rgba(var(--color-tertiary-1),1);display:block;width:41.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15103;line-height:1.5;letter-spacing:0;top:51.273651123047rem;left:1.875rem;height:1.31293125rem;display:block; }
#ilFXXzKCl8GvZNlPlzqqdSfzNRCfRyv2 { color:rgba(var(--color-tertiary-1),1);display:block;width:41.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15104;line-height:1.5;letter-spacing:0;top:8rem;left:1.875rem;height:1.31293125rem;display:block; }
#XmgQSJuT4b5ntclhUkl9VucPw0pVh08R { color:rgba(var(--color-tertiary-1),1);display:block;width:41.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15105;line-height:1.5;letter-spacing:0;top:59.209625244141rem;left:1.875rem;height:1.31293125rem;display:block; }
#wL9o8pQBlZbZoZI079vKpWTsA6gDWLGU { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15120;opacity:1;top:23.1875rem;left:1.875rem; }
#Fa6AEbZRMlDeLUAAOl9ptspgp5PPgHCF { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15121;opacity:1;top:27.062286376953rem;left:1.875rem; }
#L9KUJax0paWoRaBOvcn1iALAKTb7JWqU { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15122;opacity:1;top:31rem;left:1.875rem; }
#povenUlRm1BPU22G2bWi0DA4kvG4SypG { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15123;opacity:1;top:35.0625rem;left:1.875rem; }
#k2SMA4qu6kcg748WwNm92XuAuXFlezwm { position:absolute;display:block;z-index:15108;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:12.1875rem;left:0rem;display:block; }
#mNL1oJpAc8bs2RewOwOofKZ8lQoMxLbm { color:rgba(var(--color-tertiary-4),1);display:block;width:59.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15041;line-height:1.6;letter-spacing:0;top:11.6875rem;left:1.875rem;height:3.3998875rem;font-style:normal;display:block; }
#XIUxeIuNEmtpmfW1CceLcwkzhWLi6say { color:rgba(var(--color-tertiary-1),1);display:block;width:41.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15108;line-height:1.5;letter-spacing:0;top:15.3125rem;left:1.875rem;height:1.31293125rem;display:block; }
#FsRIq2fODDmmBrWOrKR6AOEOwV0Rzawi { color:rgba(var(--color-tertiary-4),1);display:block;width:59.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15044;line-height:1.6;letter-spacing:0;top:62.9375rem;left:1.875rem;height:3.3998875rem;font-style:normal;display:block; }
#bDIBQ11MpkQP2SOu73x7xxLkKSxasuTv { color:rgba(var(--color-tertiary-1),1);display:block;width:41.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15111;line-height:1.5;letter-spacing:0;top:66.5625rem;left:1.875rem;height:1.31293125rem;display:block; }
#kSkytARn4STW37tzEQS7MWqGvbvMdkKW { position:absolute;display:block;z-index:15111;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:63.4375rem;left:0rem;display:block; }
#ClGtMkr6H7h7gmeoeyFzOfovZtWTTn2t { position:relative;display:block; }#ClGtMkr6H7h7gmeoeyFzOfovZtWTTn2t { background-color: transparent; background-image: none; }#ClGtMkr6H7h7gmeoeyFzOfovZtWTTn2t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClGtMkr6H7h7gmeoeyFzOfovZtWTTn2t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClGtMkr6H7h7gmeoeyFzOfovZtWTTn2t > .row .container > .video-iframe-container { display: none; }#ClGtMkr6H7h7gmeoeyFzOfovZtWTTn2t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClGtMkr6H7h7gmeoeyFzOfovZtWTTn2t > .row > .video-iframe-container { display: none; }#ClGtMkr6H7h7gmeoeyFzOfovZtWTTn2t > .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); }#ClGtMkr6H7h7gmeoeyFzOfovZtWTTn2t { border-width: 0; border-radius: 0; }#ClGtMkr6H7h7gmeoeyFzOfovZtWTTn2t > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ClGtMkr6H7h7gmeoeyFzOfovZtWTTn2t > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:54.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FRc5V1F8pGUqb2zrFlxUaaGTBCT7TXTo { position:absolute;display:block;z-index:15104;background-color:#d7d7d7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:0.625rem;left:0rem;display:block; }
#f2CQ2tm2uI9pAVXhFhOU99CAyKbdsra1 { position:absolute;display:block;z-index:15107;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:4.6872863769531rem;left:0rem;display:block; }
#VstxMq30a1ap2O9pMFHPceAVhG9TtMWJ { color:rgba(var(--color-tertiary-4),1);display:block;width:71rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15070;line-height:1.6;letter-spacing:0;top:0rem;left:1.875rem;height:1.80013125rem;font-style:normal;display:block; }
#R7gFpeFK8U1uukcZ9kwgwzR2Suoa5Ih8 { color:rgba(var(--color-tertiary-4),1);display:block;width:67.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15040;line-height:1.6;letter-spacing:0;top:4.1870727539062rem;left:1.875rem;height:3.3998875rem;font-style:normal;display:block; }
#w9rMb0PrhmkBMT8ieP5lLRMb4DXCDl0c { color:rgba(var(--color-tertiary-4),1);display:block;width:59.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15042;line-height:1.6;letter-spacing:0;top:11.499359130859rem;left:1.875rem;height:3.3998875rem;font-style:normal;display:block; }
#NctEXS6nhCFLHHDluzXBmlIM12zqJJn5 { position:absolute;display:block;z-index:15109;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:11.999572753906rem;left:0rem;display:block; }
#QrTsikMR9SoqN2F81AMkBk5ILrwnSDRU { color:rgba(var(--color-tertiary-4),1);display:block;width:59.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15044;line-height:1.6;letter-spacing:0;top:18.811645507812rem;left:1.875rem;height:3.3998875rem;font-style:normal;display:block; }
#XSzab0vPQ3QxzIpes0VPGtlKNGR0STUk { position:absolute;display:block;z-index:15111;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:19.311859130859rem;left:0rem;display:block; }
#BndPsWReDu59fr9oRChayZqWbim16m5x { color:rgba(var(--color-tertiary-4),1);display:block;width:59.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15046;line-height:1.6;letter-spacing:0;top:26.125rem;left:1.875rem;height:3.3998875rem;font-style:normal;display:block; }
#rHERDCTWE3RgChyTmR2zXsgp77I3qnSw { position:absolute;display:block;z-index:15113;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:26.624145507812rem;left:0rem;display:block; }
#q3bE95fDVDEGyNciMIqNyf1n5RGIJS5X { color:rgba(var(--color-tertiary-4),1);display:block;width:59.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15048;line-height:1.6;letter-spacing:0;top:33.437286376953rem;left:1.875rem;height:3.3998875rem;font-style:normal;display:block; }
#Q5m34THsryoAJiGTLZtBwre31Hih16vt { position:absolute;display:block;z-index:15115;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:33.999359130859rem;left:0rem;display:block; }
#nFwEJ8sncEpPQ0HaAhakRa1sTlEfOgnh { color:rgba(var(--color-tertiary-1),1);display:block;width:41.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15107;line-height:1.5;letter-spacing:0;top:7.8372497558594rem;left:1.875rem;height:1.31293125rem;display:block; }
#N5L9oqhZuJQkxrIxW1GJ2ixxiVmrHvgZ { color:rgba(var(--color-tertiary-1),1);display:block;width:41.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15108;line-height:1.5;letter-spacing:0;top:15.149536132812rem;left:1.875rem;height:1.31293125rem;display:block; }
#pTkNVMwC0nxmD0s4BJ0bR1bN6ePQ0FLt { color:rgba(var(--color-tertiary-1),1);display:block;width:41.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15109;line-height:1.5;letter-spacing:0;top:22.461791992188rem;left:1.875rem;height:1.31293125rem;display:block; }
#ZC6maxReSD8o6LQRgBIoiwnpC9NvFFIJ { color:rgba(var(--color-tertiary-1),1);display:block;width:41.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15110;line-height:1.5;letter-spacing:0;top:29.749145507812rem;left:1.875rem;height:1.31293125rem;display:block; }
#x66ekTwpFxoT6kxVomaCcqa0TdFrrxaE { color:rgba(var(--color-tertiary-1),1);display:block;width:41.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15111;line-height:1.5;letter-spacing:0;top:37.087463378906rem;left:1.875rem;height:1.31293125rem;display:block; }
#O1A7hwqvvOLKEuyDy5ETULwTm05bmt7Q { position:absolute;display:block;z-index:15117;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:48.874786376953rem;left:0rem;display:block; }
#lHQnlIhP20gTyEQ7pBavpz8uplvT8JMe { color:rgba(var(--color-tertiary-4),1);display:block;width:59.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15050;line-height:1.6;letter-spacing:0;top:48.311645507812rem;left:1.875rem;height:3.3998875rem;font-style:normal;display:block; }
#Lgn60fJ3h9VXqkq7xquU2lAymW81KmJL { color:rgba(var(--color-tertiary-4),1);display:block;width:59.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15051;line-height:1.6;letter-spacing:0;top:41.25rem;left:1.875rem;height:3.3998875rem;font-style:normal;display:block; }
#v2lT7mifQhcifUOSmheKOH1OFPHX9qzk { position:absolute;display:block;z-index:15118;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:41.8125rem;left:0rem;display:block; }
#JVZkJRhAFyJ6mIT5KEDNb0v41KgRiwOT { color:rgba(var(--color-tertiary-1),1);display:block;width:41.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15114;line-height:1.5;letter-spacing:0;top:44.9375rem;left:1.875rem;height:1.31293125rem;display:block; }
#eRFkioMTlPRULpQpoaMP502gCHmqzVlv { position:relative;display:none; }#eRFkioMTlPRULpQpoaMP502gCHmqzVlv { border-width: 0; border-radius: 0; }#eRFkioMTlPRULpQpoaMP502gCHmqzVlv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eRFkioMTlPRULpQpoaMP502gCHmqzVlv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#S8tytAAnUohEbcimHVQvD1AWkwFrRSZe { color:#787878;display:block;width:68.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15041;line-height:1.6;letter-spacing:0;top:0rem;left:1.875rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g3hpt8168TSq9tdeUgGpnmGBqIkD4Eb6 { color:rgba(var(--color-tertiary-4),1);display:block;width:52.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15047;line-height:1.6;letter-spacing:0;top:1.75rem;left:1.875rem;height:1.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#msJXHsBElLZyArc0XMJ8dxZStR4GvRH2 { position:absolute;display:block;z-index:15105;background-color:#b9b9b9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:0.5rem;left:0rem;display:block; }
#JtGma1aK0yEZhJz1Fq4ZnFciTZSEliFS { position:relative;display:block; }#JtGma1aK0yEZhJz1Fq4ZnFciTZSEliFS { background-color: transparent; background-image: none; }#JtGma1aK0yEZhJz1Fq4ZnFciTZSEliFS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JtGma1aK0yEZhJz1Fq4ZnFciTZSEliFS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JtGma1aK0yEZhJz1Fq4ZnFciTZSEliFS > .row .container > .video-iframe-container { display: none; }#JtGma1aK0yEZhJz1Fq4ZnFciTZSEliFS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JtGma1aK0yEZhJz1Fq4ZnFciTZSEliFS > .row > .video-iframe-container { display: none; }#JtGma1aK0yEZhJz1Fq4ZnFciTZSEliFS > .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); }#JtGma1aK0yEZhJz1Fq4ZnFciTZSEliFS { border-width: 0; border-radius: 0; }#JtGma1aK0yEZhJz1Fq4ZnFciTZSEliFS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JtGma1aK0yEZhJz1Fq4ZnFciTZSEliFS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GHFBH1GNFS26ia39qRU10GEbS4Z7tXWk { color:#787878;display:block;width:68.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15041;line-height:1.6;letter-spacing:0;top:0rem;left:1.875rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NKDw0d1slknWT86Qtlt02rSDrSao53Ub { color:rgba(var(--color-tertiary-4),1);display:block;width:42.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15047;line-height:1.6;letter-spacing:0;top:3.1875rem;left:1.875rem;height:1.80013125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wIUEr3WKZnwrmMrLogNp4yJI3lpoxVnV { position:absolute;display:block;z-index:15105;background-color:#b9b9b9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:0.25rem;left:0rem;display:block; }
#oGvJ8QtSCTu4I7uulJBnP91ZzPvw5lKK { color:rgba(var(--color-tertiary-4),1);display:block;width:34.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15042;line-height:1.6;letter-spacing:0;top:1.5625rem;left:1.875rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eG8hKQPUOThvw9w1uX23oAIEiEqzLiy6 { position:relative;display:none; }#eG8hKQPUOThvw9w1uX23oAIEiEqzLiy6 { border-width: 0; border-radius: 0; }#eG8hKQPUOThvw9w1uX23oAIEiEqzLiy6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eG8hKQPUOThvw9w1uX23oAIEiEqzLiy6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#wcPdkOF37Dh1As8TeGzePMTwxnoT02o5 { position:absolute;display:block;z-index:15000;background-color:#e6e6e6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:75rem;top:0.625rem;left:0rem;display:block; }
#uQat2NivB1uW1PDEqWkv1LHA4bpNebQp { color:#b7b7b7;display:block;width:62.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0.11249923706055rem;left:6.25rem;height:1.137875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MVMpwbKiparuvqXkRdrKLr9BL9g0iCIz { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:14.5rem;top:0rem;left:30.25rem;display:block; }
#OblNySuTJ82piOvWvKobELaTVFIz9JOf .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#OblNySuTJ82piOvWvKobELaTVFIz9JOf .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0.460625rem;padding-right:0.408125rem;padding-bottom:0.460625rem;padding-left:0.408125rem;display:block;align-items:center;width:2.45rem;min-width:2.45rem;height:2.474375rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.841875rem;font-weight:700;line-height:39.59px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OblNySuTJ82piOvWvKobELaTVFIz9JOf .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.26625rem;height:0.978125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.690625rem;font-weight:400;line-height:15.65px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#OblNySuTJ82piOvWvKobELaTVFIz9JOf { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:17.0625rem;height:4.66125rem;padding-top:0.575625rem;padding-right:0.583125rem;padding-bottom:0.575625rem;padding-left:0.583125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:1rem;left:28.385414123535rem;z-index:15004; }
#OblNySuTJ82piOvWvKobELaTVFIz9JOf #EpzwaiPZksMqnTW4FODMTmWxGb4Xk0Az { display:flex;position:relative;top:0rem;left:0rem; }
#OblNySuTJ82piOvWvKobELaTVFIz9JOf #ybg4pun0FBgk4Bq8oF28S1wcvF4W5KWB { width:auto; }
#OblNySuTJ82piOvWvKobELaTVFIz9JOf #aFQsBZhVWabzRQxbrVZ3eM3pFRAR3loK {  }
#OblNySuTJ82piOvWvKobELaTVFIz9JOf #A1KscLeW9q6IeLrvHGhTztL1FHDeN0pJ { display:flex;position:relative;top:0rem;left:0rem; }
#OblNySuTJ82piOvWvKobELaTVFIz9JOf #qMAJQmgiSWcz47vCnCn8ZUQuEkdK3vFu {  }
#OblNySuTJ82piOvWvKobELaTVFIz9JOf #bAaRRNTD0xCu1xTdGILBZkmAD4JPZnzv {  }
#OblNySuTJ82piOvWvKobELaTVFIz9JOf #WROl9ESkT5T1qQ9BVHe0fIADdeIb5syX { display:flex;position:relative;top:0rem;left:0rem; }
#OblNySuTJ82piOvWvKobELaTVFIz9JOf #aclZc8LVIIkTeyTraqy2MmNlTAw4phiQ {  }
#OblNySuTJ82piOvWvKobELaTVFIz9JOf #EJ5996n5Eq63q5wS0Ir8Uqx6bEKy5ZZl {  }
#OblNySuTJ82piOvWvKobELaTVFIz9JOf #Z9w5PDyW6U3lNA8KMvP6b3cb5xh4DExg { display:flex;position:relative;top:0rem;left:0rem; }
#OblNySuTJ82piOvWvKobELaTVFIz9JOf #i0prlG8uzdLCgpt7pwerm53k8Jdxt8Ot {  }
#OblNySuTJ82piOvWvKobELaTVFIz9JOf #hJXio9KGwTh4tehTz4XD3W5s8GT4VP2o {  }
#eG92MhbtnPyC7xNFd7ddrXND3xJDWfSG { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:7.625rem;left:29.375rem;display:block; }
#wWs6S5pzCXEQQapotWqZ9BNuNk81Bq70 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xAAno80sv41HCuc14Ua1HLzx0VB5LrRS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), #2c2f79);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), #2c2f79);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), #2c2f79);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), #2c2f79);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#2c2f79' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#2c2f79' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), #2c2f79);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#xAAno80sv41HCuc14Ua1HLzx0VB5LrRS > .row .container { border-width: 0; border-radius: 0; }#xAAno80sv41HCuc14Ua1HLzx0VB5LrRS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xAAno80sv41HCuc14Ua1HLzx0VB5LrRS > .row .container { font-size:0.875rem;font-family:arial;height:12.1875rem;width:75rem;position:relative;display:none; }#VfvLCuFndbDNJmaG4DRdMayR9zgT1c9H { color:rgba(var(--color-tertiary-0),1);display:block;width:47.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.125rem;left:13.75rem;height:6.825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#odcgfwZq9zQmqyIJFRa6ggAR6ppS8rQH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), #2c2f79);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), #2c2f79);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), #2c2f79);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), #2c2f79);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#2c2f79' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#2c2f79' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), #2c2f79);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#odcgfwZq9zQmqyIJFRa6ggAR6ppS8rQH > .row .container { border-width: 0; border-radius: 0; }#odcgfwZq9zQmqyIJFRa6ggAR6ppS8rQH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#odcgfwZq9zQmqyIJFRa6ggAR6ppS8rQH > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:none; }#rogHiGREz5gcZWgihOvPF7RnaaNUfc6U { background-color:rgba(147,150,234,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:4.375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:0rem;left:25.625rem;display:block; }
#um2WMlobvifewILsrl9ieJNkVBpwx7TB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#biD0vTKbnZG8retJ4ciqA6SRxQOMyqtv { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K5vScHtEvxNFFRohaHb0svRwqqWhQkX1 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:1.25rem;left:25.625rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QLVUQDRMs2Bs1uSiOU7xmVmgPEdkKDgC { position:absolute;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #9396ea;border-left:0.0625rem solid #9396ea;border-right:0.0625rem solid #9396ea;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.375rem;width:23.625rem;top:0rem;left:0rem;display:block; }
#tleLNEu8E9lIppcS8X0f9DI580rbqQHs { position:absolute;display:block;z-index:15015;background-color:#9396ea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:51.375rem;top:4.3500061035156rem;left:23.6875rem;display:block; }
#lpgk5nDp7oSPsser0pcvKeMwqbCoHOUZ { background-color:rgba(147,150,234,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:4.375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:0rem;left:51.25rem;display:block; }
#wzov0zvpDM2VchokOATXXh8lXB7GBToD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qUyQdpgqT9yD9eI8KHzq0VhPCf4xHI52 { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:0.6875rem;left:53.125rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GC5bi4kM3kKX1UzbMq009liLLizEhR2o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), #2c2f79);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), #2c2f79);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), #2c2f79);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), #2c2f79);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#2c2f79' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#2c2f79' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), #2c2f79);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#GC5bi4kM3kKX1UzbMq009liLLizEhR2o > .row .container { border-width: 0; border-radius: 0; }#GC5bi4kM3kKX1UzbMq009liLLizEhR2o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GC5bi4kM3kKX1UzbMq009liLLizEhR2o > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:none; }#IapNmIlFyUxkXwSCupIf45LMHswQvg1S { background-color:rgba(147,150,234,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:4.375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#gdaCqduCGn20x7cmJkGWolDHrU7vayin { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nR6dCmKhTAnRqAJP6FkCFnMpAPrQD2Cq { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w2QDIqW6m1saA1zaMZrcN53lIDhePmwk { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.25rem;left:25.625rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zlg3Pw1wrx8zTDtUAIRETpUNTgqZaOc3 { position:absolute;display:block;z-index:15019;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #9396ea;border-left:0.0625rem solid #9396ea;border-right:0.0625rem solid #9396ea;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.375rem;width:23.625rem;top:0rem;left:25.625rem;display:block; }
#AkW3DT9TrZs7Xm3CE4T4tKAGolJSlBeD { position:absolute;display:block;z-index:15014;background-color:#9396ea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25.625rem;top:4.375rem;left:0rem;display:block; }
#fTtGJTAgLeXu4kBDOVIplFxSTXo6TQAV { background-color:rgba(147,150,234,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:4.375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:0rem;left:51.25rem;display:block; }
#pIdzswidR309ds22JQvwVPVAQJOCkDdh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WIhuFs4dSg2tTGlapfrmgkghd6UPaqU3 { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:0.6875rem;left:53.125rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zcyxJXzZTxw7d5L7mTL6hPxw7DyaBeLP { position:absolute;display:block;z-index:15015;background-color:#9396ea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25.625rem;top:4.375rem;left:49.375rem;display:block; }
#I4vlpdMLyiu4eQTmzCpTO6GOV7xzLhhH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), #2c2f79);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), #2c2f79);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), #2c2f79);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), #2c2f79);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#2c2f79' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#2c2f79' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), #2c2f79);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#I4vlpdMLyiu4eQTmzCpTO6GOV7xzLhhH > .row .container { border-width: 0; border-radius: 0; }#I4vlpdMLyiu4eQTmzCpTO6GOV7xzLhhH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I4vlpdMLyiu4eQTmzCpTO6GOV7xzLhhH > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:none; }#KFM1kJiuobuyqWiQRNV5cu6QMimcukV7 { background-color:rgba(147,150,234,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:4.375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:0rem;left:25.625rem;display:block; }
#fg71q6znmN1Sdl4sQg9MKU2D3MZ1c0B2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iiIzU4aRZCQTPUZJRMuaqnoakx2kTUOZ { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ANJU77UqR9faqsmpFTZItLeqPCuTcVky { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:1.25rem;left:25.625rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DigapEmTNoSfRea0OEwoGd7iTsp0o7r8 { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #9396ea;border-left:0.0625rem solid #9396ea;border-right:0.0625rem solid #9396ea;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.375rem;width:23.625rem;top:0rem;left:51.25rem;display:block; }
#E8KZJhHbXDZRZGsRfpWbtFqDWqAFW6xO { position:absolute;display:block;z-index:15015;background-color:#9396ea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:51.3125rem;top:4.3500003814697rem;left:0rem;display:block; }
#koLcTCpyaXwPguk5ORHxSTiMIV02IVgE { background-color:rgba(147,150,234,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:4.375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#LB3XHiDPPppwo58qJxIcsacfp0xKeN6r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ciTfMrAErCiRgIbc6vMGMC7B2p5T3dS6 { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:0.6875rem;left:53.125rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RGFspC13RoQietHUTxzu4JPsL11b1EUt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), #2c2f79);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), #2c2f79);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), #2c2f79);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), #2c2f79);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#2c2f79' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#2c2f79' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), #2c2f79);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#RGFspC13RoQietHUTxzu4JPsL11b1EUt > .row .container { border-width: 0; border-radius: 0; }#RGFspC13RoQietHUTxzu4JPsL11b1EUt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RGFspC13RoQietHUTxzu4JPsL11b1EUt > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:none; }#bKd4MV1PzOdMLZkH5KPb1RNsOTfzeqgZ { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ;height:21.25rem;width:30rem;top:1.25rem;left:5.625rem;display:block; }
#yBTGJV6ZOHQz23uFk4geeHgPIlWfegtq { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ;height:19.375rem;width:30rem;top:2.1875rem;left:39.375rem;display:block; }
#qUN2lfpAsLzQ6N3t1Q6QqU9N6fWCJIGx { background-color:#3a3eb1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:16.3125rem;left:46.25rem;display:block; }
#Rk65tbnZs2FuNBX0DxP9s558IZvAA2vQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XiXiIPNOu3f81p9mhsUUMzeHbMXzAOhS { color:#080a45;display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.625rem;left:6.28125rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sZv9UBwtpWUcRFmLRW5S90JEyFyD7RDU { color:#080a45;display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:8.625rem;left:40rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a6dA6UT6VThX5ChmITyt7XI3TIvCwpt7 { color:#080a45;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.0625rem;left:6.21875rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F3gwDqOxRS3TaLcv4V65ppxyw7MnUAip { color:#080a45;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.0625rem;left:40rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qkuhc90EoNDoozrFcDtLO4ko3p98X83o { color:#9b9b9b;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:14.519790649414rem;left:6.21875rem;height:0.97511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZUcmZPGwoTo045HZiEZSkUCDf0sa3LA7 { color:#9b9b9b;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:14.5rem;left:40rem;height:0.97511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wUsL6DRPCl3DMMJ73xlso3o3T0mrtFW7 { position:absolute;display:block;z-index:15010;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:3.125rem;width:3.125rem;top:3.125rem;left:19.0625rem;overflow:hidden;display:block; }
#BUvphT1bAMEpz14k1lJMWqimT6aIiMfK { 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:3.125rem;width:3.125rem;top:3.1875rem;left:52.8125rem;overflow:hidden;display:block; }
#KzyIrDCTbsBCp2sOK3GPpTDF2rV0ShDn { background-color:#3a3eb1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:16.3125rem;left:12.5rem;display:block; }
#VX1w9CNlobVoZ9lfffJqAKFI8k7yZB9g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Sx1VirKUofgNcXDGdHWhtoM0tgpZiMmT { color:#9b9b9b;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:20.650001525879rem;left:6.25rem;height:0.97511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yvivFWMk9kxldpFNuRkDQiTA7fcWkGzy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), #2c2f79);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), #2c2f79);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), #2c2f79);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), #2c2f79);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#2c2f79' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#2c2f79' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), #2c2f79);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#yvivFWMk9kxldpFNuRkDQiTA7fcWkGzy > .row .container { border-width: 0; border-radius: 0; }#yvivFWMk9kxldpFNuRkDQiTA7fcWkGzy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yvivFWMk9kxldpFNuRkDQiTA7fcWkGzy > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:none; }#Mpr7Qkuhfoq08T1RXdelhFTHcJMR4Q1V { color:rgba(var(--color-tertiary-0),1);display:block;width:51.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:0.6875rem;left:6.8125rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MSeliVcaEwV4Fdi9IP4p5HyBUBvMtTN2 { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:1.0625rem;left:66rem; }
#tVK60bCmxuyV7WZL1EGP3QovcOV6yObJ { background-color:rgba(var(--color-primary-4),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:63.75rem;height:4.375rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:0rem;left:5.625rem;display:block; }
#dEfkCAeqDT3kDp9J8FzGh6bXzUo2im85 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V7GQIuJ4VleuMIcR1KgUNCpDXBeoathv { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(135deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(135deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(135deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(135deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:4.375rem;width:63.75rem;top:0rem;left:5.625rem;display:block; }
#NdZiZWzrCyeWceqmga2JaSuOaxJvE0kv { color:rgba(var(--color-tertiary-0),1);display:block;width:53.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:2.2124996185302rem;left:6.8125rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AUVdsQQhyHznwEtatUTRSvEUSZuWS0Ms { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), #2c2f79);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), #2c2f79);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), #2c2f79);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), #2c2f79);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#2c2f79' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#2c2f79' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), #2c2f79);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#AUVdsQQhyHznwEtatUTRSvEUSZuWS0Ms > .row .container { border-width: 0; border-radius: 0; }#AUVdsQQhyHznwEtatUTRSvEUSZuWS0Ms > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AUVdsQQhyHznwEtatUTRSvEUSZuWS0Ms > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:none; }#A8SI1DT6iE5ZS9ezyEg723E44FIamSbb { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.15rem;height:3.65rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:17.625rem;left:20.625rem;display:block; }
#bfU2geUQUmd4yD7XDm5OoqCJkLC9LiMP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pOiB6ukhJXICfMgBubDCcForMHW6XT4S { color:rgba(var(--color-tertiary-0),1);display:block;width:50.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.125rem;left:12.28125rem;height:1.95023125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LkTyoiC8WPL0P5K9zGRdIedV8cKsOMdb { color:rgba(var(--color-tertiary-0),1);display:block;width:60.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7.8500061035156rem;left:8.625rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TtpEtfUACoBQZqt3hcdHyn4cH5T4xCKZ { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.05rem;height:3.55rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:17.625rem;left:38.125rem;display:block; }
#Qo5iHb6aw09TEkP16kQWA1d1DMGXsXAQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I4oOLErc148PkN4r8ZrF20n1LxoTqVys { color:rgba(var(--color-tertiary-0),1);display:block;width:61rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:11.200012207031rem;left:8.625rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qGxT38xOXLsQXECTFDBiuJmtKtW7H1lp { 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:15005;opacity:1;top:7.6000061035156rem;left:5.9375rem; }
#S50VaK63X4U5psaqT7pcRiqI4goZrrP4 { 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:15006;opacity:1;top:10.9375rem;left:5.9375rem; }
#TLyRJLvcZHKXP4Ggw7xLUR24cs6xf2wi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), #2c2f79);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), #2c2f79);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), #2c2f79);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), #2c2f79);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#2c2f79' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#2c2f79' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), #2c2f79);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TLyRJLvcZHKXP4Ggw7xLUR24cs6xf2wi > .row .container { border-width: 0; border-radius: 0; }#TLyRJLvcZHKXP4Ggw7xLUR24cs6xf2wi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TLyRJLvcZHKXP4Ggw7xLUR24cs6xf2wi > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:none; }#bxc32vF8muvhZ8MvtNIkSbEtAkokECgl { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #5256cc, rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(135deg, #5256cc, rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(135deg, #5256cc, rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(135deg, #5256cc, rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5256cc', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5256cc', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(135deg, #5256cc, rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ;height:21.25rem;width:30rem;top:1.25rem;left:5.625rem;display:block; }
#rwgiEROWbVHTx8ANnqJ7TobZxRqkvCqs { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #5256cc, rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(135deg, #5256cc, rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(135deg, #5256cc, rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(135deg, #5256cc, rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5256cc', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5256cc', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(135deg, #5256cc, rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ;height:19.375rem;width:30rem;top:2.1875rem;left:39.375rem;display:block; }
#P7hyDFZHacuHvW8uBCwRbTwJbS5lTWqL { background-color:rgba(var(--color-tertiary-0),0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:16.3125rem;left:46.25rem;display:block; }
#XkeyvirH4bmUUAGVwnBbHO4FsTNBw66c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MbupnQitFiyRRPqD1UC0xxqtTRMrN3g5 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.625rem;left:5.71875rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#llIQhDPGR0E6lnMUc7kl2QpkfOVnso7y { color:rgba(var(--color-tertiary-0),1);display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:8.625rem;left:40rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h4T9lretyBJtH75k2WecXTKHF297bXm4 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.0625rem;left:6.21875rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cNEQTN3oQav0wc3pQHHnlhcafZvoEtGW { color:rgba(var(--color-tertiary-0),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.0625rem;left:40rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sneJM8GcM6rU3FhTewhB1UzUqdAqaJdv { color:#b0b0b0;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:14.5rem;left:40rem;height:0.97511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iCXGmTcfyGpoEc5SMgECoBsTwuJwRkUC { position:absolute;display:block;z-index:15036;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.75rem;width:13.5625rem;top:3.34375rem;left:13.84375rem;overflow:hidden;display:block; }
#hRDzaCE06kIDuwXcpFRawtLZl0Zaolr9 { position:absolute;display:block;z-index:15037;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.75rem;width:13.5625rem;top:3.34375rem;left:47.59375rem;overflow:hidden;display:block; }
#DXQebhRTf96eOuiDBUc0qll2TmSucXXX { background-color:rgba(var(--color-tertiary-0),0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:16.3125rem;left:12.5rem;display:block; }
#HtR1xk9bg5DzfturM9ZGAcbuKQnZSnky { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XexfZmzT1p5blSnFkL5aiUJT4dT2SxsQ { color:#b0b0b0;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:14.46249961853rem;left:6.21875rem;height:0.97511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ydTVyFrbw2rEyXWtqowePFzWokiSWsQf { color:#9b9b9b;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:20.6875rem;left:6.25rem;height:0.97511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Btm9IAfn0NDXTiEdPWFB5LnLo49OZseR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), #2c2f79);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), #2c2f79);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), #2c2f79);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), #2c2f79);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#2c2f79' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#2c2f79' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), #2c2f79);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Btm9IAfn0NDXTiEdPWFB5LnLo49OZseR > .row .container { border-width: 0; border-radius: 0; }#Btm9IAfn0NDXTiEdPWFB5LnLo49OZseR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Btm9IAfn0NDXTiEdPWFB5LnLo49OZseR > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:none; }#iA0hSZKS2n7lq2sXa94vmi0fc3P5WNrM { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.15rem;height:3.65rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:17.625rem;left:20.625rem;display:block; }
#UI3MgeZuCfSaV0rGoGEinD4R9T7AkW9T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zd1aWt2NBFAABw2PxZ70xHo6tMG6AfvA { color:rgba(var(--color-tertiary-0),1);display:block;width:50.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.125rem;left:12.28125rem;height:1.95023125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VQGr0HeTcoZe4K6ghlUyxEBBR15wuRH9 { color:rgba(var(--color-tertiary-0),1);display:block;width:56.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7.8499755859375rem;left:8.625rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SCIPzvtBWwlU2lXAGDTCKQgaQLOlo6cE { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.05rem;height:3.55rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:17.625rem;left:38.125rem;display:block; }
#yF7kLmwnhbKRoouuOp7DTCo0eQMwGMKE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rhL8poJs0niATyGvwwE34ZyZ6hATITnz { color:rgba(var(--color-tertiary-0),1);display:block;width:64.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:12.450000762939rem;left:8.625rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pP49smeJaF9Tf443hC7ifppSAoNlE5b1 { 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:15005;opacity:1;top:7.6000061035156rem;left:5.9375rem; }
#yT7mrdVhJ3gnLPVwO5XlgBS5Hi0rezAN { 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:15006;opacity:1;top:12.1875rem;left:5.9375rem; }
#Tt81l550ntPti1sBTJkMhT8rlRn5RGmr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), #2c2f79);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), #2c2f79);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), #2c2f79);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), #2c2f79);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#2c2f79' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#2c2f79' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), #2c2f79);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Tt81l550ntPti1sBTJkMhT8rlRn5RGmr > .row .container { border-width: 0; border-radius: 0; }#Tt81l550ntPti1sBTJkMhT8rlRn5RGmr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tt81l550ntPti1sBTJkMhT8rlRn5RGmr > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:none; }#abDylg98amBHvlHFOV4gDHUPqW4mfEdU { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(135deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(135deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(135deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(135deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ;height:21.25rem;width:30rem;top:1.25rem;left:5.625rem;display:block; }
#c8TWLIS0qoMylxVolWxwuxvlAm967JmC { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(135deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(135deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(135deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(135deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ;height:19.375rem;width:30rem;top:2.1875rem;left:39.375rem;display:block; }
#C92P6GS0qcgmTgT1qCmLz5kpcOaBeM3w { color:rgba(var(--color-tertiary-0),1);display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.625rem;left:6.28125rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VwdOV7peVezuLCtlewk7dKBxQVgMmBG2 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:8.625rem;left:40rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qDlmQBE7IxyCieEt38wHMq4W77nB1zmt { color:rgba(var(--color-tertiary-0),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.0625rem;left:6.21875rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FTRMh0JCMQR3THo0AJ1Ju9J1mhSFOc4M { color:rgba(var(--color-tertiary-0),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.0625rem;left:40rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gx7LcVSX4ZpJehue4ucbylizfaX8Uf5l { color:#cacaca;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:14.519790649414rem;left:6.21875rem;height:0.97511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vZWZInteZSoEgA9Lh28s97oTTmbpyGh6 { color:#cacaca;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:14.5rem;left:40rem;height:0.97511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W0uy3UcBXgH2f8EmakxaUL32oSydcfDT { position:absolute;display:block;z-index:15010;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:3.125rem;width:3.125rem;top:3.125rem;left:19.0625rem;overflow:hidden;display:block; }
#zakxGFJr5S8qsAVEaleU1DdW0NnrfqBU { 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:3.125rem;width:3.125rem;top:3.1875rem;left:52.8125rem;overflow:hidden;display:block; }
#Da2flPTfcmFfFxKXT3DSqarS7siPJMWv { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:16.3125rem;left:12.5rem;display:block; }
#ok71XLo2XAKHsZJOZRQy2gtSqTo49TFT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#THfIw5qRnzFxeb7OIwirLKTG33Gt0ulE { color:#d3d3d3;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:20.625rem;left:6.25rem;height:0.97511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RItRIAncy4O4oAKh1WrdRMni2I9ICy3F { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:16.3125rem;left:46.25rem;display:block; }
#NPLe44vsmlTFVKqf94Mv3tg1lH9Vq8nR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DnII1me8iU49HUW3mmz5L6VTNCILXQ7M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), #2c2f79);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), #2c2f79);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), #2c2f79);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), #2c2f79);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#2c2f79' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#2c2f79' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), #2c2f79);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#DnII1me8iU49HUW3mmz5L6VTNCILXQ7M > .row .container { border-width: 0; border-radius: 0; }#DnII1me8iU49HUW3mmz5L6VTNCILXQ7M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DnII1me8iU49HUW3mmz5L6VTNCILXQ7M > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:75rem;position:relative;display:none; }#oZr9TrquDTy9SR13fzVd0QKewrt29n3e { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),0.49);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:63.75rem;top:2.5rem;left:5.625rem;display:block; }
#fNnTCLS2T1Kf61T5DlD5VfQ3SJWZXKdr { color:rgba(var(--color-tertiary-0),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.63645935058594rem;left:5.625rem;height:1.21875rem;font-style:normal;display:block; }
#U020Xs5Xnd4k2FrtT63uge9WcqchHOQn { color:rgba(var(--color-tertiary-0),1);display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.63645935058594rem;left:45.4375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UMlfbmThU4f9pBkdtWDoAIVDXeUGn4T4 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.63645935058594rem;left:61.125rem;height:1.21875rem;font-style:normal;display:block; }
#odVWnOoaFwABMnCemohkUwWP57ld5km5 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.49);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:63.75rem;top:7.6875rem;left:5.625rem;display:block; }
#v9pQvRZRIiInQRCv3B4n20WQybQBxDK3 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),0.49);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:63.75rem;top:12.6875rem;left:5.625rem;display:block; }
#gTHSsq7zLRH4ZE9sUAr7qqavllOSxzob { color:rgba(var(--color-tertiary-0),1);display:block;width:39.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.8125rem;left:5.625rem;height:2.6rem;font-style:normal;display:block; }
#HL8XUfebL65CaXBJVh0slHOrB34eOGTq { 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:15011;opacity:1;top:4.1749877929688rem;left:64.40625rem; }
#FBz62J5zLw4Rxk19T04aA5F9pl9kJnHS { 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:15010;opacity:1;top:4.1749877929688rem;left:50.8125rem; }
#xUtcZczoRFWyQRrvkLpBmJVWneAFynMP { color:rgba(var(--color-tertiary-0),1);display:block;width:31.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:8.9375rem;left:5.625rem;height:2.6rem;font-style:normal;display:block; }
#GRN00CW7L9u3B9PhPvCnhwI1W5GEMnOd { 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:15012;opacity:1;top:9.3125rem;left:50.8125rem; }
#SPIdVo7yTA1I5LW1Jkot9P9i05RZTB22 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),0.49);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:63.75rem;top:17.6875rem;left:5.625rem;display:block; }
#EHnQS2VcZQmX9yC6A7uJdMMyuR1yGTO0 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:14.625rem;left:5.625rem;height:1.3rem;font-style:normal;display:block; }
#OzcIllwZbec2n0APh1qsbcTBOVaMfBxA { 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:15016;opacity:1;top:14.3125rem;left:50.8125rem; }
#xH7rh57QTIPFaRLS5TarAAyzbFWPqomP { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),0.49);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:63.75rem;top:22.6875rem;left:5.625rem;display:block; }
#nBxcrrwO87amXhLHhK7lWvW2BKszfsH5 { 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:19.3125rem;left:50.8125rem; }
#N7qlgiEebCEuqmNC0PZtxcdzJvekKqRz { color:rgba(var(--color-tertiary-0),1);display:block;width:35.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:18.9375rem;left:5.625rem;height:2.4375rem;font-style:normal;display:block; }
#IyKqStrqxybPzSRTDyH4uqMM5Jf9mrNQ { 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:15021;opacity:1;top:19.3125rem;left:64.4375rem; }
#raJR1hKaiDBNIWHGr1bJVhtOMtUaEnsv { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:23.9375rem;left:5.625rem;height:2.6rem;font-style:normal;display:block; }
#LD2RZTGHb1Kh38zFeiJ7guWwpa984wms { 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:15024;opacity:1;top:24.3125rem;left:50.8125rem; }
#Al0eOAxEq3JmGl5TnLwx1S1ITQUU2HCF { 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:15025;opacity:1;top:24.3125rem;left:64.4375rem; }
#DhoxHaLotRAU7aM34EIu6889LQTW7fXt { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),0.49);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:63.75rem;top:28.076388895512rem;left:5.625rem;display:block; }
#blrILNTeKDggDagxWc3Eo1ib8XDWU3Tf { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:29.951388895512rem;left:5.625rem;height:1.3rem;font-style:normal;display:block; }
#PxerzlNHrFOEAI1dmvw46iIyTe2Ipbo6 { 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:15027;opacity:1;top:29.6875rem;left:64.4375rem; }
#tgG8AAo3AvxIQ2MuyFfH3C45ouvygqm3 { 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:15026;opacity:1;top:29.6875rem;left:50.8125rem; }
#Oty1GMPIyuhgR5LsAS6PndKT6KDPPXwC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1923b1ad-0c87-42e6-8524-3e6797ec475f/shutterstock_2015621219.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Oty1GMPIyuhgR5LsAS6PndKT6KDPPXwC.adaptive-delivery-prevent-bg, #Oty1GMPIyuhgR5LsAS6PndKT6KDPPXwC.lazyload, #Oty1GMPIyuhgR5LsAS6PndKT6KDPPXwC.lazyloading { background-image: none; }#Oty1GMPIyuhgR5LsAS6PndKT6KDPPXwC > .row .container { border-width: 0; border-radius: 0; }#Oty1GMPIyuhgR5LsAS6PndKT6KDPPXwC::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; }#Oty1GMPIyuhgR5LsAS6PndKT6KDPPXwC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Oty1GMPIyuhgR5LsAS6PndKT6KDPPXwC > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:75rem;position:relative;display:none; }#wgmdPyNGTew1ebNnioMhR4i0O0C7rpKy { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KSDTahVVyiWAEwZrfUH0oXxR0cGLnPc1 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15120;line-height:1.5;letter-spacing:0;top:11.3125rem;left:19.34375rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gd5EToUiJPTngo2oTS0MXyhXz7iM6BVa { position:absolute;display:block;z-index:15115;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;box-shadow: none;height:12.5rem;width:12.5rem;top:9.5625rem;left:5.625rem;overflow:hidden;display:block; }
#GdBlwcCP575RLIRPWgdsUQxqgQXVGCgg { position:absolute;display:block;z-index:15116;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;box-shadow: none;height:12.5rem;width:12.5rem;top:9.53125rem;left:56.875rem;overflow:hidden;display:block; }
#tI46OeUbwE2G3LPvRdFH5zKadDPtHMyF { position:absolute;display:block;z-index:15018;background-color:#320d48;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:63.75rem;top:9.5625rem;left:5.625rem;display:block; }
#tBI5W69dPXUTKu8q8oXBBTC6d0tRbH3z { color:rgba(var(--color-tertiary-0),1);display:block;width:33.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15121;line-height:1.5;letter-spacing:0;top:18.736457824707rem;left:20.65625rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vXfcAfBOLw9Nb7wcSDiPGSHIJKhwAaEB { color:rgba(var(--color-tertiary-0),1);display:block;width:38.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15121;line-height:1.5;letter-spacing:0;top:15.867706298828rem;left:18.15625rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J8tiChtKzPBJplI2CLznSVpAy2wQp22J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/35af0d90-d853-4776-be13-ce737e9df5e9/BIGHotelCityHotel48.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J8tiChtKzPBJplI2CLznSVpAy2wQp22J.adaptive-delivery-prevent-bg, #J8tiChtKzPBJplI2CLznSVpAy2wQp22J.lazyload, #J8tiChtKzPBJplI2CLznSVpAy2wQp22J.lazyloading { background-image: none; }#J8tiChtKzPBJplI2CLznSVpAy2wQp22J > .row .container { background-color: transparent; background-image: none; }#J8tiChtKzPBJplI2CLznSVpAy2wQp22J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(8,9,55,0.7); }#J8tiChtKzPBJplI2CLznSVpAy2wQp22J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8tiChtKzPBJplI2CLznSVpAy2wQp22J > .row .container > .video-iframe-container { display: none; }#J8tiChtKzPBJplI2CLznSVpAy2wQp22J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(8,9,55,0.7); }#J8tiChtKzPBJplI2CLznSVpAy2wQp22J > .row > .video-iframe-container { display: none; }#J8tiChtKzPBJplI2CLznSVpAy2wQp22J > .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); }#J8tiChtKzPBJplI2CLznSVpAy2wQp22J > .row .container { border-width: 0; border-radius: 0; }#J8tiChtKzPBJplI2CLznSVpAy2wQp22J::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; }#J8tiChtKzPBJplI2CLznSVpAy2wQp22J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J8tiChtKzPBJplI2CLznSVpAy2wQp22J > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#shvnf92qO6h82f5953e3OV6DwGoJyuZc { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uvAmhR9TgQasNe4nS2f7EOKgVJV3plRp { color:rgba(var(--color-tertiary-0),1);display:block;width:32rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:17.28125rem;left:43rem;height:13.5rem;text-align:center;text-align-last:center;display:block; }
#vzJZT7LE3fUapZVo0I5DTnctJsuEvqNu { position:absolute;display:block;z-index:15022;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:13.0625rem;width:9rem;top:6.375rem;left:55.875rem;overflow:hidden;display:block; }
#xONm2yxHnvHcULviU7ppPPtJzts9XfGT { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:32.53125rem;left:50.875rem;display:block; }
#ocHXrWIMXdu5ZOELnTsqNFWWbnbTM7w6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g2ki2coqSfObFHTF0n5rfgCNosoR0HCt { position:relative;display:none; }#g2ki2coqSfObFHTF0n5rfgCNosoR0HCt { border-width: 0; border-radius: 0; }#g2ki2coqSfObFHTF0n5rfgCNosoR0HCt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#g2ki2coqSfObFHTF0n5rfgCNosoR0HCt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:53.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#lh32Dgyxxd442WIzCzprW6Avd5RTFKTo { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WWLAnhIzzw3syeb3UOCIlL5Q2BtCt60I { color:rgba(var(--color-tertiary-3),1);display:block;width:62.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:7.625rem;left:6.25rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mrk2wsWRsis4nTbDnutDAWkcOdGSerlW { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:7.5rem;width:7.5rem;top:10.75rem;left:33.75rem;overflow:hidden;display:block; }
#ODtUPzAdTteB2orOJoXGrTM2QpASD4pn { color:rgba(var(--color-tertiary-3),1);display:block;width:62.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:18.875rem;left:6.25rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aI4uTCH1kTkB451CVztXhCpFnpaNndQc { color:rgba(var(--color-tertiary-3),1);display:block;width:62.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:24.375rem;left:6.25rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lH6yzx5C9WBpNkqTcuzT70ua50WVqPFF { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:27.625000953674rem;left:4.375rem;overflow:hidden;display:block; }
#e7LKTfHo1nmi9B2DTAf6eXB0vXeBAMCc { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:27.625rem;left:19.375rem;overflow:hidden;display:block; }
#TwaAUmEcmIAswLRF4moxehtQPa5QNEo7 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:27.625rem;left:34.375rem;overflow:hidden;display:block; }
#AP6QHd2yc713oZgJmvZ6V9HXNQrmrUQ3 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:27.625rem;left:49.375rem;overflow:hidden;display:block; }
#FPAuRCZOQ7DwBSJWtF6q4AEHGzEHn26P { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:27.625rem;left:64.375rem;overflow:hidden;display:block; }
#gg2hSoAHcImnqZSrlMgw8EiGVhou0EbS { color:rgba(var(--color-tertiary-3),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:34.5rem;left:0rem;height:3.675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cJzMCaywHMIlBFagOcT8FqzHiiM7oK4p { color:rgba(var(--color-tertiary-3),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:34.5rem;left:15rem;height:2.45rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hVEJgkQR8oyIgtpaFOW8cGy9fJiC4EyG { color:rgba(var(--color-tertiary-3),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:34.5rem;left:45rem;height:2.45rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S4CR8vo2ulOeOpL5XwvNNpZV2Nbrdv7k { color:rgba(var(--color-tertiary-3),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:34.5rem;left:30rem;height:2.45rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ygnd9yXlkOiNDfW8KnTyuSZNxHTxSuy2 { color:rgba(var(--color-tertiary-3),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:34.5rem;left:60rem;height:2.45rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fi5DhZ076JFPQ72BhIwfW3dNpgxT9klp { color:rgba(var(--color-tertiary-3),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:46.9375rem;left:0rem;height:2.45rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nc06zT0DyMTabTzFUebIBDihsZWxVFd8 { color:rgba(var(--color-tertiary-3),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:46.9375rem;left:15rem;height:2.45rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t3mKgkceug4Lv9GVQqhI0fOxTOAWSqey { color:rgba(var(--color-tertiary-3),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:46.9375rem;left:30rem;height:1.225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oVJoPK4ELoc1DNJzbpPVrZeVPfIluSvV { color:rgba(var(--color-tertiary-3),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:46.9375rem;left:45rem;height:1.225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TMEwAyTpr77tLyLTdNxzfNOAnBaUqkSR { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:5.875rem;width:5.875rem;top:40.0625rem;left:4.375rem;overflow:hidden;display:block; }
#IbpnbKQHEyDWccbGgvQh9aTsN82HzVeP { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:40.0625rem;left:19.375rem;overflow:hidden;display:block; }
#vGizc3TzZEQWf5UmvlScT3F1NUMqftU2 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:40.0625rem;left:34.375rem;overflow:hidden;display:block; }
#P8Go2HfUDVImswcIQzFqIJGa2xpvbDNv { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:40.0625rem;left:49.375rem;overflow:hidden;display:block; }
#E6JPOvBOvbeBarTnMi3uIn7T0TcqhvSt { color:rgba(var(--color-tertiary-3),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:46.9375rem;left:60rem;height:1.225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KDJTBFdtABbFAkVlXOZZrDTRQ533s58t { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:40.0625rem;left:64.375rem;overflow:hidden;display:block; }
#dWzg69qfI4C1MOBQUExoHOznuZrD1hbH { position:relative;display:block; }#dWzg69qfI4C1MOBQUExoHOznuZrD1hbH { background-color: transparent; background-image: none; }#dWzg69qfI4C1MOBQUExoHOznuZrD1hbH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWzg69qfI4C1MOBQUExoHOznuZrD1hbH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWzg69qfI4C1MOBQUExoHOznuZrD1hbH > .row .container > .video-iframe-container { display: none; }#dWzg69qfI4C1MOBQUExoHOznuZrD1hbH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWzg69qfI4C1MOBQUExoHOznuZrD1hbH > .row > .video-iframe-container { display: none; }#dWzg69qfI4C1MOBQUExoHOznuZrD1hbH > .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); }#dWzg69qfI4C1MOBQUExoHOznuZrD1hbH { border-width: 0; border-radius: 0; }#dWzg69qfI4C1MOBQUExoHOznuZrD1hbH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dWzg69qfI4C1MOBQUExoHOznuZrD1hbH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FXc7ENht4eTShSbmgg3t9vf90mp1KMx1 { position:absolute;display:block;z-index:15019;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:75rem;top:0rem;left:0rem;display:block; }
#TE1sud7eFnO2TUV7MLWwTpdZT99JoUBU { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BgOBXToux6Oc1hdBLHcUX7Pe9kGSHOLl { position:relative;display:block; }#BgOBXToux6Oc1hdBLHcUX7Pe9kGSHOLl { background-color: transparent; background-image: none; }#BgOBXToux6Oc1hdBLHcUX7Pe9kGSHOLl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BgOBXToux6Oc1hdBLHcUX7Pe9kGSHOLl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BgOBXToux6Oc1hdBLHcUX7Pe9kGSHOLl > .row .container > .video-iframe-container { display: none; }#BgOBXToux6Oc1hdBLHcUX7Pe9kGSHOLl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BgOBXToux6Oc1hdBLHcUX7Pe9kGSHOLl > .row > .video-iframe-container { display: none; }#BgOBXToux6Oc1hdBLHcUX7Pe9kGSHOLl > .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); }#BgOBXToux6Oc1hdBLHcUX7Pe9kGSHOLl { border-width: 0; border-radius: 0; }#BgOBXToux6Oc1hdBLHcUX7Pe9kGSHOLl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BgOBXToux6Oc1hdBLHcUX7Pe9kGSHOLl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:56.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eOFtJUFdnAJFc2QXi6U6DsXZL6S6bo9y { position:absolute;display:block;z-index:15018;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.25rem;width:16.75rem;top:23.811950683594rem;left:29.124713420868rem;overflow:hidden;display:block; }
#pAy9EvQlBS2Z07O9nSPTEJnFipAHJGs3 { color:#bcbcbc;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:20.061950683594rem;left:18.749276638031rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
#qV6KtgHK6Thfx5dnmHbc76oOqFr5RIdM { color:rgba(var(--color-tertiary-3),1);display:block;width:74.999375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:39.561340332031rem;left:0rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lRTvTMt6q34QSR9ycLOu8iSCwEDiebuh { position:absolute;display:block;z-index:15019;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:9.06175rem;width:23.43675rem;top:44.873840332031rem;left:25.749423503876rem;overflow:hidden;display:block; }
#oRru5Lmim3oSybe5ponr0guQ4voMneoE { color:#bcbcbc;display:block;width:37.49925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:27.559753417969rem;left:18.747830867768rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
#CAw2DcdCaQWK38FFx74hChLLdWcxSL3T { position:absolute;display:block;z-index:15019;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:4.81191875rem;width:18.312375rem;top:31.684509277344rem;left:28.343463420868rem;overflow:hidden;display:block; }
#Bc8ypw8FlXVRXnQC7z4NgzsWkePc5chl { color:#bcbcbc;display:block;width:37.49925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:1.2492771148682rem;left:18.749276638031rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
#L2vrr47Svl139zWcOusGCHQCNQvPhsvo { position:absolute;display:block;z-index:15019;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:10.2488125rem;width:14.9985625rem;top:1.602285861969rem;left:14.171731472016rem;overflow:hidden;display:block; }
#t5JEetQA24HgRMXfLJN8ai13ArAxDttT { position:absolute;display:block;z-index:15020;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.3747125rem;width:9.99925rem;top:4.0364589691162rem;left:45.310332775116rem;overflow:hidden;display:block; }
#IdQvRctmtqcqkXug4fUPm6RLWpFThtFq { position:absolute;display:block;z-index:15020;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:4.1247125rem;width:11.3121875rem;top:12.725695371628rem;left:16.014178752899rem;overflow:hidden;display:block; }
#USnBBBkg4atgJoh04lAbX0HJL6HxA98m { position:absolute;display:block;z-index:15021;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:3.4375rem;width:11.25rem;top:13.067853689194rem;left:44.683887004853rem;overflow:hidden;display:block; }
#tSS6UaBkRXItTnxfyIDmhlafEG1VZILV { position:relative;display:none; }#tSS6UaBkRXItTnxfyIDmhlafEG1VZILV { border-width: 0; border-radius: 0; }#tSS6UaBkRXItTnxfyIDmhlafEG1VZILV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tSS6UaBkRXItTnxfyIDmhlafEG1VZILV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:13rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#JPVN7b6S41OoUNztRlRt05TKfSEwsE8F { position:absolute;display:block;z-index:15018;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.25rem;width:16.75rem;top:3.75rem;left:10.375rem;overflow:hidden;display:block; }
#kJF2wfTcOMZh9zp3oPLK6U0RKXxIhFSZ { color:#bcbcbc;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:0rem;left:37.5rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
#LxbXlCQfLbKkDEEitPHMreLkk1UVT78z { position:absolute;display:block;z-index:15036;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:3.875rem;width:18.75rem;top:2.9375rem;left:46.875rem;overflow:hidden;display:block; }
#Ki9SVH7m7bynCeCfUkMk2BCbThsDDShP { color:#bcbcbc;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
#mLKTLy8nEXQ77uITdI66Jr3w9mfBq1uJ { position:relative;display:block; }#mLKTLy8nEXQ77uITdI66Jr3w9mfBq1uJ { background-color: transparent; background-image: none; }#mLKTLy8nEXQ77uITdI66Jr3w9mfBq1uJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mLKTLy8nEXQ77uITdI66Jr3w9mfBq1uJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mLKTLy8nEXQ77uITdI66Jr3w9mfBq1uJ > .row .container > .video-iframe-container { display: none; }#mLKTLy8nEXQ77uITdI66Jr3w9mfBq1uJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mLKTLy8nEXQ77uITdI66Jr3w9mfBq1uJ > .row > .video-iframe-container { display: none; }#mLKTLy8nEXQ77uITdI66Jr3w9mfBq1uJ > .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); }#mLKTLy8nEXQ77uITdI66Jr3w9mfBq1uJ { border-width: 0; border-radius: 0; }#mLKTLy8nEXQ77uITdI66Jr3w9mfBq1uJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mLKTLy8nEXQ77uITdI66Jr3w9mfBq1uJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mZMp6B3QncCrOOkKV3IKqeezNqQpL0ly { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sonu5imsHkFJq0arEg4AiHKOtg0ngiyQ { position:absolute;display:block;z-index:15024;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:3.125rem;width:23.4375rem;top:9.6875rem;left:25.78125rem;overflow:hidden;display:block; }
#J1URzc1LKyKaWNRlGCEMPyV6VKcry0Co { position:absolute;display:block;z-index:15020;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:75rem;top:0.125rem;left:0rem;display:block; }
#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI { border-top:0.0625rem solid #eaeaea;border-left:0rem solid rgba(0,0,0,0);border-right:0;border-bottom:0rem solid rgba(0,0,0,0);background-color:#fdfdfd;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; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row .container { background-color: transparent; background-image: none; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row .container > .video-iframe-container { display: none; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row > .video-iframe-container { display: none; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .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); }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row .container { border-width: 0; border-radius: 0; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row .container { font-size:0.875rem;font-family:arial;height:42.25rem;width:75rem;position:relative;display:block; }#DZyDHGIhruDKDFdXzrxOG7bzb0XUSEo0 { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sV6EXFBTpdRKmcnihcB1XnsKpgHLkOhg { color:rgba(var(--color-tertiary-2),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:13.75rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#tNM1vRcSvglv0vbJ2Gok9mN9edECJhPG { color:rgba(var(--color-tertiary-3),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:11.5625rem;left:0rem;height:1.90031875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J39nsXPqOow9SelW8eA9JPBwV7wRPvKD { color:rgba(var(--color-tertiary-3),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:17.625rem;left:0rem;height:1.90031875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qfwlakZqH8pqNhq2LOX39VWQZwCkpiiw { color:rgba(var(--color-tertiary-2),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:19.8125rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#UFCSTgM40UqnCrkFFy6ao3Ne8mRwSy53 { color:rgba(var(--color-tertiary-2),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:25.9375rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#JeWbhl4N9cT46eEkDiBlT13C9KvvTloq { color:rgba(var(--color-tertiary-3),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:23.75rem;left:0rem;height:1.90031875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fXg2IeOM7tmO41Pg02c6ZZRilGRo5pGc { color:#292a79;display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:7.7614593505863rem;left:0rem;height:1.70573125rem;font-style:normal;display:block; }
#E96AhVlRJiqbxVEEDKttCtpX3Rr1bwxM { color:rgba(var(--color-tertiary-2),1);display:block;width:67.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:31.9375rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#zel7FI2DxqWaXQhGypLSGBvXJa3J9sLD { color:rgba(var(--color-tertiary-3),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15019;line-height:1.6;letter-spacing:0;top:29.75rem;left:0rem;height:1.90031875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uXS8Zm4TyUQJdTEQKwTqnKD0Fxv8JqdI { position:absolute;display:block;z-index:15022;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:15rem;width:15rem;top:7.2614593505863rem;left:60rem;overflow:hidden;display:block; }
#ECrUrooIr33O439A4HW0k0wE9nQGZVla { color:rgba(var(--color-tertiary-2),1);display:block;width:54.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:38rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#xymPBSkfDRrMnBuV2Ov66GW9socpTxko { color:rgba(var(--color-tertiary-3),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:35.8125rem;left:0rem;height:1.90031875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfdfd;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; }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row .container { background-color: transparent; background-image: none; }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row .container > .video-iframe-container { display: none; }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row > .video-iframe-container { display: none; }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .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); }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row .container { border-width: 0; border-radius: 0; }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row .container { font-size:0.875rem;font-family:arial;height:37.4375rem;width:75rem;position:relative;display:block; }#D08ZdNu3q4L5AVUKPwA5464lrMJ5k0PD { color:rgba(var(--color-tertiary-2),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:5.9260406494141rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#f0LMDGH8V7qJTzODIE3vE90GZ3CIU7LQ { color:rgba(var(--color-tertiary-3),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:3.7385406494141rem;left:0rem;height:1.90031875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yhHzztUW19z6MIGTwZ9LIu9vlX2PFwFi { color:rgba(var(--color-tertiary-3),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:9.7385406494137rem;left:0rem;height:1.90031875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#umSXavtKpW53h5pSVbkM6plakcMvtXnx { color:rgba(var(--color-tertiary-2),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:11.926040649414rem;left:0rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#imxgUCZLIvUJOumCdP3HZfsF8FS6mcrS { color:rgba(var(--color-tertiary-3),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.6;letter-spacing:0;top:17.301040649414rem;left:0rem;height:1.90031875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Om1A8RiQM8TRMnz3ibOUOHJzzP5pSlMy { color:rgba(var(--color-tertiary-2),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:19.488540649414rem;left:0rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#niiBOd1lynsPSXVNrpLATw76NIsRtInF { color:rgba(var(--color-tertiary-2),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:27.113525390625rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#TAoey98pqbh1gOdkuyeyAJJ7Qcxke14K { color:rgba(var(--color-tertiary-3),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:24.926025390625rem;left:0rem;height:1.90031875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#n3OTiKHDJpk4rCsiidd8oTMxcRzpMgr8 { color:#292a79;display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.70573125rem;font-style:normal;display:block; }
#c34BU2wcM7dahUAaoRIfm4Fmcdq2KzVA { color:rgba(var(--color-tertiary-2),1);display:block;width:72.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:33.051025390625rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#Tv2fT14lhrUbkz2oVUVs4AEwQ2WemnE1 { color:rgba(var(--color-tertiary-3),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15019;line-height:1.6;letter-spacing:0;top:30.863525390625rem;left:0rem;height:1.90031875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .row .container { background-color: transparent; background-image: none; }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .row .container > .video-iframe-container { display: none; }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .row > .video-iframe-container { display: none; }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .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); }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .row .container { border-width: 0; border-radius: 0; }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .row .container { font-size:0.875rem;font-family:arial;height:0.5rem;width:75rem;position:relative;display:block; }#tiVFrL248pJsm7zgOIWMXzQm48HR0Aon { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-3),1), #292a79);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-3),1), #292a79);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-3),1), #292a79);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-3),1), #292a79);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#292a79' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#292a79' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-3),1), #292a79);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tiVFrL248pJsm7zgOIWMXzQm48HR0Aon > .row .container { background-color: transparent; background-image: none; }#tiVFrL248pJsm7zgOIWMXzQm48HR0Aon::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tiVFrL248pJsm7zgOIWMXzQm48HR0Aon > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tiVFrL248pJsm7zgOIWMXzQm48HR0Aon > .row .container > .video-iframe-container { display: none; }#tiVFrL248pJsm7zgOIWMXzQm48HR0Aon > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tiVFrL248pJsm7zgOIWMXzQm48HR0Aon > .row > .video-iframe-container { display: none; }#tiVFrL248pJsm7zgOIWMXzQm48HR0Aon > .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); }#tiVFrL248pJsm7zgOIWMXzQm48HR0Aon > .row .container { border-width: 0; border-radius: 0; }#tiVFrL248pJsm7zgOIWMXzQm48HR0Aon > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tiVFrL248pJsm7zgOIWMXzQm48HR0Aon > .row .container { font-size:0.875rem;font-family:arial;height:21.9375rem;width:75rem;position:relative;display:block; }#dDxA71g8PA9ObV5JrNVTwLqxe6PXQ1Ff { color:rgba(var(--color-tertiary-0),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:10.261455535889rem;left:30.0625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I5RvJEqCTgu6QcuKG7R25QJ9810Bc4sS { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),0.16);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:0.125rem;width:75rem;top:17.3125rem;left:0rem;display:block; }
#Th64m1tQwFIyOuLLD2tRtVcmPpFD1Arm { color:rgba(var(--color-tertiary-0),0.6);display:block;width:50.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:18.6875rem;left:0rem;height:1.31293125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ipDVrTocZx9CH1rAcsJlNag1sfTzTzDE { color:rgba(var(--color-tertiary-0),1);display:block;width:56.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.125rem;left:9.15625rem;height:5.19965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QqNTuugUzRaK0QiXrB0XX6AidJksHI4y { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0.8);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.1875rem;height:1.75rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:18.46875rem;left:68.8125rem;display:block; }
#gZ37LTkXJKom2rEbpQQgaB0z1XV6mf0f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xafErVJAW1vqwQJenmaUziNzFBnXMd5v { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0.8);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:1.75rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:18.46875rem;left:59rem;display:block; }
#g8DOqvhhfSe4a3ngZONbR4JD6VpcZVu8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B8LghaCoHSUIf3mOnKRrEnLhE5CavuXd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#B8LghaCoHSUIf3mOnKRrEnLhE5CavuXd > .row .container { border-width: 0; border-radius: 0; }#B8LghaCoHSUIf3mOnKRrEnLhE5CavuXd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B8LghaCoHSUIf3mOnKRrEnLhE5CavuXd > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:none; }#KokSTXTdmp66cupTIrrut8ZhsAZETk4p { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.15) ;height:3.75rem;width:75rem;top:0rem;left:0rem;display:block; }
#OkTk4mgVeT9XbC0Mc5pyQeL3Fq4WLlwb { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f46a3e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:satoshi;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15139;text-align:center;text-align-last:center;top:0.625rem;left:71.75rem;display:block; }
#zg8IQJBSIZCF4FPl0VyrTPzmcbUMzqZk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e2zaTnisxFq88316wS0PITggB8On1bUm { 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:15138;opacity:1;top:0.9375rem;left:72.0625rem; }
#byn5LgQV1C0mzRSEkBzMvxe8PtMaBwaE { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#001b46;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:69.9375rem;height:3.75rem;text-decoration:none;z-index:15147;text-align:center;text-align-last:center;top:0.025001525878906rem;left:-0.0625rem;display:block; }
#CVKom9XtAhDiBx5RZdzLdorHsthStp6u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eorHt0zLgzC3aJm4QAHPlaoTrUsgIzGu { color:#787878;display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:0.6875rem;left:7.125rem;height:0.97511875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O0oOWnT5XzHDtHiyDS7T3PHRO8uXXhrs { color:#464894;display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:1.8125rem;left:7.125rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ui4TUdIFPt77uP7WnipyhqQdstfqJFD6 { position:absolute;display:block;z-index:15145;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:3.75rem;width:6.125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #RLRCl7HwlotanJXNGmxyRsIDpuCEc20S { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8c5ec464-1814-4508-bf92-425a363aff68/kongres_KVPTW_KONGRES_ILUSTRACJA_TABLET.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S.adaptive-delivery-prevent-bg, #RLRCl7HwlotanJXNGmxyRsIDpuCEc20S.lazyload, #RLRCl7HwlotanJXNGmxyRsIDpuCEc20S.lazyloading { background-image: none; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row .container { background-color: transparent; background-image: none; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row .container > .video-iframe-container { display: none; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row > .video-iframe-container { display: none; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .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); }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row .container { width:47.75rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TRzay6WfSi9AcMhrCvXkh7Iy4pxo5BGv { width:9rem;height:3.4375rem;top:0.625rem;left:22.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X6QBIWCZASRLd7NWTXyIorvNSxvNlfzF { display:block; }
 }@media only screen and (max-width: 1199px) { #CTPpw2vkxJQ6zzcwk9OJRE5z4i7NWnze { width:5.25rem;height:3.4375rem;top:0.625rem;left:42.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aT76rSRUKUhzn5RbyuWMoXBe6iCPxEL1 { display:block; }
 }@media only screen and (max-width: 1199px) { #IbUvdFKWhSegZ52JJCNOJTxB8nTdIHcF { width:2.9375rem;height:3.4375rem;top:0.625rem;left:38.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lMu2U2tCWKSAtO6VeoWyVxlyoVEdtESR { display:block; }
 }@media only screen and (max-width: 1199px) { #vbbd6nHDWPh1fRe2pfFySwZZZfSSSmLP { width:5.25rem;height:3.4375rem;top:0.625rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cLBwKhWbFbAdke6GzEPTXnDTCflRa0NT { display:block; }
 }@media only screen and (max-width: 1199px) { #tdX1u9P8qfxIzsSRZBEss4tsWBlr13G0 { top:20.3125rem;left:4.375rem;width:17.6875rem;height:0.9rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rPodQPdzU3HnDPegTRWhKQl49k2v6fWh { width:28.375rem;height:2.32465rem;top:10.25rem;left:0.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G8ivUOB6R4rRK0fcQXKeIITiEC523ZgF { width:0.375rem;height:0.375rem;top:2.1875rem;left:31.59375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #rFOJTZT9Xqsz6A5dS2EElRv1G2TzJbPa { width:0.375rem;height:0.375rem;top:2.1875rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aieEDyTBdxCZxUDVcGix5BtsU4TIfQ11 { width:0.375rem;height:0.375rem;top:2.1875rem;left:41.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #voZMtO5iC7uCMBXNZ4uaZts6PbTq9gSU { width:29.9375rem;height:4.875rem;top:13.5625rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Cl4WZy0zXV6SpndzXCTxMOvunwaQfN49 { top:7.72500038147rem;left:1.0625rem;width:11.6875rem;height:1.29948125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #melumoqFcv3HNdTq2HaL0nVCT7RyuxTZ { width:13.3125rem;height:1.625rem;top:7.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KgBtuqgzMyS8lNxgRd8MqWNzKWGky9M7 { top:21.3125rem;left:4.375rem;width:17.6875rem;height:1.05035rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T879oWQErl2JbhItl1lrM0Ar7QegbE0L { width:3.125rem;height:3.125rem;top:19.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vKga9rBUvrpALxl4HA9kMVR9Z5QLuo0f { width:14.375rem;height:1.625rem;top:7.5625rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V348qsNAmD4LTuZRFIvnL6pwJNo1NKzx { top:7.72500038147rem;left:12.125rem;width:14.8125rem;height:1.29948125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #li5k5P7pD3r8WkvDFGkulMplekIqdCDe { top:29.049999237061rem;left:0.625rem;width:18.3125rem;height:0.97511875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PezK5HzJRJVyJIk2W4Z9NgtFllmnvXLX { top:30.25rem;left:0.625rem;width:20.75rem;height:1.05625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vKyKGGKfH4kuRfTApomzo37SUTTdsSxh { width:11.0625rem;height:3.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ptIycSnTP6vA6Sxl31EUNttTGdfQnfkX { width:0.375rem;height:0.375rem;top:2.1875rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H3AEWyGovT0DuLCJlizgDdKHx7yowgkv { width:23.375rem;height:23.375rem;top:9.125rem;left:24.34375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #eAxEtiWJAkwuPMhfDpUxGTlEgg1dVOPx { width:10rem;height:12.3125rem;top:19.5625rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ers9KosNZF5kszKBIhgzMMrW1Ntg0q3D { width:10rem;height:1.05625rem;top:20.4375rem;left:37.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AOm24hFGMZvMMDdiZJQ1BIABGHQzn5Cf { width:10rem;height:6.0625rem;top:22.125rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hk2Tsw0ah8mJsshJzobVmBmsxlskFr3T { top:28.4375rem;left:37.4375rem;width:9.3125rem;height:3.16875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yqJxxgIyMWvTR2IS82hwyRQIARgDKytO { width:29.9375rem;height:0;top:25.4375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t9t8VO2DDH9Oclx4w2IaSAaGNCSEzWRS { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8c5ec464-1814-4508-bf92-425a363aff68/kongres_KVPTW_KONGRES_ILUSTRACJA_TABLET.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:none; }#t9t8VO2DDH9Oclx4w2IaSAaGNCSEzWRS.adaptive-delivery-prevent-bg, #t9t8VO2DDH9Oclx4w2IaSAaGNCSEzWRS.lazyload, #t9t8VO2DDH9Oclx4w2IaSAaGNCSEzWRS.lazyloading { background-image: none; }#t9t8VO2DDH9Oclx4w2IaSAaGNCSEzWRS > .row .container { width:47.75rem;height:32.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #k0K6JyszGk9hcA1NQilA9fBqimeP3vqD { width:9rem;height:3.4375rem;top:0.625rem;left:22.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qzCpglTF6OheHRMUTHDvf64ofLpowJWz { display:block; }
 }@media only screen and (max-width: 1199px) { #NbJhXiOM2q2NpznP1yE1Wyph3enymL5r { width:5.25rem;height:3.4375rem;top:0.625rem;left:42.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qlhdrUJ0s4dQebGPUKroMdelpeOZ3pvU { display:block; }
 }@media only screen and (max-width: 1199px) { #BCRinOT3knP8aeRql4sX70iutvX7gnET { width:2.9375rem;height:3.4375rem;top:0.625rem;left:38.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #itgLhQmyTK5oTaraBio8ryNTeVy9Wo6s { display:block; }
 }@media only screen and (max-width: 1199px) { #cJrXo5nNeNTkMzOPdrTIMMf1ilKGsyDo { width:5.25rem;height:3.4375rem;top:0.625rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vRTqtkWkqk2Rt4avvChC9zHBIBtDE5vO { display:block; }
 }@media only screen and (max-width: 1199px) { #phzcgI6T5HMB4PXTKNQemTpVmLA6BVvZ { top:20.3125rem;left:4.375rem;width:17.6875rem;height:0.9rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GEyXRzqDzG69nSM0JeepkUCDgiMdrZex { width:28.375rem;height:2.32465rem;top:10.25rem;left:0.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f2dBeXlKIreFKCVH6IJVKypxUEpNAq4v { width:12.5rem;height:3.75rem;top:24rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uXXBEq0OPL3C6Me5sgWhfksrvmKNBeBy { display:block; }
 }@media only screen and (max-width: 1199px) { #KhkriTeVJT1tTcSBJPHUzCWbrtN1rGV1 { width:0.375rem;height:0.375rem;top:2.1875rem;left:31.59375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #kAX46t7Msm8V5UJwZzoWaiAviHfbJdTU { width:0.375rem;height:0.375rem;top:2.1875rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qL335wXA8NayUvmIg46n2sLCZKeLZOp0 { width:0.375rem;height:0.375rem;top:2.1875rem;left:41.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GrHKABpeMbDO0mJ7Eyk4wZMtBLPsRuCO { width:29.9375rem;height:4.87413125rem;top:13.5625rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iCD4krBtsQBhKbw7lJ4uXXsXF8UA5pZd { top:7.72500038147rem;left:1.0625rem;width:11.6875rem;height:1.29948125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pv01GydKKH3QxcivLPB3Bf4OSEQ5O3WZ { width:13.3125rem;height:1.625rem;top:7.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZRGDtONRg3q5lDBiG9WLA8TXF3iENmzV { top:21.3125rem;left:4.375rem;width:17.6875rem;height:1.05035rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dkThBp4CFFPJTctulcCg5MSewSLW3cN3 { width:3.125rem;height:3.125rem;top:19.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o8uPBcaLbngrTcD7U87SorSJNLqKy3OA { width:12.5rem;height:3.75rem;top:24rem;left:14.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aN6peWd5LfrfBzKElBm1MW2RrNlzmF4V { display:block; }
 }@media only screen and (max-width: 1199px) { #zc4EhlTq1R1cg7560mo7gSbnM9IFVZtA { width:14.375rem;height:1.625rem;top:7.5625rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cBXiWHZlPg3GQ7uQNKGBKmhPOEfTXI6u { top:7.72500038147rem;left:12.125rem;width:14.8125rem;height:1.29948125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pcGLhQzeiXTLoJw8x6qwTAPkrW4cKlrn { top:29.049999237061rem;left:0.625rem;width:18.3125rem;height:0.97511875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VMbH3gAVSyI0K9WLE19u6Fmlb8xlwsUV { top:30.25rem;left:0.625rem;width:20.75rem;height:1.05555625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NFXCdyJ8IGknFggzcclt8G4Dw9voB20c { width:11.0625rem;height:3.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LzuuClQfNkHLdXWHHymHiqGWHHkMpzV1 { width:0.375rem;height:0.375rem;top:2.1875rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NpW9QmpTG6EkQsN5WzJAEQNrseVr8RgQ { width:23.375rem;height:23.375rem;top:9.125rem;left:24.34375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #xBJUZ9NfnmqMIG2BbS0NKD7wQuTRg2uG { width:10rem;height:12.3125rem;top:19.5625rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SrTi9NEXO8GARTCG5BN91WqNd1yNBeqS { width:10rem;height:1.05555625rem;top:20.4375rem;left:37.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BZleEgPNJmBxUQb6abPcT543Wc9MvNDI { width:10rem;height:6.0625rem;top:22.125rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jk1XGCz44VPCmbFQGeeAImQGrghKOEal { top:28.4375rem;left:37.4375rem;width:9.3125rem;height:3.16666875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JPtpeQI0rMSTlNt7k6206LNVvC9lqzCE { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #2a2c68, #464894);background-image: -moz-linear-gradient(90deg, #2a2c68, #464894);background-image: -ms-linear-gradient(90deg, #2a2c68, #464894);background-image: -o-linear-gradient(90deg, #2a2c68, #464894);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2c68', endColorstr='#464894' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2c68', endColorstr='#464894' );";background-image: linear-gradient(90deg, #2a2c68, #464894);background-size:auto !important;display:block; }#JPtpeQI0rMSTlNt7k6206LNVvC9lqzCE > .row .container { background-color: transparent; background-image: none; }#JPtpeQI0rMSTlNt7k6206LNVvC9lqzCE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JPtpeQI0rMSTlNt7k6206LNVvC9lqzCE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JPtpeQI0rMSTlNt7k6206LNVvC9lqzCE > .row .container > .video-iframe-container { display: none; }#JPtpeQI0rMSTlNt7k6206LNVvC9lqzCE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JPtpeQI0rMSTlNt7k6206LNVvC9lqzCE > .row > .video-iframe-container { display: none; }#JPtpeQI0rMSTlNt7k6206LNVvC9lqzCE > .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); }#JPtpeQI0rMSTlNt7k6206LNVvC9lqzCE > .row .container { width:47.75rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cl9XCnvJ2yk1dH1nftWBNl3q668TZPq9 { width:1.875rem;height:1.875rem;top:3.375rem;left:45.25rem;font-size:1.3125rem;display:block; }
#cl9XCnvJ2yk1dH1nftWBNl3q668TZPq9 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 1199px) { #M9u7zBLnfhOp4lTFTSwGBJTh4NNMGu4z { width:14.375rem;height:4.125rem;top:3.3625001907349rem;left:4.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zu4vdTfLG641SDuKXRNaiCLcLX9xa1IP { width:11.5rem;height:1.05035rem;top:1.875rem;left:4.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g4VBk6g1IInb0sISJGgnRWkAu9QWWEEK { width:3.125rem;height:3.125rem;top:2rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PrlDCozxos7ZPBFMmcxMDTBqNMOmpkzs { width:7.3125rem;height:1.05035rem;top:1.875rem;left:23.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N5acHfbMizqJNKTpXQJ2CQe1mvCklcId { width:5.9375rem;height:1.7997625rem;top:3.3000001907349rem;left:23.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OLDIcDt2Pf74qTGU0C0BlT75ffnwIRdr { width:5.5625rem;height:1.05035rem;top:1.875rem;left:35.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ja30TlxIbu4V93tsD8AFoaADkAUKMIzg { width:10.25rem;height:2.475rem;top:3.2999992370606rem;left:35.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TemHzzy6NCBQdBeDsNTbsDM7NFqVeRLl { top:2.0625rem;left:0.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dzXl4NZCB5b6ZysVEryOxRVC02eBZEz4 { top:2.03125rem;left:31.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw { display:block; }#SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw > .row .container { width:47.75rem;height:31.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gfLxUt8gpVq0McTQfbmZMiClxNDCFiTw { top:2.5rem;left:8.84375rem;width:30.0625rem;height:4.55rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QdDX8TTQ1bI1qNU9Q8AiAX0FTTRUyD7T { width:46.5rem;height:21.09375rem;top:8.75rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F5RJtCxoR6VV8bHGFssnnZuKscqOeD83 { display:block; }#F5RJtCxoR6VV8bHGFssnnZuKscqOeD83 > .row .container { width:47.75rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SDhQehn8neJnzfcJVl3z3xgHPZNfLFWR { width:23.875rem;height:1.29948125rem;top:4.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QvIweu5pazfsm5EW6SIfhoNpTk5vuORi { width:22.0625rem;height:4.9rem;top:6rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hS5uMg8aa1lEBvZIPElNIH21ypeFNJ6P { width:23.875rem;height:1.29948125rem;top:4.0625rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wr0MJPMNRmku7Ezp2iBUcQdKqhDlRpGo { width:23.0625rem;height:3.675rem;top:6rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zEJ3TwxB11kDczpM1RH4VoeATkQ7wIPa { width:18.1875rem;height:4.9rem;top:18.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TSTm51ir08fNfgnXpPXa7G0LyTpWwwpv { width:23.875rem;height:1.29948125rem;top:16.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KQmPtTHtaSRRNJbkhU0LGqJqAN0kwero { width:3.125rem;height:3.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zubaRq6SOerSyc5TBb6zcrJGX7TMpM1l { width:3.0625rem;height:3.125rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ArbCnzgIWbfZBTNQpJHKDVUfPkkFbhTM { width:3.125rem;height:3.125rem;top:12.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lHZvD4xU9uNVP76XR45WkkA3AGtnHtzu { width:3.125rem;height:3.125rem;top:12.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y1P4MTs94Z38ZpC014UfQt3ls0cgbDfe { width:23.875rem;height:1.29948125rem;top:16.8125rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gm8m25rMZuvHTDLoaH5WUT5p6WdITqkV { width:21.5625rem;height:6.125rem;top:18.737499237061rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #beIXkxxGRQQ0cwtt5HdLGcJKpWSvhJfU { display:none; }#beIXkxxGRQQ0cwtt5HdLGcJKpWSvhJfU > .row .container { width:47.75rem;height:6.3125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #L8p3ehvzQ5WDQNEdTmvSHDpt4SBpQduR { width:12.5rem;height:3.75rem;top:0rem;left:17.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xN1sdK3k3dK6GrtKSuIrn1WTJTlnrOSZ { display:block; }
 }@media only screen and (max-width: 1199px) { #nZ8s1M6GHlqOZUVG3Nlsqf8FIoFtk9hM { display:block; }#nZ8s1M6GHlqOZUVG3Nlsqf8FIoFtk9hM > .row .container { width:47.75rem;height:17rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OuJEK4NUBwGLL4FIkI22pwDRIORRPJWg { width:18.125rem;height:1.3rem;top:0rem;left:14.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UfxTtbTuF1sXIcSUtD0d1BRHZlO4xtGJ { width:7.5rem;height:0.0625rem;top:0.625rem;left:8.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O5fW3vCkfqgNlsnbQeTcANkgMLE9nTsC { width:7.5rem;height:0.0625rem;top:0.625rem;left:31.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rP4yMTxAwtNND2PqgJHu4IW6xsUQVG8k { width:22.5rem;height:12.25rem;top:2.375rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xuO7sWdmy48kue4dF9ub71ToMr4VCBAt { display:block; }#xuO7sWdmy48kue4dF9ub71ToMr4VCBAt > .row .container { width:47.75rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JHg8EQaWcPa3UV07lDMbcD8nkfCQfQCX { top:2.5rem;left:6.125rem;width:35.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L7IkQ21iJT4UoTnueqK91JlBwGTQnscb { width:47.75rem;height:1.137875rem;top:6.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xqCmGp2A6LaUDn8VqZUhdzxaVgoBPl0F { display:block; }#xqCmGp2A6LaUDn8VqZUhdzxaVgoBPl0F > .row .container { width:47.75rem;height:58.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #IQzMBw8TlJLHUNm4NJD7uuxIxzposuXn { top:9.9562530517575rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KysRGlkUJyZqw8I23cGNOOdCcTi8N0ls { top:9.4708404541012rem;left:2.4302082061767rem;width:43.25rem;height:1.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PVUElvvNURDoHrp8HEcXl0ubGvMmKLvt { top:0.3125rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cqoPfuZbTudGybTLhBHa1TmIFmruyt89 { top:0rem;left:2.5rem;width:42.75rem;height:1.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EPwikeFvmHxXPGRoLdxKKXFlfZdro4DT { top:12.625rem;left:2.5rem;width:43.9375rem;height:4.8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eoBRKzWSIQVTp1N2BoCICxtpOHvT3aH1 { top:13rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k63K0L9tAa6r0XQgAKKuo7lMxhgqon5H { top:20.8125rem;left:2.625rem;width:45.125rem;height:4.8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xfNCwQ9Tqc3mMWNgp5eA9ezaMwMtPLue { top:21.25rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AQMbppuWugqOiMeW8LqM3fqOqfSvCzMo { top:28.875rem;left:2.5rem;width:43.9375rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M0ZS9seAtRoKUbkQ8Unoe04yaufKwO8d { top:29.4375rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RBpTM2ymTUy9b83UW04T2oTJT4KJTUTk { top:35.3125rem;left:2.4302082061767rem;width:43.9375rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OppwMEntM7HcFRUaZOkkP4Zy8ZhzTcuT { top:35.711456298828rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eS1tvtTHTSA7ZKMbscO6XeANIT33Nh9v { top:3.25rem;left:2.5rem;width:43.9375rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HyHpAJtLfddIq82GMCk6uLvyMF5JXUoA { top:3.625rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CrgeiBDKJJixJMemRDSE5M1cikfXPftT { top:53.1875rem;left:2.4302082061767rem;width:43.9375rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uGcHdi9OfdgCyqDOJim176sGTnFL1lOL { top:53.625rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WF2CNx6TGUK62enOQ34K6Zn0HtuIMm6V { width:44.75rem;height:1.21875rem;top:6.6125030517575rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KpR2bP08LfLn5z6J7ZixrhosQu0ieMF3 { width:44.75rem;height:1.21875rem;top:17.737503051757rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W69Hp24zWk1b97XlVdkVqer4J7cqNJ6U { width:44.75rem;height:1.21875rem;top:25.925003051757rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M5gXFi0KUR92w8vlmGDaThBfSWyZZ78F { width:44.75rem;height:1.21875rem;top:32.300003051757rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QSRLrzPpaJDLkUPvpZEUHOwi656lFUEk { width:44.75rem;height:1.21875rem;top:38.800003051757rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tF39wVUZVqmsvffNTeqt79o2U3fMHlhI { top:35.3125rem;left:2.4302082061767rem;width:43.9375rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vwkNZGEVSz6fqVLHV7vX3ZgdKsbMSFyT { width:44.75rem;height:1.21875rem;top:38.800003051757rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n4sg4RpBVlmVPG4nbWhbdtiGNqqLG5A8 { top:35.711456298828rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uUf2MMFH6r4MCL8ITTLks0RBQROo7noa { display:block; }#uUf2MMFH6r4MCL8ITTLks0RBQROo7noa > .row .container { width:47.75rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #stGHahkfghg9IPZf3TJKEXlhFAzP9FPK { top:0.5rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qGUf4nV4BZp7xyl5fBmWuANvhlqsM8bx { top:3.625rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iIxLCyrP6aQEpRT8ietwtw0xdq4353ye { top:0rem;left:2.5rem;width:43.25rem;height:1.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IBtqa1ihHL4B6qQIGUJBZwtw1wNKpEO0 { top:3.25rem;left:2.5rem;width:43.9375rem;height:4.8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fySs4THmt5hhckLDwKeDIC8PhNGUMqRe { top:17.375rem;left:2.5rem;width:44.125rem;height:4.8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XCCHzybuOwXKJKIBk9cL8V2gMHGexnm3 { top:17.875rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hxKZMGEP8yU2x5shO0hKfRHi1chm2wUZ { top:35.4375rem;left:2.5rem;width:43.9375rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gMkFu6QaibzZznwhLUACLKXyKOpgCOwT { top:36rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GJaZrGx1NEqBUKgQdt69gwg9biyaGpEP { top:41.9375rem;left:2.5rem;width:43.9375rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qKcehTxEoR2VpXpdqUXhe1BmSzSH4Ba6 { top:42.375rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kq5sdA0GxEV7tuE62eOTL1mFe2K63BuJ { top:9rem;left:4.25rem;width:39.75rem;height:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fHngvahTqvHAfBnTJCOSLCTSLtFWty69 { top:23.125rem;left:4.25rem;width:39.125rem;height:11.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HJtTcvHuR8q6b60Clx6PvmAyF7BWldNk { top:46.748962402344rem;left:2.4302082061767rem;width:43.9375rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UWzdRUPZov3OgPuX3p3Fy9OViiyT6CDf { top:47.311462402344rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GkkZc70gdt4pmEO7vgxBEC99Wr8aG38X { width:44.75rem;height:1.21875rem;top:38.925003051757rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nNR1aTJBeVzUKhLssTA9oqwJmGPC07Op { width:1rem;height:1rem;top:9.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WpImFxGKozNiSmGH70KfMdicL55RT7F5 { width:1rem;height:1rem;top:13.1875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tln2Imq1zZ1I5OQH0oFLXuZJ9DITwtFP { width:1rem;height:1rem;top:23.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IFeW9nMJuGExoI7ADDuTuuJ1dWZxkZOe { width:1rem;height:1rem;top:27.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yh6u5sTpHw8HOtGJZPbA0Cr7eN4P7sG9 { width:1rem;height:1rem;top:31.1875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wrgKNJNLg5gapbid0HBvlqEuDr5mo0ac { top:35.3125rem;left:2.4302082061767rem;width:43.9375rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lQftleBqxmsHvwSuBQxnVE4BpVwQiEp0 { width:44.75rem;height:1.21875rem;top:38.800003051757rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Eq4zDbSR08H7kPvvL08x5Je64XTwvQ7V { top:35.711456298828rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FTU4i67vHMM9Sphp9cBtcyvzXkSz8MzD { width:44.75rem;height:1.21875rem;top:38.800003051757rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tr5lIeuSNkhl4kgPNSsQA4U5uWUPXuZ9 { width:1rem;height:1rem;top:13.1875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N68JXwqfpdcG5tq4CvexP7FoCnonqhv8 { top:9rem;left:4.25rem;width:39.75rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eBkma5Fq8JhTVhTUVgiHLc80JT0FRWpP { display:block; }#eBkma5Fq8JhTVhTUVgiHLc80JT0FRWpP > .row .container { width:47.75rem;height:66rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #llhIR7XxXAn61G7IIR9VhOELmBbC38u0 { top:0.5rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q5sog5lftCDG4H0uVsKg4KIFE0MuT2s7 { top:0rem;left:2.5rem;width:43.25rem;height:1.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fhg3Mo9MCxPphLeJKxm6owROLDxkTZuf { top:3.375rem;left:2.5rem;width:43.9375rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tVOhfyp8hyZsLtFFOZpcXATG0sCkAgi8 { top:3.75rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lb1zThG8Vppu4f2IREMtZK9BPOu2OnTL { top:23.75rem;left:2.5rem;width:45.125rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FIT91S0HZgr0Q6dxBZfBdTmS81ipkiE9 { top:24.1875rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RZf5O18SiLiJqr6Kl9ziIAoOPpM9BlEi { top:30.125rem;left:2.5rem;width:43.9375rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o8CAhOuzgofqirRGmI5WB7rqyZauHtuL { top:30.5rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AXDuLms2mdL3rAuk3R1UPRT9DNVqLMia { top:36.6875rem;left:2.5rem;width:43.9375rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uWGVfbnL7D877FVz7pavqKaAVfhXQzA4 { top:37.125rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WZ9ddJTrB0OBmxwpVZcnaqc1k02Dl8Vh { top:7.5rem;left:4.25rem;width:43.9375rem;height:14.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eZfxeI2D2FRifEbtz7oIsHTTnVUNo5Nt { top:43.1875rem;left:2.5rem;width:43.9375rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KVZgdQzK3XJyG0I1BoqImwIhTbPURTs0 { top:61.375rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iiFH8cMZ1cnexhis55CZ8bUMTB4FBEiG { top:60.875rem;left:2.5rem;width:43.9375rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KBCDTcpWy3qEO5ZoZM4FSG8UK0gZE9cu { top:43.686458587646rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GTKuZnr2RnfkHHh9pnOXRK6fA5SmFyUE { width:44.75rem;height:1.21875rem;top:27.174999237061rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rJvhKbk8ITaPdTg7CqTEOXfqnVcUN5NN { width:44.75rem;height:1.21875rem;top:33.674999237061rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ilFXXzKCl8GvZNlPlzqqdSfzNRCfRyv2 { width:44.75rem;height:1.21875rem;top:40.112499237061rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XmgQSJuT4b5ntclhUkl9VucPw0pVh08R { width:44.75rem;height:1.21875rem;top:46.612499237061rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wL9o8pQBlZbZoZI079vKpWTsA6gDWLGU { width:1rem;height:1rem;top:7.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fa6AEbZRMlDeLUAAOl9ptspgp5PPgHCF { width:1rem;height:1rem;top:11.5625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L9KUJax0paWoRaBOvcn1iALAKTb7JWqU { width:1rem;height:1rem;top:19.5rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #povenUlRm1BPU22G2bWi0DA4kvG4SypG { width:1rem;height:1rem;top:15.5rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k2SMA4qu6kcg748WwNm92XuAuXFlezwm { top:61.375rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mNL1oJpAc8bs2RewOwOofKZ8lQoMxLbm { top:43.1875rem;left:2.5rem;width:43.9375rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XIUxeIuNEmtpmfW1CceLcwkzhWLi6say { width:44.75rem;height:1.21875rem;top:46.612499237061rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FsRIq2fODDmmBrWOrKR6AOEOwV0Rzawi { top:43.1875rem;left:2.5rem;width:43.9375rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bDIBQ11MpkQP2SOu73x7xxLkKSxasuTv { width:44.75rem;height:1.21875rem;top:46.612499237061rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kSkytARn4STW37tzEQS7MWqGvbvMdkKW { top:61.375rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ClGtMkr6H7h7gmeoeyFzOfovZtWTTn2t { display:block; }#ClGtMkr6H7h7gmeoeyFzOfovZtWTTn2t > .row .container { width:47.75rem;height:35.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FRc5V1F8pGUqb2zrFlxUaaGTBCT7TXTo { top:0.4375rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f2CQ2tm2uI9pAVXhFhOU99CAyKbdsra1 { top:3.9375rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VstxMq30a1ap2O9pMFHPceAVhG9TtMWJ { top:0rem;left:2.5rem;width:43.25rem;height:1.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R7gFpeFK8U1uukcZ9kwgwzR2Suoa5Ih8 { top:3.375rem;left:2.5rem;width:43.9375rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w9rMb0PrhmkBMT8ieP5lLRMb4DXCDl0c { top:9.8125rem;left:2.5rem;width:43.9375rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NctEXS6nhCFLHHDluzXBmlIM12zqJJn5 { top:22.997917175293rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QrTsikMR9SoqN2F81AMkBk5ILrwnSDRU { top:16.1875rem;left:2.5rem;width:43.9375rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XSzab0vPQ3QxzIpes0VPGtlKNGR0STUk { top:16.75rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BndPsWReDu59fr9oRChayZqWbim16m5x { top:22.436458587646rem;left:2.5rem;width:43.9375rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rHERDCTWE3RgChyTmR2zXsgp77I3qnSw { top:10.311458587646rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q3bE95fDVDEGyNciMIqNyf1n5RGIJS5X { top:28.8125rem;left:2.5rem;width:43.9375rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q5m34THsryoAJiGTLZtBwre31Hih16vt { top:29.25rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nFwEJ8sncEpPQ0HaAhakRa1sTlEfOgnh { width:44.75rem;height:1.21875rem;top:6.7999992370606rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N5L9oqhZuJQkxrIxW1GJ2ixxiVmrHvgZ { width:44.75rem;height:1.21875rem;top:13.174999237061rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pTkNVMwC0nxmD0s4BJ0bR1bN6ePQ0FLt { width:44.75rem;height:1.21875rem;top:19.612499237061rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZC6maxReSD8o6LQRgBIoiwnpC9NvFFIJ { width:44.75rem;height:1.21875rem;top:25.924999237061rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x66ekTwpFxoT6kxVomaCcqa0TdFrrxaE { width:44.75rem;height:1.21875rem;top:32.237499237061rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O1A7hwqvvOLKEuyDy5ETULwTm05bmt7Q { top:29.25rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lHQnlIhP20gTyEQ7pBavpz8uplvT8JMe { top:28.8125rem;left:2.5rem;width:43.9375rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lgn60fJ3h9VXqkq7xquU2lAymW81KmJL { top:28.8125rem;left:2.5rem;width:43.9375rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v2lT7mifQhcifUOSmheKOH1OFPHX9qzk { top:29.25rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JVZkJRhAFyJ6mIT5KEDNb0v41KgRiwOT { width:44.75rem;height:1.21875rem;top:32.237499237061rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eRFkioMTlPRULpQpoaMP502gCHmqzVlv { display:none; }#eRFkioMTlPRULpQpoaMP502gCHmqzVlv > .row .container { width:47.75rem;height:5.25rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #S8tytAAnUohEbcimHVQvD1AWkwFrRSZe { top:0rem;left:2.5rem;width:43.9375rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g3hpt8168TSq9tdeUgGpnmGBqIkD4Eb6 { top:1.75rem;left:2.5rem;width:43.9375rem;height:1.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #msJXHsBElLZyArc0XMJ8dxZStR4GvRH2 { top:0.375rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JtGma1aK0yEZhJz1Fq4ZnFciTZSEliFS { display:block; }#JtGma1aK0yEZhJz1Fq4ZnFciTZSEliFS > .row .container { width:47.75rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GHFBH1GNFS26ia39qRU10GEbS4Z7tXWk { top:0.0625rem;left:2.5rem;width:43.9375rem;height:1.29948125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NKDw0d1slknWT86Qtlt02rSDrSao53Ub { top:3.1875rem;left:2.5rem;width:43.9375rem;height:1.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wIUEr3WKZnwrmMrLogNp4yJI3lpoxVnV { top:0.3125rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oGvJ8QtSCTu4I7uulJBnP91ZzPvw5lKK { top:1.5625rem;left:2.5rem;width:43.9375rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eG8hKQPUOThvw9w1uX23oAIEiEqzLiy6 { display:none; }#eG8hKQPUOThvw9w1uX23oAIEiEqzLiy6 > .row .container { width:47.75rem;height:15.4375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #wcPdkOF37Dh1As8TeGzePMTwxnoT02o5 { width:47.75rem;height:0.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uQat2NivB1uW1PDEqWkv1LHA4bpNebQp { width:47.75rem;height:1.05625rem;top:0.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MVMpwbKiparuvqXkRdrKLr9BL9g0iCIz { width:14.5rem;height:1.5rem;top:0rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OblNySuTJ82piOvWvKobELaTVFIz9JOf .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OblNySuTJ82piOvWvKobELaTVFIz9JOf .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#OblNySuTJ82piOvWvKobELaTVFIz9JOf .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#OblNySuTJ82piOvWvKobELaTVFIz9JOf { display:flex;width:18rem;height:5.0625rem;top:1.5rem;left:14.885417938233rem; }
 }@media only screen and (max-width: 1199px) { #OblNySuTJ82piOvWvKobELaTVFIz9JOf #EpzwaiPZksMqnTW4FODMTmWxGb4Xk0Az { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #OblNySuTJ82piOvWvKobELaTVFIz9JOf #ybg4pun0FBgk4Bq8oF28S1wcvF4W5KWB {  }
 }@media only screen and (max-width: 1199px) { #OblNySuTJ82piOvWvKobELaTVFIz9JOf #aFQsBZhVWabzRQxbrVZ3eM3pFRAR3loK {  }
 }@media only screen and (max-width: 1199px) { #OblNySuTJ82piOvWvKobELaTVFIz9JOf #A1KscLeW9q6IeLrvHGhTztL1FHDeN0pJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #OblNySuTJ82piOvWvKobELaTVFIz9JOf #qMAJQmgiSWcz47vCnCn8ZUQuEkdK3vFu {  }
 }@media only screen and (max-width: 1199px) { #OblNySuTJ82piOvWvKobELaTVFIz9JOf #bAaRRNTD0xCu1xTdGILBZkmAD4JPZnzv {  }
 }@media only screen and (max-width: 1199px) { #OblNySuTJ82piOvWvKobELaTVFIz9JOf #WROl9ESkT5T1qQ9BVHe0fIADdeIb5syX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #OblNySuTJ82piOvWvKobELaTVFIz9JOf #aclZc8LVIIkTeyTraqy2MmNlTAw4phiQ {  }
 }@media only screen and (max-width: 1199px) { #OblNySuTJ82piOvWvKobELaTVFIz9JOf #EJ5996n5Eq63q5wS0Ir8Uqx6bEKy5ZZl {  }
 }@media only screen and (max-width: 1199px) { #OblNySuTJ82piOvWvKobELaTVFIz9JOf #Z9w5PDyW6U3lNA8KMvP6b3cb5xh4DExg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #OblNySuTJ82piOvWvKobELaTVFIz9JOf #i0prlG8uzdLCgpt7pwerm53k8Jdxt8Ot {  }
 }@media only screen and (max-width: 1199px) { #OblNySuTJ82piOvWvKobELaTVFIz9JOf #hJXio9KGwTh4tehTz4XD3W5s8GT4VP2o {  }
 }@media only screen and (max-width: 1199px) { #eG92MhbtnPyC7xNFd7ddrXND3xJDWfSG { width:12.5rem;height:3.75rem;top:9.1875rem;left:17.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wWs6S5pzCXEQQapotWqZ9BNuNk81Bq70 { display:block; }
 }@media only screen and (max-width: 1199px) { #xAAno80sv41HCuc14Ua1HLzx0VB5LrRS { display:none; }#xAAno80sv41HCuc14Ua1HLzx0VB5LrRS > .row .container { width:47.75rem;height:9.375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #VfvLCuFndbDNJmaG4DRdMayR9zgT1c9H { width:42.9375rem;height:5.525175rem;top:2.5rem;left:2.40625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #odcgfwZq9zQmqyIJFRa6ggAR6ppS8rQH { display:none; }#odcgfwZq9zQmqyIJFRa6ggAR6ppS8rQH > .row .container { width:47.75rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #rogHiGREz5gcZWgihOvPF7RnaaNUfc6U { width:15.5rem;height:3.75rem;top:0.625rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #um2WMlobvifewILsrl9ieJNkVBpwx7TB { display:block; }
 }@media only screen and (max-width: 1199px) { #biD0vTKbnZG8retJ4ciqA6SRxQOMyqtv { width:15.5rem;height:1.38125rem;top:1.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K5vScHtEvxNFFRohaHb0svRwqqWhQkX1 { width:15.5625rem;height:1.38125rem;top:1.6875rem;left:16.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QLVUQDRMs2Bs1uSiOU7xmVmgPEdkKDgC { width:15.375rem;height:3.6875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tleLNEu8E9lIppcS8X0f9DI580rbqQHs { width:32.375rem;height:0.0625rem;top:4.3125rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lpgk5nDp7oSPsser0pcvKeMwqbCoHOUZ { width:15.5rem;height:3.75rem;top:0.625rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wzov0zvpDM2VchokOATXXh8lXB7GBToD { display:block; }
 }@media only screen and (max-width: 1199px) { #qUyQdpgqT9yD9eI8KHzq0VhPCf4xHI52 { width:15.5rem;height:1.1375rem;top:1.375rem;left:32.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GC5bi4kM3kKX1UzbMq009liLLizEhR2o { display:none; }#GC5bi4kM3kKX1UzbMq009liLLizEhR2o > .row .container { width:47.75rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #IapNmIlFyUxkXwSCupIf45LMHswQvg1S { width:15.5rem;height:3.75rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gdaCqduCGn20x7cmJkGWolDHrU7vayin { display:block; }
 }@media only screen and (max-width: 1199px) { #nR6dCmKhTAnRqAJP6FkCFnMpAPrQD2Cq { width:15.5rem;height:1.38125rem;top:1.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w2QDIqW6m1saA1zaMZrcN53lIDhePmwk { width:15.5rem;height:1.38125rem;top:1.6875rem;left:16.0625rem;font-size:1.0625rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 1199px) { #zlg3Pw1wrx8zTDtUAIRETpUNTgqZaOc3 { width:15.375rem;height:3.6875rem;top:0.625rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AkW3DT9TrZs7Xm3CE4T4tKAGolJSlBeD { width:16.125rem;height:0.0625rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fTtGJTAgLeXu4kBDOVIplFxSTXo6TQAV { width:15.5rem;height:3.75rem;top:0.625rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pIdzswidR309ds22JQvwVPVAQJOCkDdh { display:block; }
 }@media only screen and (max-width: 1199px) { #WIhuFs4dSg2tTGlapfrmgkghd6UPaqU3 { width:15.5rem;height:1.1375rem;top:1.375rem;left:32.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zcyxJXzZTxw7d5L7mTL6hPxw7DyaBeLP { width:16.125rem;height:0.0625rem;top:4.3125rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I4vlpdMLyiu4eQTmzCpTO6GOV7xzLhhH { display:none; }#I4vlpdMLyiu4eQTmzCpTO6GOV7xzLhhH > .row .container { width:47.75rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #KFM1kJiuobuyqWiQRNV5cu6QMimcukV7 { width:15.5rem;height:3.75rem;top:0.625rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fg71q6znmN1Sdl4sQg9MKU2D3MZ1c0B2 { display:block; }
 }@media only screen and (max-width: 1199px) { #iiIzU4aRZCQTPUZJRMuaqnoakx2kTUOZ { width:15.5rem;height:1.38125rem;top:1.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ANJU77UqR9faqsmpFTZItLeqPCuTcVky { width:15.5rem;height:1.38125rem;top:1.6875rem;left:16.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DigapEmTNoSfRea0OEwoGd7iTsp0o7r8 { width:15.375rem;height:3.6875rem;top:0.625rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E8KZJhHbXDZRZGsRfpWbtFqDWqAFW6xO { width:32.375rem;height:0.0625rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #koLcTCpyaXwPguk5ORHxSTiMIV02IVgE { width:15.5rem;height:3.75rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LB3XHiDPPppwo58qJxIcsacfp0xKeN6r { display:block; }
 }@media only screen and (max-width: 1199px) { #ciTfMrAErCiRgIbc6vMGMC7B2p5T3dS6 { width:15.5rem;height:1.1375rem;top:1.375rem;left:32.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RGFspC13RoQietHUTxzu4JPsL11b1EUt { display:none; }#RGFspC13RoQietHUTxzu4JPsL11b1EUt > .row .container { width:47.75rem;height:22.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #bKd4MV1PzOdMLZkH5KPb1RNsOTfzeqgZ { width:22.5rem;height:20rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yBTGJV6ZOHQz23uFk4geeHgPIlWfegtq { width:22.5rem;height:18.125rem;top:1.5625rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qUN2lfpAsLzQ6N3t1Q6QqU9N6fWCJIGx { width:16.25rem;height:3.75rem;top:14.375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rk65tbnZs2FuNBX0DxP9s558IZvAA2vQ { display:block; }
 }@media only screen and (max-width: 1199px) { #XiXiIPNOu3f81p9mhsUUMzeHbMXzAOhS { width:22.5rem;height:4.875rem;top:8rem;left:0.6875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sZv9UBwtpWUcRFmLRW5S90JEyFyD7RDU { width:22.5625rem;height:4.875rem;top:8rem;left:24.625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a6dA6UT6VThX5ChmITyt7XI3TIvCwpt7 { width:22.4375rem;height:1.38125rem;top:6.25rem;left:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F3gwDqOxRS3TaLcv4V65ppxyw7MnUAip { width:22.3125rem;height:1.38125rem;top:6.25rem;left:24.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qkuhc90EoNDoozrFcDtLO4ko3p98X83o { width:22.4375rem;height:0.97511875rem;top:12.625rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZUcmZPGwoTo045HZiEZSkUCDf0sa3LA7 { width:22.25rem;height:0.97511875rem;top:12.625rem;left:24.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wUsL6DRPCl3DMMJ73xlso3o3T0mrtFW7 { width:3.125rem;height:3.125rem;top:2.5rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BUvphT1bAMEpz14k1lJMWqimT6aIiMfK { width:2.5rem;height:2.5rem;top:2.8125rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KzyIrDCTbsBCp2sOK3GPpTDF2rV0ShDn { width:16.25rem;height:3.75rem;top:14.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VX1w9CNlobVoZ9lfffJqAKFI8k7yZB9g { display:block; }
 }@media only screen and (max-width: 1199px) { #Sx1VirKUofgNcXDGdHWhtoM0tgpZiMmT { width:22.4375rem;height:0.97511875rem;top:18.875rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yvivFWMk9kxldpFNuRkDQiTA7fcWkGzy { display:none; }#yvivFWMk9kxldpFNuRkDQiTA7fcWkGzy > .row .container { width:47.75rem;height:5.5625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #Mpr7Qkuhfoq08T1RXdelhFTHcJMR4Q1V { width:40.75rem;height:2.6rem;top:0.375rem;left:1.375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15042;display:block; }
 }@media only screen and (max-width: 1199px) { #MSeliVcaEwV4Fdi9IP4p5HyBUBvMtTN2 { width:1.875rem;height:1.875rem;top:0.875rem;left:44.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tVK60bCmxuyV7WZL1EGP3QovcOV6yObJ { width:46.5rem;height:3.625rem;top:0rem;left:0.625rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 1199px) { #dEfkCAeqDT3kDp9J8FzGh6bXzUo2im85 { display:block; }
 }@media only screen and (max-width: 1199px) { #V7GQIuJ4VleuMIcR1KgUNCpDXBeoathv { width:46.5rem;height:3.625rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NdZiZWzrCyeWceqmga2JaSuOaxJvE0kv { width:30.75rem;height:1.29948125rem;top:1.6875rem;left:7.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15042;display:block; }
 }@media only screen and (max-width: 1199px) { #AUVdsQQhyHznwEtatUTRSvEUSZuWS0Ms { display:none; }#AUVdsQQhyHznwEtatUTRSvEUSZuWS0Ms > .row .container { width:47.75rem;height:22.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #A8SI1DT6iE5ZS9ezyEg723E44FIamSbb { width:16.25rem;height:3.75rem;top:16.25rem;left:7rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bfU2geUQUmd4yD7XDm5OoqCJkLC9LiMP { display:block; }
 }@media only screen and (max-width: 1199px) { #pOiB6ukhJXICfMgBubDCcForMHW6XT4S { width:42.9375rem;height:1.95023125rem;top:2.5rem;left:2.40625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LkTyoiC8WPL0P5K9zGRdIedV8cKsOMdb { width:42.9375rem;height:2.4375rem;top:7rem;left:3.03125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TtpEtfUACoBQZqt3hcdHyn4cH5T4xCKZ { width:16.25rem;height:3.75rem;top:16.25rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qo5iHb6aw09TEkP16kQWA1d1DMGXsXAQ { display:block; }
 }@media only screen and (max-width: 1199px) { #I4oOLErc148PkN4r8ZrF20n1LxoTqVys { width:43.4375rem;height:2.4375rem;top:11.1875rem;left:3.03125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qGxT38xOXLsQXECTFDBiuJmtKtW7H1lp { width:1.875rem;height:1.875rem;top:6.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S50VaK63X4U5psaqT7pcRiqI4goZrrP4 { width:1.875rem;height:1.875rem;top:11rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TLyRJLvcZHKXP4Ggw7xLUR24cs6xf2wi { display:none; }#TLyRJLvcZHKXP4Ggw7xLUR24cs6xf2wi > .row .container { width:47.75rem;height:22.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #bxc32vF8muvhZ8MvtNIkSbEtAkokECgl { width:22.5rem;height:20rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rwgiEROWbVHTx8ANnqJ7TobZxRqkvCqs { width:22.5rem;height:18.125rem;top:1.5625rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P7hyDFZHacuHvW8uBCwRbTwJbS5lTWqL { width:16.25rem;height:3.75rem;top:14.375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XkeyvirH4bmUUAGVwnBbHO4FsTNBw66c { display:block; }
 }@media only screen and (max-width: 1199px) { #MbupnQitFiyRRPqD1UC0xxqtTRMrN3g5 { width:22.5625rem;height:4.875rem;top:8rem;left:0.625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #llIQhDPGR0E6lnMUc7kl2QpkfOVnso7y { width:22.5625rem;height:4.875rem;top:8rem;left:24.625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h4T9lretyBJtH75k2WecXTKHF297bXm4 { width:22.4375rem;height:1.38125rem;top:6.25rem;left:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cNEQTN3oQav0wc3pQHHnlhcafZvoEtGW { width:22.3125rem;height:1.38125rem;top:6.25rem;left:24.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sneJM8GcM6rU3FhTewhB1UzUqdAqaJdv { width:22.25rem;height:0.97511875rem;top:12.625rem;left:24.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iCXGmTcfyGpoEc5SMgECoBsTwuJwRkUC { width:12rem;height:2.4375rem;top:2.71875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hRDzaCE06kIDuwXcpFRawtLZl0Zaolr9 { width:12.0625rem;height:2.4375rem;top:2.71875rem;left:29.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DXQebhRTf96eOuiDBUc0qll2TmSucXXX { width:16.25rem;height:3.75rem;top:14.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HtR1xk9bg5DzfturM9ZGAcbuKQnZSnky { display:block; }
 }@media only screen and (max-width: 1199px) { #XexfZmzT1p5blSnFkL5aiUJT4dT2SxsQ { width:22.25rem;height:0.97511875rem;top:12.625rem;left:0.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ydTVyFrbw2rEyXWtqowePFzWokiSWsQf { width:22.4375rem;height:0.97511875rem;top:18.875rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Btm9IAfn0NDXTiEdPWFB5LnLo49OZseR { display:none; }#Btm9IAfn0NDXTiEdPWFB5LnLo49OZseR > .row .container { width:47.75rem;height:22.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #iA0hSZKS2n7lq2sXa94vmi0fc3P5WNrM { width:16.25rem;height:3.75rem;top:16.25rem;left:7rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UI3MgeZuCfSaV0rGoGEinD4R9T7AkW9T { display:block; }
 }@media only screen and (max-width: 1199px) { #zd1aWt2NBFAABw2PxZ70xHo6tMG6AfvA { width:42.9375rem;height:1.95023125rem;top:2.5rem;left:2.40625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VQGr0HeTcoZe4K6ghlUyxEBBR15wuRH9 { width:44.0625rem;height:2.275rem;top:7rem;left:3.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SCIPzvtBWwlU2lXAGDTCKQgaQLOlo6cE { width:16.25rem;height:3.75rem;top:16.25rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yF7kLmwnhbKRoouuOp7DTCo0eQMwGMKE { display:block; }
 }@media only screen and (max-width: 1199px) { #rhL8poJs0niATyGvwwE34ZyZ6hATITnz { width:41.3125rem;height:3.4125rem;top:10.6875rem;left:3.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pP49smeJaF9Tf443hC7ifppSAoNlE5b1 { width:1.875rem;height:1.875rem;top:6.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yT7mrdVhJ3gnLPVwO5XlgBS5Hi0rezAN { width:1.875rem;height:1.875rem;top:10.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tt81l550ntPti1sBTJkMhT8rlRn5RGmr { display:none; }#Tt81l550ntPti1sBTJkMhT8rlRn5RGmr > .row .container { width:47.75rem;height:22.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #abDylg98amBHvlHFOV4gDHUPqW4mfEdU { width:22.5rem;height:20rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c8TWLIS0qoMylxVolWxwuxvlAm967JmC { width:22.5rem;height:18.125rem;top:1.5625rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C92P6GS0qcgmTgT1qCmLz5kpcOaBeM3w { width:22.5rem;height:4.875rem;top:8rem;left:0.6875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VwdOV7peVezuLCtlewk7dKBxQVgMmBG2 { width:22.5625rem;height:4.875rem;top:8rem;left:24.625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qDlmQBE7IxyCieEt38wHMq4W77nB1zmt { width:22.4375rem;height:1.38125rem;top:6.25rem;left:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FTRMh0JCMQR3THo0AJ1Ju9J1mhSFOc4M { width:22.3125rem;height:1.38125rem;top:6.25rem;left:24.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gx7LcVSX4ZpJehue4ucbylizfaX8Uf5l { width:22.4375rem;height:0.97511875rem;top:12.625rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vZWZInteZSoEgA9Lh28s97oTTmbpyGh6 { width:22.25rem;height:0.97511875rem;top:12.625rem;left:24.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W0uy3UcBXgH2f8EmakxaUL32oSydcfDT { width:3.125rem;height:3.125rem;top:2.5rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zakxGFJr5S8qsAVEaleU1DdW0NnrfqBU { width:2.5rem;height:2.5rem;top:2.8125rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Da2flPTfcmFfFxKXT3DSqarS7siPJMWv { width:16.25rem;height:3.75rem;top:14.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ok71XLo2XAKHsZJOZRQy2gtSqTo49TFT { display:block; }
 }@media only screen and (max-width: 1199px) { #THfIw5qRnzFxeb7OIwirLKTG33Gt0ulE { width:22.4375rem;height:0.97511875rem;top:18.875rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RItRIAncy4O4oAKh1WrdRMni2I9ICy3F { width:16.25rem;height:3.75rem;top:14.375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NPLe44vsmlTFVKqf94Mv3tg1lH9Vq8nR { display:block; }
 }@media only screen and (max-width: 1199px) { #DnII1me8iU49HUW3mmz5L6VTNCILXQ7M { display:none; }#DnII1me8iU49HUW3mmz5L6VTNCILXQ7M > .row .container { width:47.75rem;height:30.9375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #oZr9TrquDTy9SR13fzVd0QKewrt29n3e { width:46.5rem;height:0.0625rem;top:1.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fNnTCLS2T1Kf61T5DlD5VfQ3SJWZXKdr { width:18.625rem;height:1.05625rem;top:0rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U020Xs5Xnd4k2FrtT63uge9WcqchHOQn { width:11.5625rem;height:1.05625rem;top:0rem;left:27.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UMlfbmThU4f9pBkdtWDoAIVDXeUGn4T4 { width:7rem;height:1.05625rem;top:0rem;left:39.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #odVWnOoaFwABMnCemohkUwWP57ld5km5 { width:46.5rem;height:0.0625rem;top:7.25rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v9pQvRZRIiInQRCv3B4n20WQybQBxDK3 { width:46.5rem;height:0.0625rem;top:11.999992370606rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gTHSsq7zLRH4ZE9sUAr7qqavllOSxzob { width:27.375rem;height:3.4125rem;top:3.25rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HL8XUfebL65CaXBJVh0slHOrB34eOGTq { width:1.25rem;height:1.25rem;top:3.7614583969116rem;left:42.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FBz62J5zLw4Rxk19T04aA5F9pl9kJnHS { width:1.25rem;height:1.25rem;top:3.7614583969116rem;left:31.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xUtcZczoRFWyQRrvkLpBmJVWneAFynMP { width:27.375rem;height:2.275rem;top:8.5rem;left:0.62500005960463rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GRN00CW7L9u3B9PhPvCnhwI1W5GEMnOd { width:1.25rem;height:1.25rem;top:9.0112762451175rem;left:31.874999582768rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SPIdVo7yTA1I5LW1Jkot9P9i05RZTB22 { width:46.5rem;height:0.0625rem;top:15.687492370606rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EHnQS2VcZQmX9yC6A7uJdMMyuR1yGTO0 { width:27.375rem;height:1.137875rem;top:13.312492370606rem;left:0.62500005960463rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OzcIllwZbec2n0APh1qsbcTBOVaMfBxA { width:1.25rem;height:1.25rem;top:13.323783874512rem;left:31.874999582768rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xH7rh57QTIPFaRLS5TarAAyzbFWPqomP { width:46.5rem;height:0.0625rem;top:21.562492370606rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nBxcrrwO87amXhLHhK7lWvW2BKszfsH5 { width:1.25rem;height:1.25rem;top:18.198783874512rem;left:31.874999582768rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N7qlgiEebCEuqmNC0PZtxcdzJvekKqRz { width:28.5rem;height:3.4125rem;top:16.999992370606rem;left:0.62500005960463rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IyKqStrqxybPzSRTDyH4uqMM5Jf9mrNQ { width:1.25rem;height:1.25rem;top:18.198783874512rem;left:42.656249582768rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #raJR1hKaiDBNIWHGr1bJVhtOMtUaEnsv { width:29.3125rem;height:2.275rem;top:22.812492370606rem;left:0.62500005960463rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LD2RZTGHb1Kh38zFeiJ7guWwpa984wms { width:1.25rem;height:1.25rem;top:23.312492370606rem;left:31.874999582768rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Al0eOAxEq3JmGl5TnLwx1S1ITQUU2HCF { width:1.25rem;height:1.25rem;top:23.312492370606rem;left:42.687499582768rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DhoxHaLotRAU7aM34EIu6889LQTW7fXt { width:46.5rem;height:0.0625rem;top:26.561632156372rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 1199px) { #blrILNTeKDggDagxWc3Eo1ib8XDWU3Tf { width:29.3125rem;height:1.137875rem;top:27.811632394791rem;left:0.62500005960463rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PxerzlNHrFOEAI1dmvw46iIyTe2Ipbo6 { width:1.25rem;height:1.25rem;top:27.749132394791rem;left:42.687499582768rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tgG8AAo3AvxIQ2MuyFfH3C45ouvygqm3 { width:1.25rem;height:1.25rem;top:27.749132394791rem;left:31.874999582768rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Oty1GMPIyuhgR5LsAS6PndKT6KDPPXwC { display:none; }#Oty1GMPIyuhgR5LsAS6PndKT6KDPPXwC > .row .container { width:47.75rem;height:17.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #wgmdPyNGTew1ebNnioMhR4i0O0C7rpKy { top:2.5rem;left:7.8125rem;width:32.125rem;height:2.275rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KSDTahVVyiWAEwZrfUH0oXxR0cGLnPc1 { width:26.8125rem;height:2.4375rem;top:7.5625rem;left:10.498958587646rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gd5EToUiJPTngo2oTS0MXyhXz7iM6BVa { width:7rem;height:7rem;top:7.2479171752931rem;left:0.86770820617675rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GdBlwcCP575RLIRPWgdsUQxqgQXVGCgg { width:7rem;height:7rem;top:7.2479171752931rem;left:39.935417175293rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tI46OeUbwE2G3LPvRdFH5zKadDPtHMyF { width:32.5625rem;height:7rem;top:7.2802124023438rem;left:7.8114585876462rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tBI5W69dPXUTKu8q8oXBBTC6d0tRbH3z { width:28.75rem;height:2.25rem;top:11.919792175293rem;left:9.4989585876462rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vXfcAfBOLw9Nb7wcSDiPGSHIJKhwAaEB { width:28.75rem;height:1.21875rem;top:10.388542175293rem;left:9.4989585876462rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J8tiChtKzPBJplI2CLznSVpAy2wQp22J { display:block; }#J8tiChtKzPBJplI2CLznSVpAy2wQp22J > .row .container { width:47.75rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #shvnf92qO6h82f5953e3OV6DwGoJyuZc { top:2.5rem;left:6.125rem;width:35.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uvAmhR9TgQasNe4nS2f7EOKgVJV3plRp { width:30rem;height:15.9375rem;top:17.5625rem;left:8.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #vzJZT7LE3fUapZVo0I5DTnctJsuEvqNu { width:9.5625rem;height:13.9375rem;top:5.6875rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xONm2yxHnvHcULviU7ppPPtJzts9XfGT { width:17.5rem;height:3.4375rem;top:35.9375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ocHXrWIMXdu5ZOELnTsqNFWWbnbTM7w6 { display:block; }
 }@media only screen and (max-width: 1199px) { #g2ki2coqSfObFHTF0n5rfgCNosoR0HCt { display:none; }#g2ki2coqSfObFHTF0n5rfgCNosoR0HCt > .row .container { width:47.75rem;height:80.25rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #lh32Dgyxxd442WIzCzprW6Avd5RTFKTo { top:2.5rem;left:6.125rem;width:35.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WWLAnhIzzw3syeb3UOCIlL5Q2BtCt60I { width:46.5625rem;height:1.5rem;top:6.25rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mrk2wsWRsis4nTbDnutDAWkcOdGSerlW { width:7.5rem;height:7.5rem;top:9.25rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ODtUPzAdTteB2orOJoXGrTM2QpASD4pn { width:46.5625rem;height:2.8125rem;top:17.3125rem;left:0.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aI4uTCH1kTkB451CVztXhCpFnpaNndQc { width:46.5625rem;height:1.5rem;top:21.6875rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lH6yzx5C9WBpNkqTcuzT70ua50WVqPFF { width:6.25rem;height:6.25rem;top:24.6875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e7LKTfHo1nmi9B2DTAf6eXB0vXeBAMCc { width:6.25rem;height:6.25rem;top:24.6875rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TwaAUmEcmIAswLRF4moxehtQPa5QNEo7 { width:6.25rem;height:6.25rem;top:35.8125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AP6QHd2yc713oZgJmvZ6V9HXNQrmrUQ3 { width:6.25rem;height:6.25rem;top:35.8125rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FPAuRCZOQ7DwBSJWtF6q4AEHGzEHn26P { width:6.25rem;height:6.25rem;top:46.9375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gg2hSoAHcImnqZSrlMgw8EiGVhou0EbS { width:23.875rem;height:3.675rem;top:31.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cJzMCaywHMIlBFagOcT8FqzHiiM7oK4p { width:23.875rem;height:2.45rem;top:31.5625rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hVEJgkQR8oyIgtpaFOW8cGy9fJiC4EyG { width:23.875rem;height:2.45rem;top:42.6875rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S4CR8vo2ulOeOpL5XwvNNpZV2Nbrdv7k { width:23.875rem;height:2.45rem;top:42.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ygnd9yXlkOiNDfW8KnTyuSZNxHTxSuy2 { width:23.875rem;height:2.45rem;top:53.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fi5DhZ076JFPQ72BhIwfW3dNpgxT9klp { width:23.875rem;height:2.45rem;top:53.8125rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nc06zT0DyMTabTzFUebIBDihsZWxVFd8 { width:23.875rem;height:2.45rem;top:64.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t3mKgkceug4Lv9GVQqhI0fOxTOAWSqey { width:23.875rem;height:1.225rem;top:64.9375rem;left:23.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oVJoPK4ELoc1DNJzbpPVrZeVPfIluSvV { width:23.875rem;height:1.225rem;top:76rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TMEwAyTpr77tLyLTdNxzfNOAnBaUqkSR { width:5.875rem;height:5.875rem;top:46.9375rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IbpnbKQHEyDWccbGgvQh9aTsN82HzVeP { width:6.25rem;height:6.25rem;top:58.0625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vGizc3TzZEQWf5UmvlScT3F1NUMqftU2 { width:6.25rem;height:6.25rem;top:58.125rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P8Go2HfUDVImswcIQzFqIJGa2xpvbDNv { width:6.25rem;height:6.25rem;top:69.125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E6JPOvBOvbeBarTnMi3uIn7T0TcqhvSt { width:23.875rem;height:1.225rem;top:76rem;left:23.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KDJTBFdtABbFAkVlXOZZrDTRQ533s58t { width:6.25rem;height:6.25rem;top:69.125rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dWzg69qfI4C1MOBQUExoHOznuZrD1hbH { display:block; }#dWzg69qfI4C1MOBQUExoHOznuZrD1hbH > .row .container { width:47.75rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FXc7ENht4eTShSbmgg3t9vf90mp1KMx1 { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TE1sud7eFnO2TUV7MLWwTpdZT99JoUBU { top:2.5rem;left:6.125rem;width:35.5rem;height:2.275rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BgOBXToux6Oc1hdBLHcUX7Pe9kGSHOLl { display:block; }#BgOBXToux6Oc1hdBLHcUX7Pe9kGSHOLl > .row .container { width:47.75rem;height:47.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #eOFtJUFdnAJFc2QXi6U6DsXZL6S6bo9y { width:14.8119375rem;height:1.99941875rem;top:19.686199188233rem;left:16.467738449574rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pAy9EvQlBS2Z07O9nSPTEJnFipAHJGs3 { width:23.8744375rem;height:1.137875rem;top:17.124713897705rem;left:11.936487495899rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qV6KtgHK6Thfx5dnmHbc76oOqFr5RIdM { top:32.186201095581rem;left:6.1248558163643rem;width:35.499875rem;height:2.275rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lRTvTMt6q34QSR9ycLOu8iSCwEDiebuh { width:22.49925rem;height:8.74925rem;top:35.999134063721rem;left:12.624422371387rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oRru5Lmim3oSybe5ponr0guQ4voMneoE { width:23.8744375rem;height:2.275rem;top:25.123844146729rem;left:11.936487495899rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CAw2DcdCaQWK38FFx74hChLLdWcxSL3T { width:17.123875rem;height:4.4987rem;top:27.732351303101rem;left:15.311777412891rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Bc8ypw8FlXVRXnQC7z4NgzsWkePc5chl { width:23.8744375rem;height:1.137875rem;top:2.0334343910217rem;left:11.936487495899rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L2vrr47Svl139zWcOusGCHQCNQvPhsvo { width:12.3119375rem;height:8.499rem;top:1.6688184738159rem;left:7.8023732304575rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t5JEetQA24HgRMXfLJN8ai13ArAxDttT { width:8.74925rem;height:4.81191875rem;top:3.5134551525116rem;left:29.623843491078rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IdQvRctmtqcqkXug4fUPm6RLWpFThtFq { width:12.2496875rem;height:4.49941875rem;top:9.2816658020019rem;left:7.8327553868294rem;display:block; }
 }@media only screen and (max-width: 1199px) { #USnBBBkg4atgJoh04lAbX0HJL6HxA98m { width:12.2496875rem;height:3.749275rem;top:10.167081832886rem;left:27.87254267931rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tSS6UaBkRXItTnxfyIDmhlafEG1VZILV { display:none; }#tSS6UaBkRXItTnxfyIDmhlafEG1VZILV > .row .container { width:47.75rem;height:12.3125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #JPVN7b6S41OoUNztRlRt05TKfSEwsE8F { width:14.8125rem;height:2rem;top:3.125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kJF2wfTcOMZh9zp3oPLK6U0RKXxIhFSZ { width:23.875rem;height:1.1375rem;top:0rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LxbXlCQfLbKkDEEitPHMreLkk1UVT78z { width:15.6875rem;height:3.25rem;top:2.375rem;left:28rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 1199px) { #Ki9SVH7m7bynCeCfUkMk2BCbThsDDShP { width:23.875rem;height:1.1375rem;top:0rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mLKTLy8nEXQ77uITdI66Jr3w9mfBq1uJ { display:block; }#mLKTLy8nEXQ77uITdI66Jr3w9mfBq1uJ > .row .container { width:47.75rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mZMp6B3QncCrOOkKV3IKqeezNqQpL0ly { top:2.5rem;left:6.125rem;width:35.5rem;height:2.275rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sonu5imsHkFJq0arEg4AiHKOtg0ngiyQ { width:23.4375rem;height:3.125rem;top:9.1875rem;left:12.15625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J1URzc1LKyKaWNRlGCEMPyV6VKcry0Co { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI { background-color:#fdfdfd;background-image:none;display:block; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row .container { background-color: transparent; background-image: none; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row .container > .video-iframe-container { display: none; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row > .video-iframe-container { display: none; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .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); }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row .container { width:47.75rem;height:39.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DZyDHGIhruDKDFdXzrxOG7bzb0XUSEo0 { top:2.5rem;left:6.125rem;width:35.5rem;height:2.275rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sV6EXFBTpdRKmcnihcB1XnsKpgHLkOhg { width:30.25rem;height:3rem;top:12.25rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tNM1vRcSvglv0vbJ2Gok9mN9edECJhPG { width:46.5rem;height:1.7rem;top:10.1875rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J39nsXPqOow9SelW8eA9JPBwV7wRPvKD { width:46.5rem;height:1.7rem;top:16.9375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qfwlakZqH8pqNhq2LOX39VWQZwCkpiiw { width:46.5rem;height:1.5rem;top:19.0625rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UFCSTgM40UqnCrkFFy6ao3Ne8mRwSy53 { width:46.5rem;height:1.5rem;top:24.3125rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JeWbhl4N9cT46eEkDiBlT13C9KvvTloq { width:46.5rem;height:1.7rem;top:22.25rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fXg2IeOM7tmO41Pg02c6ZZRilGRo5pGc { width:21.875rem;height:1.625rem;top:6.75rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E96AhVlRJiqbxVEEDKttCtpX3Rr1bwxM { width:46.5rem;height:3rem;top:29.5625rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zel7FI2DxqWaXQhGypLSGBvXJa3J9sLD { width:46.5rem;height:1.7rem;top:27.5rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uXS8Zm4TyUQJdTEQKwTqnKD0Fxv8JqdI { width:11.25rem;height:11.25rem;top:5.8625001907349rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ECrUrooIr33O439A4HW0k0wE9nQGZVla { width:41.0625rem;height:1.5rem;top:36.375rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xymPBSkfDRrMnBuV2Ov66GW9socpTxko { width:46.5rem;height:1.7rem;top:34.25rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K { background-color:#fdfdfd;background-image:none;display:block; }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row .container { background-color: transparent; background-image: none; }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row .container > .video-iframe-container { display: none; }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row > .video-iframe-container { display: none; }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .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); }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row .container { width:47.75rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #D08ZdNu3q4L5AVUKPwA5464lrMJ5k0PD { width:46.5rem;height:1.5rem;top:5.25rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f0LMDGH8V7qJTzODIE3vE90GZ3CIU7LQ { width:46.5rem;height:1.7rem;top:3.1875rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yhHzztUW19z6MIGTwZ9LIu9vlX2PFwFi { width:46.5rem;height:1.7rem;top:8.5rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #umSXavtKpW53h5pSVbkM6plakcMvtXnx { width:46.5rem;height:3rem;top:10.5625rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #imxgUCZLIvUJOumCdP3HZfsF8FS6mcrS { width:46.5rem;height:1.7rem;top:15.25rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Om1A8RiQM8TRMnz3ibOUOHJzzP5pSlMy { width:46.5rem;height:4.5rem;top:17.3125rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #niiBOd1lynsPSXVNrpLATw76NIsRtInF { width:46.5rem;height:1.5rem;top:25.5625rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TAoey98pqbh1gOdkuyeyAJJ7Qcxke14K { width:46.5rem;height:1.7rem;top:23.5rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n3OTiKHDJpk4rCsiidd8oTMxcRzpMgr8 { width:21.875rem;height:1.625rem;top:0rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c34BU2wcM7dahUAaoRIfm4Fmcdq2KzVA { width:46.5rem;height:3rem;top:30.9375rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tv2fT14lhrUbkz2oVUVs4AEwQ2WemnE1 { width:46.5rem;height:1.7rem;top:28.8125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT { display:block; }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tiVFrL248pJsm7zgOIWMXzQm48HR0Aon { display:block; }#tiVFrL248pJsm7zgOIWMXzQm48HR0Aon > .row .container { width:47.75rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dDxA71g8PA9ObV5JrNVTwLqxe6PXQ1Ff { top:9.4375rem;left:11.9375rem;width:23.875rem;height:4.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #I5RvJEqCTgu6QcuKG7R25QJ9810Bc4sS { width:47.75rem;height:0.125rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Th64m1tQwFIyOuLLD2tRtVcmPpFD1Arm { top:18.5rem;left:0.625rem;width:20rem;height:2.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #ipDVrTocZx9CH1rAcsJlNag1sfTzTzDE { top:2.5rem;left:14.03125rem;width:19.6875rem;height:5.19965rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QqNTuugUzRaK0QiXrB0XX6AidJksHI4y { width:6.1875rem;height:1.75rem;top:18.28125rem;left:41.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gZ37LTkXJKom2rEbpQQgaB0z1XV6mf0f { display:block; }
 }@media only screen and (max-width: 1199px) { #xafErVJAW1vqwQJenmaUziNzFBnXMd5v { width:10.1875rem;height:1.75rem;top:18.28125rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g8DOqvhhfSe4a3ngZONbR4JD6VpcZVu8 { display:block; }
 }@media only screen and (max-width: 1199px) { #B8LghaCoHSUIf3mOnKRrEnLhE5CavuXd { display:none; }#B8LghaCoHSUIf3mOnKRrEnLhE5CavuXd > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #KokSTXTdmp66cupTIrrut8ZhsAZETk4p { width:47.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OkTk4mgVeT9XbC0Mc5pyQeL3Fq4WLlwb { width:2.5rem;height:2.5rem;top:0.625rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zg8IQJBSIZCF4FPl0VyrTPzmcbUMzqZk { display:block; }
 }@media only screen and (max-width: 1199px) { #e2zaTnisxFq88316wS0PITggB8On1bUm { width:1.875rem;height:1.875rem;top:0.9375rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #byn5LgQV1C0mzRSEkBzMvxe8PtMaBwaE { width:32.5rem;height:3.75rem;top:0rem;left:0rem;z-index:15146;display:block; }
 }@media only screen and (max-width: 1199px) { #CVKom9XtAhDiBx5RZdzLdorHsthStp6u { display:block; }
 }@media only screen and (max-width: 1199px) { #eorHt0zLgzC3aJm4QAHPlaoTrUsgIzGu { top:0.75rem;left:6.6875rem;width:18.3125rem;height:0.97511875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O0oOWnT5XzHDtHiyDS7T3PHRO8uXXhrs { top:1.828125rem;left:6.6875rem;width:25.125rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ui4TUdIFPt77uP7WnipyhqQdstfqJFD6 { width:6.125rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RLRCl7HwlotanJXNGmxyRsIDpuCEc20S { background-color:#f5f2ed;background-image:url("https://images.assets-landingi.com/uc/88318449-210f-4ebb-aece-686054e98c66/tlo_PTW_INF.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S.adaptive-delivery-prevent-bg, #RLRCl7HwlotanJXNGmxyRsIDpuCEc20S.lazyload, #RLRCl7HwlotanJXNGmxyRsIDpuCEc20S.lazyloading { background-image: none; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row .container { background-color: transparent; background-image: none; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row .container > .video-iframe-container { display: none; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row > .video-iframe-container { display: none; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .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); }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row .container { border-width: 0; border-radius: 0; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRzay6WfSi9AcMhrCvXkh7Iy4pxo5BGv { width:9.5rem;height:3.4375rem;top:36.0576171875rem;left:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #X6QBIWCZASRLd7NWTXyIorvNSxvNlfzF { display:block; }
 }@media only screen and (max-width: 763px) { #CTPpw2vkxJQ6zzcwk9OJRE5z4i7NWnze { width:5.875rem;height:3.4375rem;top:40.7451171875rem;left:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aT76rSRUKUhzn5RbyuWMoXBe6iCPxEL1 { display:block; }
 }@media only screen and (max-width: 763px) { #IbUvdFKWhSegZ52JJCNOJTxB8nTdIHcF { width:3.375rem;height:3.4375rem;top:50.1201171875rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lMu2U2tCWKSAtO6VeoWyVxlyoVEdtESR { display:block; }
 }@media only screen and (max-width: 763px) { #vbbd6nHDWPh1fRe2pfFySwZZZfSSSmLP { width:5.875rem;height:3.4375rem;top:45.4326171875rem;left:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cLBwKhWbFbAdke6GzEPTXnDTCflRa0NT { display:block; }
 }@media only screen and (max-width: 763px) { #tdX1u9P8qfxIzsSRZBEss4tsWBlr13G0 { width:20rem;height:0.9625rem;top:35.309375762939rem;left:-0.0625rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15016;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rPodQPdzU3HnDPegTRWhKQl49k2v6fWh { width:20rem;height:1.95rem;top:22.5625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G8ivUOB6R4rRK0fcQXKeIITiEC523ZgF { width:0.375rem;height:0.375rem;top:42.797916412354rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rFOJTZT9Xqsz6A5dS2EElRv1G2TzJbPa { width:0.375rem;height:0.375rem;top:46.047916412354rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aieEDyTBdxCZxUDVcGix5BtsU4TIfQ11 { width:0.375rem;height:0.375rem;top:44.422916412354rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #voZMtO5iC7uCMBXNZ4uaZts6PbTq9gSU { width:20rem;height:5.1rem;top:25.34375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Cl4WZy0zXV6SpndzXCTxMOvunwaQfN49 { width:7.875rem;height:0.97511875rem;top:20.3125rem;left:0.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #melumoqFcv3HNdTq2HaL0nVCT7RyuxTZ { width:10rem;height:1.5625rem;top:20rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgBtuqgzMyS8lNxgRd8MqWNzKWGky9M7 { width:20rem;height:1.22540625rem;top:36.3125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15016;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #T879oWQErl2JbhItl1lrM0Ar7QegbE0L { width:3.125rem;height:3.125rem;top:31.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKga9rBUvrpALxl4HA9kMVR9Z5QLuo0f { width:11rem;height:1.5625rem;top:19.987500190735rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V348qsNAmD4LTuZRFIvnL6pwJNo1NKzx { width:10.375rem;height:0.97511875rem;top:20.3125rem;left:9rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #li5k5P7pD3r8WkvDFGkulMplekIqdCDe { width:20rem;height:0.975rem;top:44.125rem;left:0rem;font-size:0.75rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PezK5HzJRJVyJIk2W4Z9NgtFllmnvXLX { width:20rem;height:0.975rem;top:45.3125rem;left:0rem;font-size:0.75rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vKyKGGKfH4kuRfTApomzo37SUTTdsSxh { width:10.125rem;height:2.9375rem;top:1.1875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptIycSnTP6vA6Sxl31EUNttTGdfQnfkX { width:0.375rem;height:0.375rem;top:2.25rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #H3AEWyGovT0DuLCJlizgDdKHx7yowgkv { width:16.875rem;height:16.875rem;top:3.875rem;left:1.5625rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eAxEtiWJAkwuPMhfDpUxGTlEgg1dVOPx { width:10rem;height:12.3125rem;top:63.51875rem;left:5rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ers9KosNZF5kszKBIhgzMMrW1Ntg0q3D { width:10rem;height:0;top:64.08125rem;left:5rem;font-size:0.8125rem;color:#6b6b6b;display:none; }
 }@media only screen and (max-width: 763px) { #AOm24hFGMZvMMDdiZJQ1BIABGHQzn5Cf { width:10rem;height:6.0625rem;top:51.7875rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hk2Tsw0ah8mJsshJzobVmBmsxlskFr3T { width:9.5rem;height:0;top:59.1rem;left:5.25rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #yqJxxgIyMWvTR2IS82hwyRQIARgDKytO { width:20rem;height:0;top:40.5375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #t9t8VO2DDH9Oclx4w2IaSAaGNCSEzWRS { background-color:#f5f2ed;background-image:url("https://images.assets-landingi.com/uc/88318449-210f-4ebb-aece-686054e98c66/tlo_PTW_INF.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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:none; }#t9t8VO2DDH9Oclx4w2IaSAaGNCSEzWRS.adaptive-delivery-prevent-bg, #t9t8VO2DDH9Oclx4w2IaSAaGNCSEzWRS.lazyload, #t9t8VO2DDH9Oclx4w2IaSAaGNCSEzWRS.lazyloading { background-image: none; }#t9t8VO2DDH9Oclx4w2IaSAaGNCSEzWRS > .row .container { border-width: 0; border-radius: 0; }#t9t8VO2DDH9Oclx4w2IaSAaGNCSEzWRS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t9t8VO2DDH9Oclx4w2IaSAaGNCSEzWRS > .row .container { width:20rem;height:50.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #k0K6JyszGk9hcA1NQilA9fBqimeP3vqD { width:9.5rem;height:3.4375rem;top:36.0576171875rem;left:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qzCpglTF6OheHRMUTHDvf64ofLpowJWz { display:block; }
 }@media only screen and (max-width: 763px) { #NbJhXiOM2q2NpznP1yE1Wyph3enymL5r { width:5.875rem;height:3.4375rem;top:40.7451171875rem;left:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qlhdrUJ0s4dQebGPUKroMdelpeOZ3pvU { display:block; }
 }@media only screen and (max-width: 763px) { #BCRinOT3knP8aeRql4sX70iutvX7gnET { width:3.375rem;height:3.4375rem;top:50.1201171875rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #itgLhQmyTK5oTaraBio8ryNTeVy9Wo6s { display:block; }
 }@media only screen and (max-width: 763px) { #cJrXo5nNeNTkMzOPdrTIMMf1ilKGsyDo { width:5.875rem;height:3.4375rem;top:45.4326171875rem;left:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vRTqtkWkqk2Rt4avvChC9zHBIBtDE5vO { display:block; }
 }@media only screen and (max-width: 763px) { #phzcgI6T5HMB4PXTKNQemTpVmLA6BVvZ { width:20rem;height:0.9625rem;top:35.309375762939rem;left:-0.0625rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15016;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #GEyXRzqDzG69nSM0JeepkUCDgiMdrZex { width:20rem;height:1.95rem;top:22.5625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f2dBeXlKIreFKCVH6IJVKypxUEpNAq4v { width:16.25rem;height:3.75rem;top:38.75rem;left:1.875rem;font-size:1.0625rem;background-color:#2a2c68;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #uXXBEq0OPL3C6Me5sgWhfksrvmKNBeBy { display:block; }
 }@media only screen and (max-width: 763px) { #KhkriTeVJT1tTcSBJPHUzCWbrtN1rGV1 { width:0.375rem;height:0.375rem;top:42.797916412354rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kAX46t7Msm8V5UJwZzoWaiAviHfbJdTU { width:0.375rem;height:0.375rem;top:46.047916412354rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qL335wXA8NayUvmIg46n2sLCZKeLZOp0 { width:0.375rem;height:0.375rem;top:44.422916412354rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GrHKABpeMbDO0mJ7Eyk4wZMtBLPsRuCO { width:20rem;height:5.09838125rem;top:25.34375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #iCD4krBtsQBhKbw7lJ4uXXsXF8UA5pZd { width:7.875rem;height:0.97511875rem;top:20.3125rem;left:0.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pv01GydKKH3QxcivLPB3Bf4OSEQ5O3WZ { width:10rem;height:1.5625rem;top:20rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRGDtONRg3q5lDBiG9WLA8TXF3iENmzV { width:20rem;height:1.22540625rem;top:36.3125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15016;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #dkThBp4CFFPJTctulcCg5MSewSLW3cN3 { width:3.125rem;height:3.125rem;top:31.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8uPBcaLbngrTcD7U87SorSJNLqKy3OA { width:16.25rem;height:3.75rem;top:43.4375rem;left:1.875rem;font-size:1.0625rem;background-color:rgba(255,255,255,0.26);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #aN6peWd5LfrfBzKElBm1MW2RrNlzmF4V { display:block; }
 }@media only screen and (max-width: 763px) { #zc4EhlTq1R1cg7560mo7gSbnM9IFVZtA { width:11rem;height:1.5625rem;top:19.987500190735rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBXiWHZlPg3GQ7uQNKGBKmhPOEfTXI6u { width:10.375rem;height:0.97511875rem;top:20.3125rem;left:9rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pcGLhQzeiXTLoJw8x6qwTAPkrW4cKlrn { width:20rem;height:0.97511875rem;top:48.375rem;left:0rem;font-size:0.75rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VMbH3gAVSyI0K9WLE19u6Fmlb8xlwsUV { width:20rem;height:0.97511875rem;top:49.5625rem;left:0rem;font-size:0.75rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NFXCdyJ8IGknFggzcclt8G4Dw9voB20c { width:10.125rem;height:2.9375rem;top:1.1875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzuuClQfNkHLdXWHHymHiqGWHHkMpzV1 { width:0.375rem;height:0.375rem;top:2.25rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NpW9QmpTG6EkQsN5WzJAEQNrseVr8RgQ { width:16.875rem;height:16.875rem;top:3.875rem;left:1.5625rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xBJUZ9NfnmqMIG2BbS0NKD7wQuTRg2uG { width:10rem;height:12.3125rem;top:63.51875rem;left:5rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #SrTi9NEXO8GARTCG5BN91WqNd1yNBeqS { width:10rem;height:0;top:64.08125rem;left:5rem;font-size:0.8125rem;color:#6b6b6b;display:none; }
 }@media only screen and (max-width: 763px) { #BZleEgPNJmBxUQb6abPcT543Wc9MvNDI { width:10rem;height:6.0625rem;top:51.7875rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jk1XGCz44VPCmbFQGeeAImQGrghKOEal { width:9.5rem;height:0;top:59.1rem;left:5.25rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #JPtpeQI0rMSTlNt7k6206LNVvC9lqzCE { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #2a2c68, #464894);background-image: -moz-linear-gradient(90deg, #2a2c68, #464894);background-image: -ms-linear-gradient(90deg, #2a2c68, #464894);background-image: -o-linear-gradient(90deg, #2a2c68, #464894);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2c68', endColorstr='#464894' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2c68', endColorstr='#464894' );";background-image: linear-gradient(90deg, #2a2c68, #464894);background-size:auto !important;display:block; }#JPtpeQI0rMSTlNt7k6206LNVvC9lqzCE > .row .container { background-color: transparent; background-image: none; }#JPtpeQI0rMSTlNt7k6206LNVvC9lqzCE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JPtpeQI0rMSTlNt7k6206LNVvC9lqzCE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JPtpeQI0rMSTlNt7k6206LNVvC9lqzCE > .row .container > .video-iframe-container { display: none; }#JPtpeQI0rMSTlNt7k6206LNVvC9lqzCE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JPtpeQI0rMSTlNt7k6206LNVvC9lqzCE > .row > .video-iframe-container { display: none; }#JPtpeQI0rMSTlNt7k6206LNVvC9lqzCE > .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); }#JPtpeQI0rMSTlNt7k6206LNVvC9lqzCE > .row .container { width:20rem;height:16.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cl9XCnvJ2yk1dH1nftWBNl3q668TZPq9 { display:flex;width:1.875rem;height:1.875rem;top:14.8125rem;left:18.125rem;font-size:1.3125rem; }
#cl9XCnvJ2yk1dH1nftWBNl3q668TZPq9 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #M9u7zBLnfhOp4lTFTSwGBJTh4NNMGu4z { width:16rem;height:4.875rem;top:2.8125rem;left:4.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zu4vdTfLG641SDuKXRNaiCLcLX9xa1IP { width:13.1875rem;height:0.9rem;top:1.5rem;left:4.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g4VBk6g1IInb0sISJGgnRWkAu9QWWEEK { width:3.125rem;height:3.125rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrlDCozxos7ZPBFMmcxMDTBqNMOmpkzs { width:11.5rem;height:0.9rem;top:8.9375rem;left:4rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #N5acHfbMizqJNKTpXQJ2CQe1mvCklcId { width:13.8125rem;height:1.95rem;top:10.200000762939rem;left:4rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OLDIcDt2Pf74qTGU0C0BlT75ffnwIRdr { width:9.8125rem;height:0.9rem;top:13.5rem;left:4.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ja30TlxIbu4V93tsD8AFoaADkAUKMIzg { width:13.25rem;height:1.95rem;top:14.8125rem;left:4rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TemHzzy6NCBQdBeDsNTbsDM7NFqVeRLl { width:3.125rem;height:3.125rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzXl4NZCB5b6ZysVEryOxRVC02eBZEz4 { width:3.125rem;height:3.125rem;top:13.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw { display:block; }#SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw > .row .container { width:20rem;height:47.285415649414rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gfLxUt8gpVq0McTQfbmZMiClxNDCFiTw { width:17.5rem;height:5.85rem;top:1.875rem;left:1.25rem;font-size:1.5rem;text-align:center;text-align-last:center;font-family:publicsans;display:block; }
 }@media only screen and (max-width: 763px) { #QdDX8TTQ1bI1qNU9Q8AiAX0FTTRUyD7T { width:19.8125rem;height:38.0625rem;top:9.2229156494137rem;left:0rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #F5RJtCxoR6VV8bHGFssnnZuKscqOeD83 { display:block; }#F5RJtCxoR6VV8bHGFssnnZuKscqOeD83 > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SDhQehn8neJnzfcJVl3z3xgHPZNfLFWR { width:5.625rem;height:2.1125rem;top:1.7375001907349rem;left:3.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QvIweu5pazfsm5EW6SIfhoNpTk5vuORi { width:9.375rem;height:7.35rem;top:5.3125rem;left:0rem;font-size:0.75rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hS5uMg8aa1lEBvZIPElNIH21ypeFNJ6P { width:4.6875rem;height:2.1125rem;top:1.7375001907349rem;left:13.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wr0MJPMNRmku7Ezp2iBUcQdKqhDlRpGo { width:9.375rem;height:7.35rem;top:5.3000030517578rem;left:10rem;font-size:0.75rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zEJ3TwxB11kDczpM1RH4VoeATkQ7wIPa { width:9.125rem;height:6.3rem;top:19.1875rem;left:0rem;font-size:0.75rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TSTm51ir08fNfgnXpPXa7G0LyTpWwwpv { width:5.4375rem;height:2.1125rem;top:15.443756103516rem;left:3.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KQmPtTHtaSRRNJbkhU0LGqJqAN0kwero { width:2.5rem;height:2.5rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zubaRq6SOerSyc5TBb6zcrJGX7TMpM1l { width:2.5rem;height:2.5625rem;top:1.5124998092651rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArbCnzgIWbfZBTNQpJHKDVUfPkkFbhTM { width:2.5rem;height:2.5rem;top:15.456253051757rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHZvD4xU9uNVP76XR45WkkA3AGtnHtzu { width:2.5rem;height:2.5rem;top:15.456253051757rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1P4MTs94Z38ZpC014UfQt3ls0cgbDfe { width:6.0625rem;height:1.055775rem;top:15.443756103516rem;left:13.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Gm8m25rMZuvHTDLoaH5WUT5p6WdITqkV { width:9.375rem;height:10.5rem;top:19.1875rem;left:10rem;font-size:0.75rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #beIXkxxGRQQ0cwtt5HdLGcJKpWSvhJfU { display:none; }#beIXkxxGRQQ0cwtt5HdLGcJKpWSvhJfU > .row .container { width:20rem;height:4.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #L8p3ehvzQ5WDQNEdTmvSHDpt4SBpQduR { width:16.25rem;height:3.75rem;top:0rem;left:1.875rem;font-size:1.0625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #xN1sdK3k3dK6GrtKSuIrn1WTJTlnrOSZ { display:block; }
 }@media only screen and (max-width: 763px) { #nZ8s1M6GHlqOZUVG3Nlsqf8FIoFtk9hM { display:block; }#nZ8s1M6GHlqOZUVG3Nlsqf8FIoFtk9hM > .row .container { width:20rem;height:11.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OuJEK4NUBwGLL4FIkI22pwDRIORRPJWg { width:13.25rem;height:1.137875rem;top:0rem;left:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfxTtbTuF1sXIcSUtD0d1BRHZlO4xtGJ { width:2.5rem;height:0.0625rem;top:0.47500610351562rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5fW3vCkfqgNlsnbQeTcANkgMLE9nTsC { width:2.5rem;height:0.0625rem;top:0.47500610351562rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rP4yMTxAwtNND2PqgJHu4IW6xsUQVG8k { height:9.6875rem;width:17.5rem;top:1.7250003814698rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuO7sWdmy48kue4dF9ub71ToMr4VCBAt { display:block; }#xuO7sWdmy48kue4dF9ub71ToMr4VCBAt > .row .container { width:20rem;height:10.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JHg8EQaWcPa3UV07lDMbcD8nkfCQfQCX { width:20rem;height:1.86875rem;top:1.875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-family:publicsans;display:block; }
 }@media only screen and (max-width: 763px) { #L7IkQ21iJT4UoTnueqK91JlBwGTQnscb { width:15.625rem;height:2.1125rem;top:4.0750122070312rem;left:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqCmGp2A6LaUDn8VqZUhdzxaVgoBPl0F { display:block; }#xqCmGp2A6LaUDn8VqZUhdzxaVgoBPl0F > .row .container { width:20rem;height:68.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IQzMBw8TlJLHUNm4NJD7uuxIxzposuXn { width:0.625rem;height:0.625rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KysRGlkUJyZqw8I23cGNOOdCcTi8N0ls { width:17.5rem;height:4.21875rem;top:10.3125rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #PVUElvvNURDoHrp8HEcXl0ubGvMmKLvt { width:0.625rem;height:0.625rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqoPfuZbTudGybTLhBHa1TmIFmruyt89 { width:18.4375rem;height:1.40625rem;top:0rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #EPwikeFvmHxXPGRoLdxKKXFlfZdro4DT { width:17.9375rem;height:5.625rem;top:16.115234375rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #eoBRKzWSIQVTp1N2BoCICxtpOHvT3aH1 { width:0.625rem;height:0.625rem;top:25.271873474121rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k63K0L9tAa6r0XQgAKKuo7lMxhgqon5H { width:18.4375rem;height:9.84375rem;top:24.959373474121rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #xfNCwQ9Tqc3mMWNgp5eA9ezaMwMtPLue { width:0.625rem;height:0.625rem;top:48.209373474121rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQMbppuWugqOiMeW8LqM3fqOqfSvCzMo { width:18.4375rem;height:4.21875rem;top:37.896873474121rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #M0ZS9seAtRoKUbkQ8Unoe04yaufKwO8d { width:0.625rem;height:0.625rem;top:38.209373474121rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBpTM2ymTUy9b83UW04T2oTJT4KJTUTk { width:18.4375rem;height:5.625rem;top:47.834373474121rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #OppwMEntM7HcFRUaZOkkP4Zy8ZhzTcuT { width:0.625rem;height:0.625rem;top:16.428123474121rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eS1tvtTHTSA7ZKMbscO6XeANIT33Nh9v { width:16.625rem;height:4.21875rem;top:3.0218734741211rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #HyHpAJtLfddIq82GMCk6uLvyMF5JXUoA { width:0.625rem;height:0.625rem;top:3.4593734741211rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrgeiBDKJJixJMemRDSE5M1cikfXPftT { width:18.4375rem;height:2.8125rem;top:63.999343872069rem;left:1.5625000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #uGcHdi9OfdgCyqDOJim176sGTnFL1lOL { width:0.625rem;height:0.625rem;top:64.311843872069rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF2CNx6TGUK62enOQ34K6Zn0HtuIMm6V { width:18.4375rem;height:1.21875rem;top:7.4906234741213rem;left:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpR2bP08LfLn5z6J7ZixrhosQu0ieMF3 { width:18.4375rem;height:1.21875rem;top:22.053123474121rem;left:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W69Hp24zWk1b97XlVdkVqer4J7cqNJ6U { width:18.4375rem;height:1.21875rem;top:35.053123474121rem;left:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5gXFi0KUR92w8vlmGDaThBfSWyZZ78F { width:18.4375rem;height:3.65625rem;top:42.4375rem;left:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSRLrzPpaJDLkUPvpZEUHOwi656lFUEk { width:17.5rem;height:1.21853125rem;top:53.646704673767rem;left:1.5937500596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF39wVUZVqmsvffNTeqt79o2U3fMHlhI { width:18.4375rem;height:2.8125rem;top:56.786027908325rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vwkNZGEVSz6fqVLHV7vX3ZgdKsbMSFyT { width:18.3745625rem;height:2.4375rem;top:59.848527908325rem;left:1.6243489384651rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4sg4RpBVlmVPG4nbWhbdtiGNqqLG5A8 { width:0.625rem;height:0.625rem;top:57.255212783814rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUf2MMFH6r4MCL8ITTLks0RBQROo7noa { display:block; }#uUf2MMFH6r4MCL8ITTLks0RBQROo7noa > .row .container { width:20rem;height:74.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #stGHahkfghg9IPZf3TJKEXlhFAzP9FPK { width:0.625rem;height:0.625rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGUf4nV4BZp7xyl5fBmWuANvhlqsM8bx { width:0.625rem;height:0.625rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIxLCyrP6aQEpRT8ietwtw0xdq4353ye { width:18.4375rem;height:2.8125rem;top:0rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #IBtqa1ihHL4B6qQIGUJBZwtw1wNKpEO0 { width:18.4375rem;height:8.4375rem;top:4.5rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #fySs4THmt5hhckLDwKeDIC8PhNGUMqRe { width:18.4375rem;height:5.625rem;top:25.062210559845rem;left:1.5617767572403rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #XCCHzybuOwXKJKIBk9cL8V2gMHGexnm3 { width:0.625rem;height:0.625rem;top:25.436922550201rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxKZMGEP8yU2x5shO0hKfRHi1chm2wUZ { width:18.4375rem;height:4.21875rem;top:48.623844623566rem;left:1.5625001192093rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #gMkFu6QaibzZznwhLUACLKXyKOpgCOwT { width:0.625rem;height:0.625rem;top:49.061489582062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJaZrGx1NEqBUKgQdt69gwg9biyaGpEP { width:18.4375rem;height:2.8125rem;top:55.99942445755rem;left:1.5625001192093rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #qKcehTxEoR2VpXpdqUXhe1BmSzSH4Ba6 { width:0.625rem;height:0.625rem;top:56.499279499054rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kq5sdA0GxEV7tuE62eOTL1mFe2K63BuJ { width:15.6875rem;height:6.09375rem;top:13.3125rem;left:3.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #fHngvahTqvHAfBnTJCOSLCTSLtFWty69 { width:15.125rem;height:15.84375rem;top:31.187065601349rem;left:3.1242767572403rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #HJtTcvHuR8q6b60Clx6PvmAyF7BWldNk { width:18.4375rem;height:2.8125rem;top:68.685764789581rem;left:1.5625001192093rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #UWzdRUPZov3OgPuX3p3Fy9OViiyT6CDf { width:0.625rem;height:0.625rem;top:69.060474872588rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkkZc70gdt4pmEO7vgxBEC99Wr8aG38X { width:18.4375rem;height:1.21875rem;top:53.155094623566rem;left:1.5625001192093rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNR1aTJBeVzUKhLssTA9oqwJmGPC07Op { display:flex;width:0.75rem;height:0.75rem;top:13.5625rem;left:1.5625rem;font-size:0.5rem; }
 }@media only screen and (max-width: 763px) { #WpImFxGKozNiSmGH70KfMdicL55RT7F5 { display:flex;width:0.75rem;height:0.75rem;top:17.25rem;left:1.5625rem;font-size:0.5rem; }
 }@media only screen and (max-width: 763px) { #Tln2Imq1zZ1I5OQH0oFLXuZJ9DITwtFP { display:flex;width:0.75rem;height:0.75rem;top:31.249279499054rem;left:1.5617767572403rem;font-size:0.5rem; }
 }@media only screen and (max-width: 763px) { #IFeW9nMJuGExoI7ADDuTuuJ1dWZxkZOe { display:flex;width:0.75rem;height:0.75rem;top:36.312210559845rem;left:1.5617767572403rem;font-size:0.5rem; }
 }@media only screen and (max-width: 763px) { #yh6u5sTpHw8HOtGJZPbA0Cr7eN4P7sG9 { display:flex;width:0.75rem;height:0.75rem;top:41.06192445755rem;left:1.5617767572403rem;font-size:0.5rem; }
 }@media only screen and (max-width: 763px) { #wrgKNJNLg5gapbid0HBvlqEuDr5mo0ac { width:18.125rem;height:2.8125rem;top:61.684895038605rem;left:1.8120661973953rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #lQftleBqxmsHvwSuBQxnVE4BpVwQiEp0 { width:18.0625rem;height:2.4375rem;top:64.809895038606rem;left:1.8742767572403rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq4zDbSR08H7kPvvL08x5Je64XTwvQ7V { width:0.625rem;height:0.625rem;top:61.998844623566rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTU4i67vHMM9Sphp9cBtcyvzXkSz8MzD { width:18.375rem;height:1.21875rem;top:59.122539997101rem;left:1.5617767572403rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr5lIeuSNkhl4kgPNSsQA4U5uWUPXuZ9 { display:flex;width:0.74941875rem;height:0.74941875rem;top:20.622539997101rem;left:1.6245666742325rem;font-size:0.5rem; }
 }@media only screen and (max-width: 763px) { #N68JXwqfpdcG5tq4CvexP7FoCnonqhv8 { width:16.875rem;height:2.4375rem;top:20.434613704681rem;left:3.0007234215736rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #eBkma5Fq8JhTVhTUVgiHLc80JT0FRWpP { display:block; }#eBkma5Fq8JhTVhTUVgiHLc80JT0FRWpP > .row .container { width:20rem;height:80.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #llhIR7XxXAn61G7IIR9VhOELmBbC38u0 { width:0.625rem;height:0.625rem;top:0.34375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5sog5lftCDG4H0uVsKg4KIFE0MuT2s7 { width:17.5rem;height:4.21875rem;top:0rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #fhg3Mo9MCxPphLeJKxm6owROLDxkTZuf { width:16.25rem;height:5.625rem;top:20.936401367188rem;left:1.8750000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #tVOhfyp8hyZsLtFFOZpcXATG0sCkAgi8 { width:0.625rem;height:0.625rem;top:44.247406005859rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lb1zThG8Vppu4f2IREMtZK9BPOu2OnTL { width:18.4375rem;height:4.21875rem;top:44.060775756836rem;left:1.5625000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #FIT91S0HZgr0Q6dxBZfBdTmS81ipkiE9 { width:0.625rem;height:0.625rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZf5O18SiLiJqr6Kl9ziIAoOPpM9BlEi { width:18.4375rem;height:5.625rem;top:51.769546508789rem;left:1.5625000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #o8CAhOuzgofqirRGmI5WB7rqyZauHtuL { width:0.625rem;height:0.625rem;top:52.143890380859rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXDuLms2mdL3rAuk3R1UPRT9DNVqLMia { width:14.8125rem;height:4.21875rem;top:6.0625rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #uWGVfbnL7D877FVz7pavqKaAVfhXQzA4 { width:0.625rem;height:0.625rem;top:21.312042236328rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZ9ddJTrB0OBmxwpVZcnaqc1k02Dl8Vh { width:13.9375rem;height:14.625rem;top:27.186401367188rem;left:3.4993489384651rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #eZfxeI2D2FRifEbtz7oIsHTTnVUNo5Nt { width:18.4375rem;height:4.21875rem;top:60.629135131836rem;left:1.5625000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #KVZgdQzK3XJyG0I1BoqImwIhTbPURTs0 { width:0.625rem;height:0.625rem;top:61.019760131836rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiFH8cMZ1cnexhis55CZ8bUMTB4FBEiG { width:18.4375rem;height:2.8125rem;top:75.373062133787rem;left:1.5625000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #KBCDTcpWy3qEO5ZoZM4FSG8UK0gZE9cu { width:0.625rem;height:0.625rem;top:75.748489379881rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTKuZnr2RnfkHHh9pnOXRK6fA5SmFyUE { width:18.4375rem;height:1.21853125rem;top:48.622406005859rem;left:1.5625000596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJvhKbk8ITaPdTg7CqTEOXfqnVcUN5NN { width:18.4375rem;height:1.21853125rem;top:57.707046508789rem;left:1.5625000596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilFXXzKCl8GvZNlPlzqqdSfzNRCfRyv2 { width:18.4375rem;height:1.21853125rem;top:10.5625rem;left:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmgQSJuT4b5ntclhUkl9VucPw0pVh08R { width:18.4375rem;height:1.21853125rem;top:65.035598754881rem;left:1.5614150166511rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wL9o8pQBlZbZoZI079vKpWTsA6gDWLGU { display:flex;width:0.75rem;height:0.75rem;top:27.437042236328rem;left:1.8750000596046rem;font-size:0.5rem; }
 }@media only screen and (max-width: 763px) { #Fa6AEbZRMlDeLUAAOl9ptspgp5PPgHCF { display:flex;width:0.75rem;height:0.75rem;top:30.999328613281rem;left:1.8750000596046rem;font-size:0.5rem; }
 }@media only screen and (max-width: 763px) { #L9KUJax0paWoRaBOvcn1iALAKTb7JWqU { display:flex;width:0.75rem;height:0.75rem;top:39.624542236328rem;left:1.8750000596046rem;font-size:0.5rem; }
 }@media only screen and (max-width: 763px) { #povenUlRm1BPU22G2bWi0DA4kvG4SypG { display:flex;width:0.75rem;height:0.75rem;top:34.749328613281rem;left:1.8750000596046rem;font-size:0.5rem; }
 }@media only screen and (max-width: 763px) { #k2SMA4qu6kcg748WwNm92XuAuXFlezwm { width:0.625rem;height:0.625rem;top:14.058149337769rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNL1oJpAc8bs2RewOwOofKZ8lQoMxLbm { width:18.1875rem;height:2.8125rem;top:13.622833251953rem;left:1.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #XIUxeIuNEmtpmfW1CceLcwkzhWLi6say { width:18.1875rem;height:2.4375rem;top:16.621972322464rem;left:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsRIq2fODDmmBrWOrKR6AOEOwV0Rzawi { width:18.25rem;height:2.8125rem;top:67.935989379881rem;left:1.6872830986977rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bDIBQ11MpkQP2SOu73x7xxLkKSxasuTv { width:18.3125rem;height:2.4375rem;top:70.998062133787rem;left:1.6243489384651rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSkytARn4STW37tzEQS7MWqGvbvMdkKW { width:0.625rem;height:0.625rem;top:68.33963012695rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClGtMkr6H7h7gmeoeyFzOfovZtWTTn2t { display:block; }#ClGtMkr6H7h7gmeoeyFzOfovZtWTTn2t > .row .container { width:20rem;height:56.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FRc5V1F8pGUqb2zrFlxUaaGTBCT7TXTo { width:0.625rem;height:0.625rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2CQ2tm2uI9pAVXhFhOU99CAyKbdsra1 { width:0.625rem;height:0.625rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VstxMq30a1ap2O9pMFHPceAVhG9TtMWJ { width:17.1875rem;height:4.21875rem;top:0rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #R7gFpeFK8U1uukcZ9kwgwzR2Suoa5Ih8 { width:18.4375rem;height:4.21875rem;top:5.9366302490234rem;left:1.5625000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #w9rMb0PrhmkBMT8ieP5lLRMb4DXCDl0c { width:18.4375rem;height:4.21875rem;top:13.374786376953rem;left:1.5625000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #NctEXS6nhCFLHHDluzXBmlIM12zqJJn5 { width:0.625rem;height:0.625rem;top:13.62434387207rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrTsikMR9SoqN2F81AMkBk5ILrwnSDRU { width:17.375rem;height:5.625rem;top:20.748916625976rem;left:1.5614150166511rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #XSzab0vPQ3QxzIpes0VPGtlKNGR0STUk { width:0.625rem;height:0.625rem;top:21.312072753906rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BndPsWReDu59fr9oRChayZqWbim16m5x { width:18.4375rem;height:4.21875rem;top:29.624786376953rem;left:1.5625000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #rHERDCTWE3RgChyTmR2zXsgp77I3qnSw { width:0.625rem;height:0.625rem;top:30.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3bE95fDVDEGyNciMIqNyf1n5RGIJS5X { width:16.5625rem;height:4.21875rem;top:37.499328613281rem;left:1.5625000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Q5m34THsryoAJiGTLZtBwre31Hih16vt { width:0.625rem;height:0.625rem;top:37.936614990234rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFwEJ8sncEpPQ0HaAhakRa1sTlEfOgnh { width:18.4375rem;height:1.21853125rem;top:10.467880249024rem;left:1.5625000596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5L9oqhZuJQkxrIxW1GJ2ixxiVmrHvgZ { width:18.4375rem;height:1.21853125rem;top:17.9375rem;left:1.5625000596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTkNVMwC0nxmD0s4BJ0bR1bN6ePQ0FLt { width:18.4375rem;height:1.21853125rem;top:26.6875rem;left:1.5625000596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZC6maxReSD8o6LQRgBIoiwnpC9NvFFIJ { width:18.4375rem;height:1.21853125rem;top:34.156036376953rem;left:1.5625000596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x66ekTwpFxoT6kxVomaCcqa0TdFrrxaE { width:18.4375rem;height:1.21853125rem;top:41.999328613281rem;left:1.5625000596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1A7hwqvvOLKEuyDy5ETULwTm05bmt7Q { width:0.625rem;height:0.625rem;top:52.779083251953rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHQnlIhP20gTyEQ7pBavpz8uplvT8JMe { width:18.4375rem;height:2.8125rem;top:52.403625488281rem;left:1.4995661377907rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Lgn60fJ3h9VXqkq7xquU2lAymW81KmJL { width:18.3125rem;height:2.8125rem;top:44.965063095093rem;left:1.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #v2lT7mifQhcifUOSmheKOH1OFPHX9qzk { width:0.625rem;height:0.625rem;top:45.340063095093rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVZkJRhAFyJ6mIT5KEDNb0v41KgRiwOT { width:18.25rem;height:2.4375rem;top:48.027128219604rem;left:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRFkioMTlPRULpQpoaMP502gCHmqzVlv { display:none; }#eRFkioMTlPRULpQpoaMP502gCHmqzVlv > .row .container { width:20rem;height:4.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #S8tytAAnUohEbcimHVQvD1AWkwFrRSZe { width:18.4375rem;height:1.3125rem;top:0.125rem;left:1.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #g3hpt8168TSq9tdeUgGpnmGBqIkD4Eb6 { width:18.4375rem;height:1.40625rem;top:1.75rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #msJXHsBElLZyArc0XMJ8dxZStR4GvRH2 { width:0.625rem;height:0.625rem;top:0.46875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtGma1aK0yEZhJz1Fq4ZnFciTZSEliFS { display:block; }#JtGma1aK0yEZhJz1Fq4ZnFciTZSEliFS > .row .container { width:20rem;height:8.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GHFBH1GNFS26ia39qRU10GEbS4Z7tXWk { width:18.4375rem;height:1.21853125rem;top:1.2497711181641rem;left:1.5625000596046rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #NKDw0d1slknWT86Qtlt02rSDrSao53Ub { width:18.4375rem;height:2.8125rem;top:3.9993438720703rem;left:1.5625000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #wIUEr3WKZnwrmMrLogNp4yJI3lpoxVnV { width:0.625rem;height:0.625rem;top:1.4060211181641rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGvJ8QtSCTu4I7uulJBnP91ZzPvw5lKK { width:18.4375rem;height:1.31293125rem;top:2.6560211181641rem;left:1.5625000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #eG8hKQPUOThvw9w1uX23oAIEiEqzLiy6 { display:none; }#eG8hKQPUOThvw9w1uX23oAIEiEqzLiy6 > .row .container { width:20rem;height:12.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wcPdkOF37Dh1As8TeGzePMTwxnoT02o5 { width:20rem;height:0.125rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQat2NivB1uW1PDEqWkv1LHA4bpNebQp { width:20rem;height:1.055775rem;top:0.175rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVMpwbKiparuvqXkRdrKLr9BL9g0iCIz { width:14.5rem;height:1.5rem;top:0rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OblNySuTJ82piOvWvKobELaTVFIz9JOf .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#OblNySuTJ82piOvWvKobELaTVFIz9JOf .widget-text.counter-number { padding-top:0.429375rem;padding-right:0.3825rem;padding-bottom:0.429375rem;padding-left:0.3825rem;width:2.295rem;min-width:2.295rem;height:2.3075rem;font-size:1.716875rem;line-height:36.92px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#OblNySuTJ82piOvWvKobELaTVFIz9JOf .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.268125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.06rem;height:0.911875rem;font-size:0.644375rem;line-height:14.59px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#OblNySuTJ82piOvWvKobELaTVFIz9JOf { display:flex;width:16.25rem;height:4.34625rem;top:1.9375rem;left:1.6468753814698rem;padding-top:0.494375rem;padding-right:0.509375rem;padding-bottom:0.494375rem;padding-left:0.509375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #OblNySuTJ82piOvWvKobELaTVFIz9JOf #EpzwaiPZksMqnTW4FODMTmWxGb4Xk0Az { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OblNySuTJ82piOvWvKobELaTVFIz9JOf #ybg4pun0FBgk4Bq8oF28S1wcvF4W5KWB {  }
 }@media only screen and (max-width: 763px) { #OblNySuTJ82piOvWvKobELaTVFIz9JOf #aFQsBZhVWabzRQxbrVZ3eM3pFRAR3loK {  }
 }@media only screen and (max-width: 763px) { #OblNySuTJ82piOvWvKobELaTVFIz9JOf #A1KscLeW9q6IeLrvHGhTztL1FHDeN0pJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OblNySuTJ82piOvWvKobELaTVFIz9JOf #qMAJQmgiSWcz47vCnCn8ZUQuEkdK3vFu {  }
 }@media only screen and (max-width: 763px) { #OblNySuTJ82piOvWvKobELaTVFIz9JOf #bAaRRNTD0xCu1xTdGILBZkmAD4JPZnzv {  }
 }@media only screen and (max-width: 763px) { #OblNySuTJ82piOvWvKobELaTVFIz9JOf #WROl9ESkT5T1qQ9BVHe0fIADdeIb5syX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OblNySuTJ82piOvWvKobELaTVFIz9JOf #aclZc8LVIIkTeyTraqy2MmNlTAw4phiQ {  }
 }@media only screen and (max-width: 763px) { #OblNySuTJ82piOvWvKobELaTVFIz9JOf #EJ5996n5Eq63q5wS0Ir8Uqx6bEKy5ZZl {  }
 }@media only screen and (max-width: 763px) { #OblNySuTJ82piOvWvKobELaTVFIz9JOf #Z9w5PDyW6U3lNA8KMvP6b3cb5xh4DExg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OblNySuTJ82piOvWvKobELaTVFIz9JOf #i0prlG8uzdLCgpt7pwerm53k8Jdxt8Ot {  }
 }@media only screen and (max-width: 763px) { #OblNySuTJ82piOvWvKobELaTVFIz9JOf #hJXio9KGwTh4tehTz4XD3W5s8GT4VP2o {  }
 }@media only screen and (max-width: 763px) { #eG92MhbtnPyC7xNFd7ddrXND3xJDWfSG { width:16.25rem;height:3.75rem;top:8.0385437011719rem;left:1.875rem;font-size:1.0625rem;background-color:#267360;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #wWs6S5pzCXEQQapotWqZ9BNuNk81Bq70 { display:block; }
 }@media only screen and (max-width: 763px) { #xAAno80sv41HCuc14Ua1HLzx0VB5LrRS { display:none; }#xAAno80sv41HCuc14Ua1HLzx0VB5LrRS > .row .container { width:20rem;height:7.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VfvLCuFndbDNJmaG4DRdMayR9zgT1c9H { width:20rem;height:5.60625rem;top:1.875rem;left:0rem;font-size:1.4375rem;font-family:publicsans;display:block; }
 }@media only screen and (max-width: 763px) { #odcgfwZq9zQmqyIJFRa6ggAR6ppS8rQH { display:none; }#odcgfwZq9zQmqyIJFRa6ggAR6ppS8rQH > .row .container { width:20rem;height:3.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rogHiGREz5gcZWgihOvPF7RnaaNUfc6U { width:6.25rem;height:3.75rem;top:0rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #um2WMlobvifewILsrl9ieJNkVBpwx7TB { display:block; }
 }@media only screen and (max-width: 763px) { #biD0vTKbnZG8retJ4ciqA6SRxQOMyqtv { width:6.25rem;height:2.1rem;top:0.73749923706056rem;left:0rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #K5vScHtEvxNFFRohaHb0svRwqqWhQkX1 { width:6.25rem;height:2.1rem;top:0.73749923706056rem;left:6.875rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QLVUQDRMs2Bs1uSiOU7xmVmgPEdkKDgC { width:6.125rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tleLNEu8E9lIppcS8X0f9DI580rbqQHs { width:13.75rem;height:0.0625rem;top:3.75rem;left:6.1875rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #lpgk5nDp7oSPsser0pcvKeMwqbCoHOUZ { width:6.25rem;height:3.75rem;top:0rem;left:13.75rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #wzov0zvpDM2VchokOATXXh8lXB7GBToD { display:block; }
 }@media only screen and (max-width: 763px) { #qUyQdpgqT9yD9eI8KHzq0VhPCf4xHI52 { width:5.625rem;height:1.75rem;top:1rem;left:14.0625rem;font-size:0.625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #GC5bi4kM3kKX1UzbMq009liLLizEhR2o { display:none; }#GC5bi4kM3kKX1UzbMq009liLLizEhR2o > .row .container { width:20rem;height:3.8374996185302rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IapNmIlFyUxkXwSCupIf45LMHswQvg1S { width:6.25rem;height:3.75rem;top:0rem;left:0rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #gdaCqduCGn20x7cmJkGWolDHrU7vayin { display:block; }
 }@media only screen and (max-width: 763px) { #nR6dCmKhTAnRqAJP6FkCFnMpAPrQD2Cq { width:6.25rem;height:2.1rem;top:0.75rem;left:0rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #w2QDIqW6m1saA1zaMZrcN53lIDhePmwk { width:6.25rem;height:2.1rem;top:0.75rem;left:6.875rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zlg3Pw1wrx8zTDtUAIRETpUNTgqZaOc3 { width:6.125rem;height:3.75rem;top:0rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkW3DT9TrZs7Xm3CE4T4tKAGolJSlBeD { width:6.875rem;height:0.0625rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTtGJTAgLeXu4kBDOVIplFxSTXo6TQAV { width:6.25rem;height:3.75rem;top:0rem;left:13.75rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #pIdzswidR309ds22JQvwVPVAQJOCkDdh { display:block; }
 }@media only screen and (max-width: 763px) { #WIhuFs4dSg2tTGlapfrmgkghd6UPaqU3 { width:5.625rem;height:1.75rem;top:1rem;left:14.0625rem;font-size:0.625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zcyxJXzZTxw7d5L7mTL6hPxw7DyaBeLP { width:6.875rem;height:0.0625rem;top:3.7750015258789rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4vlpdMLyiu4eQTmzCpTO6GOV7xzLhhH { display:none; }#I4vlpdMLyiu4eQTmzCpTO6GOV7xzLhhH > .row .container { width:20rem;height:3.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KFM1kJiuobuyqWiQRNV5cu6QMimcukV7 { width:6.25rem;height:3.75rem;top:0rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fg71q6znmN1Sdl4sQg9MKU2D3MZ1c0B2 { display:block; }
 }@media only screen and (max-width: 763px) { #iiIzU4aRZCQTPUZJRMuaqnoakx2kTUOZ { width:6.25rem;height:2.1rem;top:0.75rem;left:0rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ANJU77UqR9faqsmpFTZItLeqPCuTcVky { width:6.25rem;height:2.1rem;top:0.75rem;left:6.875rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #DigapEmTNoSfRea0OEwoGd7iTsp0o7r8 { width:6.125rem;height:3.75rem;top:0rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8KZJhHbXDZRZGsRfpWbtFqDWqAFW6xO { width:13.75rem;height:0.0625rem;top:3.75rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #koLcTCpyaXwPguk5ORHxSTiMIV02IVgE { width:6.25rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LB3XHiDPPppwo58qJxIcsacfp0xKeN6r { display:block; }
 }@media only screen and (max-width: 763px) { #ciTfMrAErCiRgIbc6vMGMC7B2p5T3dS6 { width:5.625rem;height:1.75rem;top:1rem;left:14.0625rem;font-size:0.625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RGFspC13RoQietHUTxzu4JPsL11b1EUt { display:none; }#RGFspC13RoQietHUTxzu4JPsL11b1EUt > .row .container { width:20rem;height:37.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bKd4MV1PzOdMLZkH5KPb1RNsOTfzeqgZ { width:20rem;height:17.5rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBTGJV6ZOHQz23uFk4geeHgPIlWfegtq { width:20rem;height:17.5rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUN2lfpAsLzQ6N3t1Q6QqU9N6fWCJIGx { width:16.25rem;height:3.75rem;top:31.625rem;left:1.875rem;font-size:1.0625rem;background-color:#3a3eb1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Rk65tbnZs2FuNBX0DxP9s558IZvAA2vQ { display:block; }
 }@media only screen and (max-width: 763px) { #XiXiIPNOu3f81p9mhsUUMzeHbMXzAOhS { width:20rem;height:3.9rem;top:6.7614593505863rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZv9UBwtpWUcRFmLRW5S90JEyFyD7RDU { width:20rem;height:3.9rem;top:25.647918701172rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6dA6UT6VThX5ChmITyt7XI3TIvCwpt7 { width:20rem;height:1.2999125rem;top:5.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3gwDqOxRS3TaLcv4V65ppxyw7MnUAip { width:20rem;height:1.2999125rem;top:24.255210876465rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qkuhc90EoNDoozrFcDtLO4ko3p98X83o { width:20rem;height:0.97511875rem;top:10.735416412354rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUcmZPGwoTo045HZiEZSkUCDf0sa3LA7 { width:20rem;height:0.97511875rem;top:29.685417175293rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUsL6DRPCl3DMMJ73xlso3o3T0mrtFW7 { width:3.125rem;height:3.125rem;top:1.875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUvphT1bAMEpz14k1lJMWqimT6aIiMfK { width:2.5rem;height:2.5rem;top:20.942710876465rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzyIrDCTbsBCp2sOK3GPpTDF2rV0ShDn { width:16.25rem;height:3.75rem;top:12.875rem;left:1.875rem;font-size:1.0625rem;background-color:#3a3eb1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #VX1w9CNlobVoZ9lfffJqAKFI8k7yZB9g { display:block; }
 }@media only screen and (max-width: 763px) { #Sx1VirKUofgNcXDGdHWhtoM0tgpZiMmT { width:20rem;height:0.8125rem;top:16.9375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvivFWMk9kxldpFNuRkDQiTA7fcWkGzy { display:none; }#yvivFWMk9kxldpFNuRkDQiTA7fcWkGzy > .row .container { width:20rem;height:7.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Mpr7Qkuhfoq08T1RXdelhFTHcJMR4Q1V { width:18.4375rem;height:3.4125rem;top:0.625rem;left:0.75rem;font-size:0.8125rem;line-height:1.4;z-index:15042;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MSeliVcaEwV4Fdi9IP4p5HyBUBvMtTN2 { display:flex;width:1.875rem;height:1.875rem;top:4rem;left:17.375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tVK60bCmxuyV7WZL1EGP3QovcOV6yObJ { width:20rem;height:7.5rem;top:0rem;left:0rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #dEfkCAeqDT3kDp9J8FzGh6bXzUo2im85 { display:block; }
 }@media only screen and (max-width: 763px) { #V7GQIuJ4VleuMIcR1KgUNCpDXBeoathv { width:19.875rem;height:7.5rem;top:0rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdZiZWzrCyeWceqmga2JaSuOaxJvE0kv { width:11.25rem;height:2.275rem;top:4.5625rem;left:4.375rem;font-size:0.8125rem;line-height:1.4;z-index:15042;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AUVdsQQhyHznwEtatUTRSvEUSZuWS0Ms { display:none; }#AUVdsQQhyHznwEtatUTRSvEUSZuWS0Ms > .row .container { width:20rem;height:26.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #A8SI1DT6iE5ZS9ezyEg723E44FIamSbb { width:16.25rem;height:3.75rem;top:17.659370422363rem;left:1.875rem;font-size:1.0625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #bfU2geUQUmd4yD7XDm5OoqCJkLC9LiMP { display:block; }
 }@media only screen and (max-width: 763px) { #pOiB6ukhJXICfMgBubDCcForMHW6XT4S { width:13.125rem;height:2.925rem;top:1.3468780517578rem;left:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkTyoiC8WPL0P5K9zGRdIedV8cKsOMdb { width:15.25rem;height:3.16875rem;top:5.859375rem;left:2.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtpEtfUACoBQZqt3hcdHyn4cH5T4xCKZ { width:16rem;height:3.5rem;top:22.334373474121rem;left:2rem;font-size:1.0625rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Qo5iHb6aw09TEkP16kQWA1d1DMGXsXAQ { display:block; }
 }@media only screen and (max-width: 763px) { #I4oOLErc148PkN4r8ZrF20n1LxoTqVys { width:17.0625rem;height:5.28125rem;top:10.446876525879rem;left:2.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGxT38xOXLsQXECTFDBiuJmtKtW7H1lp { display:flex;width:1.75rem;height:1.75rem;top:5.546875rem;left:0.1875rem;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #S50VaK63X4U5psaqT7pcRiqI4goZrrP4 { display:flex;width:1.75rem;height:1.75rem;top:10.071876525879rem;left:0.1875rem;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #TLyRJLvcZHKXP4Ggw7xLUR24cs6xf2wi { display:none; }#TLyRJLvcZHKXP4Ggw7xLUR24cs6xf2wi > .row .container { width:20rem;height:40.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bxc32vF8muvhZ8MvtNIkSbEtAkokECgl { width:20rem;height:17.5rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwgiEROWbVHTx8ANnqJ7TobZxRqkvCqs { width:20rem;height:17.5rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7hyDFZHacuHvW8uBCwRbTwJbS5lTWqL { width:16.25rem;height:3.75rem;top:31.596878051757rem;left:1.875rem;font-size:1.0625rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #XkeyvirH4bmUUAGVwnBbHO4FsTNBw66c { display:block; }
 }@media only screen and (max-width: 763px) { #MbupnQitFiyRRPqD1UC0xxqtTRMrN3g5 { width:20rem;height:3.9rem;top:6.7614593505863rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #llIQhDPGR0E6lnMUc7kl2QpkfOVnso7y { width:20rem;height:3.9rem;top:25.647918701172rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4T9lretyBJtH75k2WecXTKHF297bXm4 { width:20rem;height:1.2999125rem;top:5.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNEQTN3oQav0wc3pQHHnlhcafZvoEtGW { width:20rem;height:1.2999125rem;top:24.25520324707rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sneJM8GcM6rU3FhTewhB1UzUqdAqaJdv { width:20rem;height:0.97511875rem;top:29.622909545899rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCXGmTcfyGpoEc5SMgECoBsTwuJwRkUC { width:11.0625rem;height:2.25rem;top:2rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRDzaCE06kIDuwXcpFRawtLZl0Zaolr9 { width:11.0625rem;height:2.25rem;top:20.9375rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXQebhRTf96eOuiDBUc0qll2TmSucXXX { width:16.25rem;height:3.75rem;top:12.875rem;left:1.875rem;font-size:1.0625rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #HtR1xk9bg5DzfturM9ZGAcbuKQnZSnky { display:block; }
 }@media only screen and (max-width: 763px) { #XexfZmzT1p5blSnFkL5aiUJT4dT2SxsQ { width:20rem;height:0.97511875rem;top:10.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydTVyFrbw2rEyXWtqowePFzWokiSWsQf { width:20rem;height:0.8125rem;top:16.9125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Btm9IAfn0NDXTiEdPWFB5LnLo49OZseR { display:none; }#Btm9IAfn0NDXTiEdPWFB5LnLo49OZseR > .row .container { width:20rem;height:26.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iA0hSZKS2n7lq2sXa94vmi0fc3P5WNrM { width:16.25rem;height:3.75rem;top:17.659370422363rem;left:1.875rem;font-size:1.0625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #UI3MgeZuCfSaV0rGoGEinD4R9T7AkW9T { display:block; }
 }@media only screen and (max-width: 763px) { #zd1aWt2NBFAABw2PxZ70xHo6tMG6AfvA { width:13.125rem;height:2.925rem;top:1.3468751907349rem;left:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQGr0HeTcoZe4K6ghlUyxEBBR15wuRH9 { width:17.8125rem;height:2.92535rem;top:5.859375rem;left:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCIPzvtBWwlU2lXAGDTCKQgaQLOlo6cE { width:16rem;height:3.5rem;top:22.334373474121rem;left:2rem;font-size:1.0625rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #yF7kLmwnhbKRoouuOp7DTCo0eQMwGMKE { display:block; }
 }@media only screen and (max-width: 763px) { #rhL8poJs0niATyGvwwE34ZyZ6hATITnz { width:17.8125rem;height:5.85rem;top:10.634368896484rem;left:2.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pP49smeJaF9Tf443hC7ifppSAoNlE5b1 { display:flex;width:1.75rem;height:1.75rem;top:5.546875rem;left:0.1875rem;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #yT7mrdVhJ3gnLPVwO5XlgBS5Hi0rezAN { display:flex;width:1.75rem;height:1.75rem;top:10.259368896484rem;left:0.1875rem;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #Tt81l550ntPti1sBTJkMhT8rlRn5RGmr { display:none; }#Tt81l550ntPti1sBTJkMhT8rlRn5RGmr > .row .container { width:20rem;height:37.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #abDylg98amBHvlHFOV4gDHUPqW4mfEdU { width:20rem;height:17.5rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8TWLIS0qoMylxVolWxwuxvlAm967JmC { width:20rem;height:17.5rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C92P6GS0qcgmTgT1qCmLz5kpcOaBeM3w { width:20rem;height:3.9rem;top:6.7614593505863rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwdOV7peVezuLCtlewk7dKBxQVgMmBG2 { width:20rem;height:3.9rem;top:25.647903442382rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDlmQBE7IxyCieEt38wHMq4W77nB1zmt { width:20rem;height:1.2999125rem;top:5.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTRMh0JCMQR3THo0AJ1Ju9J1mhSFOc4M { width:20rem;height:1.2999125rem;top:24.25520324707rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gx7LcVSX4ZpJehue4ucbylizfaX8Uf5l { width:20rem;height:0.97511875rem;top:10.735416412354rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZWZInteZSoEgA9Lh28s97oTTmbpyGh6 { width:20rem;height:0.97511875rem;top:29.685409545899rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0uy3UcBXgH2f8EmakxaUL32oSydcfDT { width:3.125rem;height:3.125rem;top:1.875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zakxGFJr5S8qsAVEaleU1DdW0NnrfqBU { width:2.5rem;height:2.5rem;top:20.94270324707rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Da2flPTfcmFfFxKXT3DSqarS7siPJMWv { width:16.25rem;height:3.75rem;top:12.875015258789rem;left:1.875rem;font-size:1.0625rem;background-color:#8ed2a2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ok71XLo2XAKHsZJOZRQy2gtSqTo49TFT { display:block; }
 }@media only screen and (max-width: 763px) { #THfIw5qRnzFxeb7OIwirLKTG33Gt0ulE { width:20rem;height:0.8125rem;top:17rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RItRIAncy4O4oAKh1WrdRMni2I9ICy3F { width:16.25rem;height:3.75rem;top:31.75rem;left:1.875rem;font-size:1.0625rem;background-color:#8ed2a2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #NPLe44vsmlTFVKqf94Mv3tg1lH9Vq8nR { display:block; }
 }@media only screen and (max-width: 763px) { #DnII1me8iU49HUW3mmz5L6VTNCILXQ7M { display:none; }#DnII1me8iU49HUW3mmz5L6VTNCILXQ7M > .row .container { width:20rem;height:39.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oZr9TrquDTy9SR13fzVd0QKewrt29n3e { width:20rem;height:0.0625rem;top:2.8984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNnTCLS2T1Kf61T5DlD5VfQ3SJWZXKdr { width:7.6875rem;height:1.7875rem;top:0.3359375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U020Xs5Xnd4k2FrtT63uge9WcqchHOQn { width:5.1875rem;height:1.7875rem;top:0.25390625rem;left:11.03125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UMlfbmThU4f9pBkdtWDoAIVDXeUGn4T4 { width:3.375rem;height:1.7875rem;top:0.25390625rem;left:16.625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #odVWnOoaFwABMnCemohkUwWP57ld5km5 { width:20rem;height:0.0625rem;top:11.370651245118rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9pQvRZRIiInQRCv3B4n20WQybQBxDK3 { width:20rem;height:0.0625rem;top:17.745651245118rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTHSsq7zLRH4ZE9sUAr7qqavllOSxzob { width:11.5rem;height:5.85rem;top:4.2458343505859rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HL8XUfebL65CaXBJVh0slHOrB34eOGTq { display:flex;width:1.25rem;height:1.25rem;top:6.0625rem;left:13rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #FBz62J5zLw4Rxk19T04aA5F9pl9kJnHS { display:flex;width:1.25rem;height:1.25rem;top:6rem;left:17.625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #xUtcZczoRFWyQRrvkLpBmJVWneAFynMP { width:11.6875rem;height:3.9004625rem;top:12.59375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRN00CW7L9u3B9PhPvCnhwI1W5GEMnOd { display:flex;width:1.25rem;height:1.25rem;top:13.9375rem;left:13.000000536442rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #SPIdVo7yTA1I5LW1Jkot9P9i05RZTB22 { width:20rem;height:0.0625rem;top:21.578994750976rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHnQS2VcZQmX9yC6A7uJdMMyuR1yGTO0 { width:11.875rem;height:0.97511875rem;top:19.15625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzcIllwZbec2n0APh1qsbcTBOVaMfBxA { display:flex;width:1.25rem;height:1.25rem;top:19.0625rem;left:12.875000536442rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #xH7rh57QTIPFaRLS5TarAAyzbFWPqomP { width:20rem;height:0.0625rem;top:29.175338745118rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBxcrrwO87amXhLHhK7lWvW2BKszfsH5 { display:flex;width:1.25rem;height:1.25rem;top:25.0625rem;left:13.000000536442rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #N7qlgiEebCEuqmNC0PZtxcdzJvekKqRz { width:12.125rem;height:4.875rem;top:22.890625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyKqStrqxybPzSRTDyH4uqMM5Jf9mrNQ { display:flex;width:1.25rem;height:1.25rem;top:25.0625rem;left:17.624999582768rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #raJR1hKaiDBNIWHGr1bJVhtOMtUaEnsv { width:10.3125rem;height:3.9004625rem;top:30.488540649414rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD2RZTGHb1Kh38zFeiJ7guWwpa984wms { display:flex;width:1.25rem;height:1.25rem;top:31.904510498047rem;left:17.687499582768rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #Al0eOAxEq3JmGl5TnLwx1S1ITQUU2HCF { display:flex;width:1.25rem;height:1.25rem;top:31.904510498047rem;left:13.000000536442rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #DhoxHaLotRAU7aM34EIu6889LQTW7fXt { width:20rem;height:0.0625rem;top:35.637152624512rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #blrILNTeKDggDagxWc3Eo1ib8XDWU3Tf { width:10.75rem;height:1.95023125rem;top:36.887152624512rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxerzlNHrFOEAI1dmvw46iIyTe2Ipbo6 { display:flex;width:1.25rem;height:1.25rem;top:36.923611164093rem;left:13rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #tgG8AAo3AvxIQ2MuyFfH3C45ouvygqm3 { display:flex;width:1.25rem;height:1.25rem;top:36.824652624512rem;left:17.6875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #Oty1GMPIyuhgR5LsAS6PndKT6KDPPXwC { display:none; }#Oty1GMPIyuhgR5LsAS6PndKT6KDPPXwC > .row .container { width:20rem;height:33.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wgmdPyNGTew1ebNnioMhR4i0O0C7rpKy { width:17.5rem;height:3.9rem;top:1.875rem;left:1.25rem;font-size:1.5rem;text-align:center;text-align-last:center;font-family:publicsans;display:block; }
 }@media only screen and (max-width: 763px) { #KSDTahVVyiWAEwZrfUH0oXxR0cGLnPc1 { width:14.874875rem;height:3.65625rem;top:13.534378051757rem;left:2.5604162216186rem;font-size:0.8125rem;line-height:1.5;z-index:15125;display:block; }
 }@media only screen and (max-width: 763px) { #gd5EToUiJPTngo2oTS0MXyhXz7iM6BVa { width:5.8125rem;height:5.8125rem;top:6.5354156494137rem;left:0rem;z-index:15123;display:block; }
 }@media only screen and (max-width: 763px) { #GdBlwcCP575RLIRPWgdsUQxqgQXVGCgg { width:5.8125rem;height:5.8125rem;top:26.875rem;left:14.186458587646rem;z-index:15124;display:block; }
 }@media only screen and (max-width: 763px) { #tI46OeUbwE2G3LPvRdFH5zKadDPtHMyF { width:16.25rem;height:17.1875rem;top:11.03125rem;left:1.875rem;z-index:15122;display:block; }
 }@media only screen and (max-width: 763px) { #tBI5W69dPXUTKu8q8oXBBTC6d0tRbH3z { width:14.4994375rem;height:5.90625rem;top:21.064590454101rem;left:2.6864585876465rem;font-size:0.5625rem;line-height:1.5;z-index:15127;display:block; }
 }@media only screen and (max-width: 763px) { #vXfcAfBOLw9Nb7wcSDiPGSHIJKhwAaEB { width:19.99925rem;height:1.21875rem;top:19.108337402344rem;left:0.0010414123535156rem;font-size:0.8125rem;line-height:1.5;z-index:15126;display:block; }
 }@media only screen and (max-width: 763px) { #J8tiChtKzPBJplI2CLznSVpAy2wQp22J { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/35af0d90-d853-4776-be13-ce737e9df5e9/BIGHotelCityHotel48.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#J8tiChtKzPBJplI2CLznSVpAy2wQp22J.adaptive-delivery-prevent-bg, #J8tiChtKzPBJplI2CLznSVpAy2wQp22J.lazyload, #J8tiChtKzPBJplI2CLznSVpAy2wQp22J.lazyloading { background-image: none; }#J8tiChtKzPBJplI2CLznSVpAy2wQp22J > .row .container { background-color: transparent; background-image: none; }#J8tiChtKzPBJplI2CLznSVpAy2wQp22J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(8,9,55,0.75); }#J8tiChtKzPBJplI2CLznSVpAy2wQp22J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8tiChtKzPBJplI2CLznSVpAy2wQp22J > .row .container > .video-iframe-container { display: none; }#J8tiChtKzPBJplI2CLznSVpAy2wQp22J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(8,9,55,0.75); }#J8tiChtKzPBJplI2CLznSVpAy2wQp22J > .row > .video-iframe-container { display: none; }#J8tiChtKzPBJplI2CLznSVpAy2wQp22J > .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); }#J8tiChtKzPBJplI2CLznSVpAy2wQp22J > .row .container { width:20rem;height:39.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #shvnf92qO6h82f5953e3OV6DwGoJyuZc { width:20rem;height:1.86875rem;top:1.875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-family:publicsans;display:block; }
 }@media only screen and (max-width: 763px) { #uvAmhR9TgQasNe4nS2f7EOKgVJV3plRp { width:20rem;height:18rem;top:16.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vzJZT7LE3fUapZVo0I5DTnctJsuEvqNu { width:7.75rem;height:11.3125rem;top:6.75rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xONm2yxHnvHcULviU7ppPPtJzts9XfGT { width:17.5rem;height:3.4375rem;top:36rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocHXrWIMXdu5ZOELnTsqNFWWbnbTM7w6 { display:block; }
 }@media only screen and (max-width: 763px) { #g2ki2coqSfObFHTF0n5rfgCNosoR0HCt { display:none; }#g2ki2coqSfObFHTF0n5rfgCNosoR0HCt > .row .container { width:20rem;height:73.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lh32Dgyxxd442WIzCzprW6Avd5RTFKTo { width:20rem;height:1.86875rem;top:1.875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-family:publicsans;display:block; }
 }@media only screen and (max-width: 763px) { #WWLAnhIzzw3syeb3UOCIlL5Q2BtCt60I { width:18.75rem;height:2.625rem;top:5.2739562988281rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mrk2wsWRsis4nTbDnutDAWkcOdGSerlW { width:6.25rem;height:6.25rem;top:8.8989562988281rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODtUPzAdTteB2orOJoXGrTM2QpASD4pn { width:20rem;height:2.45rem;top:15.711456298828rem;left:0rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #aI4uTCH1kTkB451CVztXhCpFnpaNndQc { width:20rem;height:1.3125rem;top:19.848956298828rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lH6yzx5C9WBpNkqTcuzT70ua50WVqPFF { width:5rem;height:5rem;top:22.111458778381rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7LKTfHo1nmi9B2DTAf6eXB0vXeBAMCc { width:5rem;height:5rem;top:22.111458778381rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwaAUmEcmIAswLRF4moxehtQPa5QNEo7 { width:5rem;height:5rem;top:32.923957824707rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AP6QHd2yc713oZgJmvZ6V9HXNQrmrUQ3 { width:5rem;height:5rem;top:32.923958778381rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPAuRCZOQ7DwBSJWtF6q4AEHGzEHn26P { width:5rem;height:5rem;top:42.986457824707rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gg2hSoAHcImnqZSrlMgw8EiGVhou0EbS { width:9.375rem;height:4.2rem;top:27.723960876465rem;left:0.3125rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cJzMCaywHMIlBFagOcT8FqzHiiM7oK4p { width:9.375rem;height:2.1rem;top:27.723960876465rem;left:10.3125rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #hVEJgkQR8oyIgtpaFOW8cGy9fJiC4EyG { width:9.375rem;height:2.1rem;top:38.548957824707rem;left:10.3125rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #S4CR8vo2ulOeOpL5XwvNNpZV2Nbrdv7k { width:9.375rem;height:3.15rem;top:38.548957824707rem;left:0.3125rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ygnd9yXlkOiNDfW8KnTyuSZNxHTxSuy2 { width:9.375rem;height:3.15rem;top:48.623962402344rem;left:0.3125rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fi5DhZ076JFPQ72BhIwfW3dNpgxT9klp { width:9.375rem;height:2.1rem;top:48.623958587646rem;left:10.3125rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Nc06zT0DyMTabTzFUebIBDihsZWxVFd8 { width:9.375rem;height:2.1rem;top:59.273958206177rem;left:0.3125rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #t3mKgkceug4Lv9GVQqhI0fOxTOAWSqey { width:9.375rem;height:1.05rem;top:59.273958206177rem;left:10.3125rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #oVJoPK4ELoc1DNJzbpPVrZeVPfIluSvV { width:9.375rem;height:1.05rem;top:68.836456298825rem;left:0.3125rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TMEwAyTpr77tLyLTdNxzfNOAnBaUqkSR { width:5rem;height:5rem;top:42.986457824707rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbpnbKQHEyDWccbGgvQh9aTsN82HzVeP { width:5rem;height:5rem;top:53.648958206177rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGizc3TzZEQWf5UmvlScT3F1NUMqftU2 { width:5rem;height:5rem;top:53.648956298828rem;left:12.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #P8Go2HfUDVImswcIQzFqIJGa2xpvbDNv { width:5rem;height:5rem;top:63.211458206175rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6JPOvBOvbeBarTnMi3uIn7T0TcqhvSt { width:9.375rem;height:2.1rem;top:68.836456298825rem;left:10.375rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KDJTBFdtABbFAkVlXOZZrDTRQ533s58t { width:5rem;height:5rem;top:63.211458206175rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWzg69qfI4C1MOBQUExoHOznuZrD1hbH { display:block; }#dWzg69qfI4C1MOBQUExoHOznuZrD1hbH > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FXc7ENht4eTShSbmgg3t9vf90mp1KMx1 { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE1sud7eFnO2TUV7MLWwTpdZT99JoUBU { width:20rem;height:1.86875rem;top:2rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-family:publicsans;display:block; }
 }@media only screen and (max-width: 763px) { #BgOBXToux6Oc1hdBLHcUX7Pe9kGSHOLl { display:block; }#BgOBXToux6Oc1hdBLHcUX7Pe9kGSHOLl > .row .container { width:20rem;height:62.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eOFtJUFdnAJFc2QXi6U6DsXZL6S6bo9y { width:11.6875rem;height:1.625rem;top:35.124710083007rem;left:4.1869217157364rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAy9EvQlBS2Z07O9nSPTEJnFipAHJGs3 { width:20rem;height:1.05625rem;top:32.812057495118rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qV6KtgHK6Thfx5dnmHbc76oOqFr5RIdM { width:19.99925rem;height:1.8684875rem;top:46.374710083007rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-family:publicsans;display:block; }
 }@media only screen and (max-width: 763px) { #lRTvTMt6q34QSR9ycLOu8iSCwEDiebuh { width:19.99925rem;height:7.7329375rem;top:51.062210083007rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRru5Lmim3oSybe5ponr0guQ4voMneoE { width:19.99925rem;height:2.1125rem;top:38.186767578125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAw2DcdCaQWK38FFx74hChLLdWcxSL3T { width:18.2494375rem;height:4.7945625rem;top:40.811920166016rem;left:0.87456607818606rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bc8ypw8FlXVRXnQC7z4NgzsWkePc5chl { width:19.99925rem;height:1.05625rem;top:0.93753528594969rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2vrr47Svl139zWcOusGCHQCNQvPhsvo { width:14.9370625rem;height:10.206875rem;top:2.6063441038132rem;left:2.5282119512558rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5JEetQA24HgRMXfLJN8ai13ArAxDttT { width:9.9370625rem;height:5.3414375rem;top:11.639178514481rem;left:5.0296589136124rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdQvRctmtqcqkXug4fUPm6RLWpFThtFq { width:11.25rem;height:4.1322246740988rem;top:19.435765504837rem;left:4.3728300333023rem;display:block; }
 }@media only screen and (max-width: 763px) { #USnBBBkg4atgJoh04lAbX0HJL6HxA98m { width:11.25rem;height:3.4432995739687rem;top:26.560344696045rem;left:4.3728300333023rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSS6UaBkRXItTnxfyIDmhlafEG1VZILV { display:none; }#tSS6UaBkRXItTnxfyIDmhlafEG1VZILV > .row .container { width:20rem;height:15rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JPVN7b6S41OoUNztRlRt05TKfSEwsE8F { width:11.6875rem;height:1.625rem;top:2.3125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJF2wfTcOMZh9zp3oPLK6U0RKXxIhFSZ { width:20rem;height:1.05625rem;top:7.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxbXlCQfLbKkDEEitPHMreLkk1UVT78z { width:12.0625rem;height:2.5rem;top:9.625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ki9SVH7m7bynCeCfUkMk2BCbThsDDShP { width:20rem;height:1.05625rem;top:0rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLKTLy8nEXQ77uITdI66Jr3w9mfBq1uJ { display:block; }#mLKTLy8nEXQ77uITdI66Jr3w9mfBq1uJ > .row .container { width:20rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mZMp6B3QncCrOOkKV3IKqeezNqQpL0ly { width:20rem;height:1.86875rem;top:2.0625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-family:publicsans;display:block; }
 }@media only screen and (max-width: 763px) { #Sonu5imsHkFJq0arEg4AiHKOtg0ngiyQ { width:15rem;height:2rem;top:6.26171875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1URzc1LKyKaWNRlGCEMPyV6VKcry0Co { width:20rem;height:0.125rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI { display:block; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row .container { width:20rem;height:56rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DZyDHGIhruDKDFdXzrxOG7bzb0XUSEo0 { width:18.75rem;height:3.73698125rem;top:1.875rem;left:0.625rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-family:publicsans;display:block; }
 }@media only screen and (max-width: 763px) { #sV6EXFBTpdRKmcnihcB1XnsKpgHLkOhg { width:20rem;height:2.275rem;top:20.822937011719rem;left:0rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tNM1vRcSvglv0vbJ2Gok9mN9edECJhPG { width:18.75rem;height:1.5rem;top:18.854187011719rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J39nsXPqOow9SelW8eA9JPBwV7wRPvKD { width:18.75rem;height:3rem;top:25.010414123535rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qfwlakZqH8pqNhq2LOX39VWQZwCkpiiw { width:18.5625rem;height:2.275rem;top:28.44792175293rem;left:0rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UFCSTgM40UqnCrkFFy6ao3Ne8mRwSy53 { width:18.875rem;height:2.275rem;top:35.88542175293rem;left:0rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JeWbhl4N9cT46eEkDiBlT13C9KvvTloq { width:18.75rem;height:3rem;top:32.51042175293rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fXg2IeOM7tmO41Pg02c6ZZRilGRo5pGc { width:18.1875rem;height:1.4625rem;top:15.88542175293rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E96AhVlRJiqbxVEEDKttCtpX3Rr1bwxM { width:18.75rem;height:3.4125rem;top:44.88542175293rem;left:0rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zel7FI2DxqWaXQhGypLSGBvXJa3J9sLD { width:19.875rem;height:4.5rem;top:39.94792175293rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uXS8Zm4TyUQJdTEQKwTqnKD0Fxv8JqdI { width:7.25rem;height:7.25rem;top:6.8979167938231rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECrUrooIr33O439A4HW0k0wE9nQGZVla { width:20rem;height:2.275rem;top:53.17292175293rem;left:0rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xymPBSkfDRrMnBuV2Ov66GW9socpTxko { width:20rem;height:3rem;top:49.92292175293rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K { display:block; }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row .container { width:20rem;height:46.072937011719rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D08ZdNu3q4L5AVUKPwA5464lrMJ5k0PD { width:19.875rem;height:2.275rem;top:4.9375rem;left:0rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f0LMDGH8V7qJTzODIE3vE90GZ3CIU7LQ { width:18.75rem;height:1.5rem;top:3.03125rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yhHzztUW19z6MIGTwZ9LIu9vlX2PFwFi { width:18.75rem;height:1.5rem;top:9.0729370117188rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #umSXavtKpW53h5pSVbkM6plakcMvtXnx { width:18.75rem;height:5.6875rem;top:10.94792175293rem;left:0rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #imxgUCZLIvUJOumCdP3HZfsF8FS6mcrS { width:18.75rem;height:3rem;top:18.44792175293rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Om1A8RiQM8TRMnz3ibOUOHJzzP5pSlMy { width:18.75rem;height:5.6875rem;top:21.82292175293rem;left:0rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #niiBOd1lynsPSXVNrpLATw76NIsRtInF { width:18.0625rem;height:2.275rem;top:32.69792175293rem;left:0rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TAoey98pqbh1gOdkuyeyAJJ7Qcxke14K { width:18.75rem;height:3rem;top:29.32292175293rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n3OTiKHDJpk4rCsiidd8oTMxcRzpMgr8 { width:18.1875rem;height:1.4625rem;top:0rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c34BU2wcM7dahUAaoRIfm4Fmcdq2KzVA { width:18.75rem;height:4.55rem;top:41.57292175293rem;left:0rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tv2fT14lhrUbkz2oVUVs4AEwQ2WemnE1 { width:18.75rem;height:4.5rem;top:36.69792175293rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT { display:block; }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tiVFrL248pJsm7zgOIWMXzQm48HR0Aon { display:block; }#tiVFrL248pJsm7zgOIWMXzQm48HR0Aon > .row .container { width:20rem;height:24.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dDxA71g8PA9ObV5JrNVTwLqxe6PXQ1Ff { width:14.875rem;height:4.5rem;top:7.3017578125rem;left:2.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I5RvJEqCTgu6QcuKG7R25QJ9810Bc4sS { width:20rem;height:0.125rem;top:13.47500038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th64m1tQwFIyOuLLD2tRtVcmPpFD1Arm { width:18.75rem;height:2.4375rem;top:19.73957824707rem;left:0.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ipDVrTocZx9CH1rAcsJlNag1sfTzTzDE { width:13.875rem;height:3.7375rem;top:1.875rem;left:3.0625rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-family:publicsans;display:block; }
 }@media only screen and (max-width: 763px) { #QqNTuugUzRaK0QiXrB0XX6AidJksHI4y { width:6.1875rem;height:1.75rem;top:17.11457824707rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZ37LTkXJKom2rEbpQQgaB0z1XV6mf0f { display:block; }
 }@media only screen and (max-width: 763px) { #xafErVJAW1vqwQJenmaUziNzFBnXMd5v { width:9.75rem;height:1.75rem;top:14.725006103516rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8DOqvhhfSe4a3ngZONbR4JD6VpcZVu8 { display:block; }
 }@media only screen and (max-width: 763px) { #B8LghaCoHSUIf3mOnKRrEnLhE5CavuXd { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#B8LghaCoHSUIf3mOnKRrEnLhE5CavuXd > .row .container { width:20rem;height:3.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KokSTXTdmp66cupTIrrut8ZhsAZETk4p { width:20rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkTk4mgVeT9XbC0Mc5pyQeL3Fq4WLlwb { width:1.875rem;height:1.875rem;top:0.9375rem;left:17.625rem;z-index:15149;display:block; }
 }@media only screen and (max-width: 763px) { #zg8IQJBSIZCF4FPl0VyrTPzmcbUMzqZk { display:block; }
 }@media only screen and (max-width: 763px) { #e2zaTnisxFq88316wS0PITggB8On1bUm { display:flex;width:1.25rem;height:1.25rem;top:1.3125rem;left:17.9375rem;font-size:0.875rem;z-index:15148; }
 }@media only screen and (max-width: 763px) { #byn5LgQV1C0mzRSEkBzMvxe8PtMaBwaE { width:3.875rem;height:3.375rem;top:0.1875rem;left:0.25rem;z-index:15142;display:block; }
 }@media only screen and (max-width: 763px) { #CVKom9XtAhDiBx5RZdzLdorHsthStp6u { display:block; }
 }@media only screen and (max-width: 763px) { #eorHt0zLgzC3aJm4QAHPlaoTrUsgIzGu { width:6rem;height:0.97511875rem;top:0.25rem;left:0.75rem;font-size:0.75rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O0oOWnT5XzHDtHiyDS7T3PHRO8uXXhrs { width:16.8125rem;height:2.1125rem;top:1.2999992370606rem;left:0.75rem;font-size:0.8125rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ui4TUdIFPt77uP7WnipyhqQdstfqJFD6 { width:6.125rem;height:3.75rem;top:5rem;left:6.9375rem;display:none; }
 }