.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:224,224,237;--color-primary-1:150,151,195;--color-primary-2:45,46,135;--color-primary-3:23,23,68;--color-primary-4:7,7,20;--color-secondary-0:240,246,221;--color-secondary-1:205,225,142;--color-secondary-2:154,195,28;--color-secondary-3:77,98,14;--color-secondary-4:23,29,4;--color-tertiary-0:255,255,255;--color-tertiary-1:184,185,196;--color-tertiary-2:19,20,57;--color-tertiary-3:10,10,29;--color-tertiary-4:2,2,6;--headlines-font-family:"Jost";--paragraphs-font-family:"Jost"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SSZDeg8XCS40uUloiulI08s4cpeQZpJQ { position:relative;display:block; }#SSZDeg8XCS40uUloiulI08s4cpeQZpJQ { background-color: transparent; background-image: none; }#SSZDeg8XCS40uUloiulI08s4cpeQZpJQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SSZDeg8XCS40uUloiulI08s4cpeQZpJQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SSZDeg8XCS40uUloiulI08s4cpeQZpJQ > .row .container > .video-iframe-container { display: none; }#SSZDeg8XCS40uUloiulI08s4cpeQZpJQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SSZDeg8XCS40uUloiulI08s4cpeQZpJQ > .row > .video-iframe-container { display: none; }#SSZDeg8XCS40uUloiulI08s4cpeQZpJQ > .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); }#SSZDeg8XCS40uUloiulI08s4cpeQZpJQ { border-width: 0; border-radius: 0; }#SSZDeg8XCS40uUloiulI08s4cpeQZpJQ > .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; }#SSZDeg8XCS40uUloiulI08s4cpeQZpJQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#2d2e88;background-image:url("https://images.assets-landingi.com/uc/d8c9c704-9445-4e1e-ae5b-f14898531a6d/Hero.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:43.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; }#SSZDeg8XCS40uUloiulI08s4cpeQZpJQ > .row .container.adaptive-delivery-prevent-bg, #SSZDeg8XCS40uUloiulI08s4cpeQZpJQ > .row .container.lazyload, #SSZDeg8XCS40uUloiulI08s4cpeQZpJQ > .row .container.lazyloading { background-image: none; }#EZpqBdoygJeGPJGztIT5KJ99TL6gUD6h { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.75rem;left:22.75rem;height:0;text-align:center;text-align-last:center;display:none; }
#fcMZalT22po8Wqnrs9IoczODUuSosOFg { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:14.4375rem;top:7.125rem;left:23.09375rem;display:none; }
#bH3Q5JfyMHqps1pBmE3c5k58CbZJUhec { color:#000000;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.0625rem;left:42.125rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uQxXczZoiRmBI4Nrf2KE1IJpSxwDmegd { background-color:rgba(var(--color-primary-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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"lyreco renner v2";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:28.3125rem;left:28.75rem;display:none; }
#ZGHViGglc9h5JNblRGf3ek5X4dJ2MZW5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h0G1DATTmMuso5AFfqOocvyUw7f9QT1d { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5rem;position:absolute;font-family:jost;font-size:3.375rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:13.4375rem;left:4.625rem;height:4.38671875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sSyxQW1Gv1fV6btQQPgtET62yfVTq1GP { color:rgba(var(--color-secondary-2),1);display:block;width:57.9375rem;position:absolute;font-family:jost;font-size:5.6875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:17.76171875rem;left:4.625rem;height:7.3935625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JqOUKzmVpnzVNNcUqmyRRrVexKTTJtnv { position:absolute;display:block;z-index:15013;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.0625rem;width:16rem;top:2.5rem;left:4.625rem;overflow:hidden;display:block; }
#TZtkwFKkz4PORTWRmazLNeHdZHsUBurN { color:#000000;display:block;width:6.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:9.0625rem;left:4.625rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nq0dNcnpMmOH3tx24Ur2q2hpCSgykLMZ { color:#000000;display:block;width:6.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:9.0625rem;left:13rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zihKvysRa3y4RbuAPWSFB5OUTDr63p0M { color:#000000;display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:9.0625rem;left:22.125rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ietahuKkXMUKgqttGNluLghF9MrxEO32 { color:#000000;display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:9.0625rem;left:32.625rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QQmtTQ6QmESavQHooX1nflC3SFrPCQuu { box-sizing:content-box;height:4.625rem;width:44.875rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.7802734375rem;left:4.625rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#CJDhXG0DehrmqhMR1nZhGTLelE7sJ8DV { color:rgba(var(--color-primary-2),1);display:block;width:42rem;position:absolute;font-family:jost;font-size:1.75rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:26.9560546875rem;left:6.0625rem;height:2.2744125rem;display:block; }
#yMBd4OqCnKgLOtRFFMcHmUSIITZ3KH1F { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#2d2e87;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.5rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:4.125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:32.6875rem;left:4.625rem;display:block; }
#gMv2bPAwTOx4icu8MsrN9k2idi3TdDUD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D6XcTbhNPGIaM4t9gGCgqRTlG8AzFeK1 { position:relative;display:block; }#D6XcTbhNPGIaM4t9gGCgqRTlG8AzFeK1 { background-color: transparent; background-image: none; }#D6XcTbhNPGIaM4t9gGCgqRTlG8AzFeK1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6XcTbhNPGIaM4t9gGCgqRTlG8AzFeK1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6XcTbhNPGIaM4t9gGCgqRTlG8AzFeK1 > .row .container > .video-iframe-container { display: none; }#D6XcTbhNPGIaM4t9gGCgqRTlG8AzFeK1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6XcTbhNPGIaM4t9gGCgqRTlG8AzFeK1 > .row > .video-iframe-container { display: none; }#D6XcTbhNPGIaM4t9gGCgqRTlG8AzFeK1 > .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); }#D6XcTbhNPGIaM4t9gGCgqRTlG8AzFeK1 { border-width: 0; border-radius: 0; }#D6XcTbhNPGIaM4t9gGCgqRTlG8AzFeK1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D6XcTbhNPGIaM4t9gGCgqRTlG8AzFeK1 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#wEtiNRxyFowuzm4fc07C0SRUVlv7xPPo { color:rgba(var(--color-primary-2),1);display:block;width:47.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.875rem;left:13.59375rem;height:4.6308625rem;text-align:center;text-align-last:center;display:block; }
#efiICfZzq61rIWTb7mhhMTtI7Npr77nE { position:relative;display:block; }#efiICfZzq61rIWTb7mhhMTtI7Npr77nE { background-color: transparent; background-image: none; }#efiICfZzq61rIWTb7mhhMTtI7Npr77nE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#efiICfZzq61rIWTb7mhhMTtI7Npr77nE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#efiICfZzq61rIWTb7mhhMTtI7Npr77nE > .row .container > .video-iframe-container { display: none; }#efiICfZzq61rIWTb7mhhMTtI7Npr77nE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#efiICfZzq61rIWTb7mhhMTtI7Npr77nE > .row > .video-iframe-container { display: none; }#efiICfZzq61rIWTb7mhhMTtI7Npr77nE > .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); }#efiICfZzq61rIWTb7mhhMTtI7Npr77nE { border-width: 0; border-radius: 0; }#efiICfZzq61rIWTb7mhhMTtI7Npr77nE > .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; }#efiICfZzq61rIWTb7mhhMTtI7Npr77nE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:32.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:block; }#G6BZCsAmw4PB3sMaNmkVVZw7MeAca3iP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.5rem;width:37.125rem;top:1.34375rem;left:0.1875rem;overflow:hidden;display:block; }
#uTkeGfgvCm76oRaS6ema7xF4xTLv0kf3 { color:rgba(var(--color-primary-2),1);display:block;width:32.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.3125rem;left:39.125rem;height:2.84375rem;text-align:left;text-align-last:left;display:block; }
#lRfbLWCudHlkNpkUiECAA7AsPH8GMZBJ { color:rgba(var(--color-tertiary-2),1);display:block;width:30.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:7.8125rem;left:39.125rem;height:15rem;text-align:left;text-align-last:left;display:block; }
#U1Ge4ngrOKIUd08wT7mIuk3eRMmq0GWq { position:relative;display:block; }#U1Ge4ngrOKIUd08wT7mIuk3eRMmq0GWq { background-color: transparent; background-image: none; }#U1Ge4ngrOKIUd08wT7mIuk3eRMmq0GWq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1Ge4ngrOKIUd08wT7mIuk3eRMmq0GWq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1Ge4ngrOKIUd08wT7mIuk3eRMmq0GWq > .row .container > .video-iframe-container { display: none; }#U1Ge4ngrOKIUd08wT7mIuk3eRMmq0GWq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1Ge4ngrOKIUd08wT7mIuk3eRMmq0GWq > .row > .video-iframe-container { display: none; }#U1Ge4ngrOKIUd08wT7mIuk3eRMmq0GWq > .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); }#U1Ge4ngrOKIUd08wT7mIuk3eRMmq0GWq { border-width: 0; border-radius: 0; }#U1Ge4ngrOKIUd08wT7mIuk3eRMmq0GWq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U1Ge4ngrOKIUd08wT7mIuk3eRMmq0GWq > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:29.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#PfxGWP6BtoWWfZwe4QgK3ebtwJVBVTLZ { box-sizing:content-box;height:26.375rem;width:64.4375rem;position:absolute;display:block;z-index:15000;background-color:#f6f7f9;background-image:none;top:0.875rem;left:5.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#uTPgNvBgu7L9gq2CwUrZ2rGk8ML3TgAD { color:rgba(var(--color-primary-2),1);display:block;width:26.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.1875rem;left:8.4375rem;height:1.94921875rem;display:block; }
#J0HB4D1WdhwTTX5QTgMlflCF5cQPgLMX { color:#131439;display:block;width:57.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:6.375rem;left:8.375rem;height:9.75rem;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;display:block; }
#RTiQT5V07EGQJzTWDNXEQtdTTa8IHMUz { color:#131439;display:block;width:57.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:17.375rem;left:9.6875rem;height:3.5625rem;font-style:normal;display:block; }#RTiQT5V07EGQJzTWDNXEQtdTTa8IHMUz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RTiQT5V07EGQJzTWDNXEQtdTTa8IHMUz li:before{  }
#iMelEuseFcboJiNXLzEGff2nN8VWetrQ { color:#131439;display:block;width:57.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:22.1875rem;left:8.4375rem;height:3.25rem;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;display:block; }
#E5W6WgwgLNWfeVaUUp3mDfK11zxoTdNo { position:relative;display:block; }#E5W6WgwgLNWfeVaUUp3mDfK11zxoTdNo { background-color: transparent; background-image: none; }#E5W6WgwgLNWfeVaUUp3mDfK11zxoTdNo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5W6WgwgLNWfeVaUUp3mDfK11zxoTdNo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5W6WgwgLNWfeVaUUp3mDfK11zxoTdNo > .row .container > .video-iframe-container { display: none; }#E5W6WgwgLNWfeVaUUp3mDfK11zxoTdNo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5W6WgwgLNWfeVaUUp3mDfK11zxoTdNo > .row > .video-iframe-container { display: none; }#E5W6WgwgLNWfeVaUUp3mDfK11zxoTdNo > .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); }#E5W6WgwgLNWfeVaUUp3mDfK11zxoTdNo { border-width: 0; border-radius: 0; }#E5W6WgwgLNWfeVaUUp3mDfK11zxoTdNo > .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; }#E5W6WgwgLNWfeVaUUp3mDfK11zxoTdNo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.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:block; }#AHT9IWqUFduENV93EzfhDTuO9lo2kU4Q { 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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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(--headlines-font-family);font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.5625rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0rem;left:10.625rem;display:block; }
#OCdzSxe8m9yBeDkcDtI7GaQFZaqo6Phe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q8JL5udJ7mspaWof2SiNws1p18UZhxBt { background-color:rgba(var(--color-primary-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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0rem;left:38.84375rem;display:block; }
#SNLQ7BCt6U6K0ioMxrsszsOfM0PibzDr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zU5b3SPXrmIxpux1cQyWbrVueVsNVRKE { position:relative;display:block; }#zU5b3SPXrmIxpux1cQyWbrVueVsNVRKE { background-color: transparent; background-image: none; }#zU5b3SPXrmIxpux1cQyWbrVueVsNVRKE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zU5b3SPXrmIxpux1cQyWbrVueVsNVRKE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zU5b3SPXrmIxpux1cQyWbrVueVsNVRKE > .row .container > .video-iframe-container { display: none; }#zU5b3SPXrmIxpux1cQyWbrVueVsNVRKE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zU5b3SPXrmIxpux1cQyWbrVueVsNVRKE > .row > .video-iframe-container { display: none; }#zU5b3SPXrmIxpux1cQyWbrVueVsNVRKE > .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); }#zU5b3SPXrmIxpux1cQyWbrVueVsNVRKE { border-width: 0; border-radius: 0; }#zU5b3SPXrmIxpux1cQyWbrVueVsNVRKE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zU5b3SPXrmIxpux1cQyWbrVueVsNVRKE > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:10.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#NVk9w9d1tDmnSUHaKWKPHakgUXro05Ce { color:rgba(var(--color-primary-2),1);display:block;width:26.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.125rem;left:24.28125rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#PGRHZqfloxWkpOWCVTs1cegUEAnbGI6L { position:relative;display:block; }#PGRHZqfloxWkpOWCVTs1cegUEAnbGI6L { background-color: transparent; background-image: none; }#PGRHZqfloxWkpOWCVTs1cegUEAnbGI6L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGRHZqfloxWkpOWCVTs1cegUEAnbGI6L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGRHZqfloxWkpOWCVTs1cegUEAnbGI6L > .row .container > .video-iframe-container { display: none; }#PGRHZqfloxWkpOWCVTs1cegUEAnbGI6L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGRHZqfloxWkpOWCVTs1cegUEAnbGI6L > .row > .video-iframe-container { display: none; }#PGRHZqfloxWkpOWCVTs1cegUEAnbGI6L > .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); }#PGRHZqfloxWkpOWCVTs1cegUEAnbGI6L { border-width: 0; border-radius: 0; }#PGRHZqfloxWkpOWCVTs1cegUEAnbGI6L > .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; }#PGRHZqfloxWkpOWCVTs1cegUEAnbGI6L > .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:10.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:block; }#W05RPw4bFoS2l2fe6PyOSQSFLyLXPt7H { color:#131439;display:block;width:61.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0rem;left:9.65625rem;height:6.824225rem;text-align:center;text-align-last:center;display:block; }
#IkgZqpt3yruPp1DJFUm7FulRzJeNZUDX { position:relative;display:block; }#IkgZqpt3yruPp1DJFUm7FulRzJeNZUDX { background-color: transparent; background-image: none; }#IkgZqpt3yruPp1DJFUm7FulRzJeNZUDX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkgZqpt3yruPp1DJFUm7FulRzJeNZUDX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkgZqpt3yruPp1DJFUm7FulRzJeNZUDX > .row .container > .video-iframe-container { display: none; }#IkgZqpt3yruPp1DJFUm7FulRzJeNZUDX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkgZqpt3yruPp1DJFUm7FulRzJeNZUDX > .row > .video-iframe-container { display: none; }#IkgZqpt3yruPp1DJFUm7FulRzJeNZUDX > .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); }#IkgZqpt3yruPp1DJFUm7FulRzJeNZUDX { border-width: 0; border-radius: 0; }#IkgZqpt3yruPp1DJFUm7FulRzJeNZUDX > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#IkgZqpt3yruPp1DJFUm7FulRzJeNZUDX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#2d2e88;background-image:none;font-size:0.875rem;font-family:arial;height:21.1875rem;width:75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#n9OEwdtIkGGsuGCyOiTZLr9vuXOHvZsD { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.75rem;left:22.75rem;height:0;text-align:center;text-align-last:center;display:none; }
#snXKphzD7CTuqVxM4TUzdnK7qHK66ewE { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:14.4375rem;top:7.125rem;left:23.09375rem;display:none; }
#KKpaTGB94UcLuQGeW3N4n0DpuyWJKRwS { color:rgba(var(--color-tertiary-0),1);display:block;width:17.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.75rem;left:22.875rem;height:3.8183625rem;text-align:center;text-align-last:center;display:block; }
#BHcu4GDPtqF7zf9M0rFZeDKLaqJBBhCq { color:rgba(var(--color-tertiary-0),1);display:block;width:8rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.9755859375rem;left:40.875rem;height:1.8681625rem;display:block; }
#gIz2aDFJx5MVpXXuHutAxr0yp9qsl1Ae { box-sizing:content-box;height:11.5rem;width:14.0625rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.375rem;left:1.125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#Ham6KSDk3on6TgLdV4pSk3GWSrSTfurN { box-sizing:content-box;height:11.5rem;width:14.0625rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.375rem;left:15.8125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#vogenV3deesDvZ4e1JS8xgGetc4s6iRz { box-sizing:content-box;height:11.5rem;width:14.0625rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.4375rem;left:30.5rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#Hf3axXuNOWrng2rkFzlyrbmoRefBTigr { box-sizing:content-box;height:11.5rem;width:14.0625rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.4375rem;left:45.1875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#xk80Kfcr2pb7VCiOpheEfRGIJVIMS6vh { box-sizing:content-box;height:11.5rem;width:14.0625rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.375rem;left:59.875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#QIVTC1mlk2FSKT8J4XD9dRq6PO7ZTfRd { color:#000000;display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:8.65625rem;left:1.9375rem;height:11.18555rem;display:block; }
#o1x0fDBhxsrp1R7teToEONZJWPrTqeCv { color:#000000;display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.65625rem;left:17rem;height:7.14844375rem;display:block; }
#DN6TvRht4OqkR1SqQvhcotUydFoWwXl2 { color:#000000;display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:8.65625rem;left:31.65625rem;height:5.3613375rem;display:block; }
#Rzndyd0gDISw0MIJmLJMPCur7m9y5ZFT { color:#000000;display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:8.65625rem;left:46.375rem;height:5.3613375rem;display:block; }
#CWmh0PrEERfB6P14QAdqw5ohxEClHHaT { color:#000000;display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:8.65625rem;left:61.0625rem;height:7.14844375rem;display:block; }
#HGTNm47GsLmFl8IOen5X5yhoxmVEMqNm { position:relative;display:block; }#HGTNm47GsLmFl8IOen5X5yhoxmVEMqNm { background-color: transparent; background-image: none; }#HGTNm47GsLmFl8IOen5X5yhoxmVEMqNm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGTNm47GsLmFl8IOen5X5yhoxmVEMqNm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGTNm47GsLmFl8IOen5X5yhoxmVEMqNm > .row .container > .video-iframe-container { display: none; }#HGTNm47GsLmFl8IOen5X5yhoxmVEMqNm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGTNm47GsLmFl8IOen5X5yhoxmVEMqNm > .row > .video-iframe-container { display: none; }#HGTNm47GsLmFl8IOen5X5yhoxmVEMqNm > .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); }#HGTNm47GsLmFl8IOen5X5yhoxmVEMqNm { border-width: 0; border-radius: 0; }#HGTNm47GsLmFl8IOen5X5yhoxmVEMqNm > .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; }#HGTNm47GsLmFl8IOen5X5yhoxmVEMqNm > .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:10.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; }#XJVFgp8MgTz24HroJ0bVgXu7PPo0uOhV { 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.125rem solid #2d2e87;border-left:0.125rem solid #2d2e87;border-right:0.125rem solid #2d2e87;border-bottom:0.125rem solid #2d2e87;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#2d2e87;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.5rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:4.125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:2.75rem;left:29.84375rem;display:block; }
#geIxx95nggJnxEPRZ6nUdLd0q4qfcb9y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yahvX5c1XbdSUKtBw2EJ9c4fp7OlWGbw { position:relative;display:block; }#yahvX5c1XbdSUKtBw2EJ9c4fp7OlWGbw { background-color: transparent; background-image: none; }#yahvX5c1XbdSUKtBw2EJ9c4fp7OlWGbw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yahvX5c1XbdSUKtBw2EJ9c4fp7OlWGbw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yahvX5c1XbdSUKtBw2EJ9c4fp7OlWGbw > .row .container > .video-iframe-container { display: none; }#yahvX5c1XbdSUKtBw2EJ9c4fp7OlWGbw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yahvX5c1XbdSUKtBw2EJ9c4fp7OlWGbw > .row > .video-iframe-container { display: none; }#yahvX5c1XbdSUKtBw2EJ9c4fp7OlWGbw > .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); }#yahvX5c1XbdSUKtBw2EJ9c4fp7OlWGbw { border-width: 0; border-radius: 0; }#yahvX5c1XbdSUKtBw2EJ9c4fp7OlWGbw > .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; }#yahvX5c1XbdSUKtBw2EJ9c4fp7OlWGbw > .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:20.3125rem;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; }#Jr7EkZk1kwTJZ1C4vyGX0pSZeZC60XPI { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:20.125rem;top:1.875rem;left:4.9375rem;overflow:hidden;display:block; }
#L7lhsddAB8FEWtJ3WoThP0Ts7xxR840V { position:absolute;display:block;z-index:15001;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:14.875rem;width:20.125rem;top:1.875rem;left:27.4375rem;overflow:hidden;display:block; }
#FvIOddD9vFeoexSiV65FXmosO46PAyZt { position:absolute;display:block;z-index:15002;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:14.875rem;width:20.125rem;top:1.875rem;left:50rem;overflow:hidden;display:block; }
#LwuKmOxDZPX7rkTpbsaQOi3dnDwNwCBE { position:relative;display:block; }#LwuKmOxDZPX7rkTpbsaQOi3dnDwNwCBE { background-color: transparent; background-image: none; }#LwuKmOxDZPX7rkTpbsaQOi3dnDwNwCBE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwuKmOxDZPX7rkTpbsaQOi3dnDwNwCBE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwuKmOxDZPX7rkTpbsaQOi3dnDwNwCBE > .row .container > .video-iframe-container { display: none; }#LwuKmOxDZPX7rkTpbsaQOi3dnDwNwCBE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwuKmOxDZPX7rkTpbsaQOi3dnDwNwCBE > .row > .video-iframe-container { display: none; }#LwuKmOxDZPX7rkTpbsaQOi3dnDwNwCBE > .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); }#LwuKmOxDZPX7rkTpbsaQOi3dnDwNwCBE { border-width: 0; border-radius: 0; }#LwuKmOxDZPX7rkTpbsaQOi3dnDwNwCBE > .row .container > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#LwuKmOxDZPX7rkTpbsaQOi3dnDwNwCBE > .row .container { border-top:0.0625rem solid #e0e1f5;border-left:0.0625rem solid #e0e1f5;border-right:0.0625rem solid #e0e1f5;border-bottom:0.0625rem solid #e0e1f5;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:49.75rem;width:75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:relative;display:block; }#VRfkE5ATy3lVTc2gaLgPP5BwZblhT5IU { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.75rem;left:22.75rem;height:0;text-align:center;text-align-last:center;display:none; }
#oBg5CFkD3Nrxnz3uZ9fTxoDErmDSDeof { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:14.4375rem;top:7.125rem;left:23.09375rem;display:none; }
#kAU9n79UugZEeVZiublkf5l4U7EXFqM3 { color:#2d2e87;display:block;width:26.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.5625rem;left:4.875rem;height:6.5rem;text-align:left;text-align-last:left;display:block; }
#erOULxzEAFWiDepuF1JHfwSTTmdKJs2W { 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:38.125rem;width:23.0625rem;top:4.5625rem;left:43.375rem;overflow:hidden;display:block; }
#hfOaL5d6FxhbWgT6Oc8Drtp0v3bPXtyu { color:rgba(var(--color-tertiary-2),1);display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:12.25rem;left:4.875rem;height:7.96875rem;display:block; }
#sBwRF9buIfpO0i8D8i7xK1lwiSq9JmBz { box-sizing:content-box;height:17.1875rem;width:29.625rem;position:absolute;display:block;z-index:15012;background-color:#f6f7f9;background-image:none;top:21.5rem;left:4.875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#s9UmGvO7LsXWCplCtv1CvEWJqtNFS4i2 { color:rgba(var(--color-tertiary-2),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:23.125rem;left:6.5rem;height:3.25rem;display:block; }
#SXOSe8hDyfWLk92560iyKIpCC1DSTUxD { color:rgba(var(--color-tertiary-2),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:27.5625rem;left:6.5rem;height:;display:block; }#SXOSe8hDyfWLk92560iyKIpCC1DSTUxD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SXOSe8hDyfWLk92560iyKIpCC1DSTUxD li:before{  }
#Fhywd9F82Lonryc1FlX2eLxV2O2vvMAI { position:relative;display:block; }#Fhywd9F82Lonryc1FlX2eLxV2O2vvMAI { background-color: transparent; background-image: none; }#Fhywd9F82Lonryc1FlX2eLxV2O2vvMAI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fhywd9F82Lonryc1FlX2eLxV2O2vvMAI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fhywd9F82Lonryc1FlX2eLxV2O2vvMAI > .row .container > .video-iframe-container { display: none; }#Fhywd9F82Lonryc1FlX2eLxV2O2vvMAI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fhywd9F82Lonryc1FlX2eLxV2O2vvMAI > .row > .video-iframe-container { display: none; }#Fhywd9F82Lonryc1FlX2eLxV2O2vvMAI > .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); }#Fhywd9F82Lonryc1FlX2eLxV2O2vvMAI { border-width: 0; border-radius: 0; }#Fhywd9F82Lonryc1FlX2eLxV2O2vvMAI > .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; }#Fhywd9F82Lonryc1FlX2eLxV2O2vvMAI > .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.5625rem;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; }#t995vniA9ZwfCc17urtPqAgWfU4uxyHA { color:rgba(var(--color-primary-2),1);display:block;width:61rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.3125rem;left:7rem;height:8.9375rem;text-align:center;text-align-last:center;display:block; }
#QCl3dpHmFaOSXBq7xWTuCfoGXMHLIKht { position:relative;display:block; }#QCl3dpHmFaOSXBq7xWTuCfoGXMHLIKht { background-color: transparent; background-image: none; }#QCl3dpHmFaOSXBq7xWTuCfoGXMHLIKht::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCl3dpHmFaOSXBq7xWTuCfoGXMHLIKht > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCl3dpHmFaOSXBq7xWTuCfoGXMHLIKht > .row .container > .video-iframe-container { display: none; }#QCl3dpHmFaOSXBq7xWTuCfoGXMHLIKht > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCl3dpHmFaOSXBq7xWTuCfoGXMHLIKht > .row > .video-iframe-container { display: none; }#QCl3dpHmFaOSXBq7xWTuCfoGXMHLIKht > .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); }#QCl3dpHmFaOSXBq7xWTuCfoGXMHLIKht { border-width: 0; border-radius: 0; }#QCl3dpHmFaOSXBq7xWTuCfoGXMHLIKht > .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; }#QCl3dpHmFaOSXBq7xWTuCfoGXMHLIKht > .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:39.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; }#mhT824cH7D6bTe9VzFyDQtQ50AEoSnCc { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.6875rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#GmKyltK87N72zyJXzgaMMHqX2Ku1STum { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.3125rem;width:12.625rem;display:none; }
#eVVo0Cfy3kZU74E7PdvkCWrDPBc6sqdg { position:relative;display:none; }#eVVo0Cfy3kZU74E7PdvkCWrDPBc6sqdg { border-width: 0; border-radius: 0; }#eVVo0Cfy3kZU74E7PdvkCWrDPBc6sqdg > .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; }#eVVo0Cfy3kZU74E7PdvkCWrDPBc6sqdg > .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.4375rem;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; }#O1kqTcuanzBuEv5fhFyLf7rGBK1nHQlO { color:rgba(var(--color-tertiary-0),1);display:block;width:9.2489375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.7490234375rem;left:43.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#nCOVVC8uKSRyik13FaWJTLkuEpabzvIq { color:rgba(var(--color-tertiary-0),1);display:block;width:6.62375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.7490234375rem;left:55.4990234375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#C4oLqR01L7cJ3x9ce6mg1HQmElJqL79n { color:rgba(var(--color-tertiary-3),1);display:block;width:7.87375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.7490234375rem;left:65.625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#Rys2Dk3EWRTN72amp9SQTaoE5TBO17Hw { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-4),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:3.125rem;width:10.625rem;top:0.87482166290281rem;left:42.749465942382rem;display:block; }
#mTStHo6VrC3goS4P6F8sA32QO3InKP7M { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-primary-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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:10.625rem;top:0.87482166290281rem;left:53.499641418457rem;display:block; }
#CZW8a3IF72t7DlEclEMRhVdtDnb8TnnM { position:absolute;display:block;z-index:14996;background-color:#f7f7f7;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:3.125rem;width:10.625rem;top:0.87482166290281rem;left:64.249824523925rem;display:block; }
#GT8BADaXCSlcl42i2KTJLKIZGlnGNhdz { position:absolute;display:block;z-index:14998;background-color:#f8f8fb;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:3.125rem;width:10.625rem;top:4.0965909957886rem;left:42.749465942382rem;display:block; }
#OrdW3dFy1eQOSVvSCmStc1UUyhqiTwie { position:absolute;display:block;z-index:14997;background-color:#f8f8fb;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:3.125rem;width:10.625rem;top:4.1232252120972rem;left:53.498756408691rem;display:block; }
#bTpcUZreDyJJcq7ilC2msNKRQ2OpzuzP { position:absolute;display:block;z-index:14996;background-color:#f8f8fb;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:3.125rem;width:10.625rem;top:4.1241121292114rem;left:64.248931884762rem;display:block; }
#Wuw4qDPsWWodnvmWA3FoKiO8Po8ralWX { position:absolute;display:block;z-index:14999;background-color:#e0e0ed;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:3.125rem;width:42.5rem;top:4.0965909957886rem;left:0.12429046630859rem;display:block; }
#QfGUXuzl3B5pyuRZGqyt49AiFNG964UJ { position:absolute;display:block;z-index:15000;background-color:#f8f8fb;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:3.125rem;width:10.625rem;top:7.3742895126344rem;left:64.249824523925rem;display:block; }
#QAsopDZ4K8e9mUIKuD3ohICfGSwLTp9K { position:absolute;display:block;z-index:15001;background-color:#f8f8fb;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:3.125rem;width:10.625rem;top:7.3742895126344rem;left:53.499641418457rem;display:block; }
#JXaaWGWHW0JfQNxdJSM67MnqTxVPW2pp { position:absolute;display:block;z-index:15002;background-color:#f8f8fb;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:3.125rem;width:10.625rem;top:7.3742895126344rem;left:42.749465942382rem;display:block; }
#MzC433enUbPfhkyU3Uv6SliR9Dvt7yNZ { position:absolute;display:block;z-index:15003;background-color:#e0e0ed;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:3.125rem;width:42.5rem;top:7.3742895126344rem;left:0.12429046630859rem;display:block; }
#KZuN3wWUX9RXuXVveTL1yGOle1hRDGL6 { position:absolute;display:block;z-index:15008;background-color:#f8f8fb;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:3.125rem;width:10.625rem;top:10.6240234375rem;left:64.2490234375rem;display:block; }
#yot9mEtsKVzM3sVNv8c7U2az4XVzmxbD { position:absolute;display:block;z-index:15009;background-color:#f8f8fb;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:3.125rem;width:10.625rem;top:10.6240234375rem;left:53.4990234375rem;display:block; }
#z9fIX0G6RkD2pMuPftTbwQkM360C8DLK { position:absolute;display:block;z-index:15010;background-color:#f8f8fb;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:3.125rem;width:10.625rem;top:10.6240234375rem;left:42.7490234375rem;display:block; }
#z3frqndkTTGTDoQzlKB6SvxrZ70cDAzV { position:absolute;display:block;z-index:15011;background-color:#e0e0ed;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:3.125rem;width:42.5rem;top:10.6240234375rem;left:0.1240234375rem;display:block; }
#wApxONbfotG11Vpg61BDEMxADXWFO2QL { position:absolute;display:block;z-index:15024;background-color:#f8f8fb;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:3.125rem;width:10.625rem;top:20.3740234375rem;left:64.2490234375rem;display:block; }
#LuQ8z7Ki6OuZESVHpfAnVrEBcTRBExri { position:absolute;display:block;z-index:15025;background-color:#f8f8fb;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:3.125rem;width:10.625rem;top:20.3740234375rem;left:53.4990234375rem;display:block; }
#TBF0fSX2wSuPLipSOunRFcW3pK8TB0oW { position:absolute;display:block;z-index:15026;background-color:#f8f8fb;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:3.125rem;width:10.625rem;top:20.3740234375rem;left:42.7490234375rem;display:block; }
#zNRiIrAEKrNnIdUAXbrnuCG712sCzNFk { position:absolute;display:block;z-index:15016;background-color:#f8f8fb;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:3.125rem;width:10.625rem;top:17.1240234375rem;left:64.2490234375rem;display:block; }
#Tsx0W2ENQXnXVvZUaaPyrUV9dc9VWHwh { position:absolute;display:block;z-index:15017;background-color:#f8f8fb;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:3.125rem;width:10.625rem;top:17.1240234375rem;left:53.4990234375rem;display:block; }
#uIrdIx7vk7ikDCNNyCbvKNla0J6OxLtx { position:absolute;display:block;z-index:15018;background-color:#f8f8fb;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:3.125rem;width:10.625rem;top:17.1240234375rem;left:42.7490234375rem;display:block; }
#SgdtGlpyDJQdpgHfPxXxCVU9wNh2bGec { position:absolute;display:block;z-index:15019;background-color:#e0e0ed;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:3.125rem;width:42.5rem;top:17.1240234375rem;left:0.1240234375rem;display:block; }
#zG0VrPOBpXeFOTk8zUmQekQPadSx6GTp { position:absolute;display:block;z-index:15027;background-color:#e0e0ed;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:3.125rem;width:42.5rem;top:20.3740234375rem;left:0.1240234375rem;display:block; }
#StyyBR40kvoKHtKTxTooNwTptNxMzNGR { position:absolute;display:block;z-index:15014;background-color:#f8f8fb;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:3.125rem;width:10.625rem;top:13.8740234375rem;left:42.7490234375rem;display:block; }
#wpTpQ9EnTVkzXOS9POqFNu647vAR74QT { position:absolute;display:block;z-index:15013;background-color:#f8f8fb;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:3.125rem;width:10.625rem;top:13.8740234375rem;left:53.4990234375rem;display:block; }
#acM9y54DhR0VztCqlHGyvb4c4opw4ShT { position:absolute;display:block;z-index:15012;background-color:#f8f8fb;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:3.125rem;width:10.625rem;top:13.8740234375rem;left:64.2490234375rem;display:block; }
#NMvhrtet3EcsOi5GeKldN0Ft4Z0pQzgF { position:absolute;display:block;z-index:15015;background-color:#e0e0ed;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:3.125rem;width:42.5rem;top:13.8740234375rem;left:0.1240234375rem;display:block; }
#VHETXi3C1Kwrksud1v7zqACOER6hvPHL { position:absolute;display:block;z-index:15056;background-color:#f8f8fb;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:3.125rem;width:10.625rem;top:46.3115234375rem;left:64.2490234375rem;display:block; }
#N4gqwkaQ0C3QulLkP05tkCIizrzahxXE { position:absolute;display:block;z-index:15057;background-color:#f8f8fb;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:3.125rem;width:10.625rem;top:46.3115234375rem;left:53.498046875rem;display:block; }
#FI6MUdZP3tyZstb320bbG49mTRJmubpi { position:absolute;display:block;z-index:15053;background-color:#f8f8fb;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:3.125rem;width:10.625rem;top:43.0615234375rem;left:53.4990234375rem;display:block; }
#FJJb30U0wE7DhoKMXgGSAsTw0Q5t6cyc { position:absolute;display:block;z-index:15052;background-color:#f8f8fb;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:3.125rem;width:10.625rem;top:43.0615234375rem;left:64.2490234375rem;display:block; }
#aLUN2Gcx8wKReJTTMPWB5UqCkzatNohO { position:absolute;display:block;z-index:15058;background-color:#f8f8fb;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:3.125rem;width:10.625rem;top:46.3115234375rem;left:42.7490234375rem;display:block; }
#EPiJG4rMlH9l6B9BM3A4omBxmT3DnIno { position:absolute;display:block;z-index:15054;background-color:#f8f8fb;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:3.125rem;width:10.625rem;top:43.0615234375rem;left:42.7490234375rem;display:block; }
#CWORHv2QLhAC8GXK6nNLf8GdQloNnW9T { position:absolute;display:block;z-index:15048;background-color:#f8f8fb;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:3.125rem;width:10.625rem;top:39.8115234375rem;left:64.2490234375rem;display:block; }
#kuXPwKa8iOAGRP6XAvhhuaEJ0Zo64Ex5 { position:absolute;display:block;z-index:15049;background-color:#f8f8fb;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:3.125rem;width:10.625rem;top:39.8115234375rem;left:53.4990234375rem;display:block; }
#Nh5noRtDTB12SsmmmyUCzXHBLcTflRdD { position:absolute;display:block;z-index:15050;background-color:#f8f8fb;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:3.125rem;width:10.625rem;top:39.8115234375rem;left:42.7490234375rem;display:block; }
#TXrMRF50FBxdB46H38Whgypv7tLlTGao { position:absolute;display:block;z-index:15051;background-color:#e0e0ed;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:3.125rem;width:42.5rem;top:39.8115234375rem;left:0.1240234375rem;display:block; }
#k3u9lg9HMQDy94GGKpIRM3V5MasyoKZF { position:absolute;display:block;z-index:15059;background-color:#e0e0ed;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:3.125rem;width:42.5rem;top:46.3115234375rem;left:0.1240234375rem;display:block; }
#mtwB2WzApUT5yPmOaiFW8MdT0MT19Jrf { position:absolute;display:block;z-index:15055;background-color:#e0e0ed;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:3.125rem;width:42.5rem;top:43.0615234375rem;left:0.1240234375rem;display:block; }
#oQa3tG6UuC3skXIgtTQnpmNPGcTpNAD0 { position:absolute;display:block;z-index:15040;background-color:#f8f8fb;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:3.125rem;width:10.625rem;top:36.5615234375rem;left:64.2490234375rem;display:block; }
#o8FR2oyKzBeuuHNNVIGdvexfKFiGeLVK { position:absolute;display:block;z-index:15041;background-color:#f8f8fb;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:3.125rem;width:10.625rem;top:36.5615234375rem;left:53.4990234375rem;display:block; }
#EXT3ba1tCDlznA6KbZrlmidQmQbv8Ag6 { position:absolute;display:block;z-index:15042;background-color:#f8f8fb;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:3.125rem;width:10.625rem;top:36.5615234375rem;left:42.7490234375rem;display:block; }
#cqoohf9zFtO0Kwuqg8PPyKlnf90qyRi3 { position:absolute;display:block;z-index:15043;background-color:#e0e0ed;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:3.125rem;width:42.5rem;top:36.5615234375rem;left:0.1240234375rem;display:block; }
#Z7AHgTZzdfaaLOUUOHCQcUfFQcP09kAz { position:absolute;display:block;z-index:15038;background-color:#f8f8fb;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:3.125rem;width:10.625rem;top:33.3115234375rem;left:42.7490234375rem;display:block; }
#ThCKg4JBxDrLoZNi4OHltRC1dT4MCBIK { position:absolute;display:block;z-index:15037;background-color:#f8f8fb;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:3.125rem;width:10.625rem;top:33.3115234375rem;left:53.4990234375rem;display:block; }
#Ee93rBSVfUMiTPZbMyarOpK1etoBWkMQ { position:absolute;display:block;z-index:15036;background-color:#f8f8fb;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:3.125rem;width:10.625rem;top:33.3115234375rem;left:64.2490234375rem;display:block; }
#DE3E8w6zrzMlzF5VQSpQ3bTUuahqBDn7 { position:absolute;display:block;z-index:15039;background-color:#e0e0ed;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:3.125rem;width:42.5rem;top:33.3115234375rem;left:0.1240234375rem;display:block; }
#fl4lSOrXnvuzwXaB3lDg9wHRnX0dwwED { position:absolute;display:block;z-index:15032;background-color:#f8f8fb;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:3.125rem;width:10.625rem;top:26.8115234375rem;left:64.2490234375rem;display:block; }
#gUUpDgXZ2pFlrasc5zVnQuWKTghuINGd { position:absolute;display:block;z-index:15033;background-color:#f8f8fb;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:3.125rem;width:10.625rem;top:26.8115234375rem;left:53.4990234375rem;display:block; }
#ThTVuQA2bMraE3hh8hsnZUHnfnzyuw0E { position:absolute;display:block;z-index:15034;background-color:#f8f8fb;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:3.125rem;width:10.625rem;top:26.8115234375rem;left:42.7490234375rem;display:block; }
#VsNtTzODT7xzNTFPLlND7nhqtDy9Ptre { position:absolute;display:block;z-index:15035;background-color:#e0e0ed;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:3.125rem;width:42.5rem;top:26.8115234375rem;left:0.1240234375rem;display:block; }
#O9yyiBDNTBsOPvoO3kTOCOAUAuqz2KLg { position:absolute;display:block;z-index:15030;background-color:#f8f8fb;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:3.125rem;width:10.625rem;top:23.5615234375rem;left:42.7490234375rem;display:block; }
#BFzTmzxHxOOqKHhTTRGXplxcC1HEiTgH { position:absolute;display:block;z-index:15029;background-color:#f8f8fb;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:3.125rem;width:10.625rem;top:23.5615234375rem;left:53.4990234375rem;display:block; }
#bM1URpgEiizbkfmxIzQOVgKFlSMIbq3H { position:absolute;display:block;z-index:15028;background-color:#f8f8fb;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:3.125rem;width:10.625rem;top:23.5615234375rem;left:64.2490234375rem;display:block; }
#aa1x1DNDO2FVhQF67dVWsNq5JVERHaii { position:absolute;display:block;z-index:15031;background-color:#e0e0ed;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:3.125rem;width:42.5rem;top:23.5615234375rem;left:0.1240234375rem;display:block; }
#PCPiRPSTdQbGfhIiWwwEh3WMPLeQd7It { position:absolute;display:block;z-index:15060;background-color:#f8f8fb;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:3.125rem;width:10.625rem;top:49.5615234375rem;left:64.2490234375rem;display:block; }
#n2qhpRvRBGZJJqkDGMtyAStzlaMe32EK { position:absolute;display:block;z-index:15061;background-color:#f8f8fb;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:3.125rem;width:10.625rem;top:49.5615234375rem;left:53.4990234375rem;display:block; }
#pZTkZL0g1P4pXxTyltv1DqLQxqih4Quh { position:absolute;display:block;z-index:15062;background-color:#f8f8fb;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:3.125rem;width:10.625rem;top:49.5615234375rem;left:42.7490234375rem;display:block; }
#Ot0Q59ubIezguivQ01cwuGJ6KziMDAum { position:absolute;display:block;z-index:15063;background-color:#e0e0ed;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:3.125rem;width:42.5rem;top:49.5615234375rem;left:0.1240234375rem;display:block; }
#OMvxVsRJX1fNRGbcshqBTMWEfHKfQz70 { position:absolute;display:block;z-index:15064;background-color:rgba(var(--color-primary-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:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:0.625rem;width:0.625rem;top:5.3465909957886rem;left:47.749465942382rem;display:block; }
#PPHv9T6unPeAbN8f5kD3O2XUO0JdXd2e { position:absolute;display:block;z-index:15066;background-color:rgba(var(--color-primary-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:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:0.625rem;width:0.625rem;top:8.6242895126344rem;left:58.498756408691rem;display:block; }
#upf88yyWFKwSqHT1ucObQCUAlEvIcPn0 { position:absolute;display:block;z-index:15067;background-color:rgba(var(--color-primary-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:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:0.625rem;width:0.625rem;top:11.8740234375rem;left:69.2490234375rem;display:block; }
#tTimtCnLCAUQeKcLwNxD2bPP2uIwNiP1 { position:absolute;display:block;z-index:15069;background-color:rgba(var(--color-primary-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:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:0.625rem;width:0.625rem;top:11.8740234375rem;left:47.7490234375rem;display:block; }
#OItTq1TIPcEL1vvmHPTCTiVJGcwW0M32 { position:absolute;display:block;z-index:15070;background-color:rgba(var(--color-primary-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:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:0.625rem;width:0.625rem;top:15.123046875rem;left:47.7490234375rem;display:block; }
#AtpKT8cX7awWoZe591Ubn9XzqwCBLINb { position:absolute;display:block;z-index:15071;background-color:rgba(var(--color-primary-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:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:0.625rem;width:0.625rem;top:18.3740234375rem;left:47.7490234375rem;display:block; }
#KM0ZFkCLyE5zFaOgKtIJ071J1pA1fNnc { position:absolute;display:block;z-index:15074;background-color:rgba(var(--color-primary-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:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:0.625rem;width:0.625rem;top:11.8125rem;left:58.5rem;display:block; }
#lIe1aAwUQLxVnMHcWzmahgP924z3GWN0 { position:absolute;display:block;z-index:15075;background-color:rgba(var(--color-primary-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:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:0.625rem;width:0.625rem;top:15.0625rem;left:58.5rem;display:block; }
#DO59bqMhhEFbodaGpL43iemO4ouWuZpZ { position:absolute;display:block;z-index:15076;background-color:rgba(var(--color-primary-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:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:0.625rem;width:0.625rem;top:18.3125rem;left:58.5rem;display:block; }
#bovSxoSzJO48gID7hvIZTJSSzenvnrR8 { position:absolute;display:block;z-index:15078;background-color:rgba(var(--color-primary-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:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:0.625rem;width:0.625rem;top:21.6240234375rem;left:58.498046875rem;display:block; }
#g2Moyrb9qsrgSFiCXHT3CF5vOwaEeBxK { position:absolute;display:block;z-index:15079;background-color:rgba(var(--color-primary-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:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:0.625rem;width:0.625rem;top:24.8115234375rem;left:69.2490234375rem;display:block; }
#qB2RMlGD1Uuz1mTMRx1XQ3FEvl9x3tW1 { position:absolute;display:block;z-index:15079;background-color:rgba(var(--color-primary-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:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:0.625rem;width:0.625rem;top:41.125rem;left:47.75rem;display:block; }
#E36PyN2yOyOAKVN3dGyqwT2U9TRVCaER { position:absolute;display:block;z-index:15077;background-color:rgba(var(--color-primary-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:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:0.625rem;width:0.625rem;top:37.8125rem;left:47.75rem;display:block; }
#mSgAdcnNy4PBqu0odHFqX3nG82QKZTmK { position:absolute;display:block;z-index:15076;background-color:rgba(var(--color-primary-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:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:0.625rem;width:0.625rem;top:34.5625rem;left:47.75rem;display:block; }
#xW76xJfP90QFt3nnSo9RSvnrMk9wupF9 { position:absolute;display:block;z-index:15075;background-color:rgba(var(--color-primary-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:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:0.625rem;width:0.625rem;top:28.0625rem;left:47.75rem;display:block; }
#gOikIRwt9oWsRrdadUA4bvNB0rTK84Fi { position:absolute;display:block;z-index:15086;background-color:rgba(var(--color-primary-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:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:0.625rem;width:0.625rem;top:44.3125rem;left:58.5rem;display:block; }
#GGQr8JDxQxOmxOtctOXgL8GSBTLkPcVp { position:absolute;display:block;z-index:15085;background-color:rgba(var(--color-primary-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:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:0.625rem;width:0.625rem;top:41.0625rem;left:58.5rem;display:block; }
#OfhW3fxW754q6Ag6C3fLI0HNvVlMpzdV { position:absolute;display:block;z-index:15083;background-color:rgba(var(--color-primary-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:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:0.625rem;width:0.625rem;top:37.75rem;left:58.5rem;display:block; }
#XP0wdcNxf7FDhGWyOl3VTRfoGOTgZdAa { position:absolute;display:block;z-index:15082;background-color:rgba(var(--color-primary-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:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:0.625rem;width:0.625rem;top:31.3125rem;left:58.498046875rem;display:block; }
#hOXguPyvVpRa75KBmxvHfH7Jp0Uv6XGr { position:absolute;display:block;z-index:15081;background-color:rgba(var(--color-primary-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:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:0.625rem;width:0.625rem;top:24.8115234375rem;left:58.498046875rem;display:block; }
#RKFmWUlNopN2fflGAipCzVRw9JqgNxLF { position:absolute;display:block;z-index:15082;background-color:rgba(var(--color-primary-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:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:0.625rem;width:0.625rem;top:50.8125rem;left:47.75rem;display:block; }
#xONwdZfTeVJstcDDTbmFtLIGr84t7UaV { position:absolute;display:block;z-index:15081;background-color:rgba(var(--color-primary-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:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:0.625rem;width:0.625rem;top:47.5rem;left:47.75rem;display:block; }
#e0ObcJhBgxZEEvGwErmGluteT4rkPDiC { position:absolute;display:block;z-index:15080;background-color:rgba(var(--color-primary-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:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:0.625rem;width:0.625rem;top:44.25rem;left:47.75rem;display:block; }
#Q5VnkSCr30e5DAbWnzeEWXtTp88xZubN { position:absolute;display:block;z-index:15087;background-color:rgba(var(--color-primary-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:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:0.625rem;width:0.625rem;top:47.5625rem;left:58.5rem;display:block; }
#VBXGe1ee3XdaW2eP7TU9NJES9Hklp6O0 { position:absolute;display:block;z-index:15091;background-color:rgba(var(--color-primary-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:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:0.625rem;width:0.625rem;top:37.75rem;left:69.25rem;display:block; }
#QHPUxy5pwT0OPxFbheN5PVnpdTDkD1A1 { position:absolute;display:block;z-index:15090;background-color:rgba(var(--color-primary-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:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:0.625rem;width:0.625rem;top:47.5615234375rem;left:69.2490234375rem;display:block; }
#OxCFETZ3SAnXpiF2KCZ0sJRKlh7yPL2F { position:absolute;display:block;z-index:15089;background-color:rgba(var(--color-primary-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:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:0.625rem;width:0.625rem;top:31.3125rem;left:69.2490234375rem;display:block; }
#qJteFbJLd89vIfvy5uB5BU8gLuiZgVlV { position:absolute;display:block;z-index:15093;background-color:rgba(var(--color-primary-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:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:0.625rem;width:0.625rem;top:44.25rem;left:69.25rem;display:block; }
#QE4SlLpdpZBE6iW69PlJlNZPLmuivdJp { position:absolute;display:block;z-index:15092;background-color:rgba(var(--color-primary-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:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:0.625rem;width:0.625rem;top:41rem;left:69.25rem;display:block; }
#JixcgHINCcGtul7yqhgw7ptonIgZbtbw { color:rgba(var(--color-tertiary-3),1);display:block;width:25.4368125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15094;line-height:1.3;letter-spacing:0;top:5.0092334747314rem;left:1.8181838989257rem;height:1.29980625rem;display:block; }
#wMORQdT4tx833VzV6pzO51Vxk4PrkeKk { color:rgba(var(--color-tertiary-3),1);display:block;width:36.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15095;line-height:1.3;letter-spacing:0;top:8.2869319915769rem;left:1.8181838989257rem;height:1.29980625rem;display:block; }
#ZeeQ4cilcopqSFTAeOVFkDuOZSH4XTPe { color:rgba(var(--color-tertiary-3),1);display:block;width:36.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15097;line-height:1.3;letter-spacing:0;top:11.537109375rem;left:1.8173828125rem;height:1.29980625rem;display:block; }
#bymLNdT38iqKhMG9x2asmqTgHdm6vQl0 { color:rgba(var(--color-tertiary-3),1);display:block;width:41.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:14.7861328125rem;left:1.8173828125rem;height:1.21875rem;display:block; }
#C1QcTuMvOO2u0u8REuq222JNwhkFThiG { color:rgba(var(--color-tertiary-3),1);display:block;width:39.1875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:18.0771484375rem;left:1.7802734375rem;height:1.21875rem;display:block; }
#VU9Db7bEK9tRCIJtR6rPprBis2ZbczUa { color:rgba(var(--color-tertiary-3),1);display:block;width:34.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15101;line-height:1.3;letter-spacing:0;top:20.6357421875rem;left:1.8173828125rem;height:2.5996125rem;display:block; }
#Xzsil4lNeTlr3qwwcN1wVAKTBcDxa29Z { color:rgba(var(--color-tertiary-3),1);display:block;width:25.4365rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15102;line-height:1.3;letter-spacing:0;top:24.4736328125rem;left:1.81640625rem;height:1.29980625rem;display:block; }
#sgCuN4hNa2RIq3IO3dHqXQGWK1VpTVN3 { color:rgba(var(--color-tertiary-3),1);display:block;width:33.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15103;line-height:1.3;letter-spacing:0;top:27.0732421875rem;left:1.8173828125rem;height:2.5996125rem;display:block; }
#SgmehVplWFf8Uue0crQaaPN59EEXmEbX { color:rgba(var(--color-tertiary-3),1);display:block;width:25.4368125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15104;line-height:1.3;letter-spacing:0;top:34.22265625rem;left:1.8173828125rem;height:1.29980625rem;display:block; }
#oETsopst2b4b8hd4X1NAyff1hGmTbQJF { color:rgba(var(--color-tertiary-3),1);display:block;width:37.749rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15105;line-height:1.3;letter-spacing:0;top:37.5146484375rem;left:1.8173828125rem;height:1.21875rem;display:block; }
#J9o7BNw7ahlmqeANt3WAReUGlCO5pwpq { color:rgba(var(--color-tertiary-3),1);display:block;width:35.0625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15107;line-height:1.3;letter-spacing:0;top:40.181640625rem;left:1.8173828125rem;height:2.4375rem;display:block; }
#wFQixcqqTM0aMT0xNbGTx6ciTOXCLNHX { color:rgba(var(--color-tertiary-3),1);display:block;width:29.5625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15108;line-height:1.3;letter-spacing:0;top:43.41015625rem;left:1.8173828125rem;height:2.4375rem;display:block; }
#bqTBafmHWvb82tpxUwtSgnTyTGWOr4sC { color:rgba(var(--color-tertiary-3),1);display:block;width:32.5625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15109;line-height:1.3;letter-spacing:0;top:46.6611328125rem;left:1.8173828125rem;height:2.4375rem;display:block; }
#nZ6m4mPaGCNsL61yuBg6StDDoii3rsbv { color:rgba(var(--color-tertiary-3),1);display:block;width:31.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15110;line-height:1.3;letter-spacing:0;top:49.9111328125rem;left:1.8173828125rem;height:2.4375rem;display:block; }
#gFgzaJCMVJf3gWQA7oEnePUGSc4sTlyL { color:rgba(var(--color-tertiary-3),1);display:block;width:55.5625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:61.1875rem;left:1.8173828125rem;height:1.0556625rem;display:block; }
#TOl16vlvks3m7OkUbLmGPtS92uvnfv1N { position:absolute;display:block;z-index:15040;background-color:#f8f8fb;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:3.125rem;width:10.625rem;top:30.0625rem;left:64.1875rem;display:block; }
#dPlQvuPFxL7Lc6Jca4id7kcTxftQhKf9 { position:absolute;display:block;z-index:15041;background-color:#f8f8fb;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:3.125rem;width:10.625rem;top:30.0625rem;left:53.4375rem;display:block; }
#FkUMOR82MEkhPC96OyXog2rM5p7PMgFe { position:absolute;display:block;z-index:15042;background-color:#f8f8fb;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:3.125rem;width:10.625rem;top:30.0625rem;left:42.6875rem;display:block; }
#nBmKbbKiUTU2TtsMcFN5nbVFgbzU7UPN { position:absolute;display:block;z-index:15043;background-color:#e0e0ed;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:3.125rem;width:42.5rem;top:30.0625rem;left:0.0625rem;display:block; }
#NXPLoLCwT1hGStckGo7p7dI1z0fctr6I { color:rgba(var(--color-tertiary-3),1);display:block;width:33.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:31rem;left:1.75rem;height:1.29980625rem;display:block; }
#TG6qp6ESovIBzO5xTvg4TB1e45Tonveo { position:absolute;display:block;z-index:15083;background-color:rgba(var(--color-primary-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:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:0.625rem;width:0.625rem;top:31.3125rem;left:47.6875rem;display:block; }
#LB4e1TPsubUN3h1STMzEgxqeo1SdW8I6 { position:absolute;display:block;z-index:15066;background-color:#f8f8fb;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:3.125rem;width:10.625rem;top:52.8125rem;left:64.1875rem;display:block; }
#tX0LZBOClieaRMUKlvcN2EbDKNRVTtz4 { position:absolute;display:block;z-index:15067;background-color:#f8f8fb;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:3.125rem;width:10.625rem;top:52.8125rem;left:53.4375rem;display:block; }
#K6Ht1NqCogkKZlCaNUby07KnJo5lOh0J { position:absolute;display:block;z-index:15068;background-color:#f8f8fb;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:3.125rem;width:10.625rem;top:52.8125rem;left:42.6875rem;display:block; }
#qGbABVomwQS5vnzloB0ToCo8famuwgQA { position:absolute;display:block;z-index:15069;background-color:#e0e0ed;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:3.125rem;width:42.5rem;top:52.8125rem;left:0.0625rem;display:block; }
#dO6lCTTBvBoSEA1p7PQPdfKEkUUtoSwW { color:rgba(var(--color-tertiary-3),1);display:block;width:25.4368125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15116;line-height:1.3;letter-spacing:0;top:53.162109375rem;left:1.755859375rem;height:2.4375rem;display:block; }
#qbBps5vkZa4JInpElKRoS9yK1vOJleQU { position:absolute;display:block;z-index:15088;background-color:rgba(var(--color-primary-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:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:0.625rem;width:0.625rem;top:54.0634765625rem;left:47.6884765625rem;display:block; }
#r8ibpPanQD026n9aKzgxOsGAZFXVTaa1 { position:absolute;display:block;z-index:15072;background-color:#f8f8fb;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:3.125rem;width:10.625rem;top:56.0625rem;left:64.21875rem;display:block; }
#TyTOPnOVTGgMJlJ0iFWxbDSMPkPWR6Be { position:absolute;display:block;z-index:15073;background-color:#f8f8fb;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:3.125rem;width:10.625rem;top:56.0625rem;left:53.46875rem;display:block; }
#CGuoSU1q7vnT1SIzvLX7CJDraIcvhSB0 { position:absolute;display:block;z-index:15074;background-color:#f8f8fb;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:3.125rem;width:10.625rem;top:56.0625rem;left:42.71875rem;display:block; }
#zxmXIuCf13aePlhbRfZBgQy0tSRVyld9 { position:absolute;display:block;z-index:15075;background-color:#e0e0ed;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:3.125rem;width:42.5rem;top:56.0625rem;left:0.09375rem;display:block; }
#Xh6TzgUuox28Qn7qZRJ0fkV8Jan5XzT8 { color:rgba(var(--color-tertiary-3),1);display:block;width:25.4368125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15122;line-height:1.3;letter-spacing:0;top:56.412109375rem;left:1.787109375rem;height:2.4375rem;display:block; }
#ld9VcubzmP6dhXHcKbvRKgoEGeGO0COI { position:absolute;display:block;z-index:15094;background-color:rgba(var(--color-primary-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:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:0.625rem;width:0.625rem;top:57.3134765625rem;left:47.7197265625rem;display:block; }
#JpyMFg2REpknVL4rUGK4gxE2fqTwZ9Vv { position:absolute;display:block;z-index:15072;background-color:rgba(var(--color-primary-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:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:0.625rem;width:0.625rem;top:21.6240234375rem;left:47.7490234375rem;display:block; }
#oUebTTkTvTJTTAoxGeKPb5KIvp97qmMo { position:absolute;display:block;z-index:15088;background-color:rgba(var(--color-primary-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:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:0.625rem;width:0.625rem;top:50.8115234375rem;left:58.498046875rem;display:block; }
#bOXxGkfmONsMRTShZt3UtZKSfiNKUKdi { position:relative;display:block; }#bOXxGkfmONsMRTShZt3UtZKSfiNKUKdi { background-color: transparent; background-image: none; }#bOXxGkfmONsMRTShZt3UtZKSfiNKUKdi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bOXxGkfmONsMRTShZt3UtZKSfiNKUKdi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bOXxGkfmONsMRTShZt3UtZKSfiNKUKdi > .row .container > .video-iframe-container { display: none; }#bOXxGkfmONsMRTShZt3UtZKSfiNKUKdi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bOXxGkfmONsMRTShZt3UtZKSfiNKUKdi > .row > .video-iframe-container { display: none; }#bOXxGkfmONsMRTShZt3UtZKSfiNKUKdi > .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); }#bOXxGkfmONsMRTShZt3UtZKSfiNKUKdi { border-width: 0; border-radius: 0; }#bOXxGkfmONsMRTShZt3UtZKSfiNKUKdi > .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; }#bOXxGkfmONsMRTShZt3UtZKSfiNKUKdi > .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:4.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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:100.25rem;width:75rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;position:relative;display:block; }#qEP9Nd1dF7ZH66Bn5v9z0m0HIfMUaQ4v { color:rgba(var(--color-tertiary-0),1);display:block;width:33.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.3125rem;left:22.65625rem;height:5.8496125rem;text-align:center;text-align-last:center;display:block; }
#ti17JAZfEkqD4iLpmBbTWXfEg47ecivH { color:rgba(var(--color-tertiary-0),1);display:block;width:59rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:9.162109375rem;left:8.625rem;height:6.75rem;text-align:center;text-align-last:center;display:block; }
#nDR4Xro2RzcM3Lp6xHQ0PuzPkof6ti9V { box-sizing:content-box;height:24.0625rem;width:68.625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:72.6875rem;left:3.1875rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#Asl0w3pPFM2uWs6rwX6gQ2ZUlmM2UgaK { color:rgba(var(--color-primary-2),1);display:block;width:22rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:75.25rem;left:26.5rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#wpKDD1I3fcLWFnfPFT4Q7CqvcyIX6THm { color:rgba(var(--color-tertiary-2),1);display:block;width:46.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:79.25rem;left:14.375rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#LrtNdmaoCuwLgUkMuGTuICpdm4M4wxkQ { box-sizing:content-box;height:12.3125rem;width:27.25rem;position:absolute;display:block;z-index:15014;background-color:#f8f8fb;background-image:none;top:81.9375rem;left:10.3125rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#sD4aLgwA7N8uPWpsANLeF0MwFgSRWu8J { box-sizing:content-box;height:12.3125rem;width:27.25rem;position:absolute;display:block;z-index:15015;background-color:#f8f8fb;background-image:none;top:81.9375rem;left:38.6875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#FdBNIZgdNMHpeEpVxF7r8iVzR1vE7M8n { color:rgba(var(--color-tertiary-3),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:85.28125rem;left:11.75rem;height:5.625rem;text-align:center;text-align-last:center;display:block; }
#QF9h5GehnWv7ca3qisdFIoLo6JCxBGTq { color:rgba(var(--color-tertiary-3),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:86.21875rem;left:40.125rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o .widget-form-header {  }
#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#909090;width:68.4375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-primary-2),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:68.4375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o .widget-input-text {padding-top: 0; padding-bottom: 0;}#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-primary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:68.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:68.4375rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o .widget-input-select {padding-top: 0; padding-bottom: 0;}#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;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:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:22.9375rem;margin-bottom:0.25rem;margin-left:22.9375rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:700;color:rgba(var(--color-primary-2),1);width:22.5625rem;height:3.8125rem;font-family:"open sans";overflow:hidden;text-align:center;text-align-last:center;font-style:normal;line-height:1; }
#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal; }
#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal; }
#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal; }
#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal; }
#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.5;font-size:0.9375rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:67.1875rem;overflow:hidden;font-style:normal; }
#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o .widget-container:first-of-type{padding-top:0;}#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o .widget-container:last-of-type{padding-bottom:0;}#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o  { 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:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:68.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;left:2.03125rem;top:18rem;z-index:15009;position:absolute; }
#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:68.4375rem;display:block;vertical-align:top; }
#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.9375rem;line-height:1.6;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o {display:block;}#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o { 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:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:68.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;left:2.03125rem;top:18rem;z-index:15009;position:absolute; }
#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #rm1nOraFHoJ2ccJZIm20EINXxdWN62La { position:relative; }
#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #QQShvMy6QBlsia6m1RafITpJraH4Dptq { position:relative;display:block; }
#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #MtbMotdheBg2rK6zR3xtEHKPGsSmrDKq { position:relative; }
#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #lwd7aG7dWE1ywdTv2mxoxn0liOEO4ht0 { position:relative; }
#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #uXHMrAkiDxbFpZVbACcypsSvnczcxuKw { position:relative;display:block; }
#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #vZDdH00OBntZTRVZng2fTqQlRrVoQJmw { position:relative; }
#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #k4dQVyXnTZzNnmPTxshBZA8f4dXQT5JT { position:relative; }
#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #H5F1q8PTK8rHydMcrQlQmoipUOVVXnpF { position:relative;display:block; }
#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #tXlTFHi6KZLTsevf1t5sEORmoSLuGJFR { position:relative; }
#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #kTT3It5LTAaXoarxN03ndbefJ757fXJ6 { position:relative; }
#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #lhZm6gr3d5bHC5tpliFL6nU0J0MveFVC { position:relative;display:block; }
#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #sPGslwn2MrZez7tQMamVP60rmF5ZlJdC { position:relative; }
#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #sMSnQvDfTJ3ocEohEMpH3KtfAvfzIfT1 { position:relative; }
#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #OPKaWa6HlQA5dRRMFt4FFNdimiUpuJDT { position:relative;display:block; }
#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #LRFOnLb2ZpNZU6ilUAR67ImT9I0Z7rlO { position:relative; }
#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #ZIqB5VnzQNt7FfQ3ZXXKN3SNcDTuVd2a { position:relative; }
#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #wJ6d6U0iCMaPcLbwvdOyAP1SHfiFnudH { position:relative;display:block; }
#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #VIMBRCw8C4Fk0lyR7ZQk4qVQ9EdFwWbr { position:relative; }
#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #DL0maZhUbBgu3cLiiuKedW0MLV32WAAc { position:relative; }
#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #KbXO3fwTFXq12UXMQDQu3rX83v7a2pJd { position:relative;z-index:2; }
#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #dmm8v9G2FogzX55grnBtudIz5LJigtoC { position:relative; }
#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #XVzy614x398V8EfsJsC0yoSDc4bcexre { position:relative;z-index:15000; }
#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #Zi1rUsUFkf0xabUEFbMaWkhhmhFG7qdV { position:relative;z-index:15000; }
#m3KtHGpTR84vRny3oUGmo0Hewscg9PNL { position:relative;display:block;z-index:100000;display:block; }
#NQtT5fXRC0uUSSmCTo3ZKg5qXmqHtpBD { position:relative;display:block;z-index:100000;display:block; }
#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #e5lX66VaLorOrrqDGVe1osXnUB4GvTrr { position:relative; }
#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #tyLeq0ekTTFr5ab7WglAUfm9u979iStN { position:relative; }
#p0JpbkNwF2dyH9eFJFvzAUbFN0Epu3It { position:relative;display:none; }#p0JpbkNwF2dyH9eFJFvzAUbFN0Epu3It { border-width: 0; border-radius: 0; }#p0JpbkNwF2dyH9eFJFvzAUbFN0Epu3It > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p0JpbkNwF2dyH9eFJFvzAUbFN0Epu3It > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:114.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#D9lzgM1kktGkRnQAS6quSI7vq0D7kO99 { color:rgba(var(--color-tertiary-3),1);display:block;width:40.125rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.75rem;left:17.4375rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#E8225yTBFfCSg4vcGBZXxzp1L3hO4nHn { position:absolute;display:block;z-index:15002;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:17.9375rem;width:52.8125rem;top:10.5234375rem;left:8.75rem;overflow:hidden;display:block; }
#SiNX3BtMiQ3mi9xzeCDChioI67RqFxOG { color:rgba(var(--color-tertiary-3),1);display:block;width:40.125rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:36.25rem;left:17.4375rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#sGmTQxMp6fqT0exbciEuNSL7oK6V75nc { 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:65.9375rem;width:57.5rem;top:42.0234375rem;left:8.75rem;overflow:hidden;display:block; }
#ftFIFgIkVpMltbIRxdNJXwKXCL3ssTuG { position:relative;display:none; }#ftFIFgIkVpMltbIRxdNJXwKXCL3ssTuG { border-width: 0; border-radius: 0; }#ftFIFgIkVpMltbIRxdNJXwKXCL3ssTuG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ftFIFgIkVpMltbIRxdNJXwKXCL3ssTuG > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-tertiary-3),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-tertiary-3),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-tertiary-3),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-tertiary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-tertiary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-tertiary-3),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-tertiary-3),1));background-size:initial !important;font-size:0.875rem;font-family:arial;height:39rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#bvVUofmTO44176z9Mv5tdxk1HBwbgJ7I { box-sizing:content-box;height:24.0625rem;width:68.625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.875rem;left:3.1875rem;display:block; }
#NZEkzd8Xq8J9oI2KRSsiPPTVXVnSqbMP { color:rgba(var(--color-tertiary-4),1);display:block;width:22rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.4375rem;left:26.5rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#DF9HvgGwrROpq88xgNtiNVU3TnA6X53s { color:rgba(var(--color-tertiary-3),1);display:block;width:46.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:9.4375rem;left:14.375rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#RQmFHaSr1plfG1ciuaF02rnmiB4TvP0r { box-sizing:content-box;height:12.3125rem;width:27.25rem;position:absolute;display:block;z-index:15014;background-color:#f8f8fb;background-image:none;top:12.125rem;left:10.3125rem;display:block; }
#fNTUaIDppNkDzpDERckzghFWFsBcauRw { box-sizing:content-box;height:12.3125rem;width:27.25rem;position:absolute;display:block;z-index:15015;background-color:#f8f8fb;background-image:none;top:12.125rem;left:38.6875rem;display:block; }
#MtOlPFPtc1S2us7crEofpaKnR4RZSL1L { position:absolute;display:block;z-index:15001;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.6875rem;width:10.5rem;top:31.375rem;left:32.25rem;overflow:hidden;display:block; }
#rdQqTyH3CIRzGFS4rdNPJce5egHgPhIv { color:rgba(var(--color-tertiary-3),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:15.5rem;left:11.75rem;height:5.625rem;text-align:center;text-align-last:center;display:block; }
#PCx2NhUKif45dLH3CyCEkANTp4vl3iWn { color:rgba(var(--color-tertiary-3),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:16.4375rem;left:40.125rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#cZoJbpONEdVKBvu2XecoawL3iSNRGN8i { position:relative;display:block; }#cZoJbpONEdVKBvu2XecoawL3iSNRGN8i { background-color: transparent; background-image: none; }#cZoJbpONEdVKBvu2XecoawL3iSNRGN8i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZoJbpONEdVKBvu2XecoawL3iSNRGN8i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZoJbpONEdVKBvu2XecoawL3iSNRGN8i > .row .container > .video-iframe-container { display: none; }#cZoJbpONEdVKBvu2XecoawL3iSNRGN8i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZoJbpONEdVKBvu2XecoawL3iSNRGN8i > .row > .video-iframe-container { display: none; }#cZoJbpONEdVKBvu2XecoawL3iSNRGN8i > .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); }#cZoJbpONEdVKBvu2XecoawL3iSNRGN8i { border-width: 0; border-radius: 0; }#cZoJbpONEdVKBvu2XecoawL3iSNRGN8i > .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; }#cZoJbpONEdVKBvu2XecoawL3iSNRGN8i > .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:3.625rem;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; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SSZDeg8XCS40uUloiulI08s4cpeQZpJQ { display:block; }#SSZDeg8XCS40uUloiulI08s4cpeQZpJQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EZpqBdoygJeGPJGztIT5KJ99TL6gUD6h { width:14.9375rem;height:1rem;top:5.75rem;left:9.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcMZalT22po8Wqnrs9IoczODUuSosOFg { width:14.4375rem;height:0.1875rem;top:7.125rem;left:9.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bH3Q5JfyMHqps1pBmE3c5k58CbZJUhec { width:11.25rem;height:1.4375rem;top:9.0625rem;left:28.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uQxXczZoiRmBI4Nrf2KE1IJpSxwDmegd { width:17.5rem;height:3.4375rem;top:28.3125rem;left:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZGHViGglc9h5JNblRGf3ek5X4dJ2MZW5 { display:block; }
 }@media only screen and (max-width: 763px) { #h0G1DATTmMuso5AFfqOocvyUw7f9QT1d { width:27.5rem;height:4.375rem;top:13.4375rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSyxQW1Gv1fV6btQQPgtET62yfVTq1GP { width:47.75rem;height:7.375rem;top:17.75rem;left:0rem;font-size:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqOUKzmVpnzVNNcUqmyRRrVexKTTJtnv { width:16rem;height:4.0625rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZtkwFKkz4PORTWRmazLNeHdZHsUBurN { width:6.0625rem;height:1.4375rem;top:9.0625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nq0dNcnpMmOH3tx24Ur2q2hpCSgykLMZ { width:6.0625rem;height:1.4375rem;top:9.0625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zihKvysRa3y4RbuAPWSFB5OUTDr63p0M { width:8.1875rem;height:1.4375rem;top:9.0625rem;left:8.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ietahuKkXMUKgqttGNluLghF9MrxEO32 { width:8.1875rem;height:1.4375rem;top:9.0625rem;left:19rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QQmtTQ6QmESavQHooX1nflC3SFrPCQuu { width:44.875rem;height:4.625rem;top:25.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJDhXG0DehrmqhMR1nZhGTLelE7sJ8DV { width:42rem;height:2.25rem;top:26.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMBd4OqCnKgLOtRFFMcHmUSIITZ3KH1F { width:15.3125rem;height:4.125rem;top:32.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMv2bPAwTOx4icu8MsrN9k2idi3TdDUD { display:block; }
 }@media only screen and (max-width: 763px) { #D6XcTbhNPGIaM4t9gGCgqRTlG8AzFeK1 { display:block; }#D6XcTbhNPGIaM4t9gGCgqRTlG8AzFeK1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wEtiNRxyFowuzm4fc07C0SRUVlv7xPPo { width:47.75rem;height:4.625rem;top:4.875rem;left:0rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #efiICfZzq61rIWTb7mhhMTtI7Npr77nE { display:block; }#efiICfZzq61rIWTb7mhhMTtI7Npr77nE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G6BZCsAmw4PB3sMaNmkVVZw7MeAca3iP { width:37.125rem;height:28.5rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTkeGfgvCm76oRaS6ema7xF4xTLv0kf3 { width:32.125rem;height:2.8125rem;top:2.3125rem;left:15.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRfbLWCudHlkNpkUiECAA7AsPH8GMZBJ { width:30.5625rem;height:15rem;top:7.8125rem;left:17.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1Ge4ngrOKIUd08wT7mIuk3eRMmq0GWq { display:block; }#U1Ge4ngrOKIUd08wT7mIuk3eRMmq0GWq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PfxGWP6BtoWWfZwe4QgK3ebtwJVBVTLZ { width:47.75rem;height:26.375rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTPgNvBgu7L9gq2CwUrZ2rGk8ML3TgAD { width:26.5rem;height:1.9375rem;top:3.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0HB4D1WdhwTTX5QTgMlflCF5cQPgLMX { width:47.75rem;height:9.75rem;top:6.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTiQT5V07EGQJzTWDNXEQtdTTa8IHMUz { width:47.75rem;height:3.5625rem;top:17.375rem;left:0rem;font-size:1.25rem;display:block; }#RTiQT5V07EGQJzTWDNXEQtdTTa8IHMUz li:before{  }
 }@media only screen and (max-width: 763px) { #iMelEuseFcboJiNXLzEGff2nN8VWetrQ { width:47.75rem;height:3.25rem;top:22.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5W6WgwgLNWfeVaUUp3mDfK11zxoTdNo { display:block; }#E5W6WgwgLNWfeVaUUp3mDfK11zxoTdNo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AHT9IWqUFduENV93EzfhDTuO9lo2kU4Q { width:25.5625rem;height:3.4375rem;top:0rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCdzSxe8m9yBeDkcDtI7GaQFZaqo6Phe { display:block; }
 }@media only screen and (max-width: 763px) { #Q8JL5udJ7mspaWof2SiNws1p18UZhxBt { width:22.5rem;height:3.4375rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNLQ7BCt6U6K0ioMxrsszsOfM0PibzDr { display:block; }
 }@media only screen and (max-width: 763px) { #zU5b3SPXrmIxpux1cQyWbrVueVsNVRKE { display:block; }#zU5b3SPXrmIxpux1cQyWbrVueVsNVRKE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NVk9w9d1tDmnSUHaKWKPHakgUXro05Ce { width:26.4375rem;height:3.875rem;top:5.125rem;left:10.65625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGRHZqfloxWkpOWCVTs1cegUEAnbGI6L { display:block; }#PGRHZqfloxWkpOWCVTs1cegUEAnbGI6L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W05RPw4bFoS2l2fe6PyOSQSFLyLXPt7H { width:47.75rem;height:6.8125rem;top:0rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkgZqpt3yruPp1DJFUm7FulRzJeNZUDX { display:block; }#IkgZqpt3yruPp1DJFUm7FulRzJeNZUDX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n9OEwdtIkGGsuGCyOiTZLr9vuXOHvZsD { width:14.9375rem;height:1rem;top:5.75rem;left:9.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #snXKphzD7CTuqVxM4TUzdnK7qHK66ewE { width:14.4375rem;height:0.1875rem;top:7.125rem;left:9.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KKpaTGB94UcLuQGeW3N4n0DpuyWJKRwS { width:17.625rem;height:3.8125rem;top:1.75rem;left:9.25rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHcu4GDPtqF7zf9M0rFZeDKLaqJBBhCq { width:8rem;height:1.875rem;top:2.9375rem;left:27.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIz2aDFJx5MVpXXuHutAxr0yp9qsl1Ae { width:14.0625rem;height:11.5rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ham6KSDk3on6TgLdV4pSk3GWSrSTfurN { width:14.0625rem;height:11.5rem;top:7.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vogenV3deesDvZ4e1JS8xgGetc4s6iRz { width:14.0625rem;height:11.5rem;top:7.4375rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hf3axXuNOWrng2rkFzlyrbmoRefBTigr { width:14.0625rem;height:11.5rem;top:7.4375rem;left:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xk80Kfcr2pb7VCiOpheEfRGIJVIMS6vh { width:14.0625rem;height:11.5rem;top:7.375rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIVTC1mlk2FSKT8J4XD9dRq6PO7ZTfRd { width:12.4375rem;height:16.5rem;top:8.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1x0fDBhxsrp1R7teToEONZJWPrTqeCv { width:11.6875rem;height:7.125rem;top:8.625rem;left:3.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DN6TvRht4OqkR1SqQvhcotUydFoWwXl2 { width:11.6875rem;height:5.3125rem;top:8.625rem;left:18.03125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rzndyd0gDISw0MIJmLJMPCur7m9y5ZFT { width:11.6875rem;height:5.3125rem;top:8.625rem;left:32.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWmh0PrEERfB6P14QAdqw5ohxEClHHaT { width:11.6875rem;height:7.125rem;top:8.625rem;left:36.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGTNm47GsLmFl8IOen5X5yhoxmVEMqNm { display:block; }#HGTNm47GsLmFl8IOen5X5yhoxmVEMqNm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XJVFgp8MgTz24HroJ0bVgXu7PPo0uOhV { width:15.3125rem;height:4.125rem;top:2.75rem;left:16.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #geIxx95nggJnxEPRZ6nUdLd0q4qfcb9y { display:block; }
 }@media only screen and (max-width: 763px) { #yahvX5c1XbdSUKtBw2EJ9c4fp7OlWGbw { display:block; }#yahvX5c1XbdSUKtBw2EJ9c4fp7OlWGbw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jr7EkZk1kwTJZ1C4vyGX0pSZeZC60XPI { width:20.125rem;height:14.875rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7lhsddAB8FEWtJ3WoThP0Ts7xxR840V { width:20.125rem;height:14.875rem;top:1.875rem;left:11.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FvIOddD9vFeoexSiV65FXmosO46PAyZt { width:20.125rem;height:14.875rem;top:1.875rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwuKmOxDZPX7rkTpbsaQOi3dnDwNwCBE { display:block; }#LwuKmOxDZPX7rkTpbsaQOi3dnDwNwCBE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VRfkE5ATy3lVTc2gaLgPP5BwZblhT5IU { width:14.9375rem;height:1rem;top:5.75rem;left:9.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBg5CFkD3Nrxnz3uZ9fTxoDErmDSDeof { width:14.4375rem;height:0.1875rem;top:7.125rem;left:9.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kAU9n79UugZEeVZiublkf5l4U7EXFqM3 { width:26.0625rem;height:6.5rem;top:4.5625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #erOULxzEAFWiDepuF1JHfwSTTmdKJs2W { width:23.0625rem;height:38.125rem;top:4.5625rem;left:24.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hfOaL5d6FxhbWgT6Oc8Drtp0v3bPXtyu { width:27.0625rem;height:7.9375rem;top:12.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBwRF9buIfpO0i8D8i7xK1lwiSq9JmBz { width:29.625rem;height:17.1875rem;top:21.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9UmGvO7LsXWCplCtv1CvEWJqtNFS4i2 { width:20.125rem;height:3.25rem;top:23.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXOSe8hDyfWLk92560iyKIpCC1DSTUxD { width:26.25rem;height:;top:27.5625rem;left:0rem;font-size:0.9375rem;display:block; }#SXOSe8hDyfWLk92560iyKIpCC1DSTUxD li:before{  }
 }@media only screen and (max-width: 763px) { #Fhywd9F82Lonryc1FlX2eLxV2O2vvMAI { display:block; }#Fhywd9F82Lonryc1FlX2eLxV2O2vvMAI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t995vniA9ZwfCc17urtPqAgWfU4uxyHA { width:47.75rem;height:8.9375rem;top:1.3125rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCl3dpHmFaOSXBq7xWTuCfoGXMHLIKht { display:block; }#QCl3dpHmFaOSXBq7xWTuCfoGXMHLIKht > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mhT824cH7D6bTe9VzFyDQtQ50AEoSnCc { width:47.75rem;height:22.084375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GmKyltK87N72zyJXzgaMMHqX2Ku1STum { width:12.625rem;height:41.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eVVo0Cfy3kZU74E7PdvkCWrDPBc6sqdg { display:none; }#eVVo0Cfy3kZU74E7PdvkCWrDPBc6sqdg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #O1kqTcuanzBuEv5fhFyLf7rGBK1nHQlO { width:9.1875rem;height:1.25rem;top:1.6875rem;left:29.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCOVVC8uKSRyik13FaWJTLkuEpabzvIq { width:6.5625rem;height:1.25rem;top:1.6875rem;left:41.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4oLqR01L7cJ3x9ce6mg1HQmElJqL79n { width:7.8125rem;height:1.25rem;top:1.6875rem;left:39.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rys2Dk3EWRTN72amp9SQTaoE5TBO17Hw { width:10.625rem;height:3.125rem;top:0.8125rem;left:29.124465942382rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTStHo6VrC3goS4P6F8sA32QO3InKP7M { width:10.625rem;height:3.125rem;top:0.8125rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZW8a3IF72t7DlEclEMRhVdtDnb8TnnM { width:10.625rem;height:3.125rem;top:0.8125rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT8BADaXCSlcl42i2KTJLKIZGlnGNhdz { width:10.625rem;height:3.125rem;top:4.0625rem;left:29.124465942382rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrdW3dFy1eQOSVvSCmStc1UUyhqiTwie { width:10.625rem;height:3.125rem;top:4.0625rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTpcUZreDyJJcq7ilC2msNKRQ2OpzuzP { width:10.625rem;height:3.125rem;top:4.0625rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wuw4qDPsWWodnvmWA3FoKiO8Po8ralWX { width:42.5rem;height:3.125rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfGUXuzl3B5pyuRZGqyt49AiFNG964UJ { width:10.625rem;height:3.125rem;top:7.3125rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAsopDZ4K8e9mUIKuD3ohICfGSwLTp9K { width:10.625rem;height:3.125rem;top:7.3125rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXaaWGWHW0JfQNxdJSM67MnqTxVPW2pp { width:10.625rem;height:3.125rem;top:7.3125rem;left:29.124465942382rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzC433enUbPfhkyU3Uv6SliR9Dvt7yNZ { width:42.5rem;height:3.125rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZuN3wWUX9RXuXVveTL1yGOle1hRDGL6 { width:10.625rem;height:3.125rem;top:10.5625rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yot9mEtsKVzM3sVNv8c7U2az4XVzmxbD { width:10.625rem;height:3.125rem;top:10.5625rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9fIX0G6RkD2pMuPftTbwQkM360C8DLK { width:10.625rem;height:3.125rem;top:10.5625rem;left:29.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3frqndkTTGTDoQzlKB6SvxrZ70cDAzV { width:42.5rem;height:3.125rem;top:10.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wApxONbfotG11Vpg61BDEMxADXWFO2QL { width:10.625rem;height:3.125rem;top:20.3125rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuQ8z7Ki6OuZESVHpfAnVrEBcTRBExri { width:10.625rem;height:3.125rem;top:20.3125rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBF0fSX2wSuPLipSOunRFcW3pK8TB0oW { width:10.625rem;height:3.125rem;top:20.3125rem;left:29.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNRiIrAEKrNnIdUAXbrnuCG712sCzNFk { width:10.625rem;height:3.125rem;top:17.0625rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tsx0W2ENQXnXVvZUaaPyrUV9dc9VWHwh { width:10.625rem;height:3.125rem;top:17.0625rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIrdIx7vk7ikDCNNyCbvKNla0J6OxLtx { width:10.625rem;height:3.125rem;top:17.0625rem;left:29.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgdtGlpyDJQdpgHfPxXxCVU9wNh2bGec { width:42.5rem;height:3.125rem;top:17.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zG0VrPOBpXeFOTk8zUmQekQPadSx6GTp { width:42.5rem;height:3.125rem;top:20.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #StyyBR40kvoKHtKTxTooNwTptNxMzNGR { width:10.625rem;height:3.125rem;top:13.8125rem;left:29.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpTpQ9EnTVkzXOS9POqFNu647vAR74QT { width:10.625rem;height:3.125rem;top:13.8125rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #acM9y54DhR0VztCqlHGyvb4c4opw4ShT { width:10.625rem;height:3.125rem;top:13.8125rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMvhrtet3EcsOi5GeKldN0Ft4Z0pQzgF { width:42.5rem;height:3.125rem;top:13.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHETXi3C1Kwrksud1v7zqACOER6hvPHL { width:10.625rem;height:3.125rem;top:46.25rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4gqwkaQ0C3QulLkP05tkCIizrzahxXE { width:10.625rem;height:3.125rem;top:46.25rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FI6MUdZP3tyZstb320bbG49mTRJmubpi { width:10.625rem;height:3.125rem;top:43rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJJb30U0wE7DhoKMXgGSAsTw0Q5t6cyc { width:10.625rem;height:3.125rem;top:43rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLUN2Gcx8wKReJTTMPWB5UqCkzatNohO { width:10.625rem;height:3.125rem;top:46.25rem;left:29.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPiJG4rMlH9l6B9BM3A4omBxmT3DnIno { width:10.625rem;height:3.125rem;top:43rem;left:29.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWORHv2QLhAC8GXK6nNLf8GdQloNnW9T { width:10.625rem;height:3.125rem;top:39.75rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuXPwKa8iOAGRP6XAvhhuaEJ0Zo64Ex5 { width:10.625rem;height:3.125rem;top:39.75rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nh5noRtDTB12SsmmmyUCzXHBLcTflRdD { width:10.625rem;height:3.125rem;top:39.75rem;left:29.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXrMRF50FBxdB46H38Whgypv7tLlTGao { width:42.5rem;height:3.125rem;top:39.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3u9lg9HMQDy94GGKpIRM3V5MasyoKZF { width:42.5rem;height:3.125rem;top:46.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtwB2WzApUT5yPmOaiFW8MdT0MT19Jrf { width:42.5rem;height:3.125rem;top:43rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQa3tG6UuC3skXIgtTQnpmNPGcTpNAD0 { width:10.625rem;height:3.125rem;top:36.5rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8FR2oyKzBeuuHNNVIGdvexfKFiGeLVK { width:10.625rem;height:3.125rem;top:36.5rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXT3ba1tCDlznA6KbZrlmidQmQbv8Ag6 { width:10.625rem;height:3.125rem;top:36.5rem;left:29.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqoohf9zFtO0Kwuqg8PPyKlnf90qyRi3 { width:42.5rem;height:3.125rem;top:36.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7AHgTZzdfaaLOUUOHCQcUfFQcP09kAz { width:10.625rem;height:3.125rem;top:33.25rem;left:29.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThCKg4JBxDrLoZNi4OHltRC1dT4MCBIK { width:10.625rem;height:3.125rem;top:33.25rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ee93rBSVfUMiTPZbMyarOpK1etoBWkMQ { width:10.625rem;height:3.125rem;top:33.25rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DE3E8w6zrzMlzF5VQSpQ3bTUuahqBDn7 { width:42.5rem;height:3.125rem;top:33.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fl4lSOrXnvuzwXaB3lDg9wHRnX0dwwED { width:10.625rem;height:3.125rem;top:26.75rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUUpDgXZ2pFlrasc5zVnQuWKTghuINGd { width:10.625rem;height:3.125rem;top:26.75rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThTVuQA2bMraE3hh8hsnZUHnfnzyuw0E { width:10.625rem;height:3.125rem;top:26.75rem;left:29.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsNtTzODT7xzNTFPLlND7nhqtDy9Ptre { width:42.5rem;height:3.125rem;top:26.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9yyiBDNTBsOPvoO3kTOCOAUAuqz2KLg { width:10.625rem;height:3.125rem;top:23.5rem;left:29.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFzTmzxHxOOqKHhTTRGXplxcC1HEiTgH { width:10.625rem;height:3.125rem;top:23.5rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bM1URpgEiizbkfmxIzQOVgKFlSMIbq3H { width:10.625rem;height:3.125rem;top:23.5rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aa1x1DNDO2FVhQF67dVWsNq5JVERHaii { width:42.5rem;height:3.125rem;top:23.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCPiRPSTdQbGfhIiWwwEh3WMPLeQd7It { width:10.625rem;height:3.125rem;top:49.5rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2qhpRvRBGZJJqkDGMtyAStzlaMe32EK { width:10.625rem;height:3.125rem;top:49.5rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZTkZL0g1P4pXxTyltv1DqLQxqih4Quh { width:10.625rem;height:3.125rem;top:49.5rem;left:29.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ot0Q59ubIezguivQ01cwuGJ6KziMDAum { width:42.5rem;height:3.125rem;top:49.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMvxVsRJX1fNRGbcshqBTMWEfHKfQz70 { width:0.625rem;height:0.625rem;top:5.3125rem;left:34.124465942382rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPHv9T6unPeAbN8f5kD3O2XUO0JdXd2e { width:0.625rem;height:0.625rem;top:8.5625rem;left:44.873756408691rem;display:block; }
 }@media only screen and (max-width: 763px) { #upf88yyWFKwSqHT1ucObQCUAlEvIcPn0 { width:0.625rem;height:0.625rem;top:11.8125rem;left:47.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTimtCnLCAUQeKcLwNxD2bPP2uIwNiP1 { width:0.625rem;height:0.625rem;top:11.8125rem;left:34.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OItTq1TIPcEL1vvmHPTCTiVJGcwW0M32 { width:0.625rem;height:0.625rem;top:15.0625rem;left:34.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtpKT8cX7awWoZe591Ubn9XzqwCBLINb { width:0.625rem;height:0.625rem;top:18.3125rem;left:34.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KM0ZFkCLyE5zFaOgKtIJ071J1pA1fNnc { width:0.625rem;height:0.625rem;top:11.8125rem;left:44.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIe1aAwUQLxVnMHcWzmahgP924z3GWN0 { width:0.625rem;height:0.625rem;top:15.0625rem;left:44.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DO59bqMhhEFbodaGpL43iemO4ouWuZpZ { width:0.625rem;height:0.625rem;top:18.3125rem;left:44.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bovSxoSzJO48gID7hvIZTJSSzenvnrR8 { width:0.625rem;height:0.625rem;top:21.5625rem;left:44.873046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2Moyrb9qsrgSFiCXHT3CF5vOwaEeBxK { width:0.625rem;height:0.625rem;top:24.75rem;left:47.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qB2RMlGD1Uuz1mTMRx1XQ3FEvl9x3tW1 { width:0.625rem;height:0.625rem;top:41.125rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E36PyN2yOyOAKVN3dGyqwT2U9TRVCaER { width:0.625rem;height:0.625rem;top:37.8125rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSgAdcnNy4PBqu0odHFqX3nG82QKZTmK { width:0.625rem;height:0.625rem;top:34.5625rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xW76xJfP90QFt3nnSo9RSvnrMk9wupF9 { width:0.625rem;height:0.625rem;top:28.0625rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOikIRwt9oWsRrdadUA4bvNB0rTK84Fi { width:0.625rem;height:0.625rem;top:44.3125rem;left:44.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGQr8JDxQxOmxOtctOXgL8GSBTLkPcVp { width:0.625rem;height:0.625rem;top:41.0625rem;left:44.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfhW3fxW754q6Ag6C3fLI0HNvVlMpzdV { width:0.625rem;height:0.625rem;top:37.75rem;left:44.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XP0wdcNxf7FDhGWyOl3VTRfoGOTgZdAa { width:0.625rem;height:0.625rem;top:31.3125rem;left:44.873046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOXguPyvVpRa75KBmxvHfH7Jp0Uv6XGr { width:0.625rem;height:0.625rem;top:24.75rem;left:44.873046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKFmWUlNopN2fflGAipCzVRw9JqgNxLF { width:0.625rem;height:0.625rem;top:50.8125rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xONwdZfTeVJstcDDTbmFtLIGr84t7UaV { width:0.625rem;height:0.625rem;top:47.5rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0ObcJhBgxZEEvGwErmGluteT4rkPDiC { width:0.625rem;height:0.625rem;top:44.25rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5VnkSCr30e5DAbWnzeEWXtTp88xZubN { width:0.625rem;height:0.625rem;top:47.5625rem;left:44.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBXGe1ee3XdaW2eP7TU9NJES9Hklp6O0 { width:0.625rem;height:0.625rem;top:37.75rem;left:47.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHPUxy5pwT0OPxFbheN5PVnpdTDkD1A1 { width:0.625rem;height:0.625rem;top:47.5rem;left:47.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxCFETZ3SAnXpiF2KCZ0sJRKlh7yPL2F { width:0.625rem;height:0.625rem;top:31.3125rem;left:47.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJteFbJLd89vIfvy5uB5BU8gLuiZgVlV { width:0.625rem;height:0.625rem;top:44.25rem;left:47.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QE4SlLpdpZBE6iW69PlJlNZPLmuivdJp { width:0.625rem;height:0.625rem;top:41rem;left:47.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JixcgHINCcGtul7yqhgw7ptonIgZbtbw { width:25.375rem;height:1.25rem;top:5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMORQdT4tx833VzV6pzO51Vxk4PrkeKk { width:36.875rem;height:1.25rem;top:8.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeeQ4cilcopqSFTAeOVFkDuOZSH4XTPe { width:36.1875rem;height:1.3125rem;top:11.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bymLNdT38iqKhMG9x2asmqTgHdm6vQl0 { width:41.25rem;height:1.1875rem;top:14.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1QcTuMvOO2u0u8REuq222JNwhkFThiG { width:39.1875rem;height:1.1875rem;top:18.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VU9Db7bEK9tRCIJtR6rPprBis2ZbczUa { width:34.5625rem;height:2.5625rem;top:20.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xzsil4lNeTlr3qwwcN1wVAKTBcDxa29Z { width:25.375rem;height:1.25rem;top:24.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgCuN4hNa2RIq3IO3dHqXQGWK1VpTVN3 { width:33.375rem;height:2.5625rem;top:27.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgmehVplWFf8Uue0crQaaPN59EEXmEbX { width:25.375rem;height:1.25rem;top:34.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oETsopst2b4b8hd4X1NAyff1hGmTbQJF { width:37.6875rem;height:1.1875rem;top:37.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9o7BNw7ahlmqeANt3WAReUGlCO5pwpq { width:35.0625rem;height:2.4375rem;top:40.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFQixcqqTM0aMT0xNbGTx6ciTOXCLNHX { width:29.5625rem;height:2.4375rem;top:43.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqTBafmHWvb82tpxUwtSgnTyTGWOr4sC { width:32.5625rem;height:2.4375rem;top:46.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZ6m4mPaGCNsL61yuBg6StDDoii3rsbv { width:31.5rem;height:2.4375rem;top:49.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFgzaJCMVJf3gWQA7oEnePUGSc4sTlyL { width:47.75rem;height:1rem;top:61.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOl16vlvks3m7OkUbLmGPtS92uvnfv1N { width:10.625rem;height:3.125rem;top:30.0625rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPlQvuPFxL7Lc6Jca4id7kcTxftQhKf9 { width:10.625rem;height:3.125rem;top:30.0625rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkUMOR82MEkhPC96OyXog2rM5p7PMgFe { width:10.625rem;height:3.125rem;top:30.0625rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBmKbbKiUTU2TtsMcFN5nbVFgbzU7UPN { width:42.5rem;height:3.125rem;top:30.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXPLoLCwT1hGStckGo7p7dI1z0fctr6I { width:33.375rem;height:1.25rem;top:31rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG6qp6ESovIBzO5xTvg4TB1e45Tonveo { width:0.625rem;height:0.625rem;top:31.3125rem;left:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LB4e1TPsubUN3h1STMzEgxqeo1SdW8I6 { width:10.625rem;height:3.125rem;top:52.8125rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tX0LZBOClieaRMUKlvcN2EbDKNRVTtz4 { width:10.625rem;height:3.125rem;top:52.8125rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6Ht1NqCogkKZlCaNUby07KnJo5lOh0J { width:10.625rem;height:3.125rem;top:52.8125rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGbABVomwQS5vnzloB0ToCo8famuwgQA { width:42.5rem;height:3.125rem;top:52.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO6lCTTBvBoSEA1p7PQPdfKEkUUtoSwW { width:25.375rem;height:2.4375rem;top:53.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbBps5vkZa4JInpElKRoS9yK1vOJleQU { width:0.625rem;height:0.625rem;top:54.0625rem;left:34.0634765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8ibpPanQD026n9aKzgxOsGAZFXVTaa1 { width:10.625rem;height:3.125rem;top:56.0625rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyTOPnOVTGgMJlJ0iFWxbDSMPkPWR6Be { width:10.625rem;height:3.125rem;top:56.0625rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGuoSU1q7vnT1SIzvLX7CJDraIcvhSB0 { width:10.625rem;height:3.125rem;top:56.0625rem;left:29.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxmXIuCf13aePlhbRfZBgQy0tSRVyld9 { width:42.5rem;height:3.125rem;top:56.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xh6TzgUuox28Qn7qZRJ0fkV8Jan5XzT8 { width:25.375rem;height:2.4375rem;top:56.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld9VcubzmP6dhXHcKbvRKgoEGeGO0COI { width:0.625rem;height:0.625rem;top:57.3125rem;left:34.0947265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpyMFg2REpknVL4rUGK4gxE2fqTwZ9Vv { width:0.625rem;height:0.625rem;top:21.5625rem;left:34.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUebTTkTvTJTTAoxGeKPb5KIvp97qmMo { width:0.625rem;height:0.625rem;top:50.75rem;left:44.873046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOXxGkfmONsMRTShZt3UtZKSfiNKUKdi { display:none; }#bOXxGkfmONsMRTShZt3UtZKSfiNKUKdi > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qEP9Nd1dF7ZH66Bn5v9z0m0HIfMUaQ4v { width:33.4375rem;height:5.875rem;top:3.3125rem;left:9.03125rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ti17JAZfEkqD4iLpmBbTWXfEg47ecivH { width:47.75rem;height:6.75rem;top:9.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDR4Xro2RzcM3Lp6xHQ0PuzPkof6ti9V { width:47.75rem;height:24.0625rem;top:72.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Asl0w3pPFM2uWs6rwX6gQ2ZUlmM2UgaK { width:22rem;height:3.25rem;top:75.25rem;left:12.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpKDD1I3fcLWFnfPFT4Q7CqvcyIX6THm { width:46.25rem;height:1.875rem;top:79.25rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrtNdmaoCuwLgUkMuGTuICpdm4M4wxkQ { width:27.25rem;height:12.3125rem;top:81.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sD4aLgwA7N8uPWpsANLeF0MwFgSRWu8J { width:27.25rem;height:12.3125rem;top:81.9375rem;left:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdBNIZgdNMHpeEpVxF7r8iVzR1vE7M8n { width:24.375rem;height:5.625rem;top:85.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF9h5GehnWv7ca3qisdFIoLo6JCxBGTq { width:24.375rem;height:3.75rem;top:86.1875rem;left:23.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o .widget-regular-label { display:block; }
#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o .widget-checkbox-label { width:67.1875rem; }
#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o  { width:68.4375rem;height:auto; }
#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o {display:block;}#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o { width:68.4375rem;height:auto; }
 }@media only screen and (max-width: 763px) { #rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #rm1nOraFHoJ2ccJZIm20EINXxdWN62La {  }
 }@media only screen and (max-width: 763px) { #rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #QQShvMy6QBlsia6m1RafITpJraH4Dptq { display:block; }
 }@media only screen and (max-width: 763px) { #rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #MtbMotdheBg2rK6zR3xtEHKPGsSmrDKq {  }
 }@media only screen and (max-width: 763px) { #rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #lwd7aG7dWE1ywdTv2mxoxn0liOEO4ht0 {  }
 }@media only screen and (max-width: 763px) { #rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #uXHMrAkiDxbFpZVbACcypsSvnczcxuKw { display:block; }
 }@media only screen and (max-width: 763px) { #rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #vZDdH00OBntZTRVZng2fTqQlRrVoQJmw {  }
 }@media only screen and (max-width: 763px) { #rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #k4dQVyXnTZzNnmPTxshBZA8f4dXQT5JT {  }
 }@media only screen and (max-width: 763px) { #rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #H5F1q8PTK8rHydMcrQlQmoipUOVVXnpF { display:block; }
 }@media only screen and (max-width: 763px) { #rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #tXlTFHi6KZLTsevf1t5sEORmoSLuGJFR {  }
 }@media only screen and (max-width: 763px) { #rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #kTT3It5LTAaXoarxN03ndbefJ757fXJ6 {  }
 }@media only screen and (max-width: 763px) { #rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #lhZm6gr3d5bHC5tpliFL6nU0J0MveFVC { display:block; }
 }@media only screen and (max-width: 763px) { #rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #sPGslwn2MrZez7tQMamVP60rmF5ZlJdC {  }
 }@media only screen and (max-width: 763px) { #rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #sMSnQvDfTJ3ocEohEMpH3KtfAvfzIfT1 {  }
 }@media only screen and (max-width: 763px) { #rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #OPKaWa6HlQA5dRRMFt4FFNdimiUpuJDT { display:block; }
 }@media only screen and (max-width: 763px) { #rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #LRFOnLb2ZpNZU6ilUAR67ImT9I0Z7rlO {  }
 }@media only screen and (max-width: 763px) { #rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #ZIqB5VnzQNt7FfQ3ZXXKN3SNcDTuVd2a {  }
 }@media only screen and (max-width: 763px) { #rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #wJ6d6U0iCMaPcLbwvdOyAP1SHfiFnudH { display:block; }
 }@media only screen and (max-width: 763px) { #rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #VIMBRCw8C4Fk0lyR7ZQk4qVQ9EdFwWbr {  }
 }@media only screen and (max-width: 763px) { #rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #DL0maZhUbBgu3cLiiuKedW0MLV32WAAc {  }
 }@media only screen and (max-width: 763px) { #rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #KbXO3fwTFXq12UXMQDQu3rX83v7a2pJd { z-index:2; }
 }@media only screen and (max-width: 763px) { #rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #dmm8v9G2FogzX55grnBtudIz5LJigtoC {  }
 }@media only screen and (max-width: 763px) { #rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #XVzy614x398V8EfsJsC0yoSDc4bcexre { z-index:15000; }
 }@media only screen and (max-width: 763px) { #rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #Zi1rUsUFkf0xabUEFbMaWkhhmhFG7qdV { z-index:15000; }
 }@media only screen and (max-width: 763px) { #m3KtHGpTR84vRny3oUGmo0Hewscg9PNL { display:block; }
 }@media only screen and (max-width: 763px) { #NQtT5fXRC0uUSSmCTo3ZKg5qXmqHtpBD { display:block; }
 }@media only screen and (max-width: 763px) { #rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #e5lX66VaLorOrrqDGVe1osXnUB4GvTrr {  }
 }@media only screen and (max-width: 763px) { #rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #tyLeq0ekTTFr5ab7WglAUfm9u979iStN {  }
 }@media only screen and (max-width: 763px) { #p0JpbkNwF2dyH9eFJFvzAUbFN0Epu3It { display:none; }#p0JpbkNwF2dyH9eFJFvzAUbFN0Epu3It > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #D9lzgM1kktGkRnQAS6quSI7vq0D7kO99 { width:40.125rem;height:3.875rem;top:4.75rem;left:3.8125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8225yTBFfCSg4vcGBZXxzp1L3hO4nHn { width:47.75rem;height:16.218047337278rem;top:10.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiNX3BtMiQ3mi9xzeCDChioI67RqFxOG { width:40.125rem;height:3.875rem;top:36.25rem;left:3.8125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGmTQxMp6fqT0exbciEuNSL7oK6V75nc { width:47.75rem;height:54.756793478261rem;top:42rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftFIFgIkVpMltbIRxdNJXwKXCL3ssTuG { display:none; }#ftFIFgIkVpMltbIRxdNJXwKXCL3ssTuG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bvVUofmTO44176z9Mv5tdxk1HBwbgJ7I { width:47.75rem;height:24.0625rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZEkzd8Xq8J9oI2KRSsiPPTVXVnSqbMP { width:22rem;height:3.25rem;top:5.4375rem;left:12.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DF9HvgGwrROpq88xgNtiNVU3TnA6X53s { width:46.25rem;height:1.875rem;top:9.4375rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQmFHaSr1plfG1ciuaF02rnmiB4TvP0r { width:27.25rem;height:12.3125rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNTUaIDppNkDzpDERckzghFWFsBcauRw { width:27.25rem;height:12.3125rem;top:12.125rem;left:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtOlPFPtc1S2us7crEofpaKnR4RZSL1L { width:10.5rem;height:4.6875rem;top:31.375rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdQqTyH3CIRzGFS4rdNPJce5egHgPhIv { width:24.375rem;height:5.625rem;top:15.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCx2NhUKif45dLH3CyCEkANTp4vl3iWn { width:24.375rem;height:3.75rem;top:16.4375rem;left:23.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZoJbpONEdVKBvu2XecoawL3iSNRGN8i { display:block; }#cZoJbpONEdVKBvu2XecoawL3iSNRGN8i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SSZDeg8XCS40uUloiulI08s4cpeQZpJQ { display:block; }#SSZDeg8XCS40uUloiulI08s4cpeQZpJQ { background-color: transparent; background-image: none; }#SSZDeg8XCS40uUloiulI08s4cpeQZpJQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SSZDeg8XCS40uUloiulI08s4cpeQZpJQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SSZDeg8XCS40uUloiulI08s4cpeQZpJQ > .row .container > .video-iframe-container { display: none; }#SSZDeg8XCS40uUloiulI08s4cpeQZpJQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SSZDeg8XCS40uUloiulI08s4cpeQZpJQ > .row > .video-iframe-container { display: none; }#SSZDeg8XCS40uUloiulI08s4cpeQZpJQ > .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); }#SSZDeg8XCS40uUloiulI08s4cpeQZpJQ > .row .container { width:20rem;height:27.875rem;background-color:#2d2e88;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EZpqBdoygJeGPJGztIT5KJ99TL6gUD6h { width:14.9375rem;height:1.0556625rem;top:7.1875rem;left:2.5rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fcMZalT22po8Wqnrs9IoczODUuSosOFg { width:14.4375rem;height:0.1875rem;top:8.328125rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bH3Q5JfyMHqps1pBmE3c5k58CbZJUhec { width:6.25rem;height:0;top:16.9375rem;left:6.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uQxXczZoiRmBI4Nrf2KE1IJpSxwDmegd { width:17.5rem;height:3.4375rem;top:19.25rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZGHViGglc9h5JNblRGf3ek5X4dJ2MZW5 { display:block; }
 }@media only screen and (max-width: 763px) { #h0G1DATTmMuso5AFfqOocvyUw7f9QT1d { width:20rem;height:2.5996125rem;top:5.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sSyxQW1Gv1fV6btQQPgtET62yfVTq1GP { width:17.8125rem;height:2.5996125rem;top:9.125rem;left:1.125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JqOUKzmVpnzVNNcUqmyRRrVexKTTJtnv { width:7.75rem;height:2.0625rem;top:2rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZtkwFKkz4PORTWRmazLNeHdZHsUBurN { width:6.0625rem;height:auto;top:9.0625rem;left:6.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nq0dNcnpMmOH3tx24Ur2q2hpCSgykLMZ { width:6.0625rem;height:auto;top:9.0625rem;left:6.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zihKvysRa3y4RbuAPWSFB5OUTDr63p0M { width:8.1875rem;height:auto;top:9.0625rem;left:5.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ietahuKkXMUKgqttGNluLghF9MrxEO32 { width:8.1875rem;height:auto;top:9.0625rem;left:5.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QQmtTQ6QmESavQHooX1nflC3SFrPCQuu { width:19.25rem;height:5.625rem;top:12.875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJDhXG0DehrmqhMR1nZhGTLelE7sJ8DV { width:18.6875rem;height:3.57421875rem;top:13.875rem;left:0.6875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yMBd4OqCnKgLOtRFFMcHmUSIITZ3KH1F { width:15.3125rem;height:4.125rem;top:19.75rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMv2bPAwTOx4icu8MsrN9k2idi3TdDUD { display:block; }
 }@media only screen and (max-width: 763px) { #D6XcTbhNPGIaM4t9gGCgqRTlG8AzFeK1 { display:block; }#D6XcTbhNPGIaM4t9gGCgqRTlG8AzFeK1 { background-color: transparent; background-image: none; }#D6XcTbhNPGIaM4t9gGCgqRTlG8AzFeK1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6XcTbhNPGIaM4t9gGCgqRTlG8AzFeK1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6XcTbhNPGIaM4t9gGCgqRTlG8AzFeK1 > .row .container > .video-iframe-container { display: none; }#D6XcTbhNPGIaM4t9gGCgqRTlG8AzFeK1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6XcTbhNPGIaM4t9gGCgqRTlG8AzFeK1 > .row > .video-iframe-container { display: none; }#D6XcTbhNPGIaM4t9gGCgqRTlG8AzFeK1 > .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); }#D6XcTbhNPGIaM4t9gGCgqRTlG8AzFeK1 > .row .container { width:20rem;height:7.25rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wEtiNRxyFowuzm4fc07C0SRUVlv7xPPo { width:20rem;height:2.35546875rem;top:2.5625rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #efiICfZzq61rIWTb7mhhMTtI7Npr77nE { display:block; }#efiICfZzq61rIWTb7mhhMTtI7Npr77nE > .row .container { width:20rem;height:38.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G6BZCsAmw4PB3sMaNmkVVZw7MeAca3iP { width:17rem;height:13.0625rem;top:1.4375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTkeGfgvCm76oRaS6ema7xF4xTLv0kf3 { width:17rem;height:4.7109375rem;top:15.1875rem;left:1.5rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lRfbLWCudHlkNpkUiECAA7AsPH8GMZBJ { width:18.1875rem;height:13.125rem;top:20.6875rem;left:0.90625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U1Ge4ngrOKIUd08wT7mIuk3eRMmq0GWq { display:block; }#U1Ge4ngrOKIUd08wT7mIuk3eRMmq0GWq > .row .container { width:20rem;height:42.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PfxGWP6BtoWWfZwe4QgK3ebtwJVBVTLZ { width:19.625rem;height:38.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTPgNvBgu7L9gq2CwUrZ2rGk8ML3TgAD { width:13.625rem;height:3.25rem;top:3.1875rem;left:3.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J0HB4D1WdhwTTX5QTgMlflCF5cQPgLMX { width:18.125rem;height:12.1875rem;top:8.890625rem;left:0.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RTiQT5V07EGQJzTWDNXEQtdTTa8IHMUz { width:16.625rem;height:5.1875rem;top:23.609375rem;left:1.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }#RTiQT5V07EGQJzTWDNXEQtdTTa8IHMUz li:before{  }
 }@media only screen and (max-width: 763px) { #iMelEuseFcboJiNXLzEGff2nN8VWetrQ { width:18.25rem;height:4.875rem;top:29.984375rem;left:0.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E5W6WgwgLNWfeVaUUp3mDfK11zxoTdNo { display:block; }#E5W6WgwgLNWfeVaUUp3mDfK11zxoTdNo > .row .container { width:20rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AHT9IWqUFduENV93EzfhDTuO9lo2kU4Q { width:19rem;height:3.4375rem;top:1.25rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCdzSxe8m9yBeDkcDtI7GaQFZaqo6Phe { display:block; }
 }@media only screen and (max-width: 763px) { #Q8JL5udJ7mspaWof2SiNws1p18UZhxBt { width:19rem;height:3.4375rem;top:5.9375rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNLQ7BCt6U6K0ioMxrsszsOfM0PibzDr { display:block; }
 }@media only screen and (max-width: 763px) { #zU5b3SPXrmIxpux1cQyWbrVueVsNVRKE { display:block; }#zU5b3SPXrmIxpux1cQyWbrVueVsNVRKE > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NVk9w9d1tDmnSUHaKWKPHakgUXro05Ce { width:20rem;height:2.35546875rem;top:2.375rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PGRHZqfloxWkpOWCVTs1cegUEAnbGI6L { display:block; }#PGRHZqfloxWkpOWCVTs1cegUEAnbGI6L > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W05RPw4bFoS2l2fe6PyOSQSFLyLXPt7H { width:20rem;height:11.6953rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkgZqpt3yruPp1DJFUm7FulRzJeNZUDX { display:block; }#IkgZqpt3yruPp1DJFUm7FulRzJeNZUDX { background-color: transparent; background-image: none; }#IkgZqpt3yruPp1DJFUm7FulRzJeNZUDX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkgZqpt3yruPp1DJFUm7FulRzJeNZUDX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkgZqpt3yruPp1DJFUm7FulRzJeNZUDX > .row .container > .video-iframe-container { display: none; }#IkgZqpt3yruPp1DJFUm7FulRzJeNZUDX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkgZqpt3yruPp1DJFUm7FulRzJeNZUDX > .row > .video-iframe-container { display: none; }#IkgZqpt3yruPp1DJFUm7FulRzJeNZUDX > .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); }#IkgZqpt3yruPp1DJFUm7FulRzJeNZUDX > .row .container { width:20rem;height:72.375rem;background-color:#2d2e88;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n9OEwdtIkGGsuGCyOiTZLr9vuXOHvZsD { width:14.9375rem;height:1.0556625rem;top:7.1875rem;left:2.5rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #snXKphzD7CTuqVxM4TUzdnK7qHK66ewE { width:14.4375rem;height:0.1875rem;top:8.328125rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KKpaTGB94UcLuQGeW3N4n0DpuyWJKRwS { width:13.875rem;height:2.5996125rem;top:1.25rem;left:3.0625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BHcu4GDPtqF7zf9M0rFZeDKLaqJBBhCq { width:7.25rem;height:1.625rem;top:3.849609375rem;left:6.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIz2aDFJx5MVpXXuHutAxr0yp9qsl1Ae { width:14.0625rem;height:11.5rem;top:8.65918125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ham6KSDk3on6TgLdV4pSk3GWSrSTfurN { width:14.0625rem;height:11.5rem;top:21.40918125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vogenV3deesDvZ4e1JS8xgGetc4s6iRz { width:14.0625rem;height:11.5rem;top:34.15918125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hf3axXuNOWrng2rkFzlyrbmoRefBTigr { width:14.0625rem;height:11.5rem;top:46.90918125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xk80Kfcr2pb7VCiOpheEfRGIJVIMS6vh { width:14.0625rem;height:11.5rem;top:59.65918125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIVTC1mlk2FSKT8J4XD9dRq6PO7ZTfRd { width:10.125rem;height:9.55956875rem;top:10.1728515625rem;left:4.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1x0fDBhxsrp1R7teToEONZJWPrTqeCv { width:11.6875rem;height:4.3857375rem;top:22.69043125rem;left:4.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DN6TvRht4OqkR1SqQvhcotUydFoWwXl2 { width:11.6875rem;height:4.3857375rem;top:35.37793125rem;left:4.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rzndyd0gDISw0MIJmLJMPCur7m9y5ZFT { width:11.6875rem;height:4.3857375rem;top:48.12793125rem;left:4.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWmh0PrEERfB6P14QAdqw5ohxEClHHaT { width:11.6875rem;height:5.84765rem;top:60.94043125rem;left:4.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGTNm47GsLmFl8IOen5X5yhoxmVEMqNm { display:block; }#HGTNm47GsLmFl8IOen5X5yhoxmVEMqNm > .row .container { width:20rem;height:10.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XJVFgp8MgTz24HroJ0bVgXu7PPo0uOhV { width:15.3125rem;height:4.125rem;top:1.25rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #geIxx95nggJnxEPRZ6nUdLd0q4qfcb9y { display:block; }
 }@media only screen and (max-width: 763px) { #yahvX5c1XbdSUKtBw2EJ9c4fp7OlWGbw { display:block; }#yahvX5c1XbdSUKtBw2EJ9c4fp7OlWGbw > .row .container { width:20rem;height:17.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jr7EkZk1kwTJZ1C4vyGX0pSZeZC60XPI { width:20rem;height:14.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7lhsddAB8FEWtJ3WoThP0Ts7xxR840V { width:20rem;height:14.8125rem;top:17.40625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FvIOddD9vFeoexSiV65FXmosO46PAyZt { width:20rem;height:14.8125rem;top:33.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LwuKmOxDZPX7rkTpbsaQOi3dnDwNwCBE { display:block; }#LwuKmOxDZPX7rkTpbsaQOi3dnDwNwCBE { background-color: transparent; background-image: none; }#LwuKmOxDZPX7rkTpbsaQOi3dnDwNwCBE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwuKmOxDZPX7rkTpbsaQOi3dnDwNwCBE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwuKmOxDZPX7rkTpbsaQOi3dnDwNwCBE > .row .container > .video-iframe-container { display: none; }#LwuKmOxDZPX7rkTpbsaQOi3dnDwNwCBE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwuKmOxDZPX7rkTpbsaQOi3dnDwNwCBE > .row > .video-iframe-container { display: none; }#LwuKmOxDZPX7rkTpbsaQOi3dnDwNwCBE > .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); }#LwuKmOxDZPX7rkTpbsaQOi3dnDwNwCBE > .row .container { width:20rem;height:48.5rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VRfkE5ATy3lVTc2gaLgPP5BwZblhT5IU { width:14.9375rem;height:1.0556625rem;top:7.1875rem;left:2.5rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oBg5CFkD3Nrxnz3uZ9fTxoDErmDSDeof { width:14.4375rem;height:0.1875rem;top:8.328125rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kAU9n79UugZEeVZiublkf5l4U7EXFqM3 { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #erOULxzEAFWiDepuF1JHfwSTTmdKJs2W { width:16.1875rem;height:26.625rem;top:50.9228515625rem;left:1.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hfOaL5d6FxhbWgT6Oc8Drtp0v3bPXtyu { width:19.125rem;height:12.75rem;top:10.2353515625rem;left:0.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sBwRF9buIfpO0i8D8i7xK1lwiSq9JmBz { width:20rem;height:30.5rem;top:17.9228515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9UmGvO7LsXWCplCtv1CvEWJqtNFS4i2 { width:18rem;height:3.25rem;top:18.8447265625rem;left:1rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SXOSe8hDyfWLk92560iyKIpCC1DSTUxD { width:18.3125rem;height:17.1875rem;top:23.5947265625rem;left:0.84375rem;font-size:0.9375rem;display:block; }#SXOSe8hDyfWLk92560iyKIpCC1DSTUxD li:before{  }
 }@media only screen and (max-width: 763px) { #Fhywd9F82Lonryc1FlX2eLxV2O2vvMAI { display:block; }#Fhywd9F82Lonryc1FlX2eLxV2O2vvMAI > .row .container { width:20rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t995vniA9ZwfCc17urtPqAgWfU4uxyHA { width:20rem;height:7.066375rem;top:1.25rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QCl3dpHmFaOSXBq7xWTuCfoGXMHLIKht { display:block; }#QCl3dpHmFaOSXBq7xWTuCfoGXMHLIKht > .row .container { width:20rem;height:68.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mhT824cH7D6bTe9VzFyDQtQ50AEoSnCc { width:20rem;height:9.25rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GmKyltK87N72zyJXzgaMMHqX2Ku1STum { top:0rem;left:0rem;width:20rem;height:65.25rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eVVo0Cfy3kZU74E7PdvkCWrDPBc6sqdg { display:none; }#eVVo0Cfy3kZU74E7PdvkCWrDPBc6sqdg > .row .container { width:20rem;height:421rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #O1kqTcuanzBuEv5fhFyLf7rGBK1nHQlO { width:9.1875rem;height:0;top:1.4994659423828rem;left:5.3755340576172rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCOVVC8uKSRyik13FaWJTLkuEpabzvIq { width:6.5625rem;height:0;top:7.8462295532225rem;left:6.6885681152344rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4oLqR01L7cJ3x9ce6mg1HQmElJqL79n { width:7.8125rem;height:0;top:14.192993164062rem;left:6.0626754760742rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rys2Dk3EWRTN72amp9SQTaoE5TBO17Hw { width:10.625rem;height:3.125rem;top:1.25rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTStHo6VrC3goS4P6F8sA32QO3InKP7M { width:10.625rem;height:3.125rem;top:7.59676361084rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZW8a3IF72t7DlEclEMRhVdtDnb8TnnM { width:10.625rem;height:3.125rem;top:13.94352722168rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT8BADaXCSlcl42i2KTJLKIZGlnGNhdz { width:10.625rem;height:3.125rem;top:25.071365356445rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrdW3dFy1eQOSVvSCmStc1UUyhqiTwie { width:10.625rem;height:3.125rem;top:31.474060058594rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTpcUZreDyJJcq7ilC2msNKRQ2OpzuzP { width:10.625rem;height:3.125rem;top:37.850112915039rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wuw4qDPsWWodnvmWA3FoKiO8Po8ralWX { width:20rem;height:3.125rem;top:18.31852722168rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfGUXuzl3B5pyuRZGqyt49AiFNG964UJ { width:10.625rem;height:3.125rem;top:63.576324462887rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAsopDZ4K8e9mUIKuD3ohICfGSwLTp9K { width:10.625rem;height:3.125rem;top:57.263290405274rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXaaWGWHW0JfQNxdJSM67MnqTxVPW2pp { width:10.625rem;height:3.125rem;top:50.888107299805rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzC433enUbPfhkyU3Uv6SliR9Dvt7yNZ { width:20rem;height:3.125rem;top:44.225280761719rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZuN3wWUX9RXuXVveTL1yGOle1hRDGL6 { width:10.625rem;height:3.125rem;top:102.51275634766rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yot9mEtsKVzM3sVNv8c7U2az4XVzmxbD { width:10.625rem;height:3.125rem;top:96.199722290037rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9fIX0G6RkD2pMuPftTbwQkM360C8DLK { width:10.625rem;height:3.125rem;top:89.826324462887rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3frqndkTTGTDoQzlKB6SvxrZ70cDAzV { width:20rem;height:3.125rem;top:85.451324462887rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wApxONbfotG11Vpg61BDEMxADXWFO2QL { width:10.625rem;height:3.125rem;top:179.80039978028rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuQ8z7Ki6OuZESVHpfAnVrEBcTRBExri { width:10.625rem;height:3.125rem;top:175.42539978028rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBF0fSX2wSuPLipSOunRFcW3pK8TB0oW { width:10.625rem;height:3.125rem;top:168.98806762695rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNRiIrAEKrNnIdUAXbrnuCG712sCzNFk { width:10.625rem;height:3.125rem;top:139.86306762695rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tsx0W2ENQXnXVvZUaaPyrUV9dc9VWHwh { width:10.625rem;height:3.125rem;top:135.48806762695rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIrdIx7vk7ikDCNNyCbvKNla0J6OxLtx { width:10.625rem;height:3.125rem;top:131.11306762695rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgdtGlpyDJQdpgHfPxXxCVU9wNh2bGec { width:20rem;height:3.125rem;top:124.38775634766rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zG0VrPOBpXeFOTk8zUmQekQPadSx6GTp { width:20rem;height:3.125rem;top:161.73806762695rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #StyyBR40kvoKHtKTxTooNwTptNxMzNGR { width:10.625rem;height:3.125rem;top:111.26275634766rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpTpQ9EnTVkzXOS9POqFNu647vAR74QT { width:10.625rem;height:3.125rem;top:115.63775634766rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #acM9y54DhR0VztCqlHGyvb4c4opw4ShT { width:10.625rem;height:3.125rem;top:120.01275634766rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMvhrtet3EcsOi5GeKldN0Ft4Z0pQzgF { width:20rem;height:3.125rem;top:106.88775634766rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHETXi3C1Kwrksud1v7zqACOER6hvPHL { width:10.625rem;height:3.125rem;top:327.50050354004rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4gqwkaQ0C3QulLkP05tkCIizrzahxXE { width:10.625rem;height:3.125rem;top:323.12550354004rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FI6MUdZP3tyZstb320bbG49mTRJmubpi { width:10.625rem;height:3.125rem;top:300.77447509766rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJJb30U0wE7DhoKMXgGSAsTw0Q5t6cyc { width:10.625rem;height:3.125rem;top:305.14947509766rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLUN2Gcx8wKReJTTMPWB5UqCkzatNohO { width:10.625rem;height:3.125rem;top:316.74943542481rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPiJG4rMlH9l6B9BM3A4omBxmT3DnIno { width:10.625rem;height:3.125rem;top:296.39947509766rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWORHv2QLhAC8GXK6nNLf8GdQloNnW9T { width:10.625rem;height:3.125rem;top:287.64947509766rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuXPwKa8iOAGRP6XAvhhuaEJ0Zo64Ex5 { width:10.625rem;height:3.125rem;top:283.27447509766rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nh5noRtDTB12SsmmmyUCzXHBLcTflRdD { width:10.625rem;height:3.125rem;top:278.89947509766rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXrMRF50FBxdB46H38Whgypv7tLlTGao { width:20rem;height:3.125rem;top:271.67539978027rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3u9lg9HMQDy94GGKpIRM3V5MasyoKZF { width:20rem;height:3.125rem;top:309.52447509766rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtwB2WzApUT5yPmOaiFW8MdT0MT19Jrf { width:20rem;height:3.125rem;top:292.02447509766rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQa3tG6UuC3skXIgtTQnpmNPGcTpNAD0 { width:10.625rem;height:3.125rem;top:249.80039978028rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8FR2oyKzBeuuHNNVIGdvexfKFiGeLVK { width:10.625rem;height:3.125rem;top:245.42539978028rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXT3ba1tCDlznA6KbZrlmidQmQbv8Ag6 { width:10.625rem;height:3.125rem;top:241.05039978028rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqoohf9zFtO0Kwuqg8PPyKlnf90qyRi3 { width:20rem;height:3.125rem;top:236.67539978028rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7AHgTZzdfaaLOUUOHCQcUfFQcP09kAz { width:10.625rem;height:3.125rem;top:223.55039978028rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThCKg4JBxDrLoZNi4OHltRC1dT4MCBIK { width:10.625rem;height:3.125rem;top:227.92539978028rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ee93rBSVfUMiTPZbMyarOpK1etoBWkMQ { width:10.625rem;height:3.125rem;top:232.30039978028rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DE3E8w6zrzMlzF5VQSpQ3bTUuahqBDn7 { width:20rem;height:3.125rem;top:219.17539978028rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fl4lSOrXnvuzwXaB3lDg9wHRnX0dwwED { width:10.625rem;height:3.125rem;top:214.80039978028rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUUpDgXZ2pFlrasc5zVnQuWKTghuINGd { width:10.625rem;height:3.125rem;top:210.42539978028rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThTVuQA2bMraE3hh8hsnZUHnfnzyuw0E { width:10.625rem;height:3.125rem;top:206.05039978028rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsNtTzODT7xzNTFPLlND7nhqtDy9Ptre { width:20rem;height:3.125rem;top:201.67539978028rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9yyiBDNTBsOPvoO3kTOCOAUAuqz2KLg { width:10.625rem;height:3.125rem;top:188.55039978028rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFzTmzxHxOOqKHhTTRGXplxcC1HEiTgH { width:10.625rem;height:3.125rem;top:192.92539978028rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bM1URpgEiizbkfmxIzQOVgKFlSMIbq3H { width:10.625rem;height:3.125rem;top:197.30039978028rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aa1x1DNDO2FVhQF67dVWsNq5JVERHaii { width:20rem;height:3.125rem;top:184.17539978028rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCPiRPSTdQbGfhIiWwwEh3WMPLeQd7It { width:10.625rem;height:3.125rem;top:345.00050354004rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2qhpRvRBGZJJqkDGMtyAStzlaMe32EK { width:10.625rem;height:3.125rem;top:340.62550354004rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZTkZL0g1P4pXxTyltv1DqLQxqih4Quh { width:10.625rem;height:3.125rem;top:336.25050354004rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ot0Q59ubIezguivQ01cwuGJ6KziMDAum { width:20rem;height:3.125rem;top:331.87550354004rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMvxVsRJX1fNRGbcshqBTMWEfHKfQz70 { width:0.625rem;height:0.625rem;top:5.7217636108399rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPHv9T6unPeAbN8f5kD3O2XUO0JdXd2e { width:0.625rem;height:0.625rem;top:35.975112915039rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #upf88yyWFKwSqHT1ucObQCUAlEvIcPn0 { width:0.625rem;height:0.625rem;top:42.350280761719rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTimtCnLCAUQeKcLwNxD2bPP2uIwNiP1 { width:0.625rem;height:0.625rem;top:91.076324462887rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OItTq1TIPcEL1vvmHPTCTiVJGcwW0M32 { width:0.625rem;height:0.625rem;top:94.324722290037rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtpKT8cX7awWoZe591Ubn9XzqwCBLINb { width:0.625rem;height:0.625rem;top:146.61289978028rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KM0ZFkCLyE5zFaOgKtIJ071J1pA1fNnc { width:0.625rem;height:0.625rem;top:97.387573242188rem;left:9.6883850097656rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIe1aAwUQLxVnMHcWzmahgP924z3GWN0 { width:0.625rem;height:0.625rem;top:100.63775634766rem;left:9.6883850097656rem;display:block; }
 }@media only screen and (max-width: 763px) { #DO59bqMhhEFbodaGpL43iemO4ouWuZpZ { width:0.625rem;height:0.625rem;top:150.92663574219rem;left:9.6883850097656rem;display:block; }
 }@media only screen and (max-width: 763px) { #bovSxoSzJO48gID7hvIZTJSSzenvnrR8 { width:0.625rem;height:0.625rem;top:176.67539978028rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2Moyrb9qsrgSFiCXHT3CF5vOwaEeBxK { width:0.625rem;height:0.625rem;top:181.05039978028rem;left:9.68660736084rem;display:block; }
 }@media only screen and (max-width: 763px) { #qB2RMlGD1Uuz1mTMRx1XQ3FEvl9x3tW1 { width:0.625rem;height:0.625rem;top:294.46232604981rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E36PyN2yOyOAKVN3dGyqwT2U9TRVCaER { width:0.625rem;height:0.625rem;top:256.55021667481rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSgAdcnNy4PBqu0odHFqX3nG82QKZTmK { width:0.625rem;height:0.625rem;top:239.05021667481rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xW76xJfP90QFt3nnSo9RSvnrMk9wupF9 { width:0.625rem;height:0.625rem;top:221.55111694336rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOikIRwt9oWsRrdadUA4bvNB0rTK84Fi { width:0.625rem;height:0.625rem;top:321.12622070312rem;left:9.6883850097656rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGQr8JDxQxOmxOtctOXgL8GSBTLkPcVp { width:0.625rem;height:0.625rem;top:298.77517700195rem;left:9.6883850097656rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfhW3fxW754q6Ag6C3fLI0HNvVlMpzdV { width:0.625rem;height:0.625rem;top:260.86306762695rem;left:9.6883850097656rem;display:block; }
 }@media only screen and (max-width: 763px) { #XP0wdcNxf7FDhGWyOl3VTRfoGOTgZdAa { width:0.625rem;height:0.625rem;top:243.42521667481rem;left:9.6883850097656rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOXguPyvVpRa75KBmxvHfH7Jp0Uv6XGr { width:0.625rem;height:0.625rem;top:225.86396789551rem;left:9.6883850097656rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKFmWUlNopN2fflGAipCzVRw9JqgNxLF { width:0.625rem;height:0.625rem;top:321.25050354004rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xONwdZfTeVJstcDDTbmFtLIGr84t7UaV { width:0.625rem;height:0.625rem;top:317.93817138672rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0ObcJhBgxZEEvGwErmGluteT4rkPDiC { width:0.625rem;height:0.625rem;top:314.68800354004rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5VnkSCr30e5DAbWnzeEWXtTp88xZubN { width:0.625rem;height:0.625rem;top:324.37638854981rem;left:9.6883850097656rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBXGe1ee3XdaW2eP7TU9NJES9Hklp6O0 { width:0.625rem;height:0.625rem;top:265.17503356934rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHPUxy5pwT0OPxFbheN5PVnpdTDkD1A1 { width:0.625rem;height:0.625rem;top:247.67504882812rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxCFETZ3SAnXpiF2KCZ0sJRKlh7yPL2F { width:0.625rem;height:0.625rem;top:230.11378479004rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJteFbJLd89vIfvy5uB5BU8gLuiZgVlV { width:0.625rem;height:0.625rem;top:325.37692260743rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QE4SlLpdpZBE6iW69PlJlNZPLmuivdJp { width:0.625rem;height:0.625rem;top:303.02500915527rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JixcgHINCcGtul7yqhgw7ptonIgZbtbw { width:20rem;height:0;top:19.231170654297rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMORQdT4tx833VzV6pzO51Vxk4PrkeKk { width:20rem;height:0;top:22.508865356445rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeeQ4cilcopqSFTAeOVFkDuOZSH4XTPe { width:20rem;height:0;top:86.363967895506rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bymLNdT38iqKhMG9x2asmqTgHdm6vQl0 { width:20rem;height:0;top:107.80039978028rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1QcTuMvOO2u0u8REuq222JNwhkFThiG { width:20rem;height:0;top:124.73220825195rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VU9Db7bEK9tRCIJtR6rPprBis2ZbczUa { width:20rem;height:0;top:162.65071105957rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xzsil4lNeTlr3qwwcN1wVAKTBcDxa29Z { width:20rem;height:0;top:165.17556762695rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgCuN4hNa2RIq3IO3dHqXQGWK1VpTVN3 { width:20rem;height:0;top:216.83876037597rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgmehVplWFf8Uue0crQaaPN59EEXmEbX { width:20rem;height:0;top:234.33609008789rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oETsopst2b4b8hd4X1NAyff1hGmTbQJF { width:20rem;height:0;top:251.26878356934rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9o7BNw7ahlmqeANt3WAReUGlCO5pwpq { width:20rem;height:0;top:272.04560852051rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFQixcqqTM0aMT0xNbGTx6ciTOXCLNHX { width:20rem;height:0;top:275.27447509766rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqTBafmHWvb82tpxUwtSgnTyTGWOr4sC { width:20rem;height:0;top:309.87426757812rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZ6m4mPaGCNsL61yuBg6StDDoii3rsbv { width:20rem;height:0;top:313.12443542481rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFgzaJCMVJf3gWQA7oEnePUGSc4sTlyL { width:20rem;height:0;top:349.37550354004rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOl16vlvks3m7OkUbLmGPtS92uvnfv1N { width:10.625rem;height:3.125rem;top:374.87550354004rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPlQvuPFxL7Lc6Jca4id7kcTxftQhKf9 { width:10.625rem;height:3.125rem;top:370.50050354004rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkUMOR82MEkhPC96OyXog2rM5p7PMgFe { width:10.625rem;height:3.125rem;top:366.12550354004rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBmKbbKiUTU2TtsMcFN5nbVFgbzU7UPN { width:20rem;height:3.125rem;top:361.75050354004rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXPLoLCwT1hGStckGo7p7dI1z0fctr6I { width:20rem;height:0;top:362.68800354004rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG6qp6ESovIBzO5xTvg4TB1e45Tonveo { width:0.625rem;height:0.625rem;top:367.37550354004rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LB4e1TPsubUN3h1STMzEgxqeo1SdW8I6 { width:10.625rem;height:3.125rem;top:399.16358947754rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tX0LZBOClieaRMUKlvcN2EbDKNRVTtz4 { width:10.625rem;height:3.125rem;top:394.78858947754rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6Ht1NqCogkKZlCaNUby07KnJo5lOh0J { width:10.625rem;height:3.125rem;top:388.41261291504rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGbABVomwQS5vnzloB0ToCo8famuwgQA { width:20rem;height:3.125rem;top:381.12550354004rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO6lCTTBvBoSEA1p7PQPdfKEkUUtoSwW { width:20rem;height:0;top:381.47511291504rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbBps5vkZa4JInpElKRoS9yK1vOJleQU { width:0.625rem;height:0.625rem;top:389.66358947754rem;left:9.6884765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8ibpPanQD026n9aKzgxOsGAZFXVTaa1 { width:10.625rem;height:3.125rem;top:416.66358947754rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyTOPnOVTGgMJlJ0iFWxbDSMPkPWR6Be { width:10.625rem;height:3.125rem;top:412.28858947754rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGuoSU1q7vnT1SIzvLX7CJDraIcvhSB0 { width:10.625rem;height:3.125rem;top:407.91358947754rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxmXIuCf13aePlhbRfZBgQy0tSRVyld9 { width:20rem;height:3.125rem;top:403.53858947754rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xh6TzgUuox28Qn7qZRJ0fkV8Jan5XzT8 { width:20rem;height:0;top:384.72511291504rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld9VcubzmP6dhXHcKbvRKgoEGeGO0COI { width:0.625rem;height:0.625rem;top:392.91358947754rem;left:9.7197265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpyMFg2REpknVL4rUGK4gxE2fqTwZ9Vv { width:0.625rem;height:0.625rem;top:379.25050354004rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUebTTkTvTJTTAoxGeKPb5KIvp97qmMo { width:0.625rem;height:0.625rem;top:392.78761291504rem;left:9.748046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOXxGkfmONsMRTShZt3UtZKSfiNKUKdi { display:none; }#bOXxGkfmONsMRTShZt3UtZKSfiNKUKdi > .row .container { width:20rem;height:8.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:transparent;background-image: -webkit-linear-gradient(106deg, #4844ab, #2d2e87);background-image: -moz-linear-gradient(106deg, #4844ab, #2d2e87);background-image: -ms-linear-gradient(106deg, #4844ab, #2d2e87);background-image: -o-linear-gradient(106deg, #4844ab, #2d2e87);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4844ab', endColorstr='#2d2e87' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4844ab', endColorstr='#2d2e87' );";background-image: linear-gradient(106deg, #4844ab, #2d2e87);background-size:initial !important;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:136.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qEP9Nd1dF7ZH66Bn5v9z0m0HIfMUaQ4v { width:20rem;height:2.35546875rem;top:2.3125rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ti17JAZfEkqD4iLpmBbTWXfEg47ecivH { width:20rem;height:9.5625rem;top:5.59375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDR4Xro2RzcM3Lp6xHQ0PuzPkof6ti9V { width:20rem;height:34.9375rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Asl0w3pPFM2uWs6rwX6gQ2ZUlmM2UgaK { width:15.875rem;height:1.7871125rem;top:19.125rem;left:2.0625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wpKDD1I3fcLWFnfPFT4Q7CqvcyIX6THm { width:18.5rem;height:5.625rem;top:21.6875rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrtNdmaoCuwLgUkMuGTuICpdm4M4wxkQ { width:17.4375rem;height:10rem;top:40.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sD4aLgwA7N8uPWpsANLeF0MwFgSRWu8J { width:17.4375rem;height:10rem;top:29.875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdBNIZgdNMHpeEpVxF7r8iVzR1vE7M8n { width:14.5rem;height:4.21875rem;top:32.75rem;left:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF9h5GehnWv7ca3qisdFIoLo6JCxBGTq { width:14.8125rem;height:2.8125rem;top:44.375rem;left:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o .widget-input-text {padding-top: 0; padding-bottom: 0;}#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o .widget-input-select {padding-top: 0; padding-bottom: 0;}#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o .widget-input-button { width:10.5rem;margin-top:0.25rem;margin-right:3.25rem;margin-bottom:0.25rem;margin-left:3.5rem; }
#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o  { width:17.5rem;height:0;top:53.625rem;left:0rem; }
#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o {display:block;}#rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o { width:17.5rem;height:0;top:53.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #rm1nOraFHoJ2ccJZIm20EINXxdWN62La {  }
 }@media only screen and (max-width: 763px) { #rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #QQShvMy6QBlsia6m1RafITpJraH4Dptq { display:block; }
 }@media only screen and (max-width: 763px) { #rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #MtbMotdheBg2rK6zR3xtEHKPGsSmrDKq {  }
 }@media only screen and (max-width: 763px) { #rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #lwd7aG7dWE1ywdTv2mxoxn0liOEO4ht0 {  }
 }@media only screen and (max-width: 763px) { #rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #uXHMrAkiDxbFpZVbACcypsSvnczcxuKw { display:block; }
 }@media only screen and (max-width: 763px) { #rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #vZDdH00OBntZTRVZng2fTqQlRrVoQJmw {  }
 }@media only screen and (max-width: 763px) { #rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #k4dQVyXnTZzNnmPTxshBZA8f4dXQT5JT {  }
 }@media only screen and (max-width: 763px) { #rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #H5F1q8PTK8rHydMcrQlQmoipUOVVXnpF { display:block; }
 }@media only screen and (max-width: 763px) { #rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #tXlTFHi6KZLTsevf1t5sEORmoSLuGJFR {  }
 }@media only screen and (max-width: 763px) { #rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #kTT3It5LTAaXoarxN03ndbefJ757fXJ6 {  }
 }@media only screen and (max-width: 763px) { #rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #lhZm6gr3d5bHC5tpliFL6nU0J0MveFVC { display:block; }
 }@media only screen and (max-width: 763px) { #rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #sPGslwn2MrZez7tQMamVP60rmF5ZlJdC {  }
 }@media only screen and (max-width: 763px) { #rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #sMSnQvDfTJ3ocEohEMpH3KtfAvfzIfT1 {  }
 }@media only screen and (max-width: 763px) { #rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #OPKaWa6HlQA5dRRMFt4FFNdimiUpuJDT { display:block; }
 }@media only screen and (max-width: 763px) { #rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #LRFOnLb2ZpNZU6ilUAR67ImT9I0Z7rlO {  }
 }@media only screen and (max-width: 763px) { #rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #ZIqB5VnzQNt7FfQ3ZXXKN3SNcDTuVd2a {  }
 }@media only screen and (max-width: 763px) { #rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #wJ6d6U0iCMaPcLbwvdOyAP1SHfiFnudH { display:block; }
 }@media only screen and (max-width: 763px) { #rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #VIMBRCw8C4Fk0lyR7ZQk4qVQ9EdFwWbr {  }
 }@media only screen and (max-width: 763px) { #rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #DL0maZhUbBgu3cLiiuKedW0MLV32WAAc {  }
 }@media only screen and (max-width: 763px) { #rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #KbXO3fwTFXq12UXMQDQu3rX83v7a2pJd { z-index:2; }
 }@media only screen and (max-width: 763px) { #rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #dmm8v9G2FogzX55grnBtudIz5LJigtoC {  }
 }@media only screen and (max-width: 763px) { #rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #XVzy614x398V8EfsJsC0yoSDc4bcexre { z-index:15000; }
 }@media only screen and (max-width: 763px) { #rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #Zi1rUsUFkf0xabUEFbMaWkhhmhFG7qdV { z-index:15000; }
 }@media only screen and (max-width: 763px) { #m3KtHGpTR84vRny3oUGmo0Hewscg9PNL { display:block; }
 }@media only screen and (max-width: 763px) { #NQtT5fXRC0uUSSmCTo3ZKg5qXmqHtpBD { display:block; }
 }@media only screen and (max-width: 763px) { #rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #e5lX66VaLorOrrqDGVe1osXnUB4GvTrr {  }
 }@media only screen and (max-width: 763px) { #rxb3Pm3f9XXtGo1kdmTv6XPXdKAb7U2o #tyLeq0ekTTFr5ab7WglAUfm9u979iStN {  }
 }@media only screen and (max-width: 763px) { #p0JpbkNwF2dyH9eFJFvzAUbFN0Epu3It { display:none; }#p0JpbkNwF2dyH9eFJFvzAUbFN0Epu3It > .row .container { width:20rem;height:46.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #D9lzgM1kktGkRnQAS6quSI7vq0D7kO99 { width:20rem;height:4.7109375rem;top:2.5625rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E8225yTBFfCSg4vcGBZXxzp1L3hO4nHn { width:18.3125rem;height:6.1875rem;top:8.5234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiNX3BtMiQ3mi9xzeCDChioI67RqFxOG { width:20rem;height:4.7109375rem;top:16.01171875rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sGmTQxMp6fqT0exbciEuNSL7oK6V75nc { width:20rem;height:22.9375rem;top:21.97265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftFIFgIkVpMltbIRxdNJXwKXCL3ssTuG { background-color:transparent;background-image: -webkit-linear-gradient(106deg, #4844ab, #2d2e87);background-image: -moz-linear-gradient(106deg, #4844ab, #2d2e87);background-image: -ms-linear-gradient(106deg, #4844ab, #2d2e87);background-image: -o-linear-gradient(106deg, #4844ab, #2d2e87);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4844ab', endColorstr='#2d2e87' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4844ab', endColorstr='#2d2e87' );";background-image: linear-gradient(106deg, #4844ab, #2d2e87);background-size:initial !important;display:none; }#ftFIFgIkVpMltbIRxdNJXwKXCL3ssTuG > .row .container { width:20rem;height:49.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bvVUofmTO44176z9Mv5tdxk1HBwbgJ7I { width:20rem;height:34.9375rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZEkzd8Xq8J9oI2KRSsiPPTVXVnSqbMP { width:15.875rem;height:1.7871125rem;top:4.4375rem;left:2.0625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DF9HvgGwrROpq88xgNtiNVU3TnA6X53s { width:18.5rem;height:5.625rem;top:7rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQmFHaSr1plfG1ciuaF02rnmiB4TvP0r { width:17.4375rem;height:10rem;top:26.125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNTUaIDppNkDzpDERckzghFWFsBcauRw { width:17.4375rem;height:10rem;top:15.1875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtOlPFPtc1S2us7crEofpaKnR4RZSL1L { width:6.5625rem;height:2.875rem;top:42.6875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdQqTyH3CIRzGFS4rdNPJce5egHgPhIv { width:14.5rem;height:4.21875rem;top:18.0625rem;left:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCx2NhUKif45dLH3CyCEkANTp4vl3iWn { width:14.8125rem;height:2.8125rem;top:29.6875rem;left:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZoJbpONEdVKBvu2XecoawL3iSNRGN8i { display:block; }#cZoJbpONEdVKBvu2XecoawL3iSNRGN8i > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }