.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:255,217,222;--color-primary-1:255,128,145;--color-primary-2:255,0,34;--color-primary-3:128,0,17;--color-primary-4:38,0,5;--color-secondary-0:245,241,250;--color-secondary-1:222,209,238;--color-secondary-2:188,163,221;--color-secondary-3:94,82,111;--color-secondary-4:28,24,33;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Toyota Type";--paragraphs-font-family:"Toyota Type"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);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); }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#282525;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .row .container { background-color: transparent; background-image: none; }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .row .container > .video-iframe-container { display: none; }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .row > .video-iframe-container { display: none; }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .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); }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .row .container { border-width: 0; border-radius: 0; }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:60rem;position:relative;display:block; }#e3HsQgT5bUaXuaSFXxOr1xr1xsqiZMto { 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:3.0625rem;width:14.875rem;top:1.40625rem;left:0rem;overflow:hidden;display:block; }
#e1R63ZZnqVOWOTlxaR77R68bfQdXZ7Tg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:2.21875rem;left:42.569793701172rem; }
#Het46wLSIuEFnQqXTyXn3KW60XcEnngu { color:rgba(var(--color-tertiary-0),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:2.71875rem;left:43.6875rem;height:1.875rem;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uXA6G9mgMHvFiuEeXIrqIgMqtzsaXpRo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/7ad06109-32fe-46f8-b85f-4bf85402e742/TLOLANDINGI29.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uXA6G9mgMHvFiuEeXIrqIgMqtzsaXpRo.adaptive-delivery-prevent-bg, #uXA6G9mgMHvFiuEeXIrqIgMqtzsaXpRo.lazyload, #uXA6G9mgMHvFiuEeXIrqIgMqtzsaXpRo.lazyloading { background-image: none; }#uXA6G9mgMHvFiuEeXIrqIgMqtzsaXpRo > .row .container { background-color: transparent; background-image: none; }#uXA6G9mgMHvFiuEeXIrqIgMqtzsaXpRo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXA6G9mgMHvFiuEeXIrqIgMqtzsaXpRo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXA6G9mgMHvFiuEeXIrqIgMqtzsaXpRo > .row .container > .video-iframe-container { display: none; }#uXA6G9mgMHvFiuEeXIrqIgMqtzsaXpRo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXA6G9mgMHvFiuEeXIrqIgMqtzsaXpRo > .row > .video-iframe-container { display: none; }#uXA6G9mgMHvFiuEeXIrqIgMqtzsaXpRo > .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); }#uXA6G9mgMHvFiuEeXIrqIgMqtzsaXpRo > .row .container { border-width: 0; border-radius: 0; }#uXA6G9mgMHvFiuEeXIrqIgMqtzsaXpRo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uXA6G9mgMHvFiuEeXIrqIgMqtzsaXpRo > .row .container { font-size:0.875rem;font-family:arial;height:53.6875rem;width:60rem;position:relative;display:block; }#zNfmeoCdPatsuKF7n0UbrJ52lt9AdRn3 { color:#ffffff;display:block;width:58.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;text-shadow:0.125rem 0.1875rem 3.3125rem rgba(var(--color-tertiary-4),1);top:3.5rem;left:0rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cgNGLrQg1ZrCuqBPuenVCt6cTcZzem6b { z-index:15003;top:15.28125rem;left:0rem;background-color:#ff0022;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"toyota type";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:3.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zONZc2FHVVrbr25C78VWkvUO9AKxFHO2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Cf8uiJSJ0EWvsx19PwzkGo4AiFMeJwcl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Cf8uiJSJ0EWvsx19PwzkGo4AiFMeJwcl > .row .container { background-color: transparent; background-image: none; }#Cf8uiJSJ0EWvsx19PwzkGo4AiFMeJwcl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cf8uiJSJ0EWvsx19PwzkGo4AiFMeJwcl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cf8uiJSJ0EWvsx19PwzkGo4AiFMeJwcl > .row .container > .video-iframe-container { display: none; }#Cf8uiJSJ0EWvsx19PwzkGo4AiFMeJwcl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cf8uiJSJ0EWvsx19PwzkGo4AiFMeJwcl > .row > .video-iframe-container { display: none; }#Cf8uiJSJ0EWvsx19PwzkGo4AiFMeJwcl > .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); }#Cf8uiJSJ0EWvsx19PwzkGo4AiFMeJwcl > .row .container { border-width: 0; border-radius: 0; }#Cf8uiJSJ0EWvsx19PwzkGo4AiFMeJwcl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Cf8uiJSJ0EWvsx19PwzkGo4AiFMeJwcl > .row .container { font-size:0.875rem;font-family:arial;height:44.8125rem;width:60rem;position:relative;display:block; }#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-form-header {  }
#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);width:46.5625rem;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;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;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:46.5625rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;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:0;margin-bottom:0.25rem;margin-left:0;display:block;width:46.5625rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;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:46.5625rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#EW49R55ihTVkfex105TPOKT36GrukML1 .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; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;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:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:46.5625rem;height:3.75rem;font-family:ubuntu;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ; }
#EW49R55ihTVkfex105TPOKT36GrukML1 [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#EW49R55ihTVkfex105TPOKT36GrukML1 [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#EW49R55ihTVkfex105TPOKT36GrukML1 [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#EW49R55ihTVkfex105TPOKT36GrukML1 [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .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:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:45.3125rem;overflow:hidden;font-style:normal;float:none; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .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; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-container:first-of-type{padding-top:0;}#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-container:last-of-type{padding-bottom:0;}#EW49R55ihTVkfex105TPOKT36GrukML1  { background-color:#040809;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:46.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:7.65625rem;top:8.828125rem;z-index:15000;position:absolute; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:46.5625rem;display:block;vertical-align:top; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EW49R55ihTVkfex105TPOKT36GrukML1 {display:block;}#EW49R55ihTVkfex105TPOKT36GrukML1 { background-color:#040809;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:46.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:7.65625rem;top:8.828125rem;z-index:15000;position:absolute; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #x40XJ2JudzDloLhQlrOdsTbGKkFmxnQf { position:relative; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #HJIhrbAfeUz9AMqgUIJwHaliwzyW8O1E { position:relative;display:none; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #PAZp7szAlH4qIMSLNT48KfELEC67FHMz { position:relative; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #bRA2ydzBritGXeapdFn9O3DdRDukVAxt { position:relative; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #f57Z6Ti0B5HgIrcARKS9yxwdyhTpRg3k { position:relative;display:none; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #uTy8rcD7bOOl794auJmFgdJeG2B2HoLG { position:relative; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #tXPnIEdJWEqr0S6OZr3Dd2PVBXGrsw9u { position:relative; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #SSQnmVC59hxKSXzyTneqSSQDSPWPZwgy { position:relative;display:none; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #lzgmTyVFvTasHuTLm2KTv7V5s4a6TmPL { position:relative; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #vxBoet6x4qczTOSUJAIdSZnm2WTlUoDn { position:relative; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #HpNuhnFCuZlsfgW3eKg6CxwXhsOl6ngO { position:relative;display:none; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #z6WZ4K5OP5AfQm2IOJ1RuD7Ek0XqlDnM { position:relative; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #Qccw0LMoWMvsyGGoQzzoZyCJhU5HziDc { position:relative; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #aetJhWkyzLdhoI7TaMpaGIeILduonQcW { position:relative;z-index:2; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #L5ZaI7IRT9twdpc58FSJ4lnkh3sE5AsP { position:relative; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #z4LyhCUyaBOTqD6vwgtpoUJDsrbozF4f { position:relative; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #cf5yyTNLELRpNfApXNBt26iI30oXdeSR { position:relative;z-index:2; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #h5xTaZgGGfC22C5PPKt8IqHddT9ubea5 { position:relative; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #R0X9SaBZ8fRxMlVVNpAVTTVTGbVLZnuI { position:relative; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #SxM1h6OJrGhsvfZkMf2ZM6cxewUrdZTg { position:relative;z-index:2; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #Hx6S1IcDm9ebTwuHcZTgStasrtvC80QG { position:relative; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #zK0D2LiWmxXVXUmeCN5ieUTfklf6MHoO { position:relative; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #kDsfpsohIPWxrJpuLt3HhR3SwALFJ9RC { position:relative; }
#A0aE1zo4wQgxWlczviLHe8qlPSUfgKUy { color:rgba(var(--color-tertiary-0),1);display:block;width:59.9364375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:39.224997520447rem;left:0.063541412353513rem;height:4.63108125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Id9w5eKfTgJvebt39mVB06T8LXVLtUku { color:rgba(var(--color-tertiary-0),1);display:block;width:44.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:3.2874994277954rem;left:7.65625rem;height:3.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cPaCprFTnKmxeRZ0FpaAKk89JRPWTXTQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cPaCprFTnKmxeRZ0FpaAKk89JRPWTXTQ > .row .container { background-color: transparent; background-image: none; }#cPaCprFTnKmxeRZ0FpaAKk89JRPWTXTQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPaCprFTnKmxeRZ0FpaAKk89JRPWTXTQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPaCprFTnKmxeRZ0FpaAKk89JRPWTXTQ > .row .container > .video-iframe-container { display: none; }#cPaCprFTnKmxeRZ0FpaAKk89JRPWTXTQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPaCprFTnKmxeRZ0FpaAKk89JRPWTXTQ > .row > .video-iframe-container { display: none; }#cPaCprFTnKmxeRZ0FpaAKk89JRPWTXTQ > .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); }#cPaCprFTnKmxeRZ0FpaAKk89JRPWTXTQ > .row .container { border-width: 0; border-radius: 0; }#cPaCprFTnKmxeRZ0FpaAKk89JRPWTXTQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cPaCprFTnKmxeRZ0FpaAKk89JRPWTXTQ > .row .container { font-size:0.875rem;font-family:arial;height:19.6875rem;width:60rem;position:relative;display:block; }#KWWTZIkJIeOtmJ42MxN3MVEyaafVMNHS { position:absolute;display:block;z-index:15000;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;height:0.6875rem;width:60rem;top:0rem;left:0rem;display:block; }
#LGT3NyMNGdttOe9R6zFqe0ST5vdp6gWF { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.7500047683716rem;left:0rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ha9o2AChPpZQ7OTEk05e9cLW2rJxn49o { color:rgba(var(--color-tertiary-4),1);display:block;width:59.9364375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:11.8125rem;left:0rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#woqDGpICFuF2Ub2dCrQX09GIFt8FUtWH { position:relative;display:block; }#woqDGpICFuF2Ub2dCrQX09GIFt8FUtWH { background-color: transparent; background-image: none; }#woqDGpICFuF2Ub2dCrQX09GIFt8FUtWH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woqDGpICFuF2Ub2dCrQX09GIFt8FUtWH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woqDGpICFuF2Ub2dCrQX09GIFt8FUtWH > .row .container > .video-iframe-container { display: none; }#woqDGpICFuF2Ub2dCrQX09GIFt8FUtWH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woqDGpICFuF2Ub2dCrQX09GIFt8FUtWH > .row > .video-iframe-container { display: none; }#woqDGpICFuF2Ub2dCrQX09GIFt8FUtWH > .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); }#woqDGpICFuF2Ub2dCrQX09GIFt8FUtWH { border-width: 0; border-radius: 0; }#woqDGpICFuF2Ub2dCrQX09GIFt8FUtWH > .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; }#woqDGpICFuF2Ub2dCrQX09GIFt8FUtWH > .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:26.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#A3rv1SUnTTVa12qT5ePLaIUF4H2c8V0p { position:absolute;display:block;z-index:14999;background-color:#282830;background-image:none;background-position:center !important;background-repeat: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:23.375rem;width:52.6875rem;top:2.125rem;left:3.65625rem;display:block; }
#O0OX7GeruOhIXD13d0NyHJONpNdSctko { color:rgba(var(--color-tertiary-0),1);display:block;width:26.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.25rem;left:3.65625rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#wRl1WVB6HTZp9c6L3CIhQnLSn8wyQU2L { color:rgba(var(--color-tertiary-0),1);display:block;width:25.8114375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:10.125rem;left:6.9385414123538rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M3QxCoMUWU1mT8WTsleqZnPQLrKqyb8O { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:13.081249237061rem;left:15.875rem;height:2.7625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gN8v5KfdmxyKoz05Hzn5DN4UZ3zMfHLc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:13.46249961853rem;left:13.0625rem; }
#mD88zhqk1ZAp77ZuJTH2txMr8T1sz29y { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:17.325000762939rem;left:13.0625rem; }
#LuLxklUcCTKMNKWiUesHSDoZ5C6nwcR8 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:17.63437461853rem;left:15.875rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JxuxGmTLiMKpAgs9m4DrN0Ng9KchgF5m { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:8.125rem;left:32.6875rem; }
#z6XybqaQRKT6KWCc3PFKBlu47yNQS7ma { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:8.125rem;left:35.25rem;height:2.7625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OBPE3kKb4lfpHtsyIZ7pTKc1LQC07drB { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:9.875rem;left:32.6875rem;height:5.525rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yEF3LlmhgSkZFDANDgc3DiSd6TOl7MQE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:14.125rem;left:32.6875rem; }
#CecxCxF5lnnptMZpPPz9mv5izhuGJJsD { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:14.5625rem;left:35.25rem;height:2.7625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Jxo9BEyON8DCNzBh7ODRqdFUabPpVxsF { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:16.0625rem;left:32.6875rem;height:2.7625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VfCCsmbK3TskRb6dk1cRnEH6PJvBNcZq { position:relative;display:block; }#VfCCsmbK3TskRb6dk1cRnEH6PJvBNcZq { background-color: transparent; background-image: none; }#VfCCsmbK3TskRb6dk1cRnEH6PJvBNcZq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VfCCsmbK3TskRb6dk1cRnEH6PJvBNcZq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VfCCsmbK3TskRb6dk1cRnEH6PJvBNcZq > .row .container > .video-iframe-container { display: none; }#VfCCsmbK3TskRb6dk1cRnEH6PJvBNcZq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VfCCsmbK3TskRb6dk1cRnEH6PJvBNcZq > .row > .video-iframe-container { display: none; }#VfCCsmbK3TskRb6dk1cRnEH6PJvBNcZq > .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); }#VfCCsmbK3TskRb6dk1cRnEH6PJvBNcZq { border-width: 0; border-radius: 0; }#VfCCsmbK3TskRb6dk1cRnEH6PJvBNcZq > .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; }#VfCCsmbK3TskRb6dk1cRnEH6PJvBNcZq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:53.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JCrU9r7yyWbQd126QTnMDPhPhgkcOQod { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:13.125rem;left:19rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VwLVWQUuZvkJ0Cy65fQAiblh4B7CTM2M { position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.6875rem;top:17.3125rem;left:21.875rem;display:block; }
#ug5sChZ6qguSyylTI9FuN4AaEnAmvmn2 { z-index:15038;top:38.9375rem;left:22.5625rem;background-color:#282830;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ny7y0vTAkrTPf0cRvhpkq43uKQ4cpNpO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nJA72Dv4ZTTNchUiuku7g4xBp9DloDag { position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -moz-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -ms-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -o-linear-gradient(180deg, #f8f8f8, #807f7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );";background-image: linear-gradient(180deg, #f8f8f8, #807f7f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.6875rem;width:11rem;top:1.25rem;left:24.625rem;display:block; }
#uApiwQOCaTsgLA1or8TSOkkT4LkTXe0u { position:absolute;display:block;z-index:15067;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.6875rem;top:17.0625rem;left:2.875rem;display:block; }
#HT2zDtznlkZWNL4y2GyhPLJ5hbObLoNA { position:absolute;display:block;z-index:15057;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:6.875rem;width:11.8125rem;top:5.125rem;left:3.8125rem;overflow:hidden;display:block; }
#pZCuVkTqgW6OhFCw97Edu68Ef2DVyqHx { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:12.875rem;left:0rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DDMbpVghCABxKXag3PnET4JyaIcX6ZuR { position:absolute;display:block;z-index:15045;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -moz-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -ms-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -o-linear-gradient(180deg, #f8f8f8, #807f7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );";background-image: linear-gradient(180deg, #f8f8f8, #807f7f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.6875rem;width:11rem;top:1.375rem;left:5.8125rem;display:block; }
#eOEA8m3eOWveWOnRvsSvJQlTvlWI0UQf { z-index:15044;top:38.9375rem;left:2.25rem;background-color:#282830;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Pq3n2hNWnzQET0LRvNnednVG2BdO7KUI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zww6M3fECoLLTeEe38UXVf0HLMtP12ed { position:absolute;display:block;z-index:15058;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:6.8125rem;width:13.25rem;top:5.5625rem;left:22.375rem;overflow:hidden;display:block; }
#wsg6KdVWM7SGFof2LyTn4iq6ylX5LHHL { box-sizing:content-box;height:7.25rem;width:7.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15075;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.25rem;left:10.5625rem;display:block; }
#kareurPBUs228HnD6ksyTPDJCP7UxSSz { box-sizing:content-box;height:7.25rem;width:7.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15077;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.25rem;left:31.8125rem;display:block; }
#wKmkFfeOk7lkITSBrcLP5z71BZStyVBC { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15076;line-height:1.3;letter-spacing:0;top:1.6625061035156rem;left:11.25rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aBFJn8Hu1SqD9TWcbQAvhL1aG49NqMsH { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15077;line-height:1.3;letter-spacing:0;top:1.9125061035156rem;left:32.375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#twvay5T6eECnClcRFSh1ETS4vEo3w7FB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:43.75rem;left:24.3125rem; }
#T03XCqwEODD3VIOvBTW3ahI9ZrI2Bdfy { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:44.0625rem;left:26.375rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EuFRW76UrS2lBEryXxou9l7zeVIRaQV0 { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:44.0625rem;left:6.75rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Qoda55RANZRG9RNvQMdCd5JVIVZm14Qm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:43.75rem;left:4.75rem; }
#gdr1xzao9JkXINTG7mT9Dt27rZwDZdN7 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15115;line-height:1.3;letter-spacing:0;top:2.90625rem;left:11.0625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JZyQM81UvT6yZggpqdbAK07dD1xJVPOC { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15077;line-height:1.3;letter-spacing:0;top:4.9375rem;left:11.25rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T6M99fOIWvVdHWrSmoHbuxIL68iyxVgN { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15116;line-height:1.3;letter-spacing:0;top:2.96875rem;left:32.3125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SsLS0A8FzxqL8eLTmyoFasHr4sH9029B { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15078;line-height:1.3;letter-spacing:0;top:4.8125rem;left:32.4375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SAMJyLF6AC6lThADMnXvmwVamFHI1Fs6 { z-index:15041;top:38.9375rem;left:42.25rem;background-color:#282830;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#RSB9iayqimzv9phdgRVRfoUC9Ta2Cxqg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RPlkMdz6oF8lgFTZFa9Dl1DPkVybZvu2 { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:44.0625rem;left:46.625rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Sbpldq4x3Ur7dVg0sdNomLI7saucew3w { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:43.75rem;left:44.625rem; }
#NT3SZkDFBrMRQedb597RCgDDmrGUQv9A { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:12.9375rem;left:40rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DpWw3f7niNKyxqzL6qz8CLQKRfpR9IMh { position:absolute;display:block;z-index:15068;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.6875rem;top:17.25rem;left:43.1875rem;display:block; }
#E12RR6QQdqG57hA6qOy13OEipb4APak2 { position:absolute;display:block;z-index:15053;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:7.5rem;width:12.9375rem;top:5.4375rem;left:43.1875rem;overflow:hidden;display:block; }
#Mi3uhNCMu3XdFPmToZHvriWI7VobJcil { position:absolute;display:block;z-index:15038;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -moz-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -ms-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -o-linear-gradient(180deg, #f8f8f8, #807f7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );";background-image: linear-gradient(180deg, #f8f8f8, #807f7f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.6875rem;width:11rem;top:1.5625rem;left:45.8125rem;display:block; }
#AtvgTna2HeVdeo5GfwSNyw0MnkQ9rH2h { box-sizing:content-box;height:7.25rem;width:7.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15087;background-color:rgba(var(--color-primary-2),1);background-image:none;top:1.25rem;left:52.25rem;display:block; }
#SFCnTdfB2UnE1M8GLz1IRIhKWZD4TPD1 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15091;line-height:1.3;letter-spacing:0;top:5.75rem;left:52.8125rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KBxi63GPGIycDsOyM5z7ZgKRKNPIcSzh { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15119;line-height:1.3;letter-spacing:0;top:3.875rem;left:52.8125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cJHOTQle5WeoIAQ5qqOckx8ZIMFPzL5d { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15120;line-height:1.3;letter-spacing:0;top:2.8187503814698rem;left:52.8125rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vl66FiEWqzP977F85ObpifVmtMTK0Fr6 { color:rgba(var(--color-primary-2),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:18.496874809265rem;left:1.125rem;height:5.60625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n3PX0b0LwQpa3sxN9znMelE2TNr0UJ7T { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18.496874809265rem;left:21.5rem;height:5.60625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Onn6Ku2EZRraztFl8d0TKZoPpsl4wZUT { color:rgba(var(--color-primary-2),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:18.496875762939rem;left:41.0625rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w0VS1b16xbHtf1xi195RzfmpEbnKlpIi { color:#2a2a2a;display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15057;line-height:1.3;letter-spacing:0;top:24.10312461853rem;left:1.46875rem;height:12.5125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SXpD9BR44k9UuVZfzbrAJxfLG54gBgp7 { color:#2a2a2a;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:24.103125572204rem;left:21.25rem;height:11.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#usFfb3O0dJsmx1s9IToTUdwVDDA3F8y1 { color:#2a2a2a;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15058;line-height:1.3;letter-spacing:0;top:24.103125572204rem;left:41.21875rem;height:10.2375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I9XtIh8SAvdpXQrkrdCaFGn47Xmgo8e5 { position:relative;display:block; }#I9XtIh8SAvdpXQrkrdCaFGn47Xmgo8e5 { background-color: transparent; background-image: none; }#I9XtIh8SAvdpXQrkrdCaFGn47Xmgo8e5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I9XtIh8SAvdpXQrkrdCaFGn47Xmgo8e5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I9XtIh8SAvdpXQrkrdCaFGn47Xmgo8e5 > .row .container > .video-iframe-container { display: none; }#I9XtIh8SAvdpXQrkrdCaFGn47Xmgo8e5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I9XtIh8SAvdpXQrkrdCaFGn47Xmgo8e5 > .row > .video-iframe-container { display: none; }#I9XtIh8SAvdpXQrkrdCaFGn47Xmgo8e5 > .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); }#I9XtIh8SAvdpXQrkrdCaFGn47Xmgo8e5 { border-width: 0; border-radius: 0; }#I9XtIh8SAvdpXQrkrdCaFGn47Xmgo8e5 > .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; }#I9XtIh8SAvdpXQrkrdCaFGn47Xmgo8e5 > .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:37.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qTs22iRgAlrE2udvCVetRK3mDhNUU8gi { position:absolute;display:block;z-index:15040;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:6.875rem;width:11.8125rem;top:4.78125rem;left:3.8125rem;overflow:hidden;display:block; }
#sgTZoxhercTJIiPuq4NSywMgwimUPtfH { color:rgba(var(--color-tertiary-2),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:12.312496185302rem;left:0rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#THqqBPaRDZ1INeVUDndsTDg6kGM517AG { position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.6875rem;top:16.5rem;left:2.875rem;display:block; }
#ezxflM39fWdd6aHX2xhu31m3uQz7DZyV { color:#2a2a2a;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:21.357292175293rem;left:2.53125rem;height:3.4125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NFV7Da2rgBFgBqiDNENB3sLmqVs2mWfl { z-index:15038;top:24.769790649414rem;left:1.96875rem;background-color:#cecfd0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#sTiUy8IaQuKXEqZN9aMDuSbP3K0skryH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HIgaNDbRTzNEABFFJuv2MiOSdVEQy4Ml { color:rgba(var(--color-tertiary-2),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:17.619791984558rem;left:2.6875rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z19En0aTPQN7NkWyP6rHDlyRvTCMHkQ6 { position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -moz-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -ms-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -o-linear-gradient(180deg, #f8f8f8, #807f7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );";background-image: linear-gradient(180deg, #f8f8f8, #807f7f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.6875rem;width:11rem;top:1.2572917938232rem;left:5.6322898864746rem;display:block; }
#gkL1dIO0LuanhQvdEoww0GslrqR54rSU { z-index:15047;top:24.769790649414rem;left:22.25rem;background-color:#282830;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#KpSUfJS0cyMzAh3noXfTvLBB2LC4V8al { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fWe6rsQiaJ0PWcBRL38WvhMyaV6VNtCl { color:#2a2a2a;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15048;line-height:1.3;letter-spacing:0;top:21.112499237061rem;left:22.53125rem;height:3.4125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gUw8FHfKSGFGU7CGGP94MaaFbzIXUfWx { color:rgba(var(--color-primary-2),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:17.375rem;left:22.6875rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HG7FErqI7TwiNpX1QXzx4PvpWwI3Pd1K { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:12.0625rem;left:20rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ElbvnpzFwFbZFNPAQgotWVGWNSfkkMZK { position:absolute;display:block;z-index:15059;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.6875rem;top:16.25rem;left:22.875rem;display:block; }
#lm46AA06erkDPtyvtoTCrfN0cUTiUV3p { z-index:15056;top:24.769790649414rem;left:42.25rem;background-color:#282830;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Ofd4IPNlfzrhWw9W2RM6pNMwTTkh4tpI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ytciGqTXut1ZrsHrb6F3LyeeibXZ8QS5 { color:#2a2a2a;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15057;line-height:1.3;letter-spacing:0;top:21.357292175293rem;left:42.25rem;height:3.4125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rSWOSrGlPlxzbsR6yg9QphZaSDLywqzr { color:rgba(var(--color-primary-2),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:17.375rem;left:42.6875rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CZBBpbtA4xSGdSDCnhcGATnaKfZopVLk { position:absolute;display:block;z-index:15058;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:6.875rem;width:11.8125rem;top:4.5625rem;left:43.8125rem;overflow:hidden;display:block; }
#CO9H9mL4CSV116rAEOdQaeGOxuuIeK9i { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:12.3125rem;left:40rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hLhV6wC8UxWVRID8BXRSLZggkkLD2tmV { position:absolute;display:block;z-index:15068;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.6875rem;top:16.25rem;left:42.875rem;display:block; }
#IeTZoWa6Ua3Eqot0JXBeRU5E9XMhesvd { position:absolute;display:block;z-index:15037;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -moz-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -ms-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -o-linear-gradient(180deg, #f8f8f8, #807f7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );";background-image: linear-gradient(180deg, #f8f8f8, #807f7f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.6875rem;width:11rem;top:1.0385408401489rem;left:25.8125rem;display:block; }
#nUltmNtxf0FA0yPGwa9ebr9b3vfEsMA8 { position:absolute;display:block;z-index:15038;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -moz-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -ms-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -o-linear-gradient(180deg, #f8f8f8, #807f7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );";background-image: linear-gradient(180deg, #f8f8f8, #807f7f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.6875rem;width:11rem;top:1.0385408401489rem;left:45.8125rem;display:block; }
#UQ5OM8bflnl9A4clgqhXleTXFu4z6DEO { position:absolute;display:block;z-index:15040;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:6.875rem;width:11.8125rem;top:5.5rem;left:24.09375rem;overflow:hidden;display:block; }
#DeUVmMGfPPAEXAD8d9l4AhWl7uSET0AX { box-sizing:content-box;height:7.25rem;width:7.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15070;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.3125rem;left:31.1875rem;display:block; }
#r6kNn08BRt0lbXGudIMEqT0nN887apcR { box-sizing:content-box;height:7.25rem;width:7.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15071;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.3125rem;left:10.71875rem;display:block; }
#lZxT1QqzC3BVU7CEue92hbAJQ9L9qm11 { box-sizing:content-box;height:7.25rem;width:7.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15071;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0rem;left:50.9375rem;display:block; }
#dLpcqkBVw6BHGkO210zeAGqDHSfwydTN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:29.8125rem;left:44.75rem; }
#kg2OAbRyNQEsMV8WnNOdTbNxBe5zy39p { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:30.125rem;left:46.8125rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#L8a8g3XU7XPtZwNQ3502hPH7U4wfiBQ9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:29.8125rem;left:24.75rem; }
#Rh8hJ6TGlTaNVnmCUzFVgE4b4gKW416J { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:30.125rem;left:26.75rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MfiGwHg7n9vhKo601wmwyTA3DwFaBFJp { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:30.125rem;left:6.8125rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bPBxBAToJx9wzQyRcfnQTp47QZbzIraO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:29.8125rem;left:4.5rem; }
#VfTlabcqgqcmw0ueuJKWled23raq4g4M { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15079;line-height:1.3;letter-spacing:0;top:3.28125rem;left:11.28125rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ohqvXC2qsEO1rdFr42FBUfU0v4XyOy3l { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15080;line-height:1.3;letter-spacing:0;top:1.7572917938232rem;left:31.6875rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#prlfvO6TTV4Qmy7AC8rnTWSe5i2XSbe5 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15081;line-height:1.3;letter-spacing:0;top:1.5072937011719rem;left:51.5rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aSX85Tc5rvLJTZWdM4kW3QgmEmV9oaRp { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15119;line-height:1.3;letter-spacing:0;top:3.0625rem;left:31.625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kdzsce66FFEM9X3AUdLm1EoeAE22B2Jz { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15120;line-height:1.3;letter-spacing:0;top:2.625rem;left:51.4375rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ioz8fo9RWAtQlChxKWX1uloJ25mRJ0LM { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15079;line-height:1.3;letter-spacing:0;top:5.09375rem;left:31.6875rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yi54cuTHKLQsVDm8aVpr3w2k0tcqrcF4 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15080;line-height:1.3;letter-spacing:0;top:4.78125rem;left:51.6875rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tmanVMnhWmz7oouzWKeTridEhUzR7KLR { position:relative;display:block; }#tmanVMnhWmz7oouzWKeTridEhUzR7KLR { background-color: transparent; background-image: none; }#tmanVMnhWmz7oouzWKeTridEhUzR7KLR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmanVMnhWmz7oouzWKeTridEhUzR7KLR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmanVMnhWmz7oouzWKeTridEhUzR7KLR > .row .container > .video-iframe-container { display: none; }#tmanVMnhWmz7oouzWKeTridEhUzR7KLR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmanVMnhWmz7oouzWKeTridEhUzR7KLR > .row > .video-iframe-container { display: none; }#tmanVMnhWmz7oouzWKeTridEhUzR7KLR > .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); }#tmanVMnhWmz7oouzWKeTridEhUzR7KLR { border-width: 0; border-radius: 0; }#tmanVMnhWmz7oouzWKeTridEhUzR7KLR > .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; }#tmanVMnhWmz7oouzWKeTridEhUzR7KLR > .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:37.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LNq6Vk8ZZQBPMk1frPn9xvw66kAHlqo4 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:12.312496185302rem;left:0rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WtBdWN6D4oKM6BcWsdEbe9AQT8J28Ghg { position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.6875rem;top:16.5rem;left:2.875rem;display:block; }
#llSRQkwDp59E4BWgFFHJ7uRwxgymQCaw { color:#2a2a2a;display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:21.357292175293rem;left:2.5625rem;height:3.4125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nswWTt4VIFCGHS27Po9PpOkXN4viU2BN { color:rgba(var(--color-primary-2),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:17.619791984558rem;left:2.6875rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TiR8suFrDwc5zVy8VPMcfJVCX7uMamCa { position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -moz-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -ms-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -o-linear-gradient(180deg, #f8f8f8, #807f7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );";background-image: linear-gradient(180deg, #f8f8f8, #807f7f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.6875rem;width:11rem;top:1.2572917938232rem;left:5.6322898864746rem;display:block; }
#CqxDSKrawAMl72tWHHiDhzFEI7io8buE { z-index:15047;top:25.125rem;left:22.25rem;background-color:#282830;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#hGiT4gvC5k4NykpBylBt0CaTBHoPI1hQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JTka32LtPCUaLUZIB6NV4HlxSu27vhLA { color:#2a2a2a;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15048;line-height:1.3;letter-spacing:0;top:21.357292175293rem;left:22.53125rem;height:3.4125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ntVdqseNPrTarQTVeDJJRxQoKGzV7MBF { color:rgba(var(--color-primary-2),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:17.375rem;left:22.6875rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pMrVTWvLDnOwHIW29BFNyJd83nlnbQzZ { position:absolute;display:block;z-index:15049;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:7.0625rem;width:12.25rem;top:5.1479167938233rem;left:23.552662037037rem;overflow:hidden;display:block; }
#EXpC7QPrTzDGzoZbStv45ylFdof4hd0g { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:12.0625rem;left:20rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QDPaCL4T666e2MyJiRfIGLxEna6lUNyq { position:absolute;display:block;z-index:15059;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.6875rem;top:16.25rem;left:22.875rem;display:block; }
#C1We0cNN0bT5K44Up078TECBCwN0qoZo { z-index:15056;top:25.125rem;left:42.03125rem;background-color:#282830;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zMMqnmkzBvFvAMInuT6CDweuf5O6nh77 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Iogm0tfeTXLPtxwHsuLJhew6sqFZ1Ag4 { color:#2a2a2a;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15057;line-height:1.3;letter-spacing:0;top:21.357292175293rem;left:42.53125rem;height:3.4125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TfvQJTLNXGzglr3d8x1bDhhDKmDLgzhZ { color:rgba(var(--color-primary-2),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:17.375rem;left:42.6875rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s1cueSPuhSAX1RPZbWN4cJhtSt9DbHAM { position:absolute;display:block;z-index:15058;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:6.75rem;width:11.6875rem;top:5.625rem;left:44.15625rem;overflow:hidden;display:block; }
#CM63WikhTFaFf3aPBp1EHOBkP69Lf5fB { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:12.0625rem;left:40rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yM9RJC7QiH48WJU6brXmPcJopBe8ypPI { position:absolute;display:block;z-index:15068;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.6875rem;top:16.25rem;left:42.875rem;display:block; }
#W3XwHwEBKaCOK3dJZHEgWyZfLWPlAVQC { position:absolute;display:block;z-index:15037;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -moz-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -ms-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -o-linear-gradient(180deg, #f8f8f8, #807f7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );";background-image: linear-gradient(180deg, #f8f8f8, #807f7f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.6875rem;width:11rem;top:1.0385408401489rem;left:25.8125rem;display:block; }
#xuiHfizhCKZyI2dhOouTOTnR6z7o7mck { position:absolute;display:block;z-index:15038;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -moz-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -ms-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -o-linear-gradient(180deg, #f8f8f8, #807f7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );";background-image: linear-gradient(180deg, #f8f8f8, #807f7f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.6875rem;width:11rem;top:1.0385408401489rem;left:45.8125rem;display:block; }
#knOwfpZR99oKm5QusPOUhpqSHF25Jyct { z-index:15041;top:25.125rem;left:2.25rem;background-color:#282830;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fW95CFqn6T4or29KezG1P2BSWIpd462O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yLSqBf6ZX8kATlWrJlRoVWqik48OlCB1 { position:absolute;display:block;z-index:15050;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:6.9375rem;width:12rem;top:5.4375rem;left:4rem;overflow:hidden;display:block; }
#lXbsmD7Ur16Tr4n5XD3Tl8JySEPP8ULd { box-sizing:content-box;height:7.25rem;width:7.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15087;background-color:rgba(var(--color-primary-2),1);background-image:none;top:1.0625rem;left:52.125rem;display:block; }
#O0SEOAHwow12Mc2BRAVd2Qe5Qqn2dLrK { box-sizing:content-box;height:7.25rem;width:7.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15086;background-color:rgba(var(--color-primary-2),1);background-image:none;top:1.0385417938232rem;left:32.3125rem;display:block; }
#MWyU8L9rp8C8cGHknF8GNCiyS7vfPS1c { box-sizing:content-box;height:7.25rem;width:7.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15095;background-color:rgba(var(--color-primary-2),1);background-image:none;top:1.25rem;left:12rem;display:block; }
#q8bdQfcAAD02MD5bKzqUSAMLDLsobi3s { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15100;line-height:1.3;letter-spacing:0;top:2.6624984741211rem;left:12.5625rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q6afl6O2ETUir9UyqSIN2xosTIQGPTJB { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15101;line-height:1.3;letter-spacing:0;top:2.5374984741211rem;left:32.875rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J8IZk3Cku6zyqVNGnXTkxyaehItWLbpm { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15102;line-height:1.3;letter-spacing:0;top:2.7249984741211rem;left:52.6875rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xM6U0rCMAs0ue1ZGmilrtW86aK7VAsJU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:30.75rem;left:45.21875rem; }
#WU9RwTdXbhHdOcxUxSy8x9VFw5kksSrx { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:31.059375762939rem;left:47.15625rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XIP18twIdxp9Tx9deoC9COd4Jgk0smsN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:30.75rem;left:25.125rem; }
#LlGp1EoxX4abrPwzSN067CE5efxk6Mye { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:31.059375762939rem;left:27.875rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#epSBreeP7K44d3KNEWAzT8GKVEQJZs51 { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:31.059375762939rem;left:7.875rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EPKpJ3UM1Tf4O6J158oF5whiF1uH7z3v { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:30.75rem;left:5.6322937011719rem; }
#Gi4g17OqlDdaqXfsZ0TeDfX0Mz4ipLx9 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15117;line-height:1.3;letter-spacing:0;top:3.65625rem;left:32.875rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KonVAG2CGyZx9p7nG7KeNa7W8MQSK8dZ { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15118;line-height:1.3;letter-spacing:0;top:5.7416687011719rem;left:32.875rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#htC8IkRrr4M81EGpN7s7LdHJ2ALWu5Nu { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15118;line-height:1.3;letter-spacing:0;top:3.859375rem;left:12.5625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XEG3KVKViqKN6rUvBXOZ1ru43hUt0EZK { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15119;line-height:1.3;letter-spacing:0;top:3.859375rem;left:52.6875rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HGqSqrNGBTvPkSfSR9RcnNKRp8SMcpdO { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15119;line-height:1.3;letter-spacing:0;top:5.8041687011719rem;left:52.6875rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KoGc0KFRwfKk6hpZ4W6uXqJJrKWdMlzm { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15120;line-height:1.3;letter-spacing:0;top:5.8666687011719rem;left:12.5625rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#clgLJlNa9Fr7nWlX7OuyKKsvqbcD8zXs { position:relative;display:block; }#clgLJlNa9Fr7nWlX7OuyKKsvqbcD8zXs { background-color: transparent; background-image: none; }#clgLJlNa9Fr7nWlX7OuyKKsvqbcD8zXs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#clgLJlNa9Fr7nWlX7OuyKKsvqbcD8zXs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#clgLJlNa9Fr7nWlX7OuyKKsvqbcD8zXs > .row .container > .video-iframe-container { display: none; }#clgLJlNa9Fr7nWlX7OuyKKsvqbcD8zXs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#clgLJlNa9Fr7nWlX7OuyKKsvqbcD8zXs > .row > .video-iframe-container { display: none; }#clgLJlNa9Fr7nWlX7OuyKKsvqbcD8zXs > .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); }#clgLJlNa9Fr7nWlX7OuyKKsvqbcD8zXs { border-width: 0; border-radius: 0; }#clgLJlNa9Fr7nWlX7OuyKKsvqbcD8zXs > .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; }#clgLJlNa9Fr7nWlX7OuyKKsvqbcD8zXs > .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:37.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uDQczHdHB0gxozdxLvWSPy0zpNzCXfTX { z-index:15056;top:25.5rem;left:42.25rem;background-color:#282830;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#i3cA9TLmuHdsN4z5WdGLxo74yfTSDXM0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gHNSLTBcDUthoa72vZM5IeRXhRxK8hvF { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15097;line-height:1.3;letter-spacing:0;top:2.0999984741211rem;left:12.25rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XQlJAOCBUHHGtoM93V1BXT2JwUwLPoqZ { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15099;line-height:1.3;letter-spacing:0;top:1.7875003814698rem;left:52.6875rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mtVkH7lG8hN1BSGTJbfiqN7WommfDgV6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:30.375rem;left:44.75rem; }
#wo4Kr6hnaET0d5T9L1CPbwB0JTmrtBXH { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:30.6875rem;left:46.75rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t8iATWwZQVRHU6zG47MNce8sPuLtu9eG { z-index:15061;top:26.3125rem;left:21.1875rem;background-color:#282830;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Tg4sfzh4tfvPVVGpHi8JsJn00CMOliiJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#slwinck56SzDxHfHMn1EcNug4bGguBT0 { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:31.4375rem;left:25.5rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Xzy5XgOCwNMznKWrlTnhSPV3EBIqoIDn { color:rgba(var(--color-primary-2),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:18.0625rem;left:21.625rem;height:5.60625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nTMnbHVuhMDaqEHqRSAMo38o7TAQ8OgT { position:absolute;display:block;z-index:15073;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.6875rem;top:16.75rem;left:21.8125rem;display:block; }
#aIpRi9wT2qhxXgWEEKuRRWtLqiPP33FX { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:12.5625rem;left:18.9375rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JCX1hxHf92eBNGVDtAxICkz6pKFgSTdX { position:absolute;display:block;z-index:15051;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -moz-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -ms-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -o-linear-gradient(180deg, #f8f8f8, #807f7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );";background-image: linear-gradient(180deg, #f8f8f8, #807f7f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.6875rem;width:11rem;top:1.5625rem;left:24.75rem;display:block; }
#Mbig5OrtUg5TH4tVK973SF4kiMtysOxo { position:absolute;display:block;z-index:15072;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:7.875rem;width:13.5625rem;top:5.390625rem;left:22.15625rem;overflow:hidden;display:block; }
#xJiCIPotM0WK2Olx1ny14UVP4P7KFSr1 { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:31.4375rem;left:6.5625rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#E2o5E9MeQo5st85tuRmNuzRBvZZXMd2T { z-index:15072;top:26.3125rem;left:2.25rem;background-color:#282830;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#dNc04yhTo4QPIFOEXVK0yQaoqIDoRg9D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H8993CqJqbvZ78IFNXXkF0gKQdL93AzP { color:#2a2a2a;display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15073;line-height:1.3;letter-spacing:0;top:23.125rem;left:0.75rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rxtAwFcPIB9I0rBdlXTy6ZB0SNVf5mPU { color:rgba(var(--color-primary-2),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:18.08749961853rem;left:2.25rem;height:7.475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HRnTT0sEFy208yeWQqB4N6yAHw0AoEm7 { position:absolute;display:block;z-index:15084;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.6875rem;top:16.75rem;left:2.875rem;display:block; }
#FZTtKK1CN3Q6m3zpuESam5vLWeBioRJK { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:12.5625rem;left:0rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sn14qu7wrKglVaFWAFqfBTTfeQKKvTZR { position:absolute;display:block;z-index:15062;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -moz-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -ms-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -o-linear-gradient(180deg, #f8f8f8, #807f7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );";background-image: linear-gradient(180deg, #f8f8f8, #807f7f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.6875rem;width:11rem;top:1.5625rem;left:5.8125rem;display:block; }
#PHcGRQCNIN4oMQk50h4Mp8mxf8ZqTt4V { position:absolute;display:block;z-index:15083;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:7.875rem;width:13.6875rem;top:4.625rem;left:1.6875rem;overflow:hidden;display:block; }
#hzIhboLeEUih2hdfy83Dw38ir87q145L { box-sizing:content-box;height:7.25rem;width:7.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15089;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.375rem;left:11.875rem;display:block; }
#pk8cAyIXboStJkSPt6rOMJb0Dwlxz9bN { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15090;line-height:1.3;letter-spacing:0;top:5.25rem;left:12.4375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kL4BZ89GR42L0bZ2Rzrc2RLpKnUNR4V8 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15128;line-height:1.3;letter-spacing:0;top:3.125rem;left:12.4375rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pap1vxnNmVrI1hTTVG863MJogn9RkzEZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:31.128125190735rem;left:23.5625rem; }
#u8HJUtRWV4RIlT6gegWkUHpk6W0I7AiD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:31.128125190735rem;left:4.625rem; }
#iDT063oxpB1ATRopDasMoFuTWgTPHZ0e { box-sizing:content-box;height:7.25rem;width:7.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15090;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0rem;left:30.6875rem;display:block; }
#Io2JmiwRX80gTXzaLg998PK9PPJ6VUTX { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15098;line-height:1.3;letter-spacing:0;top:2.1000003814698rem;left:31.25rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BL7d3XZ316yHaUxHTxmH62RXn1GmF2eC { color:#2a2a2a;display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:21.25rem;left:42.5625rem;height:3.4125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Fz1436BavhTuuAqbsp1HVI7WHn46l3rP { color:rgba(var(--color-primary-2),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:17.5rem;left:42.6875rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QoAtpTVPaAm2tlp9XoQEexK2Czffk0Rr { position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.6875rem;top:16.375rem;left:42.875rem;display:block; }
#Gg1M6XeW2TUVT3bGrKFhXgLTVBb7nIy7 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:12.1875rem;left:41.1875rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UiTzU4cbZMxzkRE6GsJ0Se2DF1x6wy3X { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:12.1875rem;left:40rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RRUqLlxBVKCa0t8gSb3DTDzgBSc8mbDq { position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -moz-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -ms-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -o-linear-gradient(180deg, #f8f8f8, #807f7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );";background-image: linear-gradient(180deg, #f8f8f8, #807f7f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.6875rem;width:11rem;top:1.125rem;left:45.625rem;display:block; }
#tPJeMITPiL3Rps0rs64Cly4srHWVGGUi { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:13.0625rem;top:4.6875rem;left:42.6875rem;overflow:hidden;display:block; }
#i9U9HrxfubXA3MUF0eBtCrTvJhdSAkkv { box-sizing:content-box;height:7.25rem;width:7.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15082;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0rem;left:51.75rem;display:block; }
#lpE8Kul6P8DobuMpZ5WCsqTTqWawKyhl { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15119;line-height:1.3;letter-spacing:0;top:5.125rem;left:52.3125rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ovVu1UMrSlQHZQUONPGDBkfTd60lKXQZ { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15118;line-height:1.3;letter-spacing:0;top:2.8187503814698rem;left:52.3125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b9nvwTQnPTFstVE7hc4OVAc2rxHpBf0i { position:relative;display:block; }#b9nvwTQnPTFstVE7hc4OVAc2rxHpBf0i { background-color: transparent; background-image: none; }#b9nvwTQnPTFstVE7hc4OVAc2rxHpBf0i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9nvwTQnPTFstVE7hc4OVAc2rxHpBf0i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9nvwTQnPTFstVE7hc4OVAc2rxHpBf0i > .row .container > .video-iframe-container { display: none; }#b9nvwTQnPTFstVE7hc4OVAc2rxHpBf0i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9nvwTQnPTFstVE7hc4OVAc2rxHpBf0i > .row > .video-iframe-container { display: none; }#b9nvwTQnPTFstVE7hc4OVAc2rxHpBf0i > .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); }#b9nvwTQnPTFstVE7hc4OVAc2rxHpBf0i { border-width: 0; border-radius: 0; }#b9nvwTQnPTFstVE7hc4OVAc2rxHpBf0i > .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; }#b9nvwTQnPTFstVE7hc4OVAc2rxHpBf0i > .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:37.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Mx8LnPPLJVwMn8JUAH1Nsw03Je0Z70aA { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:12.3125rem;left:20rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rfFSzCOZRnn2a5QcEyWTP7sRybtqLTF0 { position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.6875rem;top:16.5rem;left:22.875rem;display:block; }
#nADXSlx3AOTeeCpdGIJ6g9TOtrEGU3v2 { z-index:15038;top:24.9375rem;left:22.25rem;background-color:#282830;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#KvZm8y4gFpceXIfi2g2bQlRnh6gsDF3W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DtXylTcGCiqIetxD0vCtaVnRAGrkO2Wu { color:rgba(var(--color-primary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:17.878125190735rem;left:20.625rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HnrNATZAT0vK3vKg8O0Vs7lxToI30AgC { position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -moz-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -ms-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -o-linear-gradient(180deg, #f8f8f8, #807f7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );";background-image: linear-gradient(180deg, #f8f8f8, #807f7f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.6875rem;width:11rem;top:1.3125rem;left:25.625rem;display:block; }
#u7BfXli7NLeHRx7qXOCuPslF2z1Imyeg { z-index:15047;top:24.9375rem;left:42.25rem;background-color:#282830;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#mod8VwZRIO1QlKFgCr4X0V0i3kShUQxS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W3vHIDrZKH8ewq3yQAu5w53RqfNpxS2b { color:rgba(var(--color-primary-2),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:17.878124237061rem;left:42.6875rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VxqG4JsHLbUAeEOOC4Txq3pKVMDdvnkr { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:12.3125rem;left:40rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h7eLDhtz9dXaCs3B7vFoyTCWBUVg250S { position:absolute;display:block;z-index:15059;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.6875rem;top:16.25rem;left:42.875rem;display:block; }
#iH2lNVdTTN0ZTMkc192gdW6vBiqhoDFe { position:absolute;display:block;z-index:15037;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -moz-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -ms-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -o-linear-gradient(180deg, #f8f8f8, #807f7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );";background-image: linear-gradient(180deg, #f8f8f8, #807f7f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.6875rem;width:11rem;top:1.4135437011719rem;left:45.8125rem;display:block; }
#QyugPPClvNWPuoKxVWrXpMDvSuo99dNk { position:absolute;display:block;z-index:15040;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:7.375rem;width:12.75rem;top:4.6875rem;left:23.625rem;overflow:hidden;display:block; }
#LSUdoRtAVybCtMxuE3urrC49T5HGJ7I2 { position:absolute;display:block;z-index:15050;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:8.5625rem;width:14.875rem;top:3.8125rem;left:42.5625rem;overflow:hidden;display:block; }
#xDaOTamD1xGRaKT0M4NCwtyHiLtp470w { color:#2a2a2a;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15058;line-height:1.3;letter-spacing:0;top:22.46249961853rem;left:22.53125rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e120JEHuwr8uZgw1TS97eTxccHZdMepU { color:#2a2a2a;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15059;line-height:1.3;letter-spacing:0;top:22.46249961853rem;left:42.53125rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fsxrAPsnZMAzm8IdDd2wKsD3uo3ocIMX { box-sizing:content-box;height:7.25rem;width:7.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15115;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.875rem;left:32.1875rem;display:block; }
#N4TMatpwJ8LwRVJgeRMnlVSk0GXrTJtI { box-sizing:content-box;height:7.25rem;width:7.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15118;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.75rem;left:52.1875rem;display:block; }
#rEfBdKSDTZkMzH3i8TrNkmvTQ3Kp4VL0 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15126;line-height:1.3;letter-spacing:0;top:3.25rem;left:52.875rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rcrfd7HqH6zQpIstgs7USwpNGk6fAn6E { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15127;line-height:1.3;letter-spacing:0;top:2.25rem;left:52.75rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h85LkwhVsgnIQeoeHod8KroVNb3BosMD { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15118;line-height:1.3;letter-spacing:0;top:5.40625rem;left:52.75rem;height:0.975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z0WcOPX675ISfKnU4pHZkzWZP5F4pNw9 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15128;line-height:1.3;letter-spacing:0;top:2.40625rem;left:32.75rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WTOylDBqhF1fNczHvPTOuUoQl4yol45L { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15127;line-height:1.3;letter-spacing:0;top:3.40625rem;left:32.75rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N3MIeMi5dCe45cbO4wmfFaGItUiiE4p3 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15119;line-height:1.3;letter-spacing:0;top:5.40625rem;left:32.75rem;height:0.975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UNr3JJIpC1euRe0uoeUm15WUhfOMB34B { color:#2a2a2a;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15057;line-height:1.3;letter-spacing:0;top:20.1875rem;left:43.84375rem;height:2.275rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Bd7FMg2QMnzVRRdQkRIEt9E7LVqblhnB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:30.375rem;left:44.5625rem; }
#KDQZ5LlzgK4Qkk07AwqHMXoHlpyfiHW3 { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:30.6875rem;left:26.625rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#R6197bPq3xQKAe152THL2Vl7xH8eubvu { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:30.5625rem;left:46.6875rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mWw3ymHEAhQXgXHyyxHclLTlHBTN1Tlf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:30.375rem;left:24.625rem; }
#TsO9TATAKGNBICJGX6oCpV9M8XZU2FhT { z-index:15065;top:24.9375rem;left:2.25rem;background-color:#282830;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#xMBd4PT6hz0V4652UUHJ3FZoAAxK26gr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IDq53ducrTGm2bq6elhzOViUqTE5TpGE { color:#2a2a2a;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15058;line-height:1.3;letter-spacing:0;top:22.462501525879rem;left:2.53125rem;height:3.4125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OPCZxNzwTBbBB42yZ2AQF74OR7JU6NkB { color:rgba(var(--color-primary-2),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:18.381248474121rem;left:2.25rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a4SkW81fPMkLoHQhDtC9aeuZL6RCGS7h { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:12.3125rem;left:0rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HuaT8z7sVtyrlZe9nGkgHtoULRq78k6g { position:absolute;display:block;z-index:15077;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.6875rem;top:16.5625rem;left:3.15625rem;display:block; }
#rAkAvPaBQJPRpI3iq6FTSsyvSXkKBRho { position:absolute;display:block;z-index:15067;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:7.75rem;width:13.3125rem;top:4.625rem;left:3.34375rem;overflow:hidden;display:block; }
#EiPmXugtwctaqbhmom9Hkq0RnAnbhPus { position:absolute;display:block;z-index:15047;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -moz-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -ms-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -o-linear-gradient(180deg, #f8f8f8, #807f7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );";background-image: linear-gradient(180deg, #f8f8f8, #807f7f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.6875rem;width:11rem;top:1.3125rem;left:4.5rem;display:block; }
#xxh9fF7Q2QCCTFTSbA4GERd1nAW1ny66 { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:30.6875rem;left:8.1875rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JS58vJIIBRpiCAkmFTXnBKoeSdIVKmfl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:30.375rem;left:6.1875rem; }
#E7hk4Jz2vfemzVbvvevyMWsXD7teImKP { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15129;line-height:1.3;letter-spacing:0;top:1.7260437011719rem;left:12.5625rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n1RMUls3N6mGtE6M7XFdcQKSu23JM7Qh { box-sizing:content-box;height:7.25rem;width:7.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15116;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.3125rem;left:11.9375rem;display:block; }
#r46asdBlpoV5crXHr2rJGvdGiFq9eG0L { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15120;line-height:1.3;letter-spacing:0;top:2.84375rem;left:12.5rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HEagfsOTqxFbp6dV1TxbMSO9JVFURG7h { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15130;line-height:1.3;letter-spacing:0;top:4.9375rem;left:12.5rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CGq6gzVr134KquMlv1mTbRe0x8FN4grh { position:relative;display:block; }#CGq6gzVr134KquMlv1mTbRe0x8FN4grh { background-color: transparent; background-image: none; }#CGq6gzVr134KquMlv1mTbRe0x8FN4grh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGq6gzVr134KquMlv1mTbRe0x8FN4grh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGq6gzVr134KquMlv1mTbRe0x8FN4grh > .row .container > .video-iframe-container { display: none; }#CGq6gzVr134KquMlv1mTbRe0x8FN4grh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGq6gzVr134KquMlv1mTbRe0x8FN4grh > .row > .video-iframe-container { display: none; }#CGq6gzVr134KquMlv1mTbRe0x8FN4grh > .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); }#CGq6gzVr134KquMlv1mTbRe0x8FN4grh { border-width: 0; border-radius: 0; }#CGq6gzVr134KquMlv1mTbRe0x8FN4grh > .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; }#CGq6gzVr134KquMlv1mTbRe0x8FN4grh > .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:37.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#n6rhbJbzlJyaXyUoVePSAcz1oPpC4M1W { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:12.3125rem;left:20rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HJby01iOTeShE3IDJ0uhMiiSBuLfff15 { position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.6875rem;top:16.5rem;left:22.875rem;display:block; }
#mw6zl3a7FnozozBr2uhbISPmO4bCTQwW { z-index:15038;top:27.5625rem;left:22.25rem;background-color:#282830;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#FoTVidTXyJMTlTNytrEkKxwouR3dKIP1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vWOZUm43sVkMMO5gKvPza6CIo0vMa8Tv { color:rgba(var(--color-primary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:17.5rem;left:20.625rem;height:5.60625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LmtmHk9E8VzyRA6tJOWacfXlqzpVl9Jb { position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -moz-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -ms-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -o-linear-gradient(180deg, #f8f8f8, #807f7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );";background-image: linear-gradient(180deg, #f8f8f8, #807f7f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.6875rem;width:11rem;top:1.3125rem;left:25.625rem;display:block; }
#Aq3HPUASXb1SV4J67LqgXrLPSJTzBghG { z-index:15047;top:27.5625rem;left:42.25rem;background-color:#282830;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TNE2ry85Ge0IK1cUBTliOh7cFZZA4mTT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q1728too3ofIkPLDnsMk0snDGkGLSXRp { color:rgba(var(--color-primary-2),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:17.5rem;left:42.6875rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QTFl5V6eAWlF7iD4sD2zDFb6ZFrMxP0F { position:absolute;display:block;z-index:15049;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:7.6875rem;width:13.1875rem;top:4.375rem;left:1.5rem;overflow:hidden;display:block; }
#JorokTegXbWFZTpecDbXkv4uRocBvtTo { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:12.3125rem;left:40rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zZ8RvdVvgTqmA8D4TUMJ0z4DuzAAvMDm { position:absolute;display:block;z-index:15059;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.6875rem;top:16.25rem;left:42.875rem;display:block; }
#uQXtbuepng6nqtidZyeMZXKTCBaMA5Ww { position:absolute;display:block;z-index:15037;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -moz-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -ms-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -o-linear-gradient(180deg, #f8f8f8, #807f7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );";background-image: linear-gradient(180deg, #f8f8f8, #807f7f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.6875rem;width:11rem;top:1.4135437011719rem;left:45.8125rem;display:block; }
#J6FsTiszEZOH6UR5gIQRr8x9ee190nDE { z-index:15055;top:27.25rem;left:2.25rem;background-color:#282830;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qiUArx2HEup4kiaKKIUpar1lzBgifDW0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t2oZVgBfxEd6SoPdCW7CIUod0x4zbFdO { color:#2a2a2a;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15056;line-height:1.3;letter-spacing:0;top:20.868751525879rem;left:2.53125rem;height:2.275rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P3nliMMAJaWNwqIHKVQrR9HEQd2M7UMa { color:rgba(var(--color-primary-2),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:17.5rem;left:1.28125rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fvtiZWmPCNsDG6S81I8SprPMvIilzHRe { position:absolute;display:block;z-index:15067;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.6875rem;top:16.5625rem;left:2.875rem;display:block; }
#uZtz7fXVb9SRC0MQDWfCUZLrOCmFpxFi { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:12.3125rem;left:0rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s7iMUbBPd85lBAyZ86rs9Wmq5EgWBShf { position:absolute;display:block;z-index:15045;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -moz-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -ms-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -o-linear-gradient(180deg, #f8f8f8, #807f7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );";background-image: linear-gradient(180deg, #f8f8f8, #807f7f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.6875rem;width:11rem;top:1.6875rem;left:5.8125rem;display:block; }
#tBIF5rU1kVOTBMxcrQCwLNWq90fFKe96 { color:#2a2a2a;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15057;line-height:1.3;letter-spacing:0;top:24.193748474121rem;left:2.53125rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ykVAK4r65FTPIteORAqei7FsBPyVqhAI { color:#2a2a2a;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15058;line-height:1.3;letter-spacing:0;top:26.174999237061rem;left:22.875rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cA0rDewyD1uxUptgS4mSeCteM5zo5EKS { color:#2a2a2a;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15059;line-height:1.3;letter-spacing:0;top:25.268749237061rem;left:42.53125rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xkJtqIRwJ3OOJ6hc535xI09NnV0nIrqp { box-sizing:content-box;height:7.25rem;width:7.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15111;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.875rem;left:12.1875rem;display:block; }
#TpSnRn5DQ8TJxgUtM9MlUicgs9kLtwAk { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15114;line-height:1.3;letter-spacing:0;top:3.375rem;left:12.875rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M2ibWr4yENnms6IqS802ovPUMXfT1ahX { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15115;line-height:1.3;letter-spacing:0;top:2.375rem;left:12.75rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cLB4W6lxMJ04y1Tlq6sD9QLzars566Dd { box-sizing:content-box;height:7.25rem;width:7.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15115;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.875rem;left:32.1875rem;display:block; }
#lKnHyZqz5wMyFfZl3uKhwPM1WlIErbBZ { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15118;line-height:1.3;letter-spacing:0;top:3.375rem;left:32.875rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SwXLdGro4kNOHu9ZSkpvUSK4pJ7IrQZQ { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15119;line-height:1.3;letter-spacing:0;top:2.21875rem;left:32.75rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TC87BNWtL6iTo8s4OBLqTIKJbTs9vfSc { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15120;line-height:1.3;letter-spacing:0;top:5.5rem;left:32.875rem;height:0.89375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fOZLT8nzPUpAk2oR9hbfzBQDmOvSIHKt { position:absolute;display:block;z-index:15041;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:7.375rem;width:12.625rem;top:5.0625rem;left:43.6875rem;overflow:hidden;display:block; }
#yiGgm7ZnvbTgdODE2NaW42zJ5pTNkHyf { position:absolute;display:block;z-index:15050;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:7.6875rem;width:13.1875rem;top:4.6875rem;left:21.375rem;overflow:hidden;display:block; }
#RzDcmerzGv9S3Wf6kkLLFf3yXZXGqboQ { color:#2a2a2a;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15057;line-height:1.3;letter-spacing:0;top:21.6875rem;left:22.875rem;height:4.55rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lpg84kdRNGaBUBCVFegooestqiaSXUpc { color:#2a2a2a;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15057;line-height:1.3;letter-spacing:0;top:21.981250762939rem;left:42.53125rem;height:2.275rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eDe7iWR7zFl460smdRTXUxKcbTC0R4vi { box-sizing:content-box;height:7.25rem;width:7.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15116;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.875rem;left:52.09375rem;display:block; }
#wwu8XQDgXleGMzUVig8sDLWJiKh4EW0G { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15120;line-height:1.3;letter-spacing:0;top:2.21875rem;left:52.65625rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IIM5Xxq3xFpVBzNRcF8tkmarf1LtSGm9 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15119;line-height:1.3;letter-spacing:0;top:3.296875rem;left:52.65625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O1fzdLN5RiBHUlNQEtgyI8GWG2BWOH97 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15121;line-height:1.3;letter-spacing:0;top:5.40625rem;left:52.65625rem;height:0.89375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hoK7tHoAlEfGTVDQLmXLDp7hikrX7803 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:32.625rem;left:44.5625rem; }
#HK6yKfXJrox9dDZ82kd5AC1uNtFodO7v { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:32.625rem;left:24.625rem; }
#gDOMi3BPKg7LD2WX3BckQlGyXNoG9VeA { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:32.8125rem;left:46.6875rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#K6fT7ubhxQwCWJD9l7BUW97P9R2OyfJk { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:32.9375rem;left:26.625rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#q5p3SVQOCfP0N1r1UCoiU1Ia3w14CJCK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:32.625rem;left:4.625rem; }
#MBWLndHn4xGHFM3BUnvU4rzKAso3qOVZ { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:32.9375rem;left:6.6875rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#z4nzDtfl2UREHbggWhNIx253JS5eM9uK { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15121;line-height:1.3;letter-spacing:0;top:5.40625rem;left:12.65625rem;height:0.89375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wLEhT8QnDV21T4UTK3T9ambVNRDy1xbT { position:relative;display:block; }#wLEhT8QnDV21T4UTK3T9ambVNRDy1xbT { background-color: transparent; background-image: none; }#wLEhT8QnDV21T4UTK3T9ambVNRDy1xbT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLEhT8QnDV21T4UTK3T9ambVNRDy1xbT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLEhT8QnDV21T4UTK3T9ambVNRDy1xbT > .row .container > .video-iframe-container { display: none; }#wLEhT8QnDV21T4UTK3T9ambVNRDy1xbT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLEhT8QnDV21T4UTK3T9ambVNRDy1xbT > .row > .video-iframe-container { display: none; }#wLEhT8QnDV21T4UTK3T9ambVNRDy1xbT > .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); }#wLEhT8QnDV21T4UTK3T9ambVNRDy1xbT { border-width: 0; border-radius: 0; }#wLEhT8QnDV21T4UTK3T9ambVNRDy1xbT > .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; }#wLEhT8QnDV21T4UTK3T9ambVNRDy1xbT > .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:26.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mzMZsOyrKF638RZDobt5KNQD9IvOikCf { position:absolute;display:block;z-index:14999;background-color:#000000;background-image:none;background-position:center !important;background-repeat: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:23.375rem;width:52.6875rem;top:2.125rem;left:3.65625rem;display:block; }
#wWdDucTpNlHXToMQtkNkot7i26OL3gDS { color:rgba(var(--color-tertiary-0),1);display:block;width:26.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.25rem;left:3.65625rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#yq1xyCWyKh9LR9bPJTn5diMHlbOGIFpD { color:rgba(var(--color-tertiary-0),1);display:block;width:25.8114375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:10.125rem;left:6.9385414123538rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Opue7iIlfufmF60iTWR2d2l4bT2yuogW { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:13.081249237061rem;left:15.875rem;height:2.7625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ciZbNBFgTCgZdsHIsJBD5Zb4391P9hXN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:13.46249961853rem;left:13.0625rem; }
#ZHka0C8SoOU17hJz2hLA9rlwJ8cwqJbV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:17.325000762939rem;left:13.0625rem; }
#nf9DmWLAA8p6C8Iua47lqxpC0rRIFcq3 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:17.63437461853rem;left:15.875rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OSm8oo3MkkmXsnG3cSxkEbRBS4DchcU6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:8.125rem;left:32.6875rem; }
#ymqAFttKeO7N3gVWqNOtnzKWTvrWRnQJ { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:8.125rem;left:35.25rem;height:2.7625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZJTaUd7QCPL8wlurKvyeMf8FScfhRTCt { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:9.875rem;left:32.6875rem;height:5.525rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AUsPTRC2srdOhoOxqwxJUp5zOZJm6PaD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:14.125rem;left:32.6875rem; }
#lfAMTsNnEBSOHwmKmmbcuiCJysIzBGx4 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:14.5625rem;left:35.25rem;height:2.7625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hr7yTK5rULulkm2yTVKrVgIdUi78T7gX { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:16.0625rem;left:32.6875rem;height:2.7625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rui7PPdZPPRmqJuwLIXCJSCTuLBKRKaX { position:relative;display:block; }#rui7PPdZPPRmqJuwLIXCJSCTuLBKRKaX { background-color: transparent; background-image: none; }#rui7PPdZPPRmqJuwLIXCJSCTuLBKRKaX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rui7PPdZPPRmqJuwLIXCJSCTuLBKRKaX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rui7PPdZPPRmqJuwLIXCJSCTuLBKRKaX > .row .container > .video-iframe-container { display: none; }#rui7PPdZPPRmqJuwLIXCJSCTuLBKRKaX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rui7PPdZPPRmqJuwLIXCJSCTuLBKRKaX > .row > .video-iframe-container { display: none; }#rui7PPdZPPRmqJuwLIXCJSCTuLBKRKaX > .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); }#rui7PPdZPPRmqJuwLIXCJSCTuLBKRKaX { border-width: 0; border-radius: 0; }#rui7PPdZPPRmqJuwLIXCJSCTuLBKRKaX > .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; }#rui7PPdZPPRmqJuwLIXCJSCTuLBKRKaX > .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:7.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#y2Ekx2CgdBPnd53qqAMhTsC9tuXVi62H { color:#2a2a2a;display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:3.015625rem;left:19.1875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZgiRF7lOmGTy1MuvyI2BxWflpnWEtbxF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:2.5rem;left:52.21875rem; }
#ZgiRF7lOmGTy1MuvyI2BxWflpnWEtbxF > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#GkAocgnCHOgb0OXzT6gG4pChak0TTeL1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:2.5rem;left:55.65625rem; }
#GkAocgnCHOgb0OXzT6gG4pChak0TTeL1 > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#K8bdBbs7BUlKRhPpWgfdNRvGhQ2rSMkt { 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:3rem;width:11.6875rem;top:2.5rem;left:0rem;overflow:hidden;display:block; }
#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#282830;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row .container { background-color: transparent; background-image: none; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row .container > .video-iframe-container { display: none; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row > .video-iframe-container { display: none; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .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); }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row .container { border-width: 0; border-radius: 0; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row .container { font-size:0.875rem;font-family:arial;height:2.9375rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh { display:block; }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e3HsQgT5bUaXuaSFXxOr1xr1xsqiZMto { top:1.375rem;left:0rem;width:14.875rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1R63ZZnqVOWOTlxaR77R68bfQdXZ7Tg { top:2.1875rem;left:36.444793701172rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Het46wLSIuEFnQqXTyXn3KW60XcEnngu { top:2.6875rem;left:32.3125rem;width:15.4375rem;height:1.875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uXA6G9mgMHvFiuEeXIrqIgMqtzsaXpRo { display:block; }#uXA6G9mgMHvFiuEeXIrqIgMqtzsaXpRo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zNfmeoCdPatsuKF7n0UbrJ52lt9AdRn3 { top:3.5rem;left:0rem;width:47.75rem;height:;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgNGLrQg1ZrCuqBPuenVCt6cTcZzem6b { top:15.25rem;left:0rem;width:13.4375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zONZc2FHVVrbr25C78VWkvUO9AKxFHO2 { display:block; }
 }@media only screen and (max-width: 763px) { #Cf8uiJSJ0EWvsx19PwzkGo4AiFMeJwcl { display:block; }#Cf8uiJSJ0EWvsx19PwzkGo4AiFMeJwcl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 .widget-regular-label { display:block;width:45.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-input-text { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-textarea { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-input-select { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-input-button { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-checkbox-label { width:44rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EW49R55ihTVkfex105TPOKT36GrukML1  { width:45.25rem;height:27.9375rem;top:8.8125rem;left:0rem; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .radio-container { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EW49R55ihTVkfex105TPOKT36GrukML1 {display:block;}#EW49R55ihTVkfex105TPOKT36GrukML1 { width:45.25rem;height:27.9375rem;top:8.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #x40XJ2JudzDloLhQlrOdsTbGKkFmxnQf {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #HJIhrbAfeUz9AMqgUIJwHaliwzyW8O1E { display:none; }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #PAZp7szAlH4qIMSLNT48KfELEC67FHMz {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #bRA2ydzBritGXeapdFn9O3DdRDukVAxt {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #f57Z6Ti0B5HgIrcARKS9yxwdyhTpRg3k { display:none; }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #uTy8rcD7bOOl794auJmFgdJeG2B2HoLG {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #tXPnIEdJWEqr0S6OZr3Dd2PVBXGrsw9u {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #SSQnmVC59hxKSXzyTneqSSQDSPWPZwgy { display:none; }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #lzgmTyVFvTasHuTLm2KTv7V5s4a6TmPL {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #vxBoet6x4qczTOSUJAIdSZnm2WTlUoDn {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #HpNuhnFCuZlsfgW3eKg6CxwXhsOl6ngO { display:none; }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #z6WZ4K5OP5AfQm2IOJ1RuD7Ek0XqlDnM {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #Qccw0LMoWMvsyGGoQzzoZyCJhU5HziDc {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #aetJhWkyzLdhoI7TaMpaGIeILduonQcW { z-index:2; }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #L5ZaI7IRT9twdpc58FSJ4lnkh3sE5AsP {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #z4LyhCUyaBOTqD6vwgtpoUJDsrbozF4f {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #cf5yyTNLELRpNfApXNBt26iI30oXdeSR { z-index:2; }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #h5xTaZgGGfC22C5PPKt8IqHddT9ubea5 {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #R0X9SaBZ8fRxMlVVNpAVTTVTGbVLZnuI {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #SxM1h6OJrGhsvfZkMf2ZM6cxewUrdZTg { z-index:2; }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #Hx6S1IcDm9ebTwuHcZTgStasrtvC80QG {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #zK0D2LiWmxXVXUmeCN5ieUTfklf6MHoO {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #kDsfpsohIPWxrJpuLt3HhR3SwALFJ9RC {  }
 }@media only screen and (max-width: 763px) { #A0aE1zo4wQgxWlczviLHe8qlPSUfgKUy { top:39.1875rem;left:0rem;width:47.75rem;height:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id9w5eKfTgJvebt39mVB06T8LXVLtUku { top:3.25rem;left:1.53125rem;width:44.6875rem;height:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPaCprFTnKmxeRZ0FpaAKk89JRPWTXTQ { display:block; }#cPaCprFTnKmxeRZ0FpaAKk89JRPWTXTQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KWWTZIkJIeOtmJ42MxN3MVEyaafVMNHS { top:0rem;left:0rem;width:47.75rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGT3NyMNGdttOe9R6zFqe0ST5vdp6gWF { top:4.75rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ha9o2AChPpZQ7OTEk05e9cLW2rJxn49o { top:11.8125rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #woqDGpICFuF2Ub2dCrQX09GIFt8FUtWH { display:block; }#woqDGpICFuF2Ub2dCrQX09GIFt8FUtWH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A3rv1SUnTTVa12qT5ePLaIUF4H2c8V0p { top:2.125rem;left:0rem;width:47.75rem;height:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0OX7GeruOhIXD13d0NyHJONpNdSctko { top:3.25rem;left:0rem;width:26.375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRl1WVB6HTZp9c6L3CIhQnLSn8wyQU2L { top:10.125rem;left:0.8135414123535rem;width:25.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3QxCoMUWU1mT8WTsleqZnPQLrKqyb8O { top:13.0625rem;left:9.75rem;width:17.5rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gN8v5KfdmxyKoz05Hzn5DN4UZ3zMfHLc { top:13.4375rem;left:6.9375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mD88zhqk1ZAp77ZuJTH2txMr8T1sz29y { top:17.3125rem;left:6.9375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuLxklUcCTKMNKWiUesHSDoZ5C6nwcR8 { top:17.625rem;left:9.75rem;width:17.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxuxGmTLiMKpAgs9m4DrN0Ng9KchgF5m { top:8.125rem;left:26.5625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6XybqaQRKT6KWCc3PFKBlu47yNQS7ma { top:8.125rem;left:29.125rem;width:17.5rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBPE3kKb4lfpHtsyIZ7pTKc1LQC07drB { top:9.875rem;left:26.5625rem;width:17.5rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEF3LlmhgSkZFDANDgc3DiSd6TOl7MQE { top:14.125rem;left:26.5625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CecxCxF5lnnptMZpPPz9mv5izhuGJJsD { top:14.5625rem;left:29.125rem;width:17.5rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jxo9BEyON8DCNzBh7ODRqdFUabPpVxsF { top:16.0625rem;left:26.5625rem;width:17.5rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfCCsmbK3TskRb6dk1cRnEH6PJvBNcZq { display:block; }#VfCCsmbK3TskRb6dk1cRnEH6PJvBNcZq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JCrU9r7yyWbQd126QTnMDPhPhgkcOQod { top:13.125rem;left:0rem;width:20rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwLVWQUuZvkJ0Cy65fQAiblh4B7CTM2M { top:17.3125rem;left:15.875rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ug5sChZ6qguSyylTI9FuN4AaEnAmvmn2 { top:38.9375rem;left:16.25rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ny7y0vTAkrTPf0cRvhpkq43uKQ4cpNpO { display:block; }
 }@media only screen and (max-width: 763px) { #nJA72Dv4ZTTNchUiuku7g4xBp9DloDag { top:1.25rem;left:18.4375rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uApiwQOCaTsgLA1or8TSOkkT4LkTXe0u { top:17.0625rem;left:0.8125rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT2zDtznlkZWNL4y2GyhPLJ5hbObLoNA { top:5.125rem;left:1.75rem;width:11.8125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZCuVkTqgW6OhFCw97Edu68Ef2DVyqHx { top:12.875rem;left:0rem;width:20rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDMbpVghCABxKXag3PnET4JyaIcX6ZuR { top:1.375rem;left:3.75rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOEA8m3eOWveWOnRvsSvJQlTvlWI0UQf { top:38.9375rem;left:0.1875rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pq3n2hNWnzQET0LRvNnednVG2BdO7KUI { display:block; }
 }@media only screen and (max-width: 763px) { #zww6M3fECoLLTeEe38UXVf0HLMtP12ed { top:5.5625rem;left:16.1875rem;width:13.25rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsg6KdVWM7SGFof2LyTn4iq6ylX5LHHL { top:0.25rem;left:8.5rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kareurPBUs228HnD6ksyTPDJCP7UxSSz { top:0.25rem;left:24.5rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKmkFfeOk7lkITSBrcLP5z71BZStyVBC { top:1.625rem;left:9.1875rem;width:6.125rem;height:0;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBFJn8Hu1SqD9TWcbQAvhL1aG49NqMsH { top:1.875rem;left:25.625rem;width:6.125rem;height:0;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #twvay5T6eECnClcRFSh1ETS4vEo3w7FB { top:43.75rem;left:18.125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T03XCqwEODD3VIOvBTW3ahI9ZrI2Bdfy { top:44.0625rem;left:20.1875rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuFRW76UrS2lBEryXxou9l7zeVIRaQV0 { top:44.0625rem;left:4.6875rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qoda55RANZRG9RNvQMdCd5JVIVZm14Qm { top:43.75rem;left:2.6875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdr1xzao9JkXINTG7mT9Dt27rZwDZdN7 { top:2.875rem;left:9rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZyQM81UvT6yZggpqdbAK07dD1xJVPOC { top:4.9375rem;left:9.1875rem;width:6.125rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6M99fOIWvVdHWrSmoHbuxIL68iyxVgN { top:2.9375rem;left:25.625rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsLS0A8FzxqL8eLTmyoFasHr4sH9029B { top:4.8125rem;left:25.625rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAMJyLF6AC6lThADMnXvmwVamFHI1Fs6 { top:38.9375rem;left:31.9375rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSB9iayqimzv9phdgRVRfoUC9Ta2Cxqg { display:block; }
 }@media only screen and (max-width: 763px) { #RPlkMdz6oF8lgFTZFa9Dl1DPkVybZvu2 { top:44.0625rem;left:36.3125rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sbpldq4x3Ur7dVg0sdNomLI7saucew3w { top:43.75rem;left:34.3125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT3SZkDFBrMRQedb597RCgDDmrGUQv9A { top:12.9375rem;left:27.625rem;width:20rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpWw3f7niNKyxqzL6qz8CLQKRfpR9IMh { top:17.25rem;left:32.875rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E12RR6QQdqG57hA6qOy13OEipb4APak2 { top:5.4375rem;left:32.875rem;width:12.9375rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mi3uhNCMu3XdFPmToZHvriWI7VobJcil { top:1.5625rem;left:35.5rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtvgTna2HeVdeo5GfwSNyw0MnkQ9rH2h { top:1.25rem;left:40.375rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFCnTdfB2UnE1M8GLz1IRIhKWZD4TPD1 { top:5.75rem;left:41.5rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBxi63GPGIycDsOyM5z7ZgKRKNPIcSzh { top:3.875rem;left:41.5rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJHOTQle5WeoIAQ5qqOckx8ZIMFPzL5d { top:2.8125rem;left:41.5rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vl66FiEWqzP977F85ObpifVmtMTK0Fr6 { top:18.4375rem;left:0rem;width:17.75rem;height:5.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3PX0b0LwQpa3sxN9znMelE2TNr0UJ7T { top:18.4375rem;left:14.75rem;width:17rem;height:5.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Onn6Ku2EZRraztFl8d0TKZoPpsl4wZUT { top:18.4375rem;left:29.75rem;width:17.875rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0VS1b16xbHtf1xi195RzfmpEbnKlpIi { top:24.0625rem;left:0rem;width:17.0625rem;height:12.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXpD9BR44k9UuVZfzbrAJxfLG54gBgp7 { top:24.0625rem;left:14.25rem;width:17.5rem;height:11.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #usFfb3O0dJsmx1s9IToTUdwVDDA3F8y1 { top:24.0625rem;left:30.0625rem;width:17.5625rem;height:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9XtIh8SAvdpXQrkrdCaFGn47Xmgo8e5 { display:block; }#I9XtIh8SAvdpXQrkrdCaFGn47Xmgo8e5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTs22iRgAlrE2udvCVetRK3mDhNUU8gi { top:4.75rem;left:1.75rem;width:11.8125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgTZoxhercTJIiPuq4NSywMgwimUPtfH { top:12.3125rem;left:0rem;width:20rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THqqBPaRDZ1INeVUDndsTDg6kGM517AG { top:16.5rem;left:0.8125rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezxflM39fWdd6aHX2xhu31m3uQz7DZyV { top:21.3125rem;left:0.46875rem;width:14.9375rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFV7Da2rgBFgBqiDNENB3sLmqVs2mWfl { top:24.75rem;left:0rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTiUy8IaQuKXEqZN9aMDuSbP3K0skryH { display:block; }
 }@media only screen and (max-width: 763px) { #HIgaNDbRTzNEABFFJuv2MiOSdVEQy4Ml { top:17.5625rem;left:0.625rem;width:14.625rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z19En0aTPQN7NkWyP6rHDlyRvTCMHkQ6 { top:1.25rem;left:3.5697898864746rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkL1dIO0LuanhQvdEoww0GslrqR54rSU { top:24.75rem;left:16.0625rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpSUfJS0cyMzAh3noXfTvLBB2LC4V8al { display:block; }
 }@media only screen and (max-width: 763px) { #fWe6rsQiaJ0PWcBRL38WvhMyaV6VNtCl { top:21.0625rem;left:16.34375rem;width:14.9375rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUw8FHfKSGFGU7CGGP94MaaFbzIXUfWx { top:17.375rem;left:16.5rem;width:14.625rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HG7FErqI7TwiNpX1QXzx4PvpWwI3Pd1K { top:12.0625rem;left:11.75rem;width:20rem;height:0;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElbvnpzFwFbZFNPAQgotWVGWNSfkkMZK { top:16.25rem;left:16.6875rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lm46AA06erkDPtyvtoTCrfN0cUTiUV3p { top:24.75rem;left:31.9375rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ofd4IPNlfzrhWw9W2RM6pNMwTTkh4tpI { display:block; }
 }@media only screen and (max-width: 763px) { #ytciGqTXut1ZrsHrb6F3LyeeibXZ8QS5 { top:21.3125rem;left:31.9375rem;width:14.9375rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSWOSrGlPlxzbsR6yg9QphZaSDLywqzr { top:17.375rem;left:32.375rem;width:14.625rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZBBpbtA4xSGdSDCnhcGATnaKfZopVLk { top:4.5625rem;left:33.5rem;width:11.8125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CO9H9mL4CSV116rAEOdQaeGOxuuIeK9i { top:12.3125rem;left:27.625rem;width:20rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLhV6wC8UxWVRID8BXRSLZggkkLD2tmV { top:16.25rem;left:32.5625rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeTZoWa6Ua3Eqot0JXBeRU5E9XMhesvd { top:1rem;left:19.625rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUltmNtxf0FA0yPGwa9ebr9b3vfEsMA8 { top:1rem;left:35.5rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQ5OM8bflnl9A4clgqhXleTXFu4z6DEO { top:5.5rem;left:17.90625rem;width:11.8125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeUVmMGfPPAEXAD8d9l4AhWl7uSET0AX { top:0.3125rem;left:24.5rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6kNn08BRt0lbXGudIMEqT0nN887apcR { top:0.3125rem;left:8.625rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZxT1QqzC3BVU7CEue92hbAJQ9L9qm11 { top:0rem;left:40.375rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLpcqkBVw6BHGkO210zeAGqDHSfwydTN { top:29.8125rem;left:34.4375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kg2OAbRyNQEsMV8WnNOdTbNxBe5zy39p { top:30.125rem;left:36.5rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8a8g3XU7XPtZwNQ3502hPH7U4wfiBQ9 { top:29.8125rem;left:18.5625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rh8hJ6TGlTaNVnmCUzFVgE4b4gKW416J { top:30.125rem;left:20.5625rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfiGwHg7n9vhKo601wmwyTA3DwFaBFJp { top:30.125rem;left:4.75rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPBxBAToJx9wzQyRcfnQTp47QZbzIraO { top:29.8125rem;left:2.4375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfTlabcqgqcmw0ueuJKWled23raq4g4M { top:3.25rem;left:9.21875rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohqvXC2qsEO1rdFr42FBUfU0v4XyOy3l { top:1.75rem;left:25.5rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #prlfvO6TTV4Qmy7AC8rnTWSe5i2XSbe5 { top:1.5rem;left:41.1875rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSX85Tc5rvLJTZWdM4kW3QgmEmV9oaRp { top:3.0625rem;left:25.4375rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdzsce66FFEM9X3AUdLm1EoeAE22B2Jz { top:2.625rem;left:41.125rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioz8fo9RWAtQlChxKWX1uloJ25mRJ0LM { top:5.0625rem;left:25.5rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yi54cuTHKLQsVDm8aVpr3w2k0tcqrcF4 { top:4.75rem;left:41.375rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmanVMnhWmz7oouzWKeTridEhUzR7KLR { display:block; }#tmanVMnhWmz7oouzWKeTridEhUzR7KLR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LNq6Vk8ZZQBPMk1frPn9xvw66kAHlqo4 { top:12.3125rem;left:0rem;width:20rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtBdWN6D4oKM6BcWsdEbe9AQT8J28Ghg { top:16.5rem;left:0.8125rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #llSRQkwDp59E4BWgFFHJ7uRwxgymQCaw { top:21.3125rem;left:0.5rem;width:14.875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nswWTt4VIFCGHS27Po9PpOkXN4viU2BN { top:17.5625rem;left:0.625rem;width:14.625rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiR8suFrDwc5zVy8VPMcfJVCX7uMamCa { top:1.25rem;left:3.5697898864746rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqxDSKrawAMl72tWHHiDhzFEI7io8buE { top:25.125rem;left:16.0625rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGiT4gvC5k4NykpBylBt0CaTBHoPI1hQ { display:block; }
 }@media only screen and (max-width: 763px) { #JTka32LtPCUaLUZIB6NV4HlxSu27vhLA { top:21.3125rem;left:16.34375rem;width:14.9375rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntVdqseNPrTarQTVeDJJRxQoKGzV7MBF { top:17.375rem;left:16.5rem;width:14.625rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMrVTWvLDnOwHIW29BFNyJd83nlnbQzZ { top:5.125rem;left:17.365162037037rem;width:12.25rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXpC7QPrTzDGzoZbStv45ylFdof4hd0g { top:12.0625rem;left:11.75rem;width:20rem;height:0;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDPaCL4T666e2MyJiRfIGLxEna6lUNyq { top:16.25rem;left:16.6875rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1We0cNN0bT5K44Up078TECBCwN0qoZo { top:25.125rem;left:31.75rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMMqnmkzBvFvAMInuT6CDweuf5O6nh77 { display:block; }
 }@media only screen and (max-width: 763px) { #Iogm0tfeTXLPtxwHsuLJhew6sqFZ1Ag4 { top:21.3125rem;left:32.21875rem;width:14.9375rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfvQJTLNXGzglr3d8x1bDhhDKmDLgzhZ { top:17.375rem;left:32.375rem;width:14.625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1cueSPuhSAX1RPZbWN4cJhtSt9DbHAM { top:5.625rem;left:33.84375rem;width:11.6875rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CM63WikhTFaFf3aPBp1EHOBkP69Lf5fB { top:12.0625rem;left:27.625rem;width:20rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yM9RJC7QiH48WJU6brXmPcJopBe8ypPI { top:16.25rem;left:32.5625rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3XwHwEBKaCOK3dJZHEgWyZfLWPlAVQC { top:1rem;left:19.625rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuiHfizhCKZyI2dhOouTOTnR6z7o7mck { top:1rem;left:35.5rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #knOwfpZR99oKm5QusPOUhpqSHF25Jyct { top:25.125rem;left:0.1875rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fW95CFqn6T4or29KezG1P2BSWIpd462O { display:block; }
 }@media only screen and (max-width: 763px) { #yLSqBf6ZX8kATlWrJlRoVWqik48OlCB1 { top:5.4375rem;left:1.9375rem;width:12rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXbsmD7Ur16Tr4n5XD3Tl8JySEPP8ULd { top:1.0625rem;left:40.375rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0SEOAHwow12Mc2BRAVd2Qe5Qqn2dLrK { top:1rem;left:24.5rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWyU8L9rp8C8cGHknF8GNCiyS7vfPS1c { top:1.25rem;left:8.625rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8bdQfcAAD02MD5bKzqUSAMLDLsobi3s { top:2.625rem;left:9.75rem;width:6.125rem;height:0;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6afl6O2ETUir9UyqSIN2xosTIQGPTJB { top:2.5rem;left:25.625rem;width:6.125rem;height:0;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8IZk3Cku6zyqVNGnXTkxyaehItWLbpm { top:2.6875rem;left:41.5rem;width:6.125rem;height:0;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xM6U0rCMAs0ue1ZGmilrtW86aK7VAsJU { top:30.75rem;left:34.90625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WU9RwTdXbhHdOcxUxSy8x9VFw5kksSrx { top:31rem;left:36.84375rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIP18twIdxp9Tx9deoC9COd4Jgk0smsN { top:30.75rem;left:18.9375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlGp1EoxX4abrPwzSN067CE5efxk6Mye { top:31rem;left:21.6875rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #epSBreeP7K44d3KNEWAzT8GKVEQJZs51 { top:31rem;left:5.8125rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPKpJ3UM1Tf4O6J158oF5whiF1uH7z3v { top:30.75rem;left:3.5697937011719rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gi4g17OqlDdaqXfsZ0TeDfX0Mz4ipLx9 { top:3.625rem;left:25.625rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KonVAG2CGyZx9p7nG7KeNa7W8MQSK8dZ { top:5.6875rem;left:25.625rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #htC8IkRrr4M81EGpN7s7LdHJ2ALWu5Nu { top:3.8125rem;left:9.75rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEG3KVKViqKN6rUvBXOZ1ru43hUt0EZK { top:3.8125rem;left:41.5rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGqSqrNGBTvPkSfSR9RcnNKRp8SMcpdO { top:5.75rem;left:41.5rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoGc0KFRwfKk6hpZ4W6uXqJJrKWdMlzm { top:5.8125rem;left:9.75rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #clgLJlNa9Fr7nWlX7OuyKKsvqbcD8zXs { display:block; }#clgLJlNa9Fr7nWlX7OuyKKsvqbcD8zXs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uDQczHdHB0gxozdxLvWSPy0zpNzCXfTX { top:25.5rem;left:31.9375rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3cA9TLmuHdsN4z5WdGLxo74yfTSDXM0 { display:block; }
 }@media only screen and (max-width: 763px) { #gHNSLTBcDUthoa72vZM5IeRXhRxK8hvF { top:2.0625rem;left:9.75rem;width:6.125rem;height:0;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQlJAOCBUHHGtoM93V1BXT2JwUwLPoqZ { top:1.75rem;left:41.5rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtVkH7lG8hN1BSGTJbfiqN7WommfDgV6 { top:30.375rem;left:34.4375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wo4Kr6hnaET0d5T9L1CPbwB0JTmrtBXH { top:30.6875rem;left:36.4375rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8iATWwZQVRHU6zG47MNce8sPuLtu9eG { top:26.3125rem;left:15.875rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg4sfzh4tfvPVVGpHi8JsJn00CMOliiJ { display:block; }
 }@media only screen and (max-width: 763px) { #slwinck56SzDxHfHMn1EcNug4bGguBT0 { top:31.4375rem;left:19.3125rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xzy5XgOCwNMznKWrlTnhSPV3EBIqoIDn { top:18.0625rem;left:15.875rem;width:14.625rem;height:5.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTMnbHVuhMDaqEHqRSAMo38o7TAQ8OgT { top:16.75rem;left:15.875rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIpRi9wT2qhxXgWEEKuRRWtLqiPP33FX { top:12.5625rem;left:0rem;width:20rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCX1hxHf92eBNGVDtAxICkz6pKFgSTdX { top:1.5625rem;left:18.5625rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mbig5OrtUg5TH4tVK973SF4kiMtysOxo { top:5.375rem;left:15.96875rem;width:13.5625rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJiCIPotM0WK2Olx1ny14UVP4P7KFSr1 { top:31.4375rem;left:4.5rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2o5E9MeQo5st85tuRmNuzRBvZZXMd2T { top:26.3125rem;left:0.1875rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNc04yhTo4QPIFOEXVK0yQaoqIDoRg9D { display:block; }
 }@media only screen and (max-width: 763px) { #H8993CqJqbvZ78IFNXXkF0gKQdL93AzP { top:23.125rem;left:0rem;width:19.25rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxtAwFcPIB9I0rBdlXTy6ZB0SNVf5mPU { top:18.0625rem;left:0.1875rem;width:14.625rem;height:7.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRnTT0sEFy208yeWQqB4N6yAHw0AoEm7 { top:16.75rem;left:0.8125rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZTtKK1CN3Q6m3zpuESam5vLWeBioRJK { top:12.5625rem;left:0rem;width:20rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sn14qu7wrKglVaFWAFqfBTTfeQKKvTZR { top:1.5625rem;left:3.75rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHcGRQCNIN4oMQk50h4Mp8mxf8ZqTt4V { top:4.625rem;left:0rem;width:13.6875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzIhboLeEUih2hdfy83Dw38ir87q145L { top:0.375rem;left:8.625rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pk8cAyIXboStJkSPt6rOMJb0Dwlxz9bN { top:5.25rem;left:9.75rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kL4BZ89GR42L0bZ2Rzrc2RLpKnUNR4V8 { top:3.125rem;left:9.75rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pap1vxnNmVrI1hTTVG863MJogn9RkzEZ { top:31.125rem;left:17.375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8HJUtRWV4RIlT6gegWkUHpk6W0I7AiD { top:31.125rem;left:2.5625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDT063oxpB1ATRopDasMoFuTWgTPHZ0e { top:0rem;left:24.5rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Io2JmiwRX80gTXzaLg998PK9PPJ6VUTX { top:2.0625rem;left:25.0625rem;width:6.125rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BL7d3XZ316yHaUxHTxmH62RXn1GmF2eC { top:21.25rem;left:32.25rem;width:14.875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fz1436BavhTuuAqbsp1HVI7WHn46l3rP { top:17.5rem;left:32.375rem;width:14.625rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoAtpTVPaAm2tlp9XoQEexK2Czffk0Rr { top:16.375rem;left:32.5625rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gg1M6XeW2TUVT3bGrKFhXgLTVBb7nIy7 { top:12.1875rem;left:29.9375rem;width:17.6875rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiTzU4cbZMxzkRE6GsJ0Se2DF1x6wy3X { top:12.1875rem;left:27.625rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRUqLlxBVKCa0t8gSb3DTDzgBSc8mbDq { top:1.125rem;left:35.3125rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPJeMITPiL3Rps0rs64Cly4srHWVGGUi { top:4.6875rem;left:32.375rem;width:13.0625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9U9HrxfubXA3MUF0eBtCrTvJhdSAkkv { top:0rem;left:40.375rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpE8Kul6P8DobuMpZ5WCsqTTqWawKyhl { top:5.125rem;left:41.5rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovVu1UMrSlQHZQUONPGDBkfTd60lKXQZ { top:2.8125rem;left:41.5rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9nvwTQnPTFstVE7hc4OVAc2rxHpBf0i { display:block; }#b9nvwTQnPTFstVE7hc4OVAc2rxHpBf0i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mx8LnPPLJVwMn8JUAH1Nsw03Je0Z70aA { top:12.3125rem;left:11.75rem;width:20rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfFSzCOZRnn2a5QcEyWTP7sRybtqLTF0 { top:16.5rem;left:16.6875rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nADXSlx3AOTeeCpdGIJ6g9TOtrEGU3v2 { top:24.9375rem;left:16.0625rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvZm8y4gFpceXIfi2g2bQlRnh6gsDF3W { display:block; }
 }@media only screen and (max-width: 763px) { #DtXylTcGCiqIetxD0vCtaVnRAGrkO2Wu { top:17.875rem;left:13rem;width:18.75rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnrNATZAT0vK3vKg8O0Vs7lxToI30AgC { top:1.3125rem;left:19.4375rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7BfXli7NLeHRx7qXOCuPslF2z1Imyeg { top:24.9375rem;left:31.9375rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mod8VwZRIO1QlKFgCr4X0V0i3kShUQxS { display:block; }
 }@media only screen and (max-width: 763px) { #W3vHIDrZKH8ewq3yQAu5w53RqfNpxS2b { top:17.875rem;left:32.375rem;width:14.625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxqG4JsHLbUAeEOOC4Txq3pKVMDdvnkr { top:12.3125rem;left:27.625rem;width:20rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7eLDhtz9dXaCs3B7vFoyTCWBUVg250S { top:16.25rem;left:32.5625rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iH2lNVdTTN0ZTMkc192gdW6vBiqhoDFe { top:1.375rem;left:35.5rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyugPPClvNWPuoKxVWrXpMDvSuo99dNk { top:4.6875rem;left:17.4375rem;width:12.75rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSUdoRtAVybCtMxuE3urrC49T5HGJ7I2 { top:3.8125rem;left:32.25rem;width:14.875rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDaOTamD1xGRaKT0M4NCwtyHiLtp470w { top:22.4375rem;left:16.34375rem;width:14.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e120JEHuwr8uZgw1TS97eTxccHZdMepU { top:22.4375rem;left:32.21875rem;width:14.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsxrAPsnZMAzm8IdDd2wKsD3uo3ocIMX { top:0.875rem;left:24.5rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4TMatpwJ8LwRVJgeRMnlVSk0GXrTJtI { top:0.75rem;left:40.375rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEfBdKSDTZkMzH3i8TrNkmvTQ3Kp4VL0 { top:3.25rem;left:41.5rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcrfd7HqH6zQpIstgs7USwpNGk6fAn6E { top:2.25rem;left:41.5rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h85LkwhVsgnIQeoeHod8KroVNb3BosMD { top:5.375rem;left:41.5rem;width:6.125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0WcOPX675ISfKnU4pHZkzWZP5F4pNw9 { top:2.375rem;left:25.625rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTOylDBqhF1fNczHvPTOuUoQl4yol45L { top:3.375rem;left:25.625rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3MIeMi5dCe45cbO4wmfFaGItUiiE4p3 { top:5.375rem;left:25.625rem;width:6.125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNr3JJIpC1euRe0uoeUm15WUhfOMB34B { top:20.1875rem;left:32.6875rem;width:14.9375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bd7FMg2QMnzVRRdQkRIEt9E7LVqblhnB { top:30.375rem;left:34.25rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDQZ5LlzgK4Qkk07AwqHMXoHlpyfiHW3 { top:30.6875rem;left:20.4375rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6197bPq3xQKAe152THL2Vl7xH8eubvu { top:30.5625rem;left:36.375rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWw3ymHEAhQXgXHyyxHclLTlHBTN1Tlf { top:30.375rem;left:18.4375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsO9TATAKGNBICJGX6oCpV9M8XZU2FhT { top:24.9375rem;left:0.1875rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMBd4PT6hz0V4652UUHJ3FZoAAxK26gr { display:block; }
 }@media only screen and (max-width: 763px) { #IDq53ducrTGm2bq6elhzOViUqTE5TpGE { top:22.4375rem;left:0.46875rem;width:14.9375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPCZxNzwTBbBB42yZ2AQF74OR7JU6NkB { top:18.375rem;left:0.1875rem;width:14.625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4SkW81fPMkLoHQhDtC9aeuZL6RCGS7h { top:12.3125rem;left:0rem;width:20rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuaT8z7sVtyrlZe9nGkgHtoULRq78k6g { top:16.5625rem;left:1.09375rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAkAvPaBQJPRpI3iq6FTSsyvSXkKBRho { top:4.625rem;left:1.28125rem;width:13.3125rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiPmXugtwctaqbhmom9Hkq0RnAnbhPus { top:1.3125rem;left:2.4375rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxh9fF7Q2QCCTFTSbA4GERd1nAW1ny66 { top:31.3125rem;left:6.75rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JS58vJIIBRpiCAkmFTXnBKoeSdIVKmfl { top:31rem;left:4.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7hk4Jz2vfemzVbvvevyMWsXD7teImKP { top:1.6875rem;left:9.75rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1RMUls3N6mGtE6M7XFdcQKSu23JM7Qh { top:0.3125rem;left:8.625rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r46asdBlpoV5crXHr2rJGvdGiFq9eG0L { top:2.8125rem;left:9.75rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEagfsOTqxFbp6dV1TxbMSO9JVFURG7h { top:4.9375rem;left:9.75rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGq6gzVr134KquMlv1mTbRe0x8FN4grh { display:block; }#CGq6gzVr134KquMlv1mTbRe0x8FN4grh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n6rhbJbzlJyaXyUoVePSAcz1oPpC4M1W { top:12.3125rem;left:11.75rem;width:20rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJby01iOTeShE3IDJ0uhMiiSBuLfff15 { top:16.5rem;left:16.6875rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mw6zl3a7FnozozBr2uhbISPmO4bCTQwW { top:27.5625rem;left:16.0625rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoTVidTXyJMTlTNytrEkKxwouR3dKIP1 { display:block; }
 }@media only screen and (max-width: 763px) { #vWOZUm43sVkMMO5gKvPza6CIo0vMa8Tv { top:17.5rem;left:13rem;width:18.75rem;height:5.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmtmHk9E8VzyRA6tJOWacfXlqzpVl9Jb { top:1.3125rem;left:19.4375rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aq3HPUASXb1SV4J67LqgXrLPSJTzBghG { top:27.5625rem;left:31.9375rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNE2ry85Ge0IK1cUBTliOh7cFZZA4mTT { display:block; }
 }@media only screen and (max-width: 763px) { #q1728too3ofIkPLDnsMk0snDGkGLSXRp { top:17.5rem;left:32.375rem;width:14.625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTFl5V6eAWlF7iD4sD2zDFb6ZFrMxP0F { top:4.375rem;left:0rem;width:13.1875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JorokTegXbWFZTpecDbXkv4uRocBvtTo { top:12.3125rem;left:27.625rem;width:20rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZ8RvdVvgTqmA8D4TUMJ0z4DuzAAvMDm { top:16.25rem;left:32.5625rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQXtbuepng6nqtidZyeMZXKTCBaMA5Ww { top:1.375rem;left:35.5rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6FsTiszEZOH6UR5gIQRr8x9ee190nDE { top:27.25rem;left:0.1875rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiUArx2HEup4kiaKKIUpar1lzBgifDW0 { display:block; }
 }@media only screen and (max-width: 763px) { #t2oZVgBfxEd6SoPdCW7CIUod0x4zbFdO { top:20.8125rem;left:0.46875rem;width:14.9375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3nliMMAJaWNwqIHKVQrR9HEQd2M7UMa { top:17.5rem;left:0rem;width:17.4375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvtiZWmPCNsDG6S81I8SprPMvIilzHRe { top:16.5625rem;left:0.8125rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZtz7fXVb9SRC0MQDWfCUZLrOCmFpxFi { top:12.3125rem;left:0rem;width:20rem;height:0;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7iMUbBPd85lBAyZ86rs9Wmq5EgWBShf { top:1.6875rem;left:3.75rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBIF5rU1kVOTBMxcrQCwLNWq90fFKe96 { top:24.1875rem;left:0.46875rem;width:14.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykVAK4r65FTPIteORAqei7FsBPyVqhAI { top:26.125rem;left:16.6875rem;width:14.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cA0rDewyD1uxUptgS4mSeCteM5zo5EKS { top:25.25rem;left:32.21875rem;width:14.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkJtqIRwJ3OOJ6hc535xI09NnV0nIrqp { top:0.875rem;left:8.625rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpSnRn5DQ8TJxgUtM9MlUicgs9kLtwAk { top:3.375rem;left:9.75rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2ibWr4yENnms6IqS802ovPUMXfT1ahX { top:2.375rem;left:9.75rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLB4W6lxMJ04y1Tlq6sD9QLzars566Dd { top:0.875rem;left:24.5rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKnHyZqz5wMyFfZl3uKhwPM1WlIErbBZ { top:3.375rem;left:25.625rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwXLdGro4kNOHu9ZSkpvUSK4pJ7IrQZQ { top:2.1875rem;left:25.625rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC87BNWtL6iTo8s4OBLqTIKJbTs9vfSc { top:5.5rem;left:25.625rem;width:6.125rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOZLT8nzPUpAk2oR9hbfzBQDmOvSIHKt { top:5.0625rem;left:33.375rem;width:12.625rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiGgm7ZnvbTgdODE2NaW42zJ5pTNkHyf { top:4.6875rem;left:15.875rem;width:13.1875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzDcmerzGv9S3Wf6kkLLFf3yXZXGqboQ { top:21.6875rem;left:16.6875rem;width:14.9375rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpg84kdRNGaBUBCVFegooestqiaSXUpc { top:21.9375rem;left:32.21875rem;width:14.9375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDe7iWR7zFl460smdRTXUxKcbTC0R4vi { top:0.875rem;left:40.375rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwu8XQDgXleGMzUVig8sDLWJiKh4EW0G { top:2.1875rem;left:41.5rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIM5Xxq3xFpVBzNRcF8tkmarf1LtSGm9 { top:3.25rem;left:41.5rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1fzdLN5RiBHUlNQEtgyI8GWG2BWOH97 { top:5.375rem;left:41.5rem;width:6.125rem;height:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoK7tHoAlEfGTVDQLmXLDp7hikrX7803 { top:32.625rem;left:34.25rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HK6yKfXJrox9dDZ82kd5AC1uNtFodO7v { top:32.625rem;left:18.4375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDOMi3BPKg7LD2WX3BckQlGyXNoG9VeA { top:32.8125rem;left:36.375rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6fT7ubhxQwCWJD9l7BUW97P9R2OyfJk { top:32.9375rem;left:20.4375rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5p3SVQOCfP0N1r1UCoiU1Ia3w14CJCK { top:32.625rem;left:2.5625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBWLndHn4xGHFM3BUnvU4rzKAso3qOVZ { top:32.9375rem;left:4.625rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4nzDtfl2UREHbggWhNIx253JS5eM9uK { top:5.375rem;left:9.75rem;width:6.125rem;height:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLEhT8QnDV21T4UTK3T9ambVNRDy1xbT { display:block; }#wLEhT8QnDV21T4UTK3T9ambVNRDy1xbT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mzMZsOyrKF638RZDobt5KNQD9IvOikCf { top:2.125rem;left:0rem;width:47.75rem;height:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWdDucTpNlHXToMQtkNkot7i26OL3gDS { top:3.25rem;left:0rem;width:26.375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yq1xyCWyKh9LR9bPJTn5diMHlbOGIFpD { top:10.125rem;left:0.8135414123535rem;width:25.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Opue7iIlfufmF60iTWR2d2l4bT2yuogW { top:13.0625rem;left:9.75rem;width:17.5rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciZbNBFgTCgZdsHIsJBD5Zb4391P9hXN { top:13.4375rem;left:6.9375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHka0C8SoOU17hJz2hLA9rlwJ8cwqJbV { top:17.3125rem;left:6.9375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nf9DmWLAA8p6C8Iua47lqxpC0rRIFcq3 { top:17.625rem;left:9.75rem;width:17.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSm8oo3MkkmXsnG3cSxkEbRBS4DchcU6 { top:8.125rem;left:26.5625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymqAFttKeO7N3gVWqNOtnzKWTvrWRnQJ { top:8.125rem;left:29.125rem;width:17.5rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJTaUd7QCPL8wlurKvyeMf8FScfhRTCt { top:9.875rem;left:26.5625rem;width:17.5rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUsPTRC2srdOhoOxqwxJUp5zOZJm6PaD { top:14.125rem;left:26.5625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfAMTsNnEBSOHwmKmmbcuiCJysIzBGx4 { top:14.5625rem;left:29.125rem;width:17.5rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hr7yTK5rULulkm2yTVKrVgIdUi78T7gX { top:16.0625rem;left:26.5625rem;width:17.5rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rui7PPdZPPRmqJuwLIXCJSCTuLBKRKaX { display:block; }#rui7PPdZPPRmqJuwLIXCJSCTuLBKRKaX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y2Ekx2CgdBPnd53qqAMhTsC9tuXVi62H { top:3rem;left:13.0625rem;width:29.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgiRF7lOmGTy1MuvyI2BxWflpnWEtbxF { top:2.5rem;left:45.5rem;width:2.25rem;height:2.25rem;display:block; }
#ZgiRF7lOmGTy1MuvyI2BxWflpnWEtbxF > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #GkAocgnCHOgb0OXzT6gG4pChak0TTeL1 { top:2.5rem;left:45.5rem;width:2.25rem;height:2.25rem;display:block; }
#GkAocgnCHOgb0OXzT6gG4pChak0TTeL1 > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #K8bdBbs7BUlKRhPpWgfdNRvGhQ2rSMkt { top:2.5rem;left:0rem;width:11.6875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr { display:block; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .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) { #tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh { display:block; }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e3HsQgT5bUaXuaSFXxOr1xr1xsqiZMto { width:8.9375rem;height:1.8125rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1R63ZZnqVOWOTlxaR77R68bfQdXZ7Tg { display:flex;top:1.625rem;left:10.625rem;width:1.625rem;height:1.625rem;z-index:15004; }
 }@media only screen and (max-width: 763px) { #Het46wLSIuEFnQqXTyXn3KW60XcEnngu { width:7.8125rem;height:1.1375rem;top:2.0562496185302rem;left:12.1875rem;font-size:0.8125rem;line-height:1.4;z-index:15003;color:#ffffff;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #uXA6G9mgMHvFiuEeXIrqIgMqtzsaXpRo { background-color:#282830;background-image:url("https://images.assets-landingi.com/uc/d2680dcf-c8e0-4a30-966b-5594c2cc3815/dniotwarterodzinaCHRTK.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#uXA6G9mgMHvFiuEeXIrqIgMqtzsaXpRo.adaptive-delivery-prevent-bg, #uXA6G9mgMHvFiuEeXIrqIgMqtzsaXpRo.lazyload, #uXA6G9mgMHvFiuEeXIrqIgMqtzsaXpRo.lazyloading { background-image: none; }#uXA6G9mgMHvFiuEeXIrqIgMqtzsaXpRo > .row .container { background-color: transparent; background-image: none; }#uXA6G9mgMHvFiuEeXIrqIgMqtzsaXpRo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXA6G9mgMHvFiuEeXIrqIgMqtzsaXpRo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXA6G9mgMHvFiuEeXIrqIgMqtzsaXpRo > .row .container > .video-iframe-container { display: none; }#uXA6G9mgMHvFiuEeXIrqIgMqtzsaXpRo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXA6G9mgMHvFiuEeXIrqIgMqtzsaXpRo > .row > .video-iframe-container { display: none; }#uXA6G9mgMHvFiuEeXIrqIgMqtzsaXpRo > .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); }#uXA6G9mgMHvFiuEeXIrqIgMqtzsaXpRo > .row .container { width:20rem;height:29.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zNfmeoCdPatsuKF7n0UbrJ52lt9AdRn3 { width:15.75rem;height:5.625rem;top:1.1937503814698rem;left:2.125rem;font-size:1.875rem;line-height:1;color:#ffffff;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cgNGLrQg1ZrCuqBPuenVCt6cTcZzem6b { top:8.1875rem;left:5.25rem;width:9.5rem;height:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zONZc2FHVVrbr25C78VWkvUO9AKxFHO2 { display:block; }
 }@media only screen and (max-width: 763px) { #Cf8uiJSJ0EWvsx19PwzkGo4AiFMeJwcl { display:block; }#Cf8uiJSJ0EWvsx19PwzkGo4AiFMeJwcl > .row .container { width:20rem;height:68.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 .widget-regular-label { display:block;width:16.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-input-text { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-textarea { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-input-select { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-input-button { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-checkbox-label { width:15.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EW49R55ihTVkfex105TPOKT36GrukML1  { width:16.6875rem;height:auto;top:9.1874990463256rem;left:0.40625rem; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .radio-container { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EW49R55ihTVkfex105TPOKT36GrukML1 {display:block;}#EW49R55ihTVkfex105TPOKT36GrukML1 { width:16.6875rem;height:auto;top:9.1874990463256rem;left:0.40625rem; }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #x40XJ2JudzDloLhQlrOdsTbGKkFmxnQf {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #HJIhrbAfeUz9AMqgUIJwHaliwzyW8O1E { display:none; }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #PAZp7szAlH4qIMSLNT48KfELEC67FHMz {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #bRA2ydzBritGXeapdFn9O3DdRDukVAxt {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #f57Z6Ti0B5HgIrcARKS9yxwdyhTpRg3k { display:none; }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #uTy8rcD7bOOl794auJmFgdJeG2B2HoLG {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #tXPnIEdJWEqr0S6OZr3Dd2PVBXGrsw9u {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #SSQnmVC59hxKSXzyTneqSSQDSPWPZwgy { display:none; }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #lzgmTyVFvTasHuTLm2KTv7V5s4a6TmPL {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #vxBoet6x4qczTOSUJAIdSZnm2WTlUoDn {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #HpNuhnFCuZlsfgW3eKg6CxwXhsOl6ngO { display:none; }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #z6WZ4K5OP5AfQm2IOJ1RuD7Ek0XqlDnM {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #Qccw0LMoWMvsyGGoQzzoZyCJhU5HziDc {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #aetJhWkyzLdhoI7TaMpaGIeILduonQcW { z-index:2; }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #L5ZaI7IRT9twdpc58FSJ4lnkh3sE5AsP {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #z4LyhCUyaBOTqD6vwgtpoUJDsrbozF4f {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #cf5yyTNLELRpNfApXNBt26iI30oXdeSR { z-index:2; }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #h5xTaZgGGfC22C5PPKt8IqHddT9ubea5 {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #R0X9SaBZ8fRxMlVVNpAVTTVTGbVLZnuI {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #SxM1h6OJrGhsvfZkMf2ZM6cxewUrdZTg { z-index:2; }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #Hx6S1IcDm9ebTwuHcZTgStasrtvC80QG {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #zK0D2LiWmxXVXUmeCN5ieUTfklf6MHoO {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #kDsfpsohIPWxrJpuLt3HhR3SwALFJ9RC {  }
 }@media only screen and (max-width: 763px) { #A0aE1zo4wQgxWlczviLHe8qlPSUfgKUy { width:20rem;height:3.89893125rem;top:61.262502670288rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id9w5eKfTgJvebt39mVB06T8LXVLtUku { width:20rem;height:4.98535rem;top:1.7250003814698rem;left:0rem;font-size:1.1875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cPaCprFTnKmxeRZ0FpaAKk89JRPWTXTQ { display:block; }#cPaCprFTnKmxeRZ0FpaAKk89JRPWTXTQ > .row .container { width:20rem;height:18.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KWWTZIkJIeOtmJ42MxN3MVEyaafVMNHS { width:20rem;height:1.875rem;top:11.99951171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LGT3NyMNGdttOe9R6zFqe0ST5vdp6gWF { width:20rem;height:4.875rem;top:2.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ha9o2AChPpZQ7OTEk05e9cLW2rJxn49o { width:15.9375rem;height:9.1rem;top:8.4364585876462rem;left:2.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #woqDGpICFuF2Ub2dCrQX09GIFt8FUtWH { display:block; }#woqDGpICFuF2Ub2dCrQX09GIFt8FUtWH > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A3rv1SUnTTVa12qT5ePLaIUF4H2c8V0p { width:20rem;height:30.625rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0OX7GeruOhIXD13d0NyHJONpNdSctko { width:20rem;height:2.6001rem;top:6rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRl1WVB6HTZp9c6L3CIhQnLSn8wyQU2L { width:20rem;height:1.625rem;top:9.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3QxCoMUWU1mT8WTsleqZnPQLrKqyb8O { width:14.6875rem;height:2.76205rem;top:11.875rem;left:5.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gN8v5KfdmxyKoz05Hzn5DN4UZ3zMfHLc { display:flex;width:2rem;height:2rem;top:12.25rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #mD88zhqk1ZAp77ZuJTH2txMr8T1sz29y { display:flex;width:2rem;height:2rem;top:15.5rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #LuLxklUcCTKMNKWiUesHSDoZ5C6nwcR8 { width:14.5rem;height:1.38125rem;top:15.5rem;left:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxuxGmTLiMKpAgs9m4DrN0Ng9KchgF5m { display:flex;width:2rem;height:2rem;top:18.125rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #z6XybqaQRKT6KWCc3PFKBlu47yNQS7ma { width:14.4375rem;height:1.381025rem;top:18.125rem;left:5.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBPE3kKb4lfpHtsyIZ7pTKc1LQC07drB { width:17.4375rem;height:4.143075rem;top:20.375rem;left:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEF3LlmhgSkZFDANDgc3DiSd6TOl7MQE { display:flex;width:2rem;height:2rem;top:23.9375rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #CecxCxF5lnnptMZpPPz9mv5izhuGJJsD { width:14.25rem;height:1.381025rem;top:24.5rem;left:5.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jxo9BEyON8DCNzBh7ODRqdFUabPpVxsF { width:17.5rem;height:2.76205rem;top:26.125rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfCCsmbK3TskRb6dk1cRnEH6PJvBNcZq { display:block; }#VfCCsmbK3TskRb6dk1cRnEH6PJvBNcZq > .row .container { width:20rem;height:170.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JCrU9r7yyWbQd126QTnMDPhPhgkcOQod { width:17.6875rem;height:3.7375rem;top:17.25rem;left:1.15625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwLVWQUuZvkJ0Cy65fQAiblh4B7CTM2M { width:13.6875rem;height:0.1875rem;top:17.3125rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ug5sChZ6qguSyylTI9FuN4AaEnAmvmn2 { top:27.375rem;left:2.5625rem;width:14.125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ny7y0vTAkrTPf0cRvhpkq43uKQ4cpNpO { display:block; }
 }@media only screen and (max-width: 763px) { #nJA72Dv4ZTTNchUiuku7g4xBp9DloDag { width:10.1875rem;height:14.125rem;top:3.0625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uApiwQOCaTsgLA1or8TSOkkT4LkTXe0u { width:13.6875rem;height:0.1875rem;top:17.0625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HT2zDtznlkZWNL4y2GyhPLJ5hbObLoNA { width:11.8125rem;height:6.875rem;top:47.1875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZCuVkTqgW6OhFCw97Edu68Ef2DVyqHx { width:20rem;height:3.7375rem;top:54.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDMbpVghCABxKXag3PnET4JyaIcX6ZuR { width:11rem;height:10.6875rem;top:43.3125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOEA8m3eOWveWOnRvsSvJQlTvlWI0UQf { top:65.3125rem;left:2.25rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pq3n2hNWnzQET0LRvNnednVG2BdO7KUI { display:block; }
 }@media only screen and (max-width: 763px) { #zww6M3fECoLLTeEe38UXVf0HLMtP12ed { width:13.25rem;height:6.8125rem;top:10.5rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsg6KdVWM7SGFof2LyTn4iq6ylX5LHHL { width:7.25rem;height:7.25rem;top:3.875rem;left:11.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kareurPBUs228HnD6ksyTPDJCP7UxSSz { width:7.25rem;height:7.25rem;top:41.984375rem;left:10.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKmkFfeOk7lkITSBrcLP5z71BZStyVBC { width:6.125rem;height:1.05625rem;top:82.625rem;left:11.8125rem;font-size:0.8125rem;z-index:15122;display:block; }
 }@media only screen and (max-width: 763px) { #aBFJn8Hu1SqD9TWcbQAvhL1aG49NqMsH { width:6.125rem;height:1.05625rem;top:43.3125rem;left:11rem;font-size:0.8125rem;z-index:15080;display:block; }
 }@media only screen and (max-width: 763px) { #twvay5T6eECnClcRFSh1ETS4vEo3w7FB { display:flex;width:2rem;height:2rem;top:32.25rem;left:4.625rem; }
 }@media only screen and (max-width: 763px) { #T03XCqwEODD3VIOvBTW3ahI9ZrI2Bdfy { width:8.75rem;height:1.3rem;top:70.6875rem;left:6.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EuFRW76UrS2lBEryXxou9l7zeVIRaQV0 { width:8.75rem;height:1.3rem;top:111rem;left:6.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Qoda55RANZRG9RNvQMdCd5JVIVZm14Qm { display:flex;width:2rem;height:2rem;top:70.3125rem;left:4.5rem; }
 }@media only screen and (max-width: 763px) { #gdr1xzao9JkXINTG7mT9Dt27rZwDZdN7 { width:6.125rem;height:2.03125rem;top:44.59375rem;left:10.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZyQM81UvT6yZggpqdbAK07dD1xJVPOC { width:6.125rem;height:1.05625rem;top:8.515625rem;left:12.21875rem;font-size:0.8125rem;z-index:15121;display:block; }
 }@media only screen and (max-width: 763px) { #T6M99fOIWvVdHWrSmoHbuxIL68iyxVgN { width:6.125rem;height:2.03125rem;top:6.484375rem;left:12.40625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsLS0A8FzxqL8eLTmyoFasHr4sH9029B { width:6.125rem;height:1.05625rem;top:85.8125rem;left:12.0625rem;font-size:0.8125rem;z-index:15119;display:block; }
 }@media only screen and (max-width: 763px) { #SAMJyLF6AC6lThADMnXvmwVamFHI1Fs6 { top:105.5625rem;left:1.875rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSB9iayqimzv9phdgRVRfoUC9Ta2Cxqg { display:block; }
 }@media only screen and (max-width: 763px) { #RPlkMdz6oF8lgFTZFa9Dl1DPkVybZvu2 { width:8.75rem;height:1.3rem;top:32.60000038147rem;left:7rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Sbpldq4x3Ur7dVg0sdNomLI7saucew3w { display:flex;width:2rem;height:2rem;top:24.775001525879rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NT3SZkDFBrMRQedb597RCgDDmrGUQv9A { width:20rem;height:3.7375rem;top:93.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpWw3f7niNKyxqzL6qz8CLQKRfpR9IMh { width:13.6875rem;height:0.1875rem;top:17.25rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #E12RR6QQdqG57hA6qOy13OEipb4APak2 { width:12.9375rem;height:7.5rem;top:85.8125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mi3uhNCMu3XdFPmToZHvriWI7VobJcil { width:11rem;height:10.6875rem;top:82.5rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtvgTna2HeVdeo5GfwSNyw0MnkQ9rH2h { width:7.25rem;height:7.25rem;top:80.625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFCnTdfB2UnE1M8GLz1IRIhKWZD4TPD1 { width:6.125rem;height:1.05625rem;top:46.6875rem;left:10.75rem;font-size:0.8125rem;z-index:15131;display:block; }
 }@media only screen and (max-width: 763px) { #KBxi63GPGIycDsOyM5z7ZgKRKNPIcSzh { width:6.125rem;height:2.03125rem;top:83.359375rem;left:11.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJHOTQle5WeoIAQ5qqOckx8ZIMFPzL5d { width:6.125rem;height:1.05625rem;top:5.6875rem;left:12.28125rem;font-size:0.8125rem;z-index:15081;display:block; }
 }@media only screen and (max-width: 763px) { #vl66FiEWqzP977F85ObpifVmtMTK0Fr6 { width:17.75rem;height:5.60625rem;top:113.55rem;left:1.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3PX0b0LwQpa3sxN9znMelE2TNr0UJ7T { width:17rem;height:5.60625rem;top:134.16875rem;left:1.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Onn6Ku2EZRraztFl8d0TKZoPpsl4wZUT { width:17.875rem;height:3.7375rem;top:153.65rem;left:1.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0VS1b16xbHtf1xi195RzfmpEbnKlpIi { width:17.0625rem;height:12.5125rem;top:120.40625rem;left:1.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SXpD9BR44k9UuVZfzbrAJxfLG54gBgp7 { width:17.5rem;height:11.375rem;top:141.025rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #usFfb3O0dJsmx1s9IToTUdwVDDA3F8y1 { width:17.5625rem;height:10.2375rem;top:158.6375rem;left:1.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I9XtIh8SAvdpXQrkrdCaFGn47Xmgo8e5 { display:block; }#I9XtIh8SAvdpXQrkrdCaFGn47Xmgo8e5 > .row .container { width:20rem;height:124rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTs22iRgAlrE2udvCVetRK3mDhNUU8gi { width:13.3125rem;height:7.75rem;top:10rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgTZoxhercTJIiPuq4NSywMgwimUPtfH { width:17.6875rem;height:3.7375rem;top:17.749999046326rem;left:1.15625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THqqBPaRDZ1INeVUDndsTDg6kGM517AG { width:13.6875rem;height:0.1875rem;top:16.5rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ezxflM39fWdd6aHX2xhu31m3uQz7DZyV { width:14.9375rem;height:3.4125rem;top:25.1875rem;left:2.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NFV7Da2rgBFgBqiDNENB3sLmqVs2mWfl { top:28.625rem;left:2.3125rem;width:15.375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTiUy8IaQuKXEqZN9aMDuSbP3K0skryH { display:block; }
 }@media only screen and (max-width: 763px) { #HIgaNDbRTzNEABFFJuv2MiOSdVEQy4Ml { width:14.625rem;height:3.7375rem;top:22.375rem;left:2.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z19En0aTPQN7NkWyP6rHDlyRvTCMHkQ6 { width:10.1875rem;height:14.125rem;top:3.5625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkL1dIO0LuanhQvdEoww0GslrqR54rSU { top:67.0625rem;left:2.25rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpSUfJS0cyMzAh3noXfTvLBB2LC4V8al { display:block; }
 }@media only screen and (max-width: 763px) { #fWe6rsQiaJ0PWcBRL38WvhMyaV6VNtCl { width:14.9375rem;height:3.4125rem;top:63.6875rem;left:2.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gUw8FHfKSGFGU7CGGP94MaaFbzIXUfWx { width:14.625rem;height:3.7375rem;top:61.0625rem;left:2.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HG7FErqI7TwiNpX1QXzx4PvpWwI3Pd1K { width:20rem;height:3.7375rem;top:56.3125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElbvnpzFwFbZFNPAQgotWVGWNSfkkMZK { width:13.6875rem;height:0.1875rem;top:16.25rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lm46AA06erkDPtyvtoTCrfN0cUTiUV3p { top:107.6875rem;left:2.25rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ofd4IPNlfzrhWw9W2RM6pNMwTTkh4tpI { display:block; }
 }@media only screen and (max-width: 763px) { #ytciGqTXut1ZrsHrb6F3LyeeibXZ8QS5 { width:14.9375rem;height:3.4125rem;top:104.25rem;left:2.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rSWOSrGlPlxzbsR6yg9QphZaSDLywqzr { width:14.625rem;height:3.7375rem;top:101.4375rem;left:2.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZBBpbtA4xSGdSDCnhcGATnaKfZopVLk { width:13.75rem;height:7.875rem;top:88.5625rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CO9H9mL4CSV116rAEOdQaeGOxuuIeK9i { width:20rem;height:3.7375rem;top:97rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLhV6wC8UxWVRID8BXRSLZggkkLD2tmV { width:13.6875rem;height:0.1875rem;top:16.25rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IeTZoWa6Ua3Eqot0JXBeRU5E9XMhesvd { width:11rem;height:10.6875rem;top:45rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUltmNtxf0FA0yPGwa9ebr9b3vfEsMA8 { width:11rem;height:10.6875rem;top:85.6875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQ5OM8bflnl9A4clgqhXleTXFu4z6DEO { width:13.3125rem;height:7.75rem;top:48rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeUVmMGfPPAEXAD8d9l4AhWl7uSET0AX { width:6.75rem;height:6.75rem;top:45rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6kNn08BRt0lbXGudIMEqT0nN887apcR { width:7.25rem;height:7.25rem;top:84.3125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZxT1QqzC3BVU7CEue92hbAJQ9L9qm11 { width:7.25rem;height:7.25rem;top:4.375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLpcqkBVw6BHGkO210zeAGqDHSfwydTN { display:flex;width:2rem;height:2rem;top:112.3125rem;left:4.625rem; }
 }@media only screen and (max-width: 763px) { #kg2OAbRyNQEsMV8WnNOdTbNxBe5zy39p { width:8.75rem;height:1.3rem;top:34.1875rem;left:6.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L8a8g3XU7XPtZwNQ3502hPH7U4wfiBQ9 { display:flex;width:2rem;height:2rem;top:72rem;left:4.875rem; }
 }@media only screen and (max-width: 763px) { #Rh8hJ6TGlTaNVnmCUzFVgE4b4gKW416J { width:8.75rem;height:1.3rem;top:72.3125rem;left:6.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MfiGwHg7n9vhKo601wmwyTA3DwFaBFJp { width:8.75rem;height:1.3rem;top:112.6875rem;left:6.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bPBxBAToJx9wzQyRcfnQTp47QZbzIraO { display:flex;width:2rem;height:2rem;top:33.8125rem;left:4.625rem; }
 }@media only screen and (max-width: 763px) { #VfTlabcqgqcmw0ueuJKWled23raq4g4M { width:6.125rem;height:1.21875rem;top:7.390625rem;left:11.25rem;font-size:0.9375rem;z-index:15081;display:block; }
 }@media only screen and (max-width: 763px) { #ohqvXC2qsEO1rdFr42FBUfU0v4XyOy3l { width:6.125rem;height:1.21875rem;top:85.931249618531rem;left:10.75rem;font-size:0.9375rem;z-index:15081;display:block; }
 }@media only screen and (max-width: 763px) { #prlfvO6TTV4Qmy7AC8rnTWSe5i2XSbe5 { width:6.125rem;height:1.21875rem;top:46.453125rem;left:12.78125rem;font-size:0.9375rem;z-index:15081;display:block; }
 }@media only screen and (max-width: 763px) { #aSX85Tc5rvLJTZWdM4kW3QgmEmV9oaRp { width:6.125rem;height:2.03125rem;top:47.359375rem;left:12.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdzsce66FFEM9X3AUdLm1EoeAE22B2Jz { width:6.125rem;height:2.03125rem;top:86.921875rem;left:10.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioz8fo9RWAtQlChxKWX1uloJ25mRJ0LM { width:6.125rem;height:1.05625rem;top:49.390625rem;left:12.78125rem;font-size:0.8125rem;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #yi54cuTHKLQsVDm8aVpr3w2k0tcqrcF4 { width:6.125rem;height:1.05625rem;top:9.00625038147rem;left:10.875rem;font-size:0.8125rem;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #tmanVMnhWmz7oouzWKeTridEhUzR7KLR { display:block; }#tmanVMnhWmz7oouzWKeTridEhUzR7KLR > .row .container { width:20rem;height:121.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LNq6Vk8ZZQBPMk1frPn9xvw66kAHlqo4 { width:17.6875rem;height:3.7375rem;top:17.187494277954rem;left:1.15625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtBdWN6D4oKM6BcWsdEbe9AQT8J28Ghg { width:13.6875rem;height:0.1875rem;top:16.5rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #llSRQkwDp59E4BWgFFHJ7uRwxgymQCaw { width:14.9375rem;height:3.4125rem;top:24.875rem;left:2.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nswWTt4VIFCGHS27Po9PpOkXN4viU2BN { width:14.625rem;height:3.7375rem;top:21.925001144409rem;left:2.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiR8suFrDwc5zVy8VPMcfJVCX7uMamCa { width:10.1875rem;height:14.125rem;top:1.8125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqxDSKrawAMl72tWHHiDhzFEI7io8buE { top:66.25rem;left:2.25rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGiT4gvC5k4NykpBylBt0CaTBHoPI1hQ { display:block; }
 }@media only screen and (max-width: 763px) { #JTka32LtPCUaLUZIB6NV4HlxSu27vhLA { width:14.9375rem;height:3.4125rem;top:62.8125rem;left:2.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ntVdqseNPrTarQTVeDJJRxQoKGzV7MBF { width:14.625rem;height:3.7375rem;top:59.625rem;left:2.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMrVTWvLDnOwHIW29BFNyJd83nlnbQzZ { width:11.8125rem;height:6.875rem;top:47.6875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXpC7QPrTzDGzoZbStv45ylFdof4hd0g { width:20rem;height:3.7375rem;top:55.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDPaCL4T666e2MyJiRfIGLxEna6lUNyq { width:13.6875rem;height:0.1875rem;top:16.25rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #C1We0cNN0bT5K44Up078TECBCwN0qoZo { top:104.625rem;left:2.25rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMMqnmkzBvFvAMInuT6CDweuf5O6nh77 { display:block; }
 }@media only screen and (max-width: 763px) { #Iogm0tfeTXLPtxwHsuLJhew6sqFZ1Ag4 { width:14.9375rem;height:3.4125rem;top:101.1875rem;left:2.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TfvQJTLNXGzglr3d8x1bDhhDKmDLgzhZ { width:14.625rem;height:3.7375rem;top:98.4375rem;left:2.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1cueSPuhSAX1RPZbWN4cJhtSt9DbHAM { width:13.3125rem;height:7.75rem;top:86.25rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CM63WikhTFaFf3aPBp1EHOBkP69Lf5fB { width:20rem;height:3.7375rem;top:94rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yM9RJC7QiH48WJU6brXmPcJopBe8ypPI { width:13.6875rem;height:0.1875rem;top:16.25rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #W3XwHwEBKaCOK3dJZHEgWyZfLWPlAVQC { width:11rem;height:10.6875rem;top:44.125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuiHfizhCKZyI2dhOouTOTnR6z7o7mck { width:11rem;height:10.6875rem;top:83.1875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #knOwfpZR99oKm5QusPOUhpqSHF25Jyct { top:28.287498474121rem;left:2.25rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fW95CFqn6T4or29KezG1P2BSWIpd462O { display:block; }
 }@media only screen and (max-width: 763px) { #yLSqBf6ZX8kATlWrJlRoVWqik48OlCB1 { width:13.3125rem;height:7.75rem;top:9.1562385559081rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXbsmD7Ur16Tr4n5XD3Tl8JySEPP8ULd { width:7.25rem;height:7.25rem;top:81.375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0SEOAHwow12Mc2BRAVd2Qe5Qqn2dLrK { width:7.25rem;height:7.25rem;top:42.5625rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWyU8L9rp8C8cGHknF8GNCiyS7vfPS1c { width:7.25rem;height:7.25rem;top:2.9375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8bdQfcAAD02MD5bKzqUSAMLDLsobi3s { width:6.125rem;height:1.05625rem;top:83.1875rem;left:10.875rem;font-size:0.8125rem;z-index:15103;display:block; }
 }@media only screen and (max-width: 763px) { #q6afl6O2ETUir9UyqSIN2xosTIQGPTJB { width:6.125rem;height:1.05625rem;top:44.125rem;left:12.25rem;font-size:0.8125rem;z-index:15104;display:block; }
 }@media only screen and (max-width: 763px) { #J8IZk3Cku6zyqVNGnXTkxyaehItWLbpm { width:6.125rem;height:1.05625rem;top:4.3687496185303rem;left:11.25rem;font-size:0.8125rem;z-index:15105;display:block; }
 }@media only screen and (max-width: 763px) { #xM6U0rCMAs0ue1ZGmilrtW86aK7VAsJU { display:flex;width:2rem;height:2rem;top:109.625rem;left:4.4375rem; }
 }@media only screen and (max-width: 763px) { #WU9RwTdXbhHdOcxUxSy8x9VFw5kksSrx { width:8.75rem;height:1.3rem;top:33.375rem;left:6.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XIP18twIdxp9Tx9deoC9COd4Jgk0smsN { display:flex;width:2rem;height:2rem;top:71.1875rem;left:4.6875rem; }
 }@media only screen and (max-width: 763px) { #LlGp1EoxX4abrPwzSN067CE5efxk6Mye { width:8.75rem;height:1.3rem;top:71.5625rem;left:6.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #epSBreeP7K44d3KNEWAzT8GKVEQJZs51 { width:8.75rem;height:1.3rem;top:110rem;left:6.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EPKpJ3UM1Tf4O6J158oF5whiF1uH7z3v { display:flex;width:2rem;height:2rem;top:33rem;left:4.625rem; }
 }@media only screen and (max-width: 763px) { #Gi4g17OqlDdaqXfsZ0TeDfX0Mz4ipLx9 { width:6.125rem;height:2.03125rem;top:45.171875rem;left:12.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KonVAG2CGyZx9p7nG7KeNa7W8MQSK8dZ { width:6.125rem;height:1.05625rem;top:47.6875rem;left:12.25rem;font-size:0.8125rem;z-index:15121;display:block; }
 }@media only screen and (max-width: 763px) { #htC8IkRrr4M81EGpN7s7LdHJ2ALWu5Nu { width:6.125rem;height:2.03125rem;top:5.546875rem;left:11.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEG3KVKViqKN6rUvBXOZ1ru43hUt0EZK { width:6.125rem;height:2.03125rem;top:84.28125rem;left:11.125rem;font-size:1.5625rem;z-index:15122;display:block; }
 }@media only screen and (max-width: 763px) { #HGqSqrNGBTvPkSfSR9RcnNKRp8SMcpdO { width:6.125rem;height:1.05625rem;top:86.25rem;left:11.125rem;font-size:0.8125rem;z-index:15123;display:block; }
 }@media only screen and (max-width: 763px) { #KoGc0KFRwfKk6hpZ4W6uXqJJrKWdMlzm { width:6.125rem;height:1.05625rem;top:7.578125rem;left:11.125rem;font-size:0.8125rem;z-index:15120;display:block; }
 }@media only screen and (max-width: 763px) { #clgLJlNa9Fr7nWlX7OuyKKsvqbcD8zXs { display:block; }#clgLJlNa9Fr7nWlX7OuyKKsvqbcD8zXs > .row .container { width:20rem;height:123.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uDQczHdHB0gxozdxLvWSPy0zpNzCXfTX { top:29.75rem;left:1.875rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3cA9TLmuHdsN4z5WdGLxo74yfTSDXM0 { display:block; }
 }@media only screen and (max-width: 763px) { #gHNSLTBcDUthoa72vZM5IeRXhRxK8hvF { width:6.125rem;height:1.05625rem;top:82.125rem;left:11.125rem;font-size:0.8125rem;z-index:15100;display:block; }
 }@media only screen and (max-width: 763px) { #XQlJAOCBUHHGtoM93V1BXT2JwUwLPoqZ { width:6.125rem;height:1.05625rem;top:5.0124998092651rem;left:10.875rem;font-size:0.8125rem;z-index:15129;display:block; }
 }@media only screen and (max-width: 763px) { #mtVkH7lG8hN1BSGTJbfiqN7WommfDgV6 { display:flex;width:2rem;height:2rem;top:70.875rem;left:4.875rem; }
 }@media only screen and (max-width: 763px) { #wo4Kr6hnaET0d5T9L1CPbwB0JTmrtBXH { width:8.75rem;height:1.3rem;top:34.625rem;left:6.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t8iATWwZQVRHU6zG47MNce8sPuLtu9eG { top:65.875rem;left:1.875rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg4sfzh4tfvPVVGpHi8JsJn00CMOliiJ { display:block; }
 }@media only screen and (max-width: 763px) { #slwinck56SzDxHfHMn1EcNug4bGguBT0 { width:8.75rem;height:1.3rem;top:71.225000381469rem;left:6.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Xzy5XgOCwNMznKWrlTnhSPV3EBIqoIDn { width:14.625rem;height:5.60625rem;top:61.77499961853rem;left:2.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTMnbHVuhMDaqEHqRSAMo38o7TAQ8OgT { width:13.6875rem;height:0.1875rem;top:16.75rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aIpRi9wT2qhxXgWEEKuRRWtLqiPP33FX { width:20rem;height:3.7375rem;top:57.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCX1hxHf92eBNGVDtAxICkz6pKFgSTdX { width:12.3125rem;height:11.9375rem;top:45rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mbig5OrtUg5TH4tVK973SF4kiMtysOxo { width:12.1875rem;height:7.0625rem;top:50.8125rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJiCIPotM0WK2Olx1ny14UVP4P7KFSr1 { width:8.75rem;height:1.3rem;top:108.6875rem;left:6.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E2o5E9MeQo5st85tuRmNuzRBvZZXMd2T { top:103.96249961853rem;left:2.25rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNc04yhTo4QPIFOEXVK0yQaoqIDoRg9D { display:block; }
 }@media only screen and (max-width: 763px) { #H8993CqJqbvZ78IFNXXkF0gKQdL93AzP { width:19.25rem;height:3.4125rem;top:25.33749961853rem;left:0.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rxtAwFcPIB9I0rBdlXTy6ZB0SNVf5mPU { width:14.625rem;height:7.475rem;top:21.21249961853rem;left:2.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRnTT0sEFy208yeWQqB4N6yAHw0AoEm7 { width:13.6875rem;height:0.1875rem;top:16.75rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FZTtKK1CN3Q6m3zpuESam5vLWeBioRJK { width:20rem;height:3.7375rem;top:16.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sn14qu7wrKglVaFWAFqfBTTfeQKKvTZR { width:11rem;height:10.6875rem;top:5.0124998092651rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHcGRQCNIN4oMQk50h4Mp8mxf8ZqTt4V { width:13.6875rem;height:7.875rem;top:8.8125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzIhboLeEUih2hdfy83Dw38ir87q145L { width:7.25rem;height:7.25rem;top:3.625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pk8cAyIXboStJkSPt6rOMJb0Dwlxz9bN { width:6.125rem;height:1.05625rem;top:85.8125rem;left:11.3125rem;font-size:0.8125rem;z-index:15130;display:block; }
 }@media only screen and (max-width: 763px) { #kL4BZ89GR42L0bZ2Rzrc2RLpKnUNR4V8 { width:6.125rem;height:2.03125rem;top:6.0687503814697rem;left:10.71875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pap1vxnNmVrI1hTTVG863MJogn9RkzEZ { display:flex;width:2rem;height:2rem;top:108.33749961853rem;left:4.125rem; }
 }@media only screen and (max-width: 763px) { #u8HJUtRWV4RIlT6gegWkUHpk6W0I7AiD { display:flex;width:2rem;height:2rem;top:34.27499961853rem;left:4.5rem; }
 }@media only screen and (max-width: 763px) { #iDT063oxpB1ATRopDasMoFuTWgTPHZ0e { width:7.25rem;height:7.25rem;top:45rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Io2JmiwRX80gTXzaLg998PK9PPJ6VUTX { width:6.125rem;height:2.1125rem;top:47.5625rem;left:11.6875rem;font-size:0.8125rem;z-index:15100;display:block; }
 }@media only screen and (max-width: 763px) { #BL7d3XZ316yHaUxHTxmH62RXn1GmF2eC { width:14.9375rem;height:3.4125rem;top:102.125rem;left:2.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Fz1436BavhTuuAqbsp1HVI7WHn46l3rP { width:14.625rem;height:3.7375rem;top:99.25rem;left:2.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoAtpTVPaAm2tlp9XoQEexK2Czffk0Rr { width:13.6875rem;height:0.1875rem;top:16.375rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gg1M6XeW2TUVT3bGrKFhXgLTVBb7nIy7 { width:17.6875rem;height:3.7375rem;top:93.375rem;left:0.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiTzU4cbZMxzkRE6GsJ0Se2DF1x6wy3X { width:17.6875rem;height:1.86875rem;top:17.187494277954rem;left:1.15625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRUqLlxBVKCa0t8gSb3DTDzgBSc8mbDq { width:10.1875rem;height:14.125rem;top:1.8125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPJeMITPiL3Rps0rs64Cly4srHWVGGUi { width:13.0625rem;height:7.5625rem;top:85.8125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9U9HrxfubXA3MUF0eBtCrTvJhdSAkkv { width:7.25rem;height:7.25rem;top:81rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpE8Kul6P8DobuMpZ5WCsqTTqWawKyhl { width:6.125rem;height:1.05625rem;top:46.875rem;left:10.75rem;font-size:0.8125rem;z-index:15120;display:block; }
 }@media only screen and (max-width: 763px) { #ovVu1UMrSlQHZQUONPGDBkfTd60lKXQZ { width:6.125rem;height:2.03125rem;top:83.625rem;left:11.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9nvwTQnPTFstVE7hc4OVAc2rxHpBf0i { display:block; }#b9nvwTQnPTFstVE7hc4OVAc2rxHpBf0i > .row .container { width:20rem;height:128.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mx8LnPPLJVwMn8JUAH1Nsw03Je0Z70aA { width:17.6875rem;height:3.7375rem;top:17.25rem;left:1.15625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfFSzCOZRnn2a5QcEyWTP7sRybtqLTF0 { width:13.6875rem;height:0.1875rem;top:16.5rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nADXSlx3AOTeeCpdGIJ6g9TOtrEGU3v2 { top:26.875rem;left:2.40625rem;width:15.1875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvZm8y4gFpceXIfi2g2bQlRnh6gsDF3W { display:block; }
 }@media only screen and (max-width: 763px) { #DtXylTcGCiqIetxD0vCtaVnRAGrkO2Wu { width:14.625rem;height:1.86875rem;top:21.925002098084rem;left:2.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnrNATZAT0vK3vKg8O0Vs7lxToI30AgC { width:10.1875rem;height:14.125rem;top:3.0625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7BfXli7NLeHRx7qXOCuPslF2z1Imyeg { top:63.125rem;left:2.25rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mod8VwZRIO1QlKFgCr4X0V0i3kShUQxS { display:block; }
 }@media only screen and (max-width: 763px) { #W3vHIDrZKH8ewq3yQAu5w53RqfNpxS2b { width:14.625rem;height:1.86875rem;top:56.5625rem;left:2.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxqG4JsHLbUAeEOOC4Txq3pKVMDdvnkr { width:20rem;height:3.7375rem;top:52.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7eLDhtz9dXaCs3B7vFoyTCWBUVg250S { width:13.6875rem;height:0.1875rem;top:16.25rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iH2lNVdTTN0ZTMkc192gdW6vBiqhoDFe { width:11rem;height:10.6875rem;top:41.4375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyugPPClvNWPuoKxVWrXpMDvSuo99dNk { width:13.3125rem;height:7.75rem;top:9.5rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSUdoRtAVybCtMxuE3urrC49T5HGJ7I2 { width:13.1875rem;height:7.6875rem;top:44.5rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDaOTamD1xGRaKT0M4NCwtyHiLtp470w { width:14.9375rem;height:1.1375rem;top:25.0625rem;left:2.53125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e120JEHuwr8uZgw1TS97eTxccHZdMepU { width:14.9375rem;height:1.1375rem;top:61.668750762939rem;left:2.53125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fsxrAPsnZMAzm8IdDd2wKsD3uo3ocIMX { width:7.25rem;height:7.25rem;top:40.75rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4TMatpwJ8LwRVJgeRMnlVSk0GXrTJtI { width:7.25rem;height:7.25rem;top:4.921875rem;left:10.5625rem;z-index:15113;display:block; }
 }@media only screen and (max-width: 763px) { #rEfBdKSDTZkMzH3i8TrNkmvTQ3Kp4VL0 { width:6.125rem;height:2.03125rem;top:7.5312519073488rem;left:11.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcrfd7HqH6zQpIstgs7USwpNGk6fAn6E { width:6.125rem;height:1.21875rem;top:6.375rem;left:11rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h85LkwhVsgnIQeoeHod8KroVNb3BosMD { width:6.125rem;height:0.975rem;top:9.6375007629394rem;left:11.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0WcOPX675ISfKnU4pHZkzWZP5F4pNw9 { width:6.125rem;height:1.21875rem;top:42.203125rem;left:11rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTOylDBqhF1fNczHvPTOuUoQl4yol45L { width:6.125rem;height:2.03125rem;top:43.359375rem;left:11.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3MIeMi5dCe45cbO4wmfFaGItUiiE4p3 { width:6.125rem;height:0.975rem;top:45.390625rem;left:11rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNr3JJIpC1euRe0uoeUm15WUhfOMB34B { width:14.9375rem;height:2.275rem;top:59.393749237061rem;left:2.53125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Bd7FMg2QMnzVRRdQkRIEt9E7LVqblhnB { display:flex;width:2rem;height:2rem;top:113.5625rem;left:4.875rem; }
 }@media only screen and (max-width: 763px) { #KDQZ5LlzgK4Qkk07AwqHMXoHlpyfiHW3 { width:8.75rem;height:1.3rem;top:68.212499618531rem;left:6.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R6197bPq3xQKAe152THL2Vl7xH8eubvu { width:8.75rem;height:1.3rem;top:113.875rem;left:7.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mWw3ymHEAhQXgXHyyxHclLTlHBTN1Tlf { display:flex;width:2rem;height:2rem;top:67.862500190738rem;left:4.875rem; }
 }@media only screen and (max-width: 763px) { #TsO9TATAKGNBICJGX6oCpV9M8XZU2FhT { top:106.68124961853rem;left:2.25rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMBd4PT6hz0V4652UUHJ3FZoAAxK26gr { display:block; }
 }@media only screen and (max-width: 763px) { #IDq53ducrTGm2bq6elhzOViUqTE5TpGE { width:14.9375rem;height:3.4125rem;top:103.26875019074rem;left:2.53125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OPCZxNzwTBbBB42yZ2AQF74OR7JU6NkB { width:14.625rem;height:1.86875rem;top:100.02499961853rem;left:2.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4SkW81fPMkLoHQhDtC9aeuZL6RCGS7h { width:20rem;height:3.7375rem;top:95.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuaT8z7sVtyrlZe9nGkgHtoULRq78k6g { width:13.6875rem;height:0.1875rem;top:16.5625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rAkAvPaBQJPRpI3iq6FTSsyvSXkKBRho { width:13.3125rem;height:7.75rem;top:86.5625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiPmXugtwctaqbhmom9Hkq0RnAnbhPus { width:11rem;height:10.6875rem;top:83.5625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxh9fF7Q2QCCTFTSbA4GERd1nAW1ny66 { width:8.75rem;height:1.3rem;top:31.66250038147rem;left:8.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JS58vJIIBRpiCAkmFTXnBKoeSdIVKmfl { display:flex;width:2rem;height:2rem;top:31.3125rem;left:5.625rem; }
 }@media only screen and (max-width: 763px) { #E7hk4Jz2vfemzVbvvevyMWsXD7teImKP { width:6.125rem;height:1.05625rem;top:83.5625rem;left:13.3125rem;font-size:0.8125rem;z-index:15130;display:block; }
 }@media only screen and (max-width: 763px) { #n1RMUls3N6mGtE6M7XFdcQKSu23JM7Qh { width:7.25rem;height:7.25rem;top:81.671875rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r46asdBlpoV5crXHr2rJGvdGiFq9eG0L { width:6.125rem;height:2.03125rem;top:84.59375rem;left:13.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEagfsOTqxFbp6dV1TxbMSO9JVFURG7h { width:6.125rem;height:1.05625rem;top:86.5625rem;left:13.0625rem;font-size:0.8125rem;z-index:15129;display:block; }
 }@media only screen and (max-width: 763px) { #CGq6gzVr134KquMlv1mTbRe0x8FN4grh { display:block; }#CGq6gzVr134KquMlv1mTbRe0x8FN4grh > .row .container { width:20rem;height:128.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n6rhbJbzlJyaXyUoVePSAcz1oPpC4M1W { width:17.6875rem;height:3.7375rem;top:57.5rem;left:1.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJby01iOTeShE3IDJ0uhMiiSBuLfff15 { width:13.6875rem;height:0.1875rem;top:16.5rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mw6zl3a7FnozozBr2uhbISPmO4bCTQwW { top:71.6875rem;left:2.4375rem;width:15.1875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoTVidTXyJMTlTNytrEkKxwouR3dKIP1 { display:block; }
 }@media only screen and (max-width: 763px) { #vWOZUm43sVkMMO5gKvPza6CIo0vMa8Tv { width:14.625rem;height:5.60625rem;top:61.25rem;left:2.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmtmHk9E8VzyRA6tJOWacfXlqzpVl9Jb { width:10.1875rem;height:14.125rem;top:43.3125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aq3HPUASXb1SV4J67LqgXrLPSJTzBghG { top:110.125rem;left:2rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNE2ry85Ge0IK1cUBTliOh7cFZZA4mTT { display:block; }
 }@media only screen and (max-width: 763px) { #q1728too3ofIkPLDnsMk0snDGkGLSXRp { width:14.625rem;height:1.86875rem;top:102.0625rem;left:2.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTFl5V6eAWlF7iD4sD2zDFb6ZFrMxP0F { width:13.1875rem;height:7.6875rem;top:9rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JorokTegXbWFZTpecDbXkv4uRocBvtTo { width:20rem;height:3.7375rem;top:97.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZ8RvdVvgTqmA8D4TUMJ0z4DuzAAvMDm { width:13.6875rem;height:0.1875rem;top:16.25rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uQXtbuepng6nqtidZyeMZXKTCBaMA5Ww { width:11rem;height:10.6875rem;top:86.9375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6FsTiszEZOH6UR5gIQRr8x9ee190nDE { top:29.6875rem;left:2.25rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiUArx2HEup4kiaKKIUpar1lzBgifDW0 { display:block; }
 }@media only screen and (max-width: 763px) { #t2oZVgBfxEd6SoPdCW7CIUod0x4zbFdO { width:14.9375rem;height:2.275rem;top:24.6875rem;left:2.53125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P3nliMMAJaWNwqIHKVQrR9HEQd2M7UMa { width:19.875rem;height:1.86875rem;top:22.262498855591rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvtiZWmPCNsDG6S81I8SprPMvIilzHRe { width:13.6875rem;height:0.1875rem;top:16.5625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uZtz7fXVb9SRC0MQDWfCUZLrOCmFpxFi { width:20rem;height:3.7375rem;top:17.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7iMUbBPd85lBAyZ86rs9Wmq5EgWBShf { width:11rem;height:10.6875rem;top:5.9375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBIF5rU1kVOTBMxcrQCwLNWq90fFKe96 { width:14.9375rem;height:1.1375rem;top:108.0625rem;left:2.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ykVAK4r65FTPIteORAqei7FsBPyVqhAI { width:14.9375rem;height:1.1375rem;top:69.831250190738rem;left:2.53125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cA0rDewyD1uxUptgS4mSeCteM5zo5EKS { width:14.9375rem;height:1.1375rem;top:27.562498092651rem;left:2.53125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xkJtqIRwJ3OOJ6hc535xI09NnV0nIrqp { width:7.25rem;height:7.25rem;top:3.953125rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpSnRn5DQ8TJxgUtM9MlUicgs9kLtwAk { width:6.125rem;height:2.03125rem;top:6.5625rem;left:12.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2ibWr4yENnms6IqS802ovPUMXfT1ahX { width:6.125rem;height:1.21875rem;top:5.5625rem;left:12.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLB4W6lxMJ04y1Tlq6sD9QLzars566Dd { width:7.25rem;height:7.25rem;top:43.9375rem;left:10.5rem;z-index:15098;display:block; }
 }@media only screen and (max-width: 763px) { #lKnHyZqz5wMyFfZl3uKhwPM1WlIErbBZ { width:6.125rem;height:2.03125rem;top:46.375rem;left:11.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwXLdGro4kNOHu9ZSkpvUSK4pJ7IrQZQ { width:6.125rem;height:1.21875rem;top:87.21875rem;left:11.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC87BNWtL6iTo8s4OBLqTIKJbTs9vfSc { width:6.125rem;height:0.975rem;top:48.5rem;left:11.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOZLT8nzPUpAk2oR9hbfzBQDmOvSIHKt { width:12.625rem;height:7.375rem;top:90.375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiGgm7ZnvbTgdODE2NaW42zJ5pTNkHyf { width:13.1875rem;height:7.6875rem;top:49.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzDcmerzGv9S3Wf6kkLLFf3yXZXGqboQ { width:14.9375rem;height:4.55rem;top:65.28125rem;left:2.53125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lpg84kdRNGaBUBCVFegooestqiaSXUpc { width:14.9375rem;height:2.275rem;top:105.85000038147rem;left:2.53125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eDe7iWR7zFl460smdRTXUxKcbTC0R4vi { width:7.25rem;height:7.25rem;top:85.9375rem;left:10.4375rem;z-index:15098;display:block; }
 }@media only screen and (max-width: 763px) { #wwu8XQDgXleGMzUVig8sDLWJiKh4EW0G { width:6.125rem;height:1.21875rem;top:45.21875rem;left:11.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIM5Xxq3xFpVBzNRcF8tkmarf1LtSGm9 { width:6.125rem;height:2.03125rem;top:88.375rem;left:11rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1fzdLN5RiBHUlNQEtgyI8GWG2BWOH97 { width:6.125rem;height:0.975rem;top:90.5rem;left:11rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoK7tHoAlEfGTVDQLmXLDp7hikrX7803 { display:flex;width:2rem;height:2rem;top:34.1875rem;left:4.9375rem; }
 }@media only screen and (max-width: 763px) { #HK6yKfXJrox9dDZ82kd5AC1uNtFodO7v { display:flex;width:2rem;height:2rem;top:75.712499618531rem;left:4.5rem; }
 }@media only screen and (max-width: 763px) { #gDOMi3BPKg7LD2WX3BckQlGyXNoG9VeA { width:8.75rem;height:1.3rem;top:76.0625rem;left:7.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K6fT7ubhxQwCWJD9l7BUW97P9R2OyfJk { width:8.75rem;height:1.3rem;top:115.66249847412rem;left:7.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q5p3SVQOCfP0N1r1UCoiU1Ia3w14CJCK { display:flex;width:2rem;height:2rem;top:115.3125rem;left:4.9375rem; }
 }@media only screen and (max-width: 763px) { #MBWLndHn4xGHFM3BUnvU4rzKAso3qOVZ { width:8.75rem;height:1.3rem;top:34.5625rem;left:7.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z4nzDtfl2UREHbggWhNIx253JS5eM9uK { width:6.125rem;height:0.975rem;top:9rem;left:12.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLEhT8QnDV21T4UTK3T9ambVNRDy1xbT { display:block; }#wLEhT8QnDV21T4UTK3T9ambVNRDy1xbT > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mzMZsOyrKF638RZDobt5KNQD9IvOikCf { width:20rem;height:30.625rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWdDucTpNlHXToMQtkNkot7i26OL3gDS { width:20rem;height:2.6rem;top:6rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yq1xyCWyKh9LR9bPJTn5diMHlbOGIFpD { width:20rem;height:1.625rem;top:9.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Opue7iIlfufmF60iTWR2d2l4bT2yuogW { width:14.6875rem;height:2.7625rem;top:11.875rem;left:5.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciZbNBFgTCgZdsHIsJBD5Zb4391P9hXN { display:flex;width:2rem;height:2rem;top:12.25rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #ZHka0C8SoOU17hJz2hLA9rlwJ8cwqJbV { display:flex;width:2rem;height:2rem;top:15.5rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #nf9DmWLAA8p6C8Iua47lqxpC0rRIFcq3 { width:14.5rem;height:1.38125rem;top:15.5rem;left:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSm8oo3MkkmXsnG3cSxkEbRBS4DchcU6 { display:flex;width:2rem;height:2rem;top:18.125rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #ymqAFttKeO7N3gVWqNOtnzKWTvrWRnQJ { width:14.4375rem;height:2.7625rem;top:18.125rem;left:5.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJTaUd7QCPL8wlurKvyeMf8FScfhRTCt { width:17.4375rem;height:5.525rem;top:20.375rem;left:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUsPTRC2srdOhoOxqwxJUp5zOZJm6PaD { display:flex;width:2rem;height:2rem;top:23.9375rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #lfAMTsNnEBSOHwmKmmbcuiCJysIzBGx4 { width:14.25rem;height:2.7625rem;top:24.5rem;left:5.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hr7yTK5rULulkm2yTVKrVgIdUi78T7gX { width:17.5rem;height:2.7625rem;top:26.125rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rui7PPdZPPRmqJuwLIXCJSCTuLBKRKaX { display:block; }#rui7PPdZPPRmqJuwLIXCJSCTuLBKRKaX > .row .container { width:20rem;height:12.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y2Ekx2CgdBPnd53qqAMhTsC9tuXVi62H { width:17.0625rem;height:2.6rem;top:9.0750007629394rem;left:1.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZgiRF7lOmGTy1MuvyI2BxWflpnWEtbxF { display:flex;width:2.25rem;height:2.25rem;top:5.21875rem;left:7.3125rem; }
#ZgiRF7lOmGTy1MuvyI2BxWflpnWEtbxF > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #GkAocgnCHOgb0OXzT6gG4pChak0TTeL1 { display:flex;width:2.25rem;height:2.25rem;top:5.21875rem;left:10.6875rem; }
#GkAocgnCHOgb0OXzT6gG4pChak0TTeL1 > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #K8bdBbs7BUlKRhPpWgfdNRvGhQ2rSMkt { width:14.125rem;height:3.625rem;top:1.2000007629394rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr { display:block; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }