.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: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; }#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.9375rem;width:14.625rem;top:0.96875rem;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.59375rem;left:45.819793701172rem; }
#Het46wLSIuEFnQqXTyXn3KW60XcEnngu { color:rgba(var(--color-tertiary-0),1);display:block;width:11.875rem;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.8125rem;left:48.0625rem;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; }
#iKsIdCIJwVo8wB73ZQ66TqOR6wJq7mfi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/28e05be7-0fce-44a4-b9f7-eb279a0f6233/TLOLANDINGI26.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; }#iKsIdCIJwVo8wB73ZQ66TqOR6wJq7mfi.adaptive-delivery-prevent-bg, #iKsIdCIJwVo8wB73ZQ66TqOR6wJq7mfi.lazyload, #iKsIdCIJwVo8wB73ZQ66TqOR6wJq7mfi.lazyloading { background-image: none; }#iKsIdCIJwVo8wB73ZQ66TqOR6wJq7mfi > .row .container { background-color: transparent; background-image: none; }#iKsIdCIJwVo8wB73ZQ66TqOR6wJq7mfi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iKsIdCIJwVo8wB73ZQ66TqOR6wJq7mfi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iKsIdCIJwVo8wB73ZQ66TqOR6wJq7mfi > .row .container > .video-iframe-container { display: none; }#iKsIdCIJwVo8wB73ZQ66TqOR6wJq7mfi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iKsIdCIJwVo8wB73ZQ66TqOR6wJq7mfi > .row > .video-iframe-container { display: none; }#iKsIdCIJwVo8wB73ZQ66TqOR6wJq7mfi > .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); }#iKsIdCIJwVo8wB73ZQ66TqOR6wJq7mfi > .row .container { border-width: 0; border-radius: 0; }#iKsIdCIJwVo8wB73ZQ66TqOR6wJq7mfi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iKsIdCIJwVo8wB73ZQ66TqOR6wJq7mfi > .row .container { font-size:0.875rem;font-family:arial;height:59.0625rem;width:60rem;position:relative;display:block; }#fcmq7TMavuyINQvlPXS1xr6DH0dvNVlo { color:#ffffff;display:block;width:59.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.1875rem 3.3125rem rgba(var(--color-tertiary-4),1);top:14.5625rem;left:0rem;height:13rem;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; }
#MNstXlq2NQQVAHMMdPbSbDt7ZOtNSHkm { z-index:15003;top:34.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:1.1875rem;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; }
#IOaCwt4l64oAGG6gJTsFGzmTWbS15Rfx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AebNBQxzK3mNS4V5Au0LVtRn1uNwr0Rz { color:rgba(var(--color-tertiary-0),1);display:block;width:57.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.25rem 0.0625rem 0.1875rem rgba(var(--color-primary-2),1);top:28.625rem;left:0rem;height:3.575rem;display:block; }
#y0v53WinBTcFCSosL6xadphyFno3fiZr { z-index:15003;top:34.28125rem;left:16.640625rem;background-color:transparent;background-image:none;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;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:"open sans";font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#a3Dwb6sL8deG5d462xrHdQAT3ownF9w1 { 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; }#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.63125rem;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; }
#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC .widget-form-header {  }
#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC .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; }
#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC .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) ; }
#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC .widget-input-text {padding-top: 0; padding-bottom: 0;}#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC .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) ; }
#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC .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) ; }
#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC .widget-input-select {padding-top: 0; padding-bottom: 0;}#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC .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; }
#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC .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) ; }
#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC .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; }
#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC .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; }
#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC .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; }
#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC .widget-container:first-of-type{padding-top:0;}#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC .widget-container:last-of-type{padding-bottom:0;}#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC  { 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:5.46875rem;top:8.125rem;z-index:15001;position:absolute; }
#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:46.5625rem;display:block;vertical-align:top; }
#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC .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; }
#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC {display:block;}#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC { 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:5.46875rem;top:8.125rem;z-index:15001;position:absolute; }
#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #nAD7DXllH5ivHHDB2SKlUFrQkknNJudr { position:relative; }
#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #i13BIgpeVImbSzg3IPUQcpI4Pqtmm8M7 { position:relative;display:none; }
#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #GUn4hRqiTca5X3gDMeAB8wl8LSDDLMIi { position:relative; }
#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #yBdhsl0cVoT0ntPq4eG1WRFPi4qWrlTo { position:relative; }
#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #r2IslOKtcMpVg3mqMZwSMIhTdtvG4XSl { position:relative;display:none; }
#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #A4pdanUT1tclfC5MoKpxPToz7Zi4nbVx { position:relative; }
#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #a8SDtN5lqoXlArByyGBOopOfuqkXhotX { position:relative; }
#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #NzNDcmgoeiNI7O19HnW0sNQo62agPTeN { position:relative;display:none; }
#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #oetNCn5cWTaaR4cP7T6zEhCz3bfTGkL5 { position:relative; }
#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #vIab4Qd5yMPZOn57yaycGPgCJqyeA3zk { position:relative; }
#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #vF09KbpF4nec2wWgftektJbso9UC3qkm { position:relative;display:none; }
#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #EaM53srO4TnVfznNTmPGf1WSPD5hxEvh { position:relative; }
#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #pq3Gkgxel3R1ZZOJBswwKnhQnPWJqxi7 { position:relative; }
#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #Te3vgHZF0oaZFOa1AgTeVvKB2ndLDwW1 { position:relative;z-index:2; }
#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #mVZZUD0cel52eNKntcpLxd3bBd3eNVgT { position:relative; }
#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #hDxZkznTCAxPz4dPps7PQTaptF4nMBGd { position:relative; }
#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #oTCQaW9Bmvi7Hms1lCWNOhZlTVAZlyGr { position:relative;z-index:2; }
#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #KT8gawfUEql0MHwt0dOCrXQVUI9e9JrH { position:relative; }
#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #ZAJxUbfFpvUPAVrWVHvAknFskqmom0BB { position:relative; }
#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #PT4lFDQipZiAhS5i1nVMNEc7PgCNwS3x { position:relative;z-index:2; }
#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #wiRDK1ueu1wO3wuEfO9lQkTsSX8TPyyq { position:relative; }
#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #lkTP52f5dxInlslUfGKekiG8wm0wMydL { position:relative; }
#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #c8sP5pLMBEhTy3LvZqnT8p9XsoWutrFO { position:relative; }
#PmbAqli1Bc27BntMfehEKNcdVn0uG52D { 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; }#PmbAqli1Bc27BntMfehEKNcdVn0uG52D > .row .container { background-color: transparent; background-image: none; }#PmbAqli1Bc27BntMfehEKNcdVn0uG52D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PmbAqli1Bc27BntMfehEKNcdVn0uG52D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PmbAqli1Bc27BntMfehEKNcdVn0uG52D > .row .container > .video-iframe-container { display: none; }#PmbAqli1Bc27BntMfehEKNcdVn0uG52D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PmbAqli1Bc27BntMfehEKNcdVn0uG52D > .row > .video-iframe-container { display: none; }#PmbAqli1Bc27BntMfehEKNcdVn0uG52D > .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); }#PmbAqli1Bc27BntMfehEKNcdVn0uG52D > .row .container { border-width: 0; border-radius: 0; }#PmbAqli1Bc27BntMfehEKNcdVn0uG52D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PmbAqli1Bc27BntMfehEKNcdVn0uG52D > .row .container { font-size:0.875rem;font-family:arial;height:27.625rem;width:60rem;position:relative;display:block; }#PVn48t57p6ADKQih2ERyC812RE3TCAWt { 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; }
#ab3KANcE54oJGsW633ltEvJrrsstBEvN { 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.375rem;left:0rem;height:5.6875rem;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; }
#CGOsZAkNUu0XwT3sBT8RykmRhmTBPRK1 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.9364375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:11.75rem;left:0rem;height:8.9375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fsNUnOZd3Q5ovKqEy1ydlgaqUJXXAyDs { 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; }#fsNUnOZd3Q5ovKqEy1ydlgaqUJXXAyDs > .row .container { background-color: transparent; background-image: none; }#fsNUnOZd3Q5ovKqEy1ydlgaqUJXXAyDs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsNUnOZd3Q5ovKqEy1ydlgaqUJXXAyDs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsNUnOZd3Q5ovKqEy1ydlgaqUJXXAyDs > .row .container > .video-iframe-container { display: none; }#fsNUnOZd3Q5ovKqEy1ydlgaqUJXXAyDs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsNUnOZd3Q5ovKqEy1ydlgaqUJXXAyDs > .row > .video-iframe-container { display: none; }#fsNUnOZd3Q5ovKqEy1ydlgaqUJXXAyDs > .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); }#fsNUnOZd3Q5ovKqEy1ydlgaqUJXXAyDs > .row .container { border-width: 0; border-radius: 0; }#fsNUnOZd3Q5ovKqEy1ydlgaqUJXXAyDs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fsNUnOZd3Q5ovKqEy1ydlgaqUJXXAyDs > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:60rem;position:relative;display:block; }#xTUNN7ag4mOufkdCG9CRCGgCL4ac86Lr { 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; }
#JD5rFuaHxFKqKUrLz1lukuAdikmeaZP7 { 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.375rem;left:0rem;height:2.84375rem;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; }
#vOWEZCgiCUmdlOydwc4XnkJOWE9GPeZk { position:relative;display:block; }#vOWEZCgiCUmdlOydwc4XnkJOWE9GPeZk { background-color: transparent; background-image: none; }#vOWEZCgiCUmdlOydwc4XnkJOWE9GPeZk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOWEZCgiCUmdlOydwc4XnkJOWE9GPeZk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOWEZCgiCUmdlOydwc4XnkJOWE9GPeZk > .row .container > .video-iframe-container { display: none; }#vOWEZCgiCUmdlOydwc4XnkJOWE9GPeZk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOWEZCgiCUmdlOydwc4XnkJOWE9GPeZk > .row > .video-iframe-container { display: none; }#vOWEZCgiCUmdlOydwc4XnkJOWE9GPeZk > .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); }#vOWEZCgiCUmdlOydwc4XnkJOWE9GPeZk { border-width: 0; border-radius: 0; }#vOWEZCgiCUmdlOydwc4XnkJOWE9GPeZk > .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; }#vOWEZCgiCUmdlOydwc4XnkJOWE9GPeZk > .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:46.375rem;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; }#povc82sCMN29bweBRZopO5X8TcezlVbS { 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:19rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ThqQatzngDoNrEkdTTK7p8X3mfuq5ZiT { 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:21.875rem;display:block; }
#bm16rfNuPgkD1AkJJNPywXvNdx6KZtpr { color:#2a2a2a;display:block;width:17.5rem;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.753126144409rem;left:21.515625rem;height:11.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J0vgVx8MJRWTwBTHGlIdRGzDszlmkyw6 { z-index:15038;top:34.1875rem;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; }
#uoUziWNvfBTvKGPcWnBEXx8ZgCLPD3Ve { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UXCKpCMtoZ8PVsm8nDoRwXNe4LxKVZW1 { 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:15031;line-height:1.3;letter-spacing:0;top:17.687498092651rem;left:21.5rem;height:5.60625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Hky38gMle26kOSpH5czn2aHHJBsiZtTp { 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; }
#Ww8fCavtTDGLt9OpK1t6xCwSgm9nthFa { color:#2a2a2a;display:block;width:17.0625rem;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:21.753126144409rem;left:1.46875rem;height:12.5125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rTSfDqRi0shDSbtzTVWlIIQ181A6zPVd { 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:15048;line-height:1.3;letter-spacing:0;top:17.687498092651rem;left:0.84375rem;height:5.60625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XlS3OB13PPJDwWeN6xTpNGec2RxQu1tI { 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; }
#ocI4T5IIe7mls1NATmEe7it97ZqOW9Ky { 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; }
#EqSQXIOAEzbAqSWyEMbSGGRabi5WlG3b { 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.375rem;left:0rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O3TNSUJSOc2JQJacSK3KVKKbHC6c9vOV { 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; }
#On2ZkvPg7rH2xuWHdtQqoTqokK4vSXpi { z-index:15044;top:34.1875rem;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; }
#pxhTppMhxaZEQ8AgX5FAoqJcJ5uV7IhN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dPBHFMXGWEDshCLdAP7bmHEznSiB4o7V { 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; }
#R11KkEX0ydP7OEA02yBm7Ro5tytQ798W { 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:39rem;left:24.3125rem; }
#kDIdMwwuzR0h8EIAwAOm60geFqHMUCo3 { 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:38.999998092651rem;left:5.015625rem; }
#TINduLDTzV1ZuavMChkXPE2SCdNz5JFm { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:39.3125rem;left:6.9375rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vNXvasiLPJuhNgmangDrb5rIIhHkqh42 { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:39.3125rem;left:26.6875rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JxEZPTHTDxsJk7ZLOh3WRImQVhcs8UQb { z-index:15056;top:34.125rem;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; }
#l3UH67Rl54i8cGkE632dTFh3EETgGOqM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QOwV9xCrI7CIZ79lqgqK3MddZ9OMJQRR { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:38.9375rem;left:46.75rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yhOOUV0JRxcOUkQ9FUTBxCTAl04b05DT { color:#2a2a2a;display:block;width:17.5625rem;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:22.32187461853rem;left:41.21875rem;height:10.2375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pxwT2MDFS1lEEdrmtsE9PdZ03bCahdAf { 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:15049;line-height:1.3;letter-spacing:0;top:17.5rem;left:40.5rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ewlxTl6pxokTRbUpl5A2ICedXczTJx93 { 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.25rem;left:40rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UZhsec5UMkzhHQvoIZCsW9G3oI3ofD8X { 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.5625rem;left:43.1875rem;display:block; }
#JicBco85HMNRGq17G5NTJJ45yKFcIvyr { 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:38.625rem;left:44.5625rem; }
#cTguxSG28lU2s03Jy8Q5ku2pec0yD8fB { 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:0.875rem;left:45.8125rem;display:block; }
#XEqr935G69lBvTEK25h1yCn9rwbP75Gu { 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:4.75rem;left:43.1875rem;overflow:hidden;display:block; }
#GkqsrLwl2gueUsd6hgEaULFlfGiyyAQ0 { 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:15080;line-height:1.3;letter-spacing:0;top:5.5rem;left:11.25rem;height:0.89375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VGGACIEmqhyRrxsyuInEf4cazBgRntuy { 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.875rem;left:10.5625rem;display:block; }
#KTyfSqIarAytXvCoDfuu2dGG8qcdQEgT { 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:15078;line-height:1.3;letter-spacing:0;top:3.375rem;left:11.25rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WF8q30IZMPc5owPtZLRae1EQhQyn2RPz { 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:2.375rem;left:11.125rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K7USzUuHl7xGnLnwi405rWSL9Pnw4ew0 { 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:15083;line-height:1.3;letter-spacing:0;top:2.375rem;left:32.375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iSiNrpMf6luXw7W07nSJyG31OXXGrmMH { 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:15082;line-height:1.3;letter-spacing:0;top:3.375rem;left:32.5rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wqc7TToka9qwNg1rJoHRFdyan0BcIKeE { 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:15084;line-height:1.3;letter-spacing:0;top:5.5rem;left:32.5rem;height:0.89375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Da6TOUmuhN3xwDmgzZAAoIbJKDTiXOJW { 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:15079;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.875rem;left:31.8125rem;display:block; }
#NtnicPATTPbfZfBNarsARlFUr1n9mZ8K { 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:15087;line-height:1.3;letter-spacing:0;top:2.375rem;left:52.1875rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ccwdMMom9WV4PaJk1a0FrhLDIXQTtovW { 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:15086;line-height:1.3;letter-spacing:0;top:3.375rem;left:52.3125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eozM63IEP7dtu8CQdRRZNZMTA0vXxe0R { 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:15088;line-height:1.3;letter-spacing:0;top:5.5rem;left:52.3125rem;height:0.89375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o8sTvFOeQeERCwtwZPaqKKknIsLIV8xM { 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:15083;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.875rem;left:51.625rem;display:block; }
#nhBSZFoMGvxCKbTbUbGukJuD8JQLLFSx { position:relative;display:block; }#nhBSZFoMGvxCKbTbUbGukJuD8JQLLFSx { background-color: transparent; background-image: none; }#nhBSZFoMGvxCKbTbUbGukJuD8JQLLFSx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhBSZFoMGvxCKbTbUbGukJuD8JQLLFSx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhBSZFoMGvxCKbTbUbGukJuD8JQLLFSx > .row .container > .video-iframe-container { display: none; }#nhBSZFoMGvxCKbTbUbGukJuD8JQLLFSx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhBSZFoMGvxCKbTbUbGukJuD8JQLLFSx > .row > .video-iframe-container { display: none; }#nhBSZFoMGvxCKbTbUbGukJuD8JQLLFSx > .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); }#nhBSZFoMGvxCKbTbUbGukJuD8JQLLFSx { border-width: 0; border-radius: 0; }#nhBSZFoMGvxCKbTbUbGukJuD8JQLLFSx > .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; }#nhBSZFoMGvxCKbTbUbGukJuD8JQLLFSx > .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; }#bn02ZGXcus7l0dHoTyf0hZru3Ff1mguN { 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; }
#H3ArrDo4iRxSLUmfBOtxT5dA1it0icUp { 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; }
#mLeZnT8WKZBrlHEV9KxLKzHcwCJWXN53 { 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; }
#Cv3BPMufxevPotnI6ebMistD6h4wqATB { 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; }
#c2EZ6t2Co3xI6Av4p2D4vTuAuTUpBuSZ { 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; }
#qfLAezAeeP3SHADnLJfsqgAbV3sPVssu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tKuwRhGCQsvfwaeebVT2KSLL9lEdsywv { 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; }
#z4Ti2OxwLRDhierf9d8UCPEoiJVgs5GZ { 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; }
#UI3C1XiDOPa7OkT5EAG0fv3JlLVDTGTR { 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; }
#CFcPEqlsSTQc7soR5iyQSoCVCvqRJV7w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A1fNpcs5rqTyFMZCpBOouQXhD1C93RR4 { 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; }
#OpOBOmhhT9WLGp0ClorUZNJr9KKLLEgt { 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; }
#c2mfbrVOTS3k1kkAvZaWq0c0BgZAks7O { 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; }
#ZCKKD0aOvdg7u2W37oxLatogIZeraTVg { 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; }
#zoww9ysMuJd7I1NGa1GIOlZfIwfOkw6O { 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; }
#ABypoJbDZmSmW7qdsI8UPU047T6D065A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PdTuDQuwvR5VfH92Tgnl6eKvAE5dpNUn { 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; }
#pwygEgWKfTiKLqpQc5dcOBmTma0CTmDQ { 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; }
#CSQI2rb0mp4eBMbNbZ2w0vSv1etC14zP { 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; }
#ObIKomeerGDLewP63r1UX2aQw5z744LI { 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; }
#ETTcwTyeHUEgcnOwwDyivko8bsSl77H0 { 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; }
#N1yJyWWhTucTvU9s5TWWWVxGeFoPN5y3 { 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; }
#X8HaNVyMKTygTUc6lD2c8dttbqozCGXi { 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; }
#h74OTGgpdMRpklkkgf70HoBZfKd4dsDB { 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; }
#QSXNkyZMMJgHhpxSfopy3Z3tQkSE1XfZ { 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; }
#wsaOsTVAgru6UvTGh7FS8HFC3JlWNvQs { 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; }
#aZEZ4XbxlpEHikGsTO579HlJHEM5FEm6 { 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; }
#huc3sttyVZsvmJCAQ5mbcoTkWnhuATlz { 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; }
#klGpiEy6mW0QWH1lIgPJZaaodGV4nUfy { 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.0625rem;left:11.28125rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l2b2CS96OcIPx4ZcdV5o7H6Hbl3NH6hT { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:30.121874809265rem;left:6.9375rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e5vF3omsRorWvtJpbaVPCdr68181Jg05 { 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.121874809265rem;left:26.9375rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Wv3X8RhHgviZWWLFMPJPXfGzZmd4VNlH { 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:30.121874809265rem;left:46.9375rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vAA6zTTPy0UTuSEA41CQC5IPFF9TbKZt { 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:15083;line-height:1.3;letter-spacing:0;top:1.75rem;left:51.875rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MO0wPT3Bs9vboNxgbTqAdRNu3fZLGftA { 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:15082;line-height:1.3;letter-spacing:0;top:2.75rem;left:52rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rwhMSIutNVG1BEtyeWOpJMwG5FKK548A { 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:15084;line-height:1.3;letter-spacing:0;top:4.875rem;left:52rem;height:0.89375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZktqB0Vz5ZED1GoMrqxuNnU1fACe42Xk { 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:15079;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.25rem;left:51.3125rem;display:block; }
#d2ea1rFesVRJyPhTPIB4nGSbBVOUu3mK { 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:15087;line-height:1.3;letter-spacing:0;top:2.25rem;left:32.4375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qcpdZThZ6dJxys7Bb4SCXkqLnlPQeIai { 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:15086;line-height:1.3;letter-spacing:0;top:3.25rem;left:32.5625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yTpTNq05kM3P62zBUs0JDk3NUD42HxyL { 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:15088;line-height:1.3;letter-spacing:0;top:5.375rem;left:32.5625rem;height:0.89375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cFm3LebCkU7ws3T7mlRrcDLnMWdXlAUe { 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:15083;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.75rem;left:31.875rem;display:block; }
#KKNpMCI9VK96xh2ITKuay7DQD7Ez51Wa { position:relative;display:block; }#KKNpMCI9VK96xh2ITKuay7DQD7Ez51Wa { background-color: transparent; background-image: none; }#KKNpMCI9VK96xh2ITKuay7DQD7Ez51Wa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKNpMCI9VK96xh2ITKuay7DQD7Ez51Wa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKNpMCI9VK96xh2ITKuay7DQD7Ez51Wa > .row .container > .video-iframe-container { display: none; }#KKNpMCI9VK96xh2ITKuay7DQD7Ez51Wa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKNpMCI9VK96xh2ITKuay7DQD7Ez51Wa > .row > .video-iframe-container { display: none; }#KKNpMCI9VK96xh2ITKuay7DQD7Ez51Wa > .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); }#KKNpMCI9VK96xh2ITKuay7DQD7Ez51Wa { border-width: 0; border-radius: 0; }#KKNpMCI9VK96xh2ITKuay7DQD7Ez51Wa > .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; }#KKNpMCI9VK96xh2ITKuay7DQD7Ez51Wa > .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; }#QUg8IlJzwcPmIEArJqE4ND7ywqc4EkxP { z-index:15061;top:26.3125rem;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; }
#HPFNUNaS7cUpSQqmByAvGgazRv0t5deC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LANfyiP60IM0LXsBR2AWccpGKgBySe0y { 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:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xPNtguf3FBJQqwZe5MxlbLJmTa5xwmim { 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; }
#DX5HKgPbiVsg2xZV8nKwIS0eyy0g2UQu { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;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.515625rem;left:20.78125rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uxSxyOroXRrnaTbrFENb240SCWISalFN { 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; }
#XdHvtOqe6iZ9H40EvogiAaT2m163fngZ { 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:4.71875rem;left:23.21875rem;overflow:hidden;display:block; }
#QNso5v8QnEVyuVGVlXXLQv0t1Vnmk2hZ { 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; }
#QVO5Vc15bJTGAAGDei1n1hg7WZntrFIX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b3hOLR6TQgirW0y93gueOTTAKPKc3Wme { 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; }
#RGMQFVXdQlkpRuWs9fITq1PgrrUO7LTG { 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; }
#KlrQJ9MoBfM2DNKcOJdJrF0iO5AJpTdw { 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; }
#uhKVNigsPlPD4Ji3mdRlufu0CZdh5NO9 { 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; }
#xIiGtpAXOhFP35T4mbTKZWCQ7c4tcnUN { 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; }
#AyHwJJPabVEVXw8ifPThrhIBT08PzvAz { 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; }
#rIgzc1lHNei2ZMzQvf7uuOVVT9BRGdx1 { 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:30.8125rem;left:24.5rem; }
#BZLa0NSxANaqg5voLubf00l4iPI9Uoya { 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:30.8125rem;left:4.875rem; }
#DBTs4IWyOz7rShhkeHqiwqi8VUIfptJJ { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:31.125rem;left:7.1875rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HlVN49Avf03FtRKr9OdXFXlJs6MPazVH { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:31rem;left:26.75rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HkoGxRBFrzdS9xHMeIoAqymndmJTe7L4 { z-index:15041;top:26.3125rem;left:41.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; }
#HZ1yCd4mlcCzds6CN0J6kCBLDzoSD6NH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vTXeggudFO2zLIfZdoPQ15L2FfEZAgzu { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:31.3125rem;left:45.6875rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qFAmafvTprdgkQrbbonwqn5gqRTxpBEA { 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.625rem;left:41.5625rem;height:3.4125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nC6E4CXfAFkzRWvad8dGZHaanimkRV5T { 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.875rem;left:41.6875rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CtFUKAEU7lgDEBlXMv1xHpSN95bpPOFD { 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.75rem;left:41.875rem;display:block; }
#qTX5NthftXATtnf1Jn7NfaifygCtPT7T { 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.5625rem;left:40.1875rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xrTOgG2GuTya5LXzbAVsFbTDm2WONxgz { 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.5625rem;left:39rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mAAxoONu3wc57oz65TFDgI3AZBITv3GH { 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.8125rem;left:43.625rem; }
#Klf8OJzGRZXK5DpOqX01qXc3gT6tC9Ul { 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.5rem;left:44.625rem;display:block; }
#x6uBr0x6BbhbkbzLCnE9DSdQlvSVa2n3 { 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:5.0625rem;left:41.6875rem;overflow:hidden;display:block; }
#uQnCIzNZGuGPlsyEsJ0LS1TdlJRb6hqz { 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:15083;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.875rem;left:12rem;display:block; }
#oDEUqbeK0gs28ErRi1ZdUazJVQ1LZdO7 { 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:15086;line-height:1.3;letter-spacing:0;top:3.375rem;left:12.6875rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#THqW4739NKKOyQB8y0GrZyUn16yCCPRG { 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:15088;line-height:1.3;letter-spacing:0;top:5.5rem;left:12.6875rem;height:0.89375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a0LtOnELGShMSiZorBOG33g8soJIs1f7 { 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:15087;line-height:1.3;letter-spacing:0;top:2.375rem;left:12.5625rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NxXB0pZ0nXLJa0OwhyZhRe5kStcNNBsi { 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:0.6875rem;left:32.1875rem;display:block; }
#sMgmT2aJgFvFIXfdFdeFwtWettdTMaIs { 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:15090;line-height:1.3;letter-spacing:0;top:3.1875rem;left:32.875rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JdzNcEAcCPRTTfg8S0TbO4TatEJ2pOhJ { 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:15092;line-height:1.3;letter-spacing:0;top:5.3125rem;left:32.875rem;height:0.89375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xAQdF0uDsEQ9rJilwrVRyWKoGE7THmwM { 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:2.1875rem;left:32.75rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LOEHze5C3DZpX3kpFT4BOThfcCStT14F { 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:15086;line-height:1.3;letter-spacing:0;top:2.875rem;left:51.1875rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bK6kqFAuLb2uUW9zgzuDPpXrxIrAi7u0 { 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:15088;line-height:1.3;letter-spacing:0;top:5rem;left:51.1875rem;height:0.89375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gytL1xB8WTtuUuVXz5PJwxFTTLBE6Hgt { 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:15083;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.375rem;left:50.5rem;display:block; }
#FTySWgEyuyrqVImqVTc7JFkZt3eFBdf2 { 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:15087;line-height:1.3;letter-spacing:0;top:1.875rem;left:51.0625rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q7aOWlmP52SbPBNAK7lz7VahekBDgpbF { position:relative;display:block; }#q7aOWlmP52SbPBNAK7lz7VahekBDgpbF { background-color: transparent; background-image: none; }#q7aOWlmP52SbPBNAK7lz7VahekBDgpbF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q7aOWlmP52SbPBNAK7lz7VahekBDgpbF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q7aOWlmP52SbPBNAK7lz7VahekBDgpbF > .row .container > .video-iframe-container { display: none; }#q7aOWlmP52SbPBNAK7lz7VahekBDgpbF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q7aOWlmP52SbPBNAK7lz7VahekBDgpbF > .row > .video-iframe-container { display: none; }#q7aOWlmP52SbPBNAK7lz7VahekBDgpbF > .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); }#q7aOWlmP52SbPBNAK7lz7VahekBDgpbF { border-width: 0; border-radius: 0; }#q7aOWlmP52SbPBNAK7lz7VahekBDgpbF > .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; }#q7aOWlmP52SbPBNAK7lz7VahekBDgpbF > .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; }#bQoTlPbiXegrL934s5dgluGy6fN80ipO { 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; }
#czc8VWJyOoskxlelO151MTGBkdMKnyQs { 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; }
#OllSUrt3KQ06Ds7SZcIoMZ0QrrlZS836 { 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; }
#eFmXi1UPnPpFP2iHbRPZUsB4qWA645wi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kq2qGgsTw8mxdiU0brFps1CaR1KfT54N { 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; }
#PWsuZdUMsvL2glt7QT4JVQxAS2TPy2e6 { 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; }
#SdTJI5POClfhd7SweDzFGF6THvPu2ZsT { 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; }
#rHH6GvcyUJKBhyasbhTifDB8132aQLDE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GrcVk1KUNsdCRWOLpMLvTGs7qyrMG1FT { 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; }
#NrlgTwQ9g82kwgrwtcFcLi6U3J1N536B { 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; }
#rcwJOVVTxsqv76n6pMFGhkuS2IXdbEeo { 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; }
#TmCHbd5z40BPRZzAfpJl8R7r1RVLzneX { 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; }
#MxABM0hNoApQgqTA2RyrFeH2X9pRHy9B { 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; }
#xJWpvyIJoRHJPdTBkrXONdweRthtcqkx { 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; }
#GgK6XTNmEm0iMlo1kQwV0fVABeCz55mD { 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; }
#FXOsDqwXD6GgThhBZsaIUoKVgl7Sx9XT { 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; }
#th8nxeskUQDucQllCpe2JCZBuMKEI8Dp { 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; }
#wI2VJq37hudA23RE03qRVSZVKH6DsnOp { 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; }
#kvGCRcdV4iKIgLyVebDcDDNeZe16twNy { 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; }
#IyRGcThwOtM99I2zFduiasz1DpI7FtIb { 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:1.9375rem;left:52.75rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d75JGzQkvpHa7S9ia0Dc7TBoZdeLNxmM { 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; }
#Nnnt2h94SmJp1IcOUXmRbO082IIEopRy { 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; }
#X43s7Au7PhwOf828oOTHMutENDIymudV { 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; }
#URdA4Um7Nh7UJmpTEqrBHIHn6TANNTnA { 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; }
#RLJbwivcx0dDUhZn3GwbgbmAXl8iv09n { 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; }
#bpa2E0nJSq8scTrl7I5DzU9150Fb5TN6 { 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; }
#LwxTO4dC5WkwXdMvF7oe4TzsFTwiB6e6 { 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; }
#G1HkuVCqFepIb92ox1hU4swRyzTdPMFm { 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; }
#ynKpbTUhILpvkXST5fMG8hN7LP1nL4VV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DaAEo1JdWMZyTvK8uOpMrLgAWEIEh1rV { 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; }
#e3ViV0ZOWz84mXB6aXyz09KVxPxlG8ON { 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; }
#IP5x6mrxBobw9ru3rH1MTNxuQIwSGyJy { 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; }
#MwgTgMeafcDoCScy1CfOJC9FettcHKQL { 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; }
#UaQKkrZDquKyPpH1yIPWsHM8JpLzVREz { 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; }
#pFG1gBwgDtcNBTT9Ub9gcsvsJvafEMy6 { 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; }
#h5v0WN3XqPJb3Cy5sPyihP9UyBqDT8mn { 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; }
#Lh561u374CEv9ibbzqDBDVnx7mRpZPIC { 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.6635437011719rem;left:12.5rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B7m6ruNZtot5klMFbDLzNSLEpEToyZik { 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; }
#zUpVRgth3P5bpGJ6IOKEbgHhK2UdBcdl { 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.90625rem;left:12.5rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#omd2XH2IK6RBMw3D5Es2ow0hEZZtC9a6 { 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.6875rem;left:12.5rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yRrZTCcm9S3cvKdtPiPPGbEQyWg28p7e { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:30.684375762939rem;left:8.40625rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OKlr44aBvBFfLL0fIqGyV6JpBLGH7l43 { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:30.684375762939rem;left:26.75rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Gi81IvqTv2aQo6AgqyMAnEuCNm5m21Q1 { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:30.684375762939rem;left:46.9375rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#My8EJbsRTcetE2VRySxPa3VIEJhpxcKS { position:relative;display:block; }#My8EJbsRTcetE2VRySxPa3VIEJhpxcKS { background-color: transparent; background-image: none; }#My8EJbsRTcetE2VRySxPa3VIEJhpxcKS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#My8EJbsRTcetE2VRySxPa3VIEJhpxcKS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#My8EJbsRTcetE2VRySxPa3VIEJhpxcKS > .row .container > .video-iframe-container { display: none; }#My8EJbsRTcetE2VRySxPa3VIEJhpxcKS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#My8EJbsRTcetE2VRySxPa3VIEJhpxcKS > .row > .video-iframe-container { display: none; }#My8EJbsRTcetE2VRySxPa3VIEJhpxcKS > .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); }#My8EJbsRTcetE2VRySxPa3VIEJhpxcKS { border-width: 0; border-radius: 0; }#My8EJbsRTcetE2VRySxPa3VIEJhpxcKS > .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; }#My8EJbsRTcetE2VRySxPa3VIEJhpxcKS > .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; }#PSr7BzlDGkWDTpbEZyr9LxqX9pQoiqbN { 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; }
#TE5gpsTVFfiy20lPSQf1gED23mD5TxNM { 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; }
#wsBrmD4q7J1XFrVnwl3ElgOCwDRhbXdt { 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; }
#m4hissqdGCB02PlTzsT9NV6ilXEKPzgS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eOSZc2NzCQG9TkLx6retadfeFHCHVCDp { 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; }
#VM8A28JC9DLxy6oe4kEOoJphCJVpICMA { 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; }
#kHsaqn0nJnp4wLG6lXuCcMQ1ABxD0fMT { 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; }
#GtrTxam107Vdo37LrfVfxGylRFVAhMWJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WIRvaCNfxJJQNy6bF17cNr3zBUTKWZCx { 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; }
#vo9vc63WnmR72y0BgMTaupGm2wXFOElL { 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; }
#NawvZWswe0g5gIQOSk3zn3SUAMZBfg86 { 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; }
#U1TH8Gxy6SlCTFemLVdOLbns74CXytJu { 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; }
#SWB1kGQZdMop773DqsSokZQw35U7xfzE { 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; }
#odrZBLVoElPOg6oZcdfmZmXyS41UOOuT { 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; }
#qt6IcEGz7Wvq6yzaGLXWcPh6F5HMAyyW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xJElAxwzyRQG52dTrZzgg7oULpUTes2y { 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; }
#hGVv1yDgiTGqxoTWM2rrmDbpmZumkIIT { 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; }
#sCTbn6DV6Ugyr4uGe8LA0ZDNd2pVs3Zw { 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; }
#bquAOQ3erpCZAvtCUTMz7Umpm6HmyxBA { 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; }
#vW4UfJgJ0ETrNoT3OM31nQflLnbizuD7 { 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; }
#Px2KZOnCkAqzu4BDNmJrBsBLHqwyIWuH { 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; }
#vU0t48OriDXrtlRIwxiNby64MyBV8NEC { 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; }
#yLJZ6liaeFTFWKRSAu7bE2F0FEP9ZR2N { 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; }
#eyxqyi1V2dIJr5kT3tassyp9OBrASzar { 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; }
#mBEW3kha9Sn5RME5zVeqAU4R96UX18yM { 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; }
#nCzp0TCHeiNKkKae3obVaRwOJWhfrp7n { 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:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XnSyADDFM5kbO1iCIfIoN4nzZCxCyQ3N { 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; }
#WtTa2Ukff8ATyuxzJy2xSsXcISmEIU3J { 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; }
#VPrQ5TyHH5h1D6Pai2JwxBBvJiaakzBC { 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; }
#EAgQXqveEfOCcn3nZpv69sDD6W0fGCZ3 { 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; }
#foXUsylHtPUzIgAhavKfctKTTH8qRa5S { 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; }
#ZyrZvaadWN9vWLHwOGGQ0U02RgsaZupk { 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; }
#hzaeWyS3c6HSohxzpSDiOSWcEUisqn7h { 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; }
#dcUk13RNk5TE2iurTAdZTF8mtoRNTS3G { 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; }
#BGiAFgKop6Gb76wPh0NwvTKw59UNfLgp { 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; }
#zXrb1wvQVThEphsDJtxkJGOLKuCimATE { 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; }
#vLzMsT902Zik8yC6Ay7BQ8dERpdC7S7G { 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; }
#K5x1a7OTo7Pn99dORJqDEFAIk6n09BQJ { 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; }
#hDyX1q7rwvXdMRZbwL3XCDHSegWLxfdT { 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; }
#GQHOaG6Tc0O6ppvC2VZFqWSurNfaEr3L { 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; }
#gJWDkaQIv82qImlwtDz2KzXyJf9nZrPx { 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; }
#aZ1WyxD0tt6PgkbD6qSCFPypUPXF7JqT { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:32.934375762939rem;left:6.9375rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#D4UD8qlzBglsQMl7toUwnUlsO7CKXtx0 { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:32.934375762939rem;left:26.75rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gArL93OWswEqf76XMZ6tHKULTTgtowJo { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:32.934375762939rem;left:46.9375rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NDDOFXcBnUyzR0cR83JeINQmgBT5rgWX { 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; }
#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-4),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; }#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:4.875rem;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; }
#k6pov10AZ3IeeeAkg1QLVTnktG0O6RJl { position:relative;display:block; }#k6pov10AZ3IeeeAkg1QLVTnktG0O6RJl { background-color: transparent; background-image: none; }#k6pov10AZ3IeeeAkg1QLVTnktG0O6RJl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k6pov10AZ3IeeeAkg1QLVTnktG0O6RJl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k6pov10AZ3IeeeAkg1QLVTnktG0O6RJl > .row .container > .video-iframe-container { display: none; }#k6pov10AZ3IeeeAkg1QLVTnktG0O6RJl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k6pov10AZ3IeeeAkg1QLVTnktG0O6RJl > .row > .video-iframe-container { display: none; }#k6pov10AZ3IeeeAkg1QLVTnktG0O6RJl > .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); }#k6pov10AZ3IeeeAkg1QLVTnktG0O6RJl { border-width: 0; border-radius: 0; }#k6pov10AZ3IeeeAkg1QLVTnktG0O6RJl > .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; }#k6pov10AZ3IeeeAkg1QLVTnktG0O6RJl > .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; }#l2h3I4Xgrw1H6HHTg3yLkIcKdS31IS7U { 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:15.375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KCQI54IuJ1lM1NrGKIAsLt6yGJDQnsoL { 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:46.3125rem; }
#KCQI54IuJ1lM1NrGKIAsLt6yGJDQnsoL > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#IDSPperlHgHSQ24I0USXEFgXnMRGtxGs { 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:50.3125rem; }
#IDSPperlHgHSQ24I0USXEFgXnMRGtxGs > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#fGQTA2ffIoaxMCq9geK0Tx4T6GqlHSPm { 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:15007;opacity:1;top:2.5rem;left:54.0625rem; }
#fGQTA2ffIoaxMCq9geK0Tx4T6GqlHSPm > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#OoENXOzSr1N00DJ9tTkFqP8RhHBc8Low { 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:15008;opacity:1;top:2.5rem;left:57.75rem; }
#OoENXOzSr1N00DJ9tTkFqP8RhHBc8Low > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#V00fNpIV7NEb0Bt9x7Rts2oSqtqo6laL { 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:6rem;width:13.9375rem;top:0.625rem;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:0.9375rem;left:0rem;width:14.625rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1R63ZZnqVOWOTlxaR77R68bfQdXZ7Tg { top:2.5625rem;left:39.694793701172rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Het46wLSIuEFnQqXTyXn3KW60XcEnngu { top:2.8125rem;left:31.625rem;width:11.875rem;height:1.875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iKsIdCIJwVo8wB73ZQ66TqOR6wJq7mfi { display:block; }#iKsIdCIJwVo8wB73ZQ66TqOR6wJq7mfi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fcmq7TMavuyINQvlPXS1xr6DH0dvNVlo { top:14.5625rem;left:0rem;width:47.75rem;height:6.5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNstXlq2NQQVAHMMdPbSbDt7ZOtNSHkm { top:34.25rem;left:0rem;width:13.4375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOaCwt4l64oAGG6gJTsFGzmTWbS15Rfx { display:block; }
 }@media only screen and (max-width: 763px) { #AebNBQxzK3mNS4V5Au0LVtRn1uNwr0Rz { top:28.625rem;left:0rem;width:47.75rem;height:;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0v53WinBTcFCSosL6xadphyFno3fiZr { top:34.25rem;left:10.515625rem;width:13.4375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3Dwb6sL8deG5d462xrHdQAT3ownF9w1 { 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) { #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) { #IEKeLxqpBaO4KlANzDKosClhgQ3e1STC .widget-regular-label { display:block;width:45.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC .widget-input-text { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC .widget-input-text {padding-top: 0; padding-bottom: 0;}#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC .widget-textarea { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC .widget-input-select { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC .widget-input-select {padding-top: 0; padding-bottom: 0;}#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC .widget-input-button { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC .widget-checkbox-label { width:44rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC  { width:45.25rem;height:auto;top:8.125rem;left:0rem; }
#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC .radio-container { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC {display:block;}#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC { width:45.25rem;height:auto;top:8.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #nAD7DXllH5ivHHDB2SKlUFrQkknNJudr {  }
 }@media only screen and (max-width: 763px) { #IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #i13BIgpeVImbSzg3IPUQcpI4Pqtmm8M7 { display:none; }
 }@media only screen and (max-width: 763px) { #IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #GUn4hRqiTca5X3gDMeAB8wl8LSDDLMIi {  }
 }@media only screen and (max-width: 763px) { #IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #yBdhsl0cVoT0ntPq4eG1WRFPi4qWrlTo {  }
 }@media only screen and (max-width: 763px) { #IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #r2IslOKtcMpVg3mqMZwSMIhTdtvG4XSl { display:none; }
 }@media only screen and (max-width: 763px) { #IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #A4pdanUT1tclfC5MoKpxPToz7Zi4nbVx {  }
 }@media only screen and (max-width: 763px) { #IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #a8SDtN5lqoXlArByyGBOopOfuqkXhotX {  }
 }@media only screen and (max-width: 763px) { #IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #NzNDcmgoeiNI7O19HnW0sNQo62agPTeN { display:none; }
 }@media only screen and (max-width: 763px) { #IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #oetNCn5cWTaaR4cP7T6zEhCz3bfTGkL5 {  }
 }@media only screen and (max-width: 763px) { #IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #vIab4Qd5yMPZOn57yaycGPgCJqyeA3zk {  }
 }@media only screen and (max-width: 763px) { #IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #vF09KbpF4nec2wWgftektJbso9UC3qkm { display:none; }
 }@media only screen and (max-width: 763px) { #IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #EaM53srO4TnVfznNTmPGf1WSPD5hxEvh {  }
 }@media only screen and (max-width: 763px) { #IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #pq3Gkgxel3R1ZZOJBswwKnhQnPWJqxi7 {  }
 }@media only screen and (max-width: 763px) { #IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #Te3vgHZF0oaZFOa1AgTeVvKB2ndLDwW1 { z-index:2; }
 }@media only screen and (max-width: 763px) { #IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #mVZZUD0cel52eNKntcpLxd3bBd3eNVgT {  }
 }@media only screen and (max-width: 763px) { #IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #hDxZkznTCAxPz4dPps7PQTaptF4nMBGd {  }
 }@media only screen and (max-width: 763px) { #IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #oTCQaW9Bmvi7Hms1lCWNOhZlTVAZlyGr { z-index:2; }
 }@media only screen and (max-width: 763px) { #IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #KT8gawfUEql0MHwt0dOCrXQVUI9e9JrH {  }
 }@media only screen and (max-width: 763px) { #IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #ZAJxUbfFpvUPAVrWVHvAknFskqmom0BB {  }
 }@media only screen and (max-width: 763px) { #IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #PT4lFDQipZiAhS5i1nVMNEc7PgCNwS3x { z-index:2; }
 }@media only screen and (max-width: 763px) { #IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #wiRDK1ueu1wO3wuEfO9lQkTsSX8TPyyq {  }
 }@media only screen and (max-width: 763px) { #IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #lkTP52f5dxInlslUfGKekiG8wm0wMydL {  }
 }@media only screen and (max-width: 763px) { #IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #c8sP5pLMBEhTy3LvZqnT8p9XsoWutrFO {  }
 }@media only screen and (max-width: 763px) { #PmbAqli1Bc27BntMfehEKNcdVn0uG52D { display:block; }#PmbAqli1Bc27BntMfehEKNcdVn0uG52D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PVn48t57p6ADKQih2ERyC812RE3TCAWt { top:0rem;left:0rem;width:47.75rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ab3KANcE54oJGsW633ltEvJrrsstBEvN { top:4.375rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGOsZAkNUu0XwT3sBT8RykmRhmTBPRK1 { top:11.75rem;left:0rem;width:47.75rem;height:8.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsNUnOZd3Q5ovKqEy1ydlgaqUJXXAyDs { display:block; }#fsNUnOZd3Q5ovKqEy1ydlgaqUJXXAyDs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xTUNN7ag4mOufkdCG9CRCGgCL4ac86Lr { top:0rem;left:0rem;width:47.75rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD5rFuaHxFKqKUrLz1lukuAdikmeaZP7 { top:4.375rem;left:0rem;width:47.75rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOWEZCgiCUmdlOydwc4XnkJOWE9GPeZk { display:block; }#vOWEZCgiCUmdlOydwc4XnkJOWE9GPeZk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #povc82sCMN29bweBRZopO5X8TcezlVbS { top:12.3125rem;left:0rem;width:20rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThqQatzngDoNrEkdTTK7p8X3mfuq5ZiT { top:16.5rem;left:15.875rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm16rfNuPgkD1AkJJNPywXvNdx6KZtpr { top:21.75rem;left:15.0625rem;width:17.5rem;height:11.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0vgVx8MJRWTwBTHGlIdRGzDszlmkyw6 { top:34.1875rem;left:16.25rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoUziWNvfBTvKGPcWnBEXx8ZgCLPD3Ve { display:block; }
 }@media only screen and (max-width: 763px) { #UXCKpCMtoZ8PVsm8nDoRwXNe4LxKVZW1 { top:17.625rem;left:14.75rem;width:17rem;height:5.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hky38gMle26kOSpH5czn2aHHJBsiZtTp { top:1.25rem;left:18.4375rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ww8fCavtTDGLt9OpK1t6xCwSgm9nthFa { top:21.75rem;left:0rem;width:17.0625rem;height:12.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTSfDqRi0shDSbtzTVWlIIQ181A6zPVd { top:17.625rem;left:0rem;width:17.75rem;height:5.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlS3OB13PPJDwWeN6xTpNGec2RxQu1tI { top:16.5625rem;left:0.8125rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocI4T5IIe7mls1NATmEe7it97ZqOW9Ky { top:5.125rem;left:1.75rem;width:11.8125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqSQXIOAEzbAqSWyEMbSGGRabi5WlG3b { top:12.375rem;left:0rem;width:20rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3TNSUJSOc2JQJacSK3KVKKbHC6c9vOV { top:1.375rem;left:3.75rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #On2ZkvPg7rH2xuWHdtQqoTqokK4vSXpi { top:34.1875rem;left:0.1875rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxhTppMhxaZEQ8AgX5FAoqJcJ5uV7IhN { display:block; }
 }@media only screen and (max-width: 763px) { #dPBHFMXGWEDshCLdAP7bmHEznSiB4o7V { top:5.5625rem;left:16.1875rem;width:13.25rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R11KkEX0ydP7OEA02yBm7Ro5tytQ798W { top:39rem;left:18.125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDIdMwwuzR0h8EIAwAOm60geFqHMUCo3 { top:38.9375rem;left:2.953125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TINduLDTzV1ZuavMChkXPE2SCdNz5JFm { top:39.3125rem;left:4.875rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNXvasiLPJuhNgmangDrb5rIIhHkqh42 { top:39.3125rem;left:20.5rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxEZPTHTDxsJk7ZLOh3WRImQVhcs8UQb { top:34.125rem;left:31.9375rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3UH67Rl54i8cGkE632dTFh3EETgGOqM { display:block; }
 }@media only screen and (max-width: 763px) { #QOwV9xCrI7CIZ79lqgqK3MddZ9OMJQRR { top:38.9375rem;left:36.4375rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhOOUV0JRxcOUkQ9FUTBxCTAl04b05DT { top:22.3125rem;left:30.0625rem;width:17.5625rem;height:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxwT2MDFS1lEEdrmtsE9PdZ03bCahdAf { top:17.5rem;left:29.75rem;width:17.875rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewlxTl6pxokTRbUpl5A2ICedXczTJx93 { top:12.25rem;left:27.625rem;width:20rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZhsec5UMkzhHQvoIZCsW9G3oI3ofD8X { top:16.5625rem;left:32.875rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JicBco85HMNRGq17G5NTJJ45yKFcIvyr { top:38.625rem;left:34.25rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTguxSG28lU2s03Jy8Q5ku2pec0yD8fB { top:0.875rem;left:35.5rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEqr935G69lBvTEK25h1yCn9rwbP75Gu { top:4.75rem;left:32.875rem;width:12.9375rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkqsrLwl2gueUsd6hgEaULFlfGiyyAQ0 { top:5.5rem;left:9.1875rem;width:6.125rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGGACIEmqhyRrxsyuInEf4cazBgRntuy { top:0.875rem;left:8.5rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTyfSqIarAytXvCoDfuu2dGG8qcdQEgT { top:3.375rem;left:9.1875rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF8q30IZMPc5owPtZLRae1EQhQyn2RPz { top:2.375rem;left:9.0625rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7USzUuHl7xGnLnwi405rWSL9Pnw4ew0 { 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) { #iSiNrpMf6luXw7W07nSJyG31OXXGrmMH { top:3.375rem;left:25.625rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wqc7TToka9qwNg1rJoHRFdyan0BcIKeE { top:5.5rem;left:25.625rem;width:6.125rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Da6TOUmuhN3xwDmgzZAAoIbJKDTiXOJW { top:0.875rem;left:24.5rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtnicPATTPbfZfBNarsARlFUr1n9mZ8K { top:2.375rem;left:41.5rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccwdMMom9WV4PaJk1a0FrhLDIXQTtovW { top:3.375rem;left:41.5rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eozM63IEP7dtu8CQdRRZNZMTA0vXxe0R { top:5.5rem;left:41.5rem;width:6.125rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8sTvFOeQeERCwtwZPaqKKknIsLIV8xM { top:0.875rem;left:40.375rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhBSZFoMGvxCKbTbUbGukJuD8JQLLFSx { display:block; }#nhBSZFoMGvxCKbTbUbGukJuD8JQLLFSx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bn02ZGXcus7l0dHoTyf0hZru3Ff1mguN { top:4.75rem;left:1.75rem;width:11.8125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3ArrDo4iRxSLUmfBOtxT5dA1it0icUp { top:12.3125rem;left:0rem;width:20rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLeZnT8WKZBrlHEV9KxLKzHcwCJWXN53 { top:16.5rem;left:0.8125rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cv3BPMufxevPotnI6ebMistD6h4wqATB { 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) { #c2EZ6t2Co3xI6Av4p2D4vTuAuTUpBuSZ { top:24.75rem;left:0rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfLAezAeeP3SHADnLJfsqgAbV3sPVssu { display:block; }
 }@media only screen and (max-width: 763px) { #tKuwRhGCQsvfwaeebVT2KSLL9lEdsywv { 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) { #z4Ti2OxwLRDhierf9d8UCPEoiJVgs5GZ { top:1.25rem;left:3.5697898864746rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UI3C1XiDOPa7OkT5EAG0fv3JlLVDTGTR { top:24.75rem;left:16.0625rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFcPEqlsSTQc7soR5iyQSoCVCvqRJV7w { display:block; }
 }@media only screen and (max-width: 763px) { #A1fNpcs5rqTyFMZCpBOouQXhD1C93RR4 { 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) { #OpOBOmhhT9WLGp0ClorUZNJr9KKLLEgt { 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) { #c2mfbrVOTS3k1kkAvZaWq0c0BgZAks7O { top:12.0625rem;left:11.75rem;width:20rem;height:0;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCKKD0aOvdg7u2W37oxLatogIZeraTVg { top:16.25rem;left:16.6875rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoww9ysMuJd7I1NGa1GIOlZfIwfOkw6O { top:24.75rem;left:31.9375rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABypoJbDZmSmW7qdsI8UPU047T6D065A { display:block; }
 }@media only screen and (max-width: 763px) { #PdTuDQuwvR5VfH92Tgnl6eKvAE5dpNUn { 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) { #pwygEgWKfTiKLqpQc5dcOBmTma0CTmDQ { 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) { #CSQI2rb0mp4eBMbNbZ2w0vSv1etC14zP { top:4.5625rem;left:33.5rem;width:11.8125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObIKomeerGDLewP63r1UX2aQw5z744LI { top:12.3125rem;left:27.625rem;width:20rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETTcwTyeHUEgcnOwwDyivko8bsSl77H0 { top:16.25rem;left:32.5625rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1yJyWWhTucTvU9s5TWWWVxGeFoPN5y3 { top:1rem;left:19.625rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8HaNVyMKTygTUc6lD2c8dttbqozCGXi { top:1rem;left:35.5rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h74OTGgpdMRpklkkgf70HoBZfKd4dsDB { top:5.5rem;left:17.90625rem;width:11.8125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSXNkyZMMJgHhpxSfopy3Z3tQkSE1XfZ { top:0.3125rem;left:8.625rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsaOsTVAgru6UvTGh7FS8HFC3JlWNvQs { top:29.8125rem;left:34.4375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZEZ4XbxlpEHikGsTO579HlJHEM5FEm6 { top:29.8125rem;left:18.5625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #huc3sttyVZsvmJCAQ5mbcoTkWnhuATlz { top:29.8125rem;left:2.4375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #klGpiEy6mW0QWH1lIgPJZaaodGV4nUfy { top:3.0625rem;left:9.21875rem;width:6.125rem;height:0;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2b2CS96OcIPx4ZcdV5o7H6Hbl3NH6hT { top:30.0625rem;left:4.875rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5vF3omsRorWvtJpbaVPCdr68181Jg05 { top:30.0625rem;left:20.75rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wv3X8RhHgviZWWLFMPJPXfGzZmd4VNlH { top:30.0625rem;left:36.625rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAA6zTTPy0UTuSEA41CQC5IPFF9TbKZt { 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) { #MO0wPT3Bs9vboNxgbTqAdRNu3fZLGftA { top:2.75rem;left:41.5rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwhMSIutNVG1BEtyeWOpJMwG5FKK548A { top:4.875rem;left:41.5rem;width:6.125rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZktqB0Vz5ZED1GoMrqxuNnU1fACe42Xk { top:0.25rem;left:40.375rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2ea1rFesVRJyPhTPIB4nGSbBVOUu3mK { top:2.25rem;left:25.625rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcpdZThZ6dJxys7Bb4SCXkqLnlPQeIai { top:3.25rem;left:25.625rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTpTNq05kM3P62zBUs0JDk3NUD42HxyL { top:5.375rem;left:25.625rem;width:6.125rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFm3LebCkU7ws3T7mlRrcDLnMWdXlAUe { top:0.75rem;left:24.5rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKNpMCI9VK96xh2ITKuay7DQD7Ez51Wa { display:block; }#KKNpMCI9VK96xh2ITKuay7DQD7Ez51Wa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QUg8IlJzwcPmIEArJqE4ND7ywqc4EkxP { top:26.3125rem;left:16.0625rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPFNUNaS7cUpSQqmByAvGgazRv0t5deC { display:block; }
 }@media only screen and (max-width: 763px) { #LANfyiP60IM0LXsBR2AWccpGKgBySe0y { top:18.0625rem;left:15.875rem;width:14.625rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPNtguf3FBJQqwZe5MxlbLJmTa5xwmim { top:16.75rem;left:15.875rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DX5HKgPbiVsg2xZV8nKwIS0eyy0g2UQu { top:12.5rem;left:15.4375rem;width:16.3125rem;height:0;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxSxyOroXRrnaTbrFENb240SCWISalFN { top:1.5625rem;left:18.5625rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdHvtOqe6iZ9H40EvogiAaT2m163fngZ { top:4.6875rem;left:17.03125rem;width:13.5625rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNso5v8QnEVyuVGVlXXLQv0t1Vnmk2hZ { top:26.3125rem;left:0.1875rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVO5Vc15bJTGAAGDei1n1hg7WZntrFIX { display:block; }
 }@media only screen and (max-width: 763px) { #b3hOLR6TQgirW0y93gueOTTAKPKc3Wme { top:23.125rem;left:0rem;width:19.25rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGMQFVXdQlkpRuWs9fITq1PgrrUO7LTG { 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) { #KlrQJ9MoBfM2DNKcOJdJrF0iO5AJpTdw { top:16.75rem;left:0.8125rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhKVNigsPlPD4Ji3mdRlufu0CZdh5NO9 { top:12.5625rem;left:0rem;width:20rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIiGtpAXOhFP35T4mbTKZWCQ7c4tcnUN { top:1.5625rem;left:3.75rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyHwJJPabVEVXw8ifPThrhIBT08PzvAz { top:4.625rem;left:0rem;width:13.6875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIgzc1lHNei2ZMzQvf7uuOVVT9BRGdx1 { top:30.8125rem;left:18.3125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZLa0NSxANaqg5voLubf00l4iPI9Uoya { top:30.8125rem;left:2.8125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBTs4IWyOz7rShhkeHqiwqi8VUIfptJJ { top:31.125rem;left:5.125rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlVN49Avf03FtRKr9OdXFXlJs6MPazVH { top:31rem;left:20.5625rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkoGxRBFrzdS9xHMeIoAqymndmJTe7L4 { top:26.3125rem;left:31.75rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ1yCd4mlcCzds6CN0J6kCBLDzoSD6NH { display:block; }
 }@media only screen and (max-width: 763px) { #vTXeggudFO2zLIfZdoPQ15L2FfEZAgzu { top:31.3125rem;left:35.375rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFAmafvTprdgkQrbbonwqn5gqRTxpBEA { top:21.625rem;left:31.75rem;width:14.875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nC6E4CXfAFkzRWvad8dGZHaanimkRV5T { top:17.875rem;left:31.75rem;width:14.625rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtFUKAEU7lgDEBlXMv1xHpSN95bpPOFD { top:16.75rem;left:31.75rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTX5NthftXATtnf1Jn7NfaifygCtPT7T { top:12.5625rem;left:29.9375rem;width:17.6875rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrTOgG2GuTya5LXzbAVsFbTDm2WONxgz { top:12.5625rem;left:11.75rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAAxoONu3wc57oz65TFDgI3AZBITv3GH { top:30.8125rem;left:33.3125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Klf8OJzGRZXK5DpOqX01qXc3gT6tC9Ul { top:1.5rem;left:34.3125rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6uBr0x6BbhbkbzLCnE9DSdQlvSVa2n3 { top:5.0625rem;left:31.75rem;width:13.0625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQnCIzNZGuGPlsyEsJ0LS1TdlJRb6hqz { top:0.875rem;left:8.625rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDEUqbeK0gs28ErRi1ZdUazJVQ1LZdO7 { top:3.375rem;left:9.75rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THqW4739NKKOyQB8y0GrZyUn16yCCPRG { top:5.5rem;left:9.75rem;width:6.125rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0LtOnELGShMSiZorBOG33g8soJIs1f7 { 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) { #NxXB0pZ0nXLJa0OwhyZhRe5kStcNNBsi { top:0.6875rem;left:24.5rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMgmT2aJgFvFIXfdFdeFwtWettdTMaIs { top:3.1875rem;left:25.625rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdzNcEAcCPRTTfg8S0TbO4TatEJ2pOhJ { top:5.3125rem;left:25.625rem;width:6.125rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAQdF0uDsEQ9rJilwrVRyWKoGE7THmwM { 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) { #LOEHze5C3DZpX3kpFT4BOThfcCStT14F { top:2.875rem;left:40.875rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bK6kqFAuLb2uUW9zgzuDPpXrxIrAi7u0 { top:5rem;left:40.875rem;width:6.125rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gytL1xB8WTtuUuVXz5PJwxFTTLBE6Hgt { top:0.375rem;left:40.1875rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTySWgEyuyrqVImqVTc7JFkZt3eFBdf2 { top:1.875rem;left:40.75rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7aOWlmP52SbPBNAK7lz7VahekBDgpbF { display:block; }#q7aOWlmP52SbPBNAK7lz7VahekBDgpbF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bQoTlPbiXegrL934s5dgluGy6fN80ipO { top:12.3125rem;left:11.75rem;width:20rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #czc8VWJyOoskxlelO151MTGBkdMKnyQs { top:16.5rem;left:16.6875rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OllSUrt3KQ06Ds7SZcIoMZ0QrrlZS836 { top:24.9375rem;left:16.0625rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFmXi1UPnPpFP2iHbRPZUsB4qWA645wi { display:block; }
 }@media only screen and (max-width: 763px) { #kq2qGgsTw8mxdiU0brFps1CaR1KfT54N { top:17.875rem;left:13rem;width:18.75rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWsuZdUMsvL2glt7QT4JVQxAS2TPy2e6 { top:1.3125rem;left:19.4375rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdTJI5POClfhd7SweDzFGF6THvPu2ZsT { top:24.9375rem;left:31.9375rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHH6GvcyUJKBhyasbhTifDB8132aQLDE { display:block; }
 }@media only screen and (max-width: 763px) { #GrcVk1KUNsdCRWOLpMLvTGs7qyrMG1FT { 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) { #NrlgTwQ9g82kwgrwtcFcLi6U3J1N536B { top:12.3125rem;left:27.625rem;width:20rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcwJOVVTxsqv76n6pMFGhkuS2IXdbEeo { top:16.25rem;left:32.5625rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmCHbd5z40BPRZzAfpJl8R7r1RVLzneX { top:1.375rem;left:35.5rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxABM0hNoApQgqTA2RyrFeH2X9pRHy9B { top:4.6875rem;left:17.4375rem;width:12.75rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJWpvyIJoRHJPdTBkrXONdweRthtcqkx { top:3.8125rem;left:32.25rem;width:14.875rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgK6XTNmEm0iMlo1kQwV0fVABeCz55mD { 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) { #FXOsDqwXD6GgThhBZsaIUoKVgl7Sx9XT { 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) { #th8nxeskUQDucQllCpe2JCZBuMKEI8Dp { top:0.875rem;left:24.5rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wI2VJq37hudA23RE03qRVSZVKH6DsnOp { top:0.75rem;left:40.375rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvGCRcdV4iKIgLyVebDcDDNeZe16twNy { top:3.25rem;left:41.5rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyRGcThwOtM99I2zFduiasz1DpI7FtIb { top:1.9375rem;left:41.5rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d75JGzQkvpHa7S9ia0Dc7TBoZdeLNxmM { 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) { #Nnnt2h94SmJp1IcOUXmRbO082IIEopRy { 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) { #X43s7Au7PhwOf828oOTHMutENDIymudV { top:3.375rem;left:25.625rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #URdA4Um7Nh7UJmpTEqrBHIHn6TANNTnA { 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) { #RLJbwivcx0dDUhZn3GwbgbmAXl8iv09n { 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) { #bpa2E0nJSq8scTrl7I5DzU9150Fb5TN6 { top:30.375rem;left:34.25rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwxTO4dC5WkwXdMvF7oe4TzsFTwiB6e6 { top:30.375rem;left:18.4375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1HkuVCqFepIb92ox1hU4swRyzTdPMFm { top:24.9375rem;left:0.1875rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynKpbTUhILpvkXST5fMG8hN7LP1nL4VV { display:block; }
 }@media only screen and (max-width: 763px) { #DaAEo1JdWMZyTvK8uOpMrLgAWEIEh1rV { top:22.4375rem;left:0.46875rem;width:14.9375rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3ViV0ZOWz84mXB6aXyz09KVxPxlG8ON { 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) { #IP5x6mrxBobw9ru3rH1MTNxuQIwSGyJy { top:12.3125rem;left:0rem;width:20rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwgTgMeafcDoCScy1CfOJC9FettcHKQL { top:16.5625rem;left:1.09375rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaQKkrZDquKyPpH1yIPWsHM8JpLzVREz { top:4.625rem;left:1.28125rem;width:13.3125rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFG1gBwgDtcNBTT9Ub9gcsvsJvafEMy6 { top:1.3125rem;left:2.4375rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5v0WN3XqPJb3Cy5sPyihP9UyBqDT8mn { top:31rem;left:4.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lh561u374CEv9ibbzqDBDVnx7mRpZPIC { top:1.625rem;left:9.75rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7m6ruNZtot5klMFbDLzNSLEpEToyZik { top:0.3125rem;left:8.625rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUpVRgth3P5bpGJ6IOKEbgHhK2UdBcdl { top:2.875rem;left:9.75rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #omd2XH2IK6RBMw3D5Es2ow0hEZZtC9a6 { top:4.6875rem;left:9.75rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRrZTCcm9S3cvKdtPiPPGbEQyWg28p7e { top:30.625rem;left:6.34375rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKlr44aBvBFfLL0fIqGyV6JpBLGH7l43 { top:30.625rem;left:20.5625rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gi81IvqTv2aQo6AgqyMAnEuCNm5m21Q1 { top:30.625rem;left:36.625rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #My8EJbsRTcetE2VRySxPa3VIEJhpxcKS { display:block; }#My8EJbsRTcetE2VRySxPa3VIEJhpxcKS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PSr7BzlDGkWDTpbEZyr9LxqX9pQoiqbN { top:12.3125rem;left:11.75rem;width:20rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE5gpsTVFfiy20lPSQf1gED23mD5TxNM { top:16.5rem;left:16.6875rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsBrmD4q7J1XFrVnwl3ElgOCwDRhbXdt { top:27.5625rem;left:16.0625rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4hissqdGCB02PlTzsT9NV6ilXEKPzgS { display:block; }
 }@media only screen and (max-width: 763px) { #eOSZc2NzCQG9TkLx6retadfeFHCHVCDp { top:17.5rem;left:13rem;width:18.75rem;height:5.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VM8A28JC9DLxy6oe4kEOoJphCJVpICMA { top:1.3125rem;left:19.4375rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHsaqn0nJnp4wLG6lXuCcMQ1ABxD0fMT { top:27.5625rem;left:31.9375rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtrTxam107Vdo37LrfVfxGylRFVAhMWJ { display:block; }
 }@media only screen and (max-width: 763px) { #WIRvaCNfxJJQNy6bF17cNr3zBUTKWZCx { 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) { #vo9vc63WnmR72y0BgMTaupGm2wXFOElL { top:4.375rem;left:0rem;width:13.1875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NawvZWswe0g5gIQOSk3zn3SUAMZBfg86 { top:12.3125rem;left:27.625rem;width:20rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1TH8Gxy6SlCTFemLVdOLbns74CXytJu { top:16.25rem;left:32.5625rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWB1kGQZdMop773DqsSokZQw35U7xfzE { top:1.375rem;left:35.5rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #odrZBLVoElPOg6oZcdfmZmXyS41UOOuT { top:27.25rem;left:0.1875rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qt6IcEGz7Wvq6yzaGLXWcPh6F5HMAyyW { display:block; }
 }@media only screen and (max-width: 763px) { #xJElAxwzyRQG52dTrZzgg7oULpUTes2y { 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) { #hGVv1yDgiTGqxoTWM2rrmDbpmZumkIIT { top:17.5rem;left:0rem;width:17.4375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCTbn6DV6Ugyr4uGe8LA0ZDNd2pVs3Zw { top:16.5625rem;left:0.8125rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bquAOQ3erpCZAvtCUTMz7Umpm6HmyxBA { top:12.3125rem;left:0rem;width:20rem;height:0;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vW4UfJgJ0ETrNoT3OM31nQflLnbizuD7 { top:1.6875rem;left:3.75rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Px2KZOnCkAqzu4BDNmJrBsBLHqwyIWuH { 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) { #vU0t48OriDXrtlRIwxiNby64MyBV8NEC { 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) { #yLJZ6liaeFTFWKRSAu7bE2F0FEP9ZR2N { 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) { #eyxqyi1V2dIJr5kT3tassyp9OBrASzar { top:0.875rem;left:8.625rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBEW3kha9Sn5RME5zVeqAU4R96UX18yM { top:3.375rem;left:9.75rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCzp0TCHeiNKkKae3obVaRwOJWhfrp7n { top:2.375rem;left:9.75rem;width:6.125rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnSyADDFM5kbO1iCIfIoN4nzZCxCyQ3N { top:0.875rem;left:24.5rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtTa2Ukff8ATyuxzJy2xSsXcISmEIU3J { top:3.375rem;left:25.625rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPrQ5TyHH5h1D6Pai2JwxBBvJiaakzBC { 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) { #EAgQXqveEfOCcn3nZpv69sDD6W0fGCZ3 { top:5.5rem;left:25.625rem;width:6.125rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #foXUsylHtPUzIgAhavKfctKTTH8qRa5S { top:5.0625rem;left:33.375rem;width:12.625rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyrZvaadWN9vWLHwOGGQ0U02RgsaZupk { top:4.6875rem;left:15.875rem;width:13.1875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzaeWyS3c6HSohxzpSDiOSWcEUisqn7h { 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) { #dcUk13RNk5TE2iurTAdZTF8mtoRNTS3G { 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) { #BGiAFgKop6Gb76wPh0NwvTKw59UNfLgp { top:0.875rem;left:40.375rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXrb1wvQVThEphsDJtxkJGOLKuCimATE { 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) { #vLzMsT902Zik8yC6Ay7BQ8dERpdC7S7G { top:3.25rem;left:41.5rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5x1a7OTo7Pn99dORJqDEFAIk6n09BQJ { 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) { #hDyX1q7rwvXdMRZbwL3XCDHSegWLxfdT { top:32.625rem;left:34.25rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQHOaG6Tc0O6ppvC2VZFqWSurNfaEr3L { top:32.625rem;left:18.4375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJWDkaQIv82qImlwtDz2KzXyJf9nZrPx { top:32.625rem;left:2.5625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZ1WyxD0tt6PgkbD6qSCFPypUPXF7JqT { top:32.875rem;left:4.875rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4UD8qlzBglsQMl7toUwnUlsO7CKXtx0 { top:32.875rem;left:20.5625rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gArL93OWswEqf76XMZ6tHKULTTgtowJo { top:32.875rem;left:36.625rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDDOFXcBnUyzR0cR83JeINQmgBT5rgWX { 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) { #woqDGpICFuF2Ub2dCrQX09GIFt8FUtWH { display:block; }#woqDGpICFuF2Ub2dCrQX09GIFt8FUtWH > .row .container { width:47.75rem;position:relative;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:4.875rem;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) { #k6pov10AZ3IeeeAkg1QLVTnktG0O6RJl { display:block; }#k6pov10AZ3IeeeAkg1QLVTnktG0O6RJl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l2h3I4Xgrw1H6HHTg3yLkIcKdS31IS7U { top:3rem;left:9.25rem;width:29.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCQI54IuJ1lM1NrGKIAsLt6yGJDQnsoL { top:2.5rem;left:40.1875rem;width:2.25rem;height:2.25rem;display:block; }
#KCQI54IuJ1lM1NrGKIAsLt6yGJDQnsoL > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #IDSPperlHgHSQ24I0USXEFgXnMRGtxGs { top:2.5rem;left:44.1875rem;width:2.25rem;height:2.25rem;display:block; }
#IDSPperlHgHSQ24I0USXEFgXnMRGtxGs > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #fGQTA2ffIoaxMCq9geK0Tx4T6GqlHSPm { top:2.5rem;left:45.5rem;width:2.25rem;height:2.25rem;display:block; }
#fGQTA2ffIoaxMCq9geK0Tx4T6GqlHSPm > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #OoENXOzSr1N00DJ9tTkFqP8RhHBc8Low { top:2.5rem;left:45.5rem;width:2.25rem;height:2.25rem;display:block; }
#OoENXOzSr1N00DJ9tTkFqP8RhHBc8Low > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #V00fNpIV7NEb0Bt9x7Rts2oSqtqo6laL { top:0.625rem;left:0rem;width:13.9375rem;height:6rem;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:5.8125rem;height:1.625rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1R63ZZnqVOWOTlxaR77R68bfQdXZ7Tg { display:flex;top:1.625rem;left:12.013541221619rem;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) { #iKsIdCIJwVo8wB73ZQ66TqOR6wJq7mfi { background-color:#282830;background-image:url("https://images.assets-landingi.com/uc/fd69c8b1-368d-4759-8aba-cdf46b88c030/dniotwarterodzinyCHR1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#iKsIdCIJwVo8wB73ZQ66TqOR6wJq7mfi.adaptive-delivery-prevent-bg, #iKsIdCIJwVo8wB73ZQ66TqOR6wJq7mfi.lazyload, #iKsIdCIJwVo8wB73ZQ66TqOR6wJq7mfi.lazyloading { background-image: none; }#iKsIdCIJwVo8wB73ZQ66TqOR6wJq7mfi > .row .container { background-color: transparent; background-image: none; }#iKsIdCIJwVo8wB73ZQ66TqOR6wJq7mfi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iKsIdCIJwVo8wB73ZQ66TqOR6wJq7mfi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iKsIdCIJwVo8wB73ZQ66TqOR6wJq7mfi > .row .container > .video-iframe-container { display: none; }#iKsIdCIJwVo8wB73ZQ66TqOR6wJq7mfi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iKsIdCIJwVo8wB73ZQ66TqOR6wJq7mfi > .row > .video-iframe-container { display: none; }#iKsIdCIJwVo8wB73ZQ66TqOR6wJq7mfi > .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); }#iKsIdCIJwVo8wB73ZQ66TqOR6wJq7mfi > .row .container { width:20rem;height:33.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fcmq7TMavuyINQvlPXS1xr6DH0dvNVlo { width:20rem;height:6.1875rem;top:1.5062503814698rem;left:0rem;font-size:1.875rem;line-height:1.1;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MNstXlq2NQQVAHMMdPbSbDt7ZOtNSHkm { top:8.456250190735rem;left:5.25rem;width:9.5rem;height:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOaCwt4l64oAGG6gJTsFGzmTWbS15Rfx { display:block; }
 }@media only screen and (max-width: 763px) { #AebNBQxzK3mNS4V5Au0LVtRn1uNwr0Rz { width:20rem;height:5.2rem;top:23.206249237061rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0v53WinBTcFCSosL6xadphyFno3fiZr { top:29.331249237061rem;left:0rem;width:10.4375rem;height:2.375rem;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #a3Dwb6sL8deG5d462xrHdQAT3ownF9w1 { display:block; }
 }@media only screen and (max-width: 763px) { #Cf8uiJSJ0EWvsx19PwzkGo4AiFMeJwcl { display:block; }#Cf8uiJSJ0EWvsx19PwzkGo4AiFMeJwcl > .row .container { width:20rem;height:116.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A0aE1zo4wQgxWlczviLHe8qlPSUfgKUy { width:20rem;height:3.9rem;top:61.262502670288rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id9w5eKfTgJvebt39mVB06T8LXVLtUku { width:20rem;height:4.9875rem;top:1.7250003814698rem;left:0rem;font-size:1.1875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IEKeLxqpBaO4KlANzDKosClhgQ3e1STC .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC .widget-input-text {padding-top: 0; padding-bottom: 0;}#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC .widget-input-select {padding-top: 0; padding-bottom: 0;}#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC  { width:17.5rem;height:auto;top:8.125rem;left:0rem; }
#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC {display:block;}#IEKeLxqpBaO4KlANzDKosClhgQ3e1STC { width:17.5rem;height:auto;top:66.412496948244rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #nAD7DXllH5ivHHDB2SKlUFrQkknNJudr {  }
 }@media only screen and (max-width: 763px) { #IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #i13BIgpeVImbSzg3IPUQcpI4Pqtmm8M7 { display:none; }
 }@media only screen and (max-width: 763px) { #IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #GUn4hRqiTca5X3gDMeAB8wl8LSDDLMIi {  }
 }@media only screen and (max-width: 763px) { #IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #yBdhsl0cVoT0ntPq4eG1WRFPi4qWrlTo {  }
 }@media only screen and (max-width: 763px) { #IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #r2IslOKtcMpVg3mqMZwSMIhTdtvG4XSl { display:none; }
 }@media only screen and (max-width: 763px) { #IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #A4pdanUT1tclfC5MoKpxPToz7Zi4nbVx {  }
 }@media only screen and (max-width: 763px) { #IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #a8SDtN5lqoXlArByyGBOopOfuqkXhotX {  }
 }@media only screen and (max-width: 763px) { #IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #NzNDcmgoeiNI7O19HnW0sNQo62agPTeN { display:none; }
 }@media only screen and (max-width: 763px) { #IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #oetNCn5cWTaaR4cP7T6zEhCz3bfTGkL5 {  }
 }@media only screen and (max-width: 763px) { #IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #vIab4Qd5yMPZOn57yaycGPgCJqyeA3zk {  }
 }@media only screen and (max-width: 763px) { #IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #vF09KbpF4nec2wWgftektJbso9UC3qkm { display:none; }
 }@media only screen and (max-width: 763px) { #IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #EaM53srO4TnVfznNTmPGf1WSPD5hxEvh {  }
 }@media only screen and (max-width: 763px) { #IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #pq3Gkgxel3R1ZZOJBswwKnhQnPWJqxi7 {  }
 }@media only screen and (max-width: 763px) { #IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #Te3vgHZF0oaZFOa1AgTeVvKB2ndLDwW1 { z-index:2; }
 }@media only screen and (max-width: 763px) { #IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #mVZZUD0cel52eNKntcpLxd3bBd3eNVgT {  }
 }@media only screen and (max-width: 763px) { #IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #hDxZkznTCAxPz4dPps7PQTaptF4nMBGd {  }
 }@media only screen and (max-width: 763px) { #IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #oTCQaW9Bmvi7Hms1lCWNOhZlTVAZlyGr { z-index:2; }
 }@media only screen and (max-width: 763px) { #IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #KT8gawfUEql0MHwt0dOCrXQVUI9e9JrH {  }
 }@media only screen and (max-width: 763px) { #IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #ZAJxUbfFpvUPAVrWVHvAknFskqmom0BB {  }
 }@media only screen and (max-width: 763px) { #IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #PT4lFDQipZiAhS5i1nVMNEc7PgCNwS3x { z-index:2; }
 }@media only screen and (max-width: 763px) { #IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #wiRDK1ueu1wO3wuEfO9lQkTsSX8TPyyq {  }
 }@media only screen and (max-width: 763px) { #IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #lkTP52f5dxInlslUfGKekiG8wm0wMydL {  }
 }@media only screen and (max-width: 763px) { #IEKeLxqpBaO4KlANzDKosClhgQ3e1STC #c8sP5pLMBEhTy3LvZqnT8p9XsoWutrFO {  }
 }@media only screen and (max-width: 763px) { #PmbAqli1Bc27BntMfehEKNcdVn0uG52D { display:block; }#PmbAqli1Bc27BntMfehEKNcdVn0uG52D > .row .container { width:20rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PVn48t57p6ADKQih2ERyC812RE3TCAWt { width:20rem;height:1.875rem;top:11.99951171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ab3KANcE54oJGsW633ltEvJrrsstBEvN { width:20rem;height:3.25rem;top:2.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGOsZAkNUu0XwT3sBT8RykmRhmTBPRK1 { width:19.1875rem;height:10.4rem;top:7.2489585876462rem;left:0.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsNUnOZd3Q5ovKqEy1ydlgaqUJXXAyDs { display:block; }#fsNUnOZd3Q5ovKqEy1ydlgaqUJXXAyDs > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xTUNN7ag4mOufkdCG9CRCGgCL4ac86Lr { width:20rem;height:1.875rem;top:11.99951171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JD5rFuaHxFKqKUrLz1lukuAdikmeaZP7 { width:20rem;height:2.19375rem;top:2.6875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOWEZCgiCUmdlOydwc4XnkJOWE9GPeZk { display:block; }#vOWEZCgiCUmdlOydwc4XnkJOWE9GPeZk > .row .container { width:20rem;height:147.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #povc82sCMN29bweBRZopO5X8TcezlVbS { 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) { #ThqQatzngDoNrEkdTTK7p8X3mfuq5ZiT { width:13.6875rem;height:0.1875rem;top:16.5rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bm16rfNuPgkD1AkJJNPywXvNdx6KZtpr { width:17.1875rem;height:11.375rem;top:26.203123092651rem;left:1.734375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J0vgVx8MJRWTwBTHGlIdRGzDszlmkyw6 { top:38.25rem;left:2.1875rem;width:14.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoUziWNvfBTvKGPcWnBEXx8ZgCLPD3Ve { display:block; }
 }@media only screen and (max-width: 763px) { #UXCKpCMtoZ8PVsm8nDoRwXNe4LxKVZW1 { width:18.5rem;height:5.60625rem;top:22.16562461853rem;left:0.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hky38gMle26kOSpH5czn2aHHJBsiZtTp { width:10.1875rem;height:14.125rem;top:3.0625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ww8fCavtTDGLt9OpK1t6xCwSgm9nthFa { width:16.625rem;height:13.65rem;top:71.375rem;left:2.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rTSfDqRi0shDSbtzTVWlIIQ181A6zPVd { width:17rem;height:5.60625rem;top:66.875rem;left:1.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlS3OB13PPJDwWeN6xTpNGec2RxQu1tI { width:13.6875rem;height:0.1875rem;top:16.5625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ocI4T5IIe7mls1NATmEe7it97ZqOW9Ky { width:11.8125rem;height:6.875rem;top:55.5rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqSQXIOAEzbAqSWyEMbSGGRabi5WlG3b { width:20rem;height:3.7375rem;top:63.125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3TNSUJSOc2JQJacSK3KVKKbHC6c9vOV { width:11rem;height:10.6875rem;top:51.625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #On2ZkvPg7rH2xuWHdtQqoTqokK4vSXpi { top:85rem;left:2.25rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxhTppMhxaZEQ8AgX5FAoqJcJ5uV7IhN { display:block; }
 }@media only screen and (max-width: 763px) { #dPBHFMXGWEDshCLdAP7bmHEznSiB4o7V { width:13.25rem;height:6.8125rem;top:10.5rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R11KkEX0ydP7OEA02yBm7Ro5tytQ798W { display:flex;width:2rem;height:2rem;top:43.125rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #kDIdMwwuzR0h8EIAwAOm60geFqHMUCo3 { display:flex;width:2rem;height:2rem;top:90rem;left:4.5rem; }
 }@media only screen and (max-width: 763px) { #TINduLDTzV1ZuavMChkXPE2SCdNz5JFm { width:8.75rem;height:1.3rem;top:90.375rem;left:7rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vNXvasiLPJuhNgmangDrb5rIIhHkqh42 { width:8.75rem;height:1.3rem;top:43.5rem;left:7.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JxEZPTHTDxsJk7ZLOh3WRImQVhcs8UQb { top:134.9375rem;left:2.5625rem;width:14.1875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3UH67Rl54i8cGkE632dTFh3EETgGOqM { display:block; }
 }@media only screen and (max-width: 763px) { #QOwV9xCrI7CIZ79lqgqK3MddZ9OMJQRR { width:8.75rem;height:1.3rem;top:140.1875rem;left:7rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yhOOUV0JRxcOUkQ9FUTBxCTAl04b05DT { width:16.1875rem;height:12.5125rem;top:120.625rem;left:2.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pxwT2MDFS1lEEdrmtsE9PdZ03bCahdAf { width:16.75rem;height:3.7375rem;top:115.9375rem;left:1.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewlxTl6pxokTRbUpl5A2ICedXczTJx93 { width:20rem;height:3.7375rem;top:111.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZhsec5UMkzhHQvoIZCsW9G3oI3ofD8X { width:13.6875rem;height:0.1875rem;top:16.5625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JicBco85HMNRGq17G5NTJJ45yKFcIvyr { display:flex;width:2rem;height:2rem;top:139.8125rem;left:4.875rem; }
 }@media only screen and (max-width: 763px) { #cTguxSG28lU2s03Jy8Q5ku2pec0yD8fB { width:11rem;height:10.6875rem;top:100.4375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEqr935G69lBvTEK25h1yCn9rwbP75Gu { width:12.9375rem;height:7.5rem;top:103.75rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkqsrLwl2gueUsd6hgEaULFlfGiyyAQ0 { width:6.125rem;height:1.05625rem;top:7.9375rem;left:11.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGGACIEmqhyRrxsyuInEf4cazBgRntuy { width:7.25rem;height:7.25rem;top:3.3125rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTyfSqIarAytXvCoDfuu2dGG8qcdQEgT { width:6.125rem;height:2.03125rem;top:5.8125rem;left:11.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF8q30IZMPc5owPtZLRae1EQhQyn2RPz { width:6.125rem;height:1.21875rem;top:4.8125rem;left:11.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7USzUuHl7xGnLnwi405rWSL9Pnw4ew0 { width:6.125rem;height:1.21875rem;top:51.8125rem;left:11.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSiNrpMf6luXw7W07nSJyG31OXXGrmMH { width:6.125rem;height:2.03125rem;top:52.8125rem;left:11.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wqc7TToka9qwNg1rJoHRFdyan0BcIKeE { width:6.125rem;height:1.05625rem;top:54.9375rem;left:11.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Da6TOUmuhN3xwDmgzZAAoIbJKDTiXOJW { width:7.25rem;height:7.25rem;top:50.3125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtnicPATTPbfZfBNarsARlFUr1n9mZ8K { width:6.125rem;height:1.21875rem;top:100.5625rem;left:11.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccwdMMom9WV4PaJk1a0FrhLDIXQTtovW { width:6.125rem;height:2.03125rem;top:101.5625rem;left:11.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eozM63IEP7dtu8CQdRRZNZMTA0vXxe0R { width:6.125rem;height:1.05625rem;top:103.6875rem;left:11.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8sTvFOeQeERCwtwZPaqKKknIsLIV8xM { width:7.25rem;height:7.25rem;top:99.0625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhBSZFoMGvxCKbTbUbGukJuD8JQLLFSx { display:block; }#nhBSZFoMGvxCKbTbUbGukJuD8JQLLFSx > .row .container { width:20rem;height:123.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bn02ZGXcus7l0dHoTyf0hZru3Ff1mguN { width:13.3125rem;height:7.75rem;top:10rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3ArrDo4iRxSLUmfBOtxT5dA1it0icUp { 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) { #mLeZnT8WKZBrlHEV9KxLKzHcwCJWXN53 { width:13.6875rem;height:0.1875rem;top:16.5rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cv3BPMufxevPotnI6ebMistD6h4wqATB { 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) { #c2EZ6t2Co3xI6Av4p2D4vTuAuTUpBuSZ { top:28.625rem;left:2.3125rem;width:15.375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfLAezAeeP3SHADnLJfsqgAbV3sPVssu { display:block; }
 }@media only screen and (max-width: 763px) { #tKuwRhGCQsvfwaeebVT2KSLL9lEdsywv { 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) { #z4Ti2OxwLRDhierf9d8UCPEoiJVgs5GZ { width:10.1875rem;height:14.125rem;top:3.5625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UI3C1XiDOPa7OkT5EAG0fv3JlLVDTGTR { top:67.0625rem;left:2.25rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFcPEqlsSTQc7soR5iyQSoCVCvqRJV7w { display:block; }
 }@media only screen and (max-width: 763px) { #A1fNpcs5rqTyFMZCpBOouQXhD1C93RR4 { 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) { #OpOBOmhhT9WLGp0ClorUZNJr9KKLLEgt { 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) { #c2mfbrVOTS3k1kkAvZaWq0c0BgZAks7O { width:20rem;height:3.7375rem;top:56.3125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCKKD0aOvdg7u2W37oxLatogIZeraTVg { width:13.6875rem;height:0.1875rem;top:16.25rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zoww9ysMuJd7I1NGa1GIOlZfIwfOkw6O { top:107.6875rem;left:2.25rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABypoJbDZmSmW7qdsI8UPU047T6D065A { display:block; }
 }@media only screen and (max-width: 763px) { #PdTuDQuwvR5VfH92Tgnl6eKvAE5dpNUn { 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) { #pwygEgWKfTiKLqpQc5dcOBmTma0CTmDQ { 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) { #CSQI2rb0mp4eBMbNbZ2w0vSv1etC14zP { width:13.75rem;height:7.875rem;top:88.5625rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObIKomeerGDLewP63r1UX2aQw5z744LI { width:20rem;height:3.7375rem;top:97rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETTcwTyeHUEgcnOwwDyivko8bsSl77H0 { width:13.6875rem;height:0.1875rem;top:16.25rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #N1yJyWWhTucTvU9s5TWWWVxGeFoPN5y3 { width:11rem;height:10.6875rem;top:45rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8HaNVyMKTygTUc6lD2c8dttbqozCGXi { width:11rem;height:10.6875rem;top:85.6875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h74OTGgpdMRpklkkgf70HoBZfKd4dsDB { width:13.3125rem;height:7.75rem;top:48rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSXNkyZMMJgHhpxSfopy3Z3tQkSE1XfZ { width:7.25rem;height:7.25rem;top:4.09375rem;left:10.390625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsaOsTVAgru6UvTGh7FS8HFC3JlWNvQs { display:flex;width:2rem;height:2rem;top:112.3125rem;left:4.625rem; }
 }@media only screen and (max-width: 763px) { #aZEZ4XbxlpEHikGsTO579HlJHEM5FEm6 { display:flex;width:2rem;height:2rem;top:72rem;left:4.875rem; }
 }@media only screen and (max-width: 763px) { #huc3sttyVZsvmJCAQ5mbcoTkWnhuATlz { display:flex;width:2rem;height:2rem;top:33.8125rem;left:4.625rem; }
 }@media only screen and (max-width: 763px) { #klGpiEy6mW0QWH1lIgPJZaaodGV4nUfy { width:6.125rem;height:1.21875rem;top:7.109375rem;left:11.25rem;font-size:0.9375rem;z-index:15081;display:block; }
 }@media only screen and (max-width: 763px) { #l2b2CS96OcIPx4ZcdV5o7H6Hbl3NH6hT { width:9.9375rem;height:1.3rem;top:34.162498474121rem;left:6.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e5vF3omsRorWvtJpbaVPCdr68181Jg05 { width:8.75rem;height:1.3rem;top:72.5rem;left:6.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Wv3X8RhHgviZWWLFMPJPXfGzZmd4VNlH { width:8.75rem;height:1.3rem;top:112.625rem;left:7.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vAA6zTTPy0UTuSEA41CQC5IPFF9TbKZt { width:6.125rem;height:1.21875rem;top:44.625rem;left:12.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MO0wPT3Bs9vboNxgbTqAdRNu3fZLGftA { width:6.125rem;height:2.03125rem;top:45.625rem;left:12.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwhMSIutNVG1BEtyeWOpJMwG5FKK548A { width:6.125rem;height:1.05625rem;top:47.75rem;left:12.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZktqB0Vz5ZED1GoMrqxuNnU1fACe42Xk { width:7.25rem;height:7.25rem;top:43.125rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2ea1rFesVRJyPhTPIB4nGSbBVOUu3mK { width:6.125rem;height:1.21875rem;top:85.25rem;left:10.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcpdZThZ6dJxys7Bb4SCXkqLnlPQeIai { width:6.125rem;height:2.03125rem;top:86.25rem;left:10.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTpTNq05kM3P62zBUs0JDk3NUD42HxyL { width:6.125rem;height:1.05625rem;top:88.375rem;left:10.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFm3LebCkU7ws3T7mlRrcDLnMWdXlAUe { width:7.25rem;height:7.25rem;top:83.75rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKNpMCI9VK96xh2ITKuay7DQD7Ez51Wa { display:block; }#KKNpMCI9VK96xh2ITKuay7DQD7Ez51Wa > .row .container { width:20rem;height:118.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QUg8IlJzwcPmIEArJqE4ND7ywqc4EkxP { top:65.875rem;left:1.875rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPFNUNaS7cUpSQqmByAvGgazRv0t5deC { display:block; }
 }@media only screen and (max-width: 763px) { #LANfyiP60IM0LXsBR2AWccpGKgBySe0y { width:14.625rem;height:3.7375rem;top:61.77499961853rem;left:2.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPNtguf3FBJQqwZe5MxlbLJmTa5xwmim { width:13.6875rem;height:0.1875rem;top:16.75rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DX5HKgPbiVsg2xZV8nKwIS0eyy0g2UQu { width:20rem;height:0;top:57.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxSxyOroXRrnaTbrFENb240SCWISalFN { width:12.3125rem;height:11.9375rem;top:45rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdHvtOqe6iZ9H40EvogiAaT2m163fngZ { width:12.1875rem;height:7.0625rem;top:50.8125rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNso5v8QnEVyuVGVlXXLQv0t1Vnmk2hZ { top:29.89999961853rem;left:1.5625rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVO5Vc15bJTGAAGDei1n1hg7WZntrFIX { display:block; }
 }@media only screen and (max-width: 763px) { #b3hOLR6TQgirW0y93gueOTTAKPKc3Wme { width:19.25rem;height:2.275rem;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) { #RGMQFVXdQlkpRuWs9fITq1PgrrUO7LTG { 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) { #KlrQJ9MoBfM2DNKcOJdJrF0iO5AJpTdw { width:13.6875rem;height:0.1875rem;top:16.75rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uhKVNigsPlPD4Ji3mdRlufu0CZdh5NO9 { width:20rem;height:3.7375rem;top:16.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIiGtpAXOhFP35T4mbTKZWCQ7c4tcnUN { width:11rem;height:10.6875rem;top:81.125rem;left:3.90625rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #AyHwJJPabVEVXw8ifPThrhIBT08PzvAz { width:13.6875rem;height:7.875rem;top:8.8125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIgzc1lHNei2ZMzQvf7uuOVVT9BRGdx1 { display:flex;width:2rem;height:2rem;top:109.98749923706rem;left:4.125rem; }
 }@media only screen and (max-width: 763px) { #BZLa0NSxANaqg5voLubf00l4iPI9Uoya { display:flex;width:2rem;height:2rem;top:34.27499961853rem;left:4.5rem; }
 }@media only screen and (max-width: 763px) { #DBTs4IWyOz7rShhkeHqiwqi8VUIfptJJ { width:8.75rem;height:1.3rem;top:110.33750152588rem;left:6.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HlVN49Avf03FtRKr9OdXFXlJs6MPazVH { width:8.75rem;height:1.3rem;top:71.225000381469rem;left:6.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HkoGxRBFrzdS9xHMeIoAqymndmJTe7L4 { top:105.5625rem;left:1.875rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ1yCd4mlcCzds6CN0J6kCBLDzoSD6NH { display:block; }
 }@media only screen and (max-width: 763px) { #vTXeggudFO2zLIfZdoPQ15L2FfEZAgzu { 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) { #qFAmafvTprdgkQrbbonwqn5gqRTxpBEA { 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) { #nC6E4CXfAFkzRWvad8dGZHaanimkRV5T { 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) { #CtFUKAEU7lgDEBlXMv1xHpSN95bpPOFD { width:13.6875rem;height:0.1875rem;top:16.75rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qTX5NthftXATtnf1Jn7NfaifygCtPT7T { 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) { #xrTOgG2GuTya5LXzbAVsFbTDm2WONxgz { 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) { #mAAxoONu3wc57oz65TFDgI3AZBITv3GH { display:flex;width:2rem;height:2rem;top:24.775001525879rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Klf8OJzGRZXK5DpOqX01qXc3gT6tC9Ul { width:10.1875rem;height:14.125rem;top:1.8125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6uBr0x6BbhbkbzLCnE9DSdQlvSVa2n3 { width:13.0625rem;height:7.5625rem;top:85.8125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQnCIzNZGuGPlsyEsJ0LS1TdlJRb6hqz { width:7.25rem;height:7.25rem;top:80.5625rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDEUqbeK0gs28ErRi1ZdUazJVQ1LZdO7 { width:6.125rem;height:2.03125rem;top:83.0625rem;left:11.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THqW4739NKKOyQB8y0GrZyUn16yCCPRG { width:6.125rem;height:1.05625rem;top:85.1875rem;left:11.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0LtOnELGShMSiZorBOG33g8soJIs1f7 { width:6.125rem;height:1.21875rem;top:82.0625rem;left:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxXB0pZ0nXLJa0OwhyZhRe5kStcNNBsi { width:7.25rem;height:7.25rem;top:45.875rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMgmT2aJgFvFIXfdFdeFwtWettdTMaIs { width:6.125rem;height:2.03125rem;top:48.375rem;left:11.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdzNcEAcCPRTTfg8S0TbO4TatEJ2pOhJ { width:6.125rem;height:1.05625rem;top:50.5rem;left:11.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAQdF0uDsEQ9rJilwrVRyWKoGE7THmwM { width:6.125rem;height:1.21875rem;top:47.375rem;left:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOEHze5C3DZpX3kpFT4BOThfcCStT14F { width:6.125rem;height:2.03125rem;top:5.625rem;left:10.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bK6kqFAuLb2uUW9zgzuDPpXrxIrAi7u0 { width:6.125rem;height:1.05625rem;top:7.75rem;left:10.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gytL1xB8WTtuUuVXz5PJwxFTTLBE6Hgt { width:7.25rem;height:7.25rem;top:3.125rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTySWgEyuyrqVImqVTc7JFkZt3eFBdf2 { width:6.125rem;height:1.21875rem;top:4.625rem;left:10.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7aOWlmP52SbPBNAK7lz7VahekBDgpbF { display:block; }#q7aOWlmP52SbPBNAK7lz7VahekBDgpbF > .row .container { width:20rem;height:120.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bQoTlPbiXegrL934s5dgluGy6fN80ipO { 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) { #czc8VWJyOoskxlelO151MTGBkdMKnyQs { width:13.6875rem;height:0.1875rem;top:16.5rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OllSUrt3KQ06Ds7SZcIoMZ0QrrlZS836 { top:26.875rem;left:2.40625rem;width:15.1875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFmXi1UPnPpFP2iHbRPZUsB4qWA645wi { display:block; }
 }@media only screen and (max-width: 763px) { #kq2qGgsTw8mxdiU0brFps1CaR1KfT54N { 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) { #PWsuZdUMsvL2glt7QT4JVQxAS2TPy2e6 { width:10.1875rem;height:14.125rem;top:3.0625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdTJI5POClfhd7SweDzFGF6THvPu2ZsT { top:63.125rem;left:2.25rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHH6GvcyUJKBhyasbhTifDB8132aQLDE { display:block; }
 }@media only screen and (max-width: 763px) { #GrcVk1KUNsdCRWOLpMLvTGs7qyrMG1FT { 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) { #NrlgTwQ9g82kwgrwtcFcLi6U3J1N536B { width:20rem;height:3.7375rem;top:52.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcwJOVVTxsqv76n6pMFGhkuS2IXdbEeo { width:13.6875rem;height:0.1875rem;top:16.25rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TmCHbd5z40BPRZzAfpJl8R7r1RVLzneX { width:11rem;height:10.6875rem;top:41.4375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxABM0hNoApQgqTA2RyrFeH2X9pRHy9B { width:13.3125rem;height:7.75rem;top:9.5rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJWpvyIJoRHJPdTBkrXONdweRthtcqkx { width:13.1875rem;height:7.6875rem;top:44.5rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgK6XTNmEm0iMlo1kQwV0fVABeCz55mD { 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) { #FXOsDqwXD6GgThhBZsaIUoKVgl7Sx9XT { 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) { #th8nxeskUQDucQllCpe2JCZBuMKEI8Dp { width:7.25rem;height:7.25rem;top:40.75rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wI2VJq37hudA23RE03qRVSZVKH6DsnOp { width:7.25rem;height:7.25rem;top:4.921875rem;left:10.5625rem;z-index:15113;display:block; }
 }@media only screen and (max-width: 763px) { #kvGCRcdV4iKIgLyVebDcDDNeZe16twNy { 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) { #IyRGcThwOtM99I2zFduiasz1DpI7FtIb { width:6.125rem;height:1.21875rem;top:6.375rem;left:11rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d75JGzQkvpHa7S9ia0Dc7TBoZdeLNxmM { 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) { #Nnnt2h94SmJp1IcOUXmRbO082IIEopRy { width:6.125rem;height:1.21875rem;top:42.203125rem;left:11rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X43s7Au7PhwOf828oOTHMutENDIymudV { 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) { #URdA4Um7Nh7UJmpTEqrBHIHn6TANNTnA { width:6.125rem;height:0.975rem;top:45.390625rem;left:11rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLJbwivcx0dDUhZn3GwbgbmAXl8iv09n { 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) { #bpa2E0nJSq8scTrl7I5DzU9150Fb5TN6 { display:flex;width:2rem;height:2rem;top:109.9375rem;left:4.875rem; }
 }@media only screen and (max-width: 763px) { #LwxTO4dC5WkwXdMvF7oe4TzsFTwiB6e6 { display:flex;width:2rem;height:2rem;top:67.862500190738rem;left:4.875rem; }
 }@media only screen and (max-width: 763px) { #G1HkuVCqFepIb92ox1hU4swRyzTdPMFm { top:103.0625rem;left:2.25rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynKpbTUhILpvkXST5fMG8hN7LP1nL4VV { display:block; }
 }@media only screen and (max-width: 763px) { #DaAEo1JdWMZyTvK8uOpMrLgAWEIEh1rV { width:14.9375rem;height:3.4125rem;top:99.625rem;left:2.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e3ViV0ZOWz84mXB6aXyz09KVxPxlG8ON { width:14.625rem;height:1.86875rem;top:96.375rem;left:2.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IP5x6mrxBobw9ru3rH1MTNxuQIwSGyJy { width:20rem;height:3.7375rem;top:91.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwgTgMeafcDoCScy1CfOJC9FettcHKQL { width:13.6875rem;height:0.1875rem;top:16.5625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UaQKkrZDquKyPpH1yIPWsHM8JpLzVREz { width:13.3125rem;height:7.75rem;top:82.9375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFG1gBwgDtcNBTT9Ub9gcsvsJvafEMy6 { width:11rem;height:10.6875rem;top:79.9375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5v0WN3XqPJb3Cy5sPyihP9UyBqDT8mn { display:flex;width:2rem;height:2rem;top:31.3125rem;left:5.625rem; }
 }@media only screen and (max-width: 763px) { #Lh561u374CEv9ibbzqDBDVnx7mRpZPIC { width:6.125rem;height:1.05625rem;top:79.75rem;left:13.25rem;font-size:0.8125rem;z-index:15130;display:block; }
 }@media only screen and (max-width: 763px) { #B7m6ruNZtot5klMFbDLzNSLEpEToyZik { width:7.25rem;height:7.25rem;top:78.0625rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUpVRgth3P5bpGJ6IOKEbgHhK2UdBcdl { width:6.125rem;height:2.03125rem;top:80.421875rem;left:13.109375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #omd2XH2IK6RBMw3D5Es2ow0hEZZtC9a6 { width:6.125rem;height:1.05625rem;top:82.9375rem;left:13.25rem;font-size:0.8125rem;z-index:15129;display:block; }
 }@media only screen and (max-width: 763px) { #yRrZTCcm9S3cvKdtPiPPGbEQyWg28p7e { width:8.75rem;height:1.3rem;top:110.3125rem;left:6.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OKlr44aBvBFfLL0fIqGyV6JpBLGH7l43 { width:8.75rem;height:1.3rem;top:68.212496757506rem;left:6.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Gi81IvqTv2aQo6AgqyMAnEuCNm5m21Q1 { width:8.75rem;height:1.3rem;top:31.662502288818rem;left:7.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #My8EJbsRTcetE2VRySxPa3VIEJhpxcKS { display:block; }#My8EJbsRTcetE2VRySxPa3VIEJhpxcKS > .row .container { width:20rem;height:128.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PSr7BzlDGkWDTpbEZyr9LxqX9pQoiqbN { 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) { #TE5gpsTVFfiy20lPSQf1gED23mD5TxNM { width:13.6875rem;height:0.1875rem;top:16.5rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wsBrmD4q7J1XFrVnwl3ElgOCwDRhbXdt { top:71.6875rem;left:2.4375rem;width:15.1875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4hissqdGCB02PlTzsT9NV6ilXEKPzgS { display:block; }
 }@media only screen and (max-width: 763px) { #eOSZc2NzCQG9TkLx6retadfeFHCHVCDp { 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) { #VM8A28JC9DLxy6oe4kEOoJphCJVpICMA { width:10.1875rem;height:14.125rem;top:43.3125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHsaqn0nJnp4wLG6lXuCcMQ1ABxD0fMT { top:110.125rem;left:2rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtrTxam107Vdo37LrfVfxGylRFVAhMWJ { display:block; }
 }@media only screen and (max-width: 763px) { #WIRvaCNfxJJQNy6bF17cNr3zBUTKWZCx { 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) { #vo9vc63WnmR72y0BgMTaupGm2wXFOElL { width:13.1875rem;height:7.6875rem;top:9rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NawvZWswe0g5gIQOSk3zn3SUAMZBfg86 { width:20rem;height:3.7375rem;top:97.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1TH8Gxy6SlCTFemLVdOLbns74CXytJu { width:13.6875rem;height:0.1875rem;top:16.25rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SWB1kGQZdMop773DqsSokZQw35U7xfzE { width:11rem;height:10.6875rem;top:86.9375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #odrZBLVoElPOg6oZcdfmZmXyS41UOOuT { top:29.6875rem;left:2.25rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qt6IcEGz7Wvq6yzaGLXWcPh6F5HMAyyW { display:block; }
 }@media only screen and (max-width: 763px) { #xJElAxwzyRQG52dTrZzgg7oULpUTes2y { 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) { #hGVv1yDgiTGqxoTWM2rrmDbpmZumkIIT { width:19.875rem;height:1.86875rem;top:22.262498855591rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCTbn6DV6Ugyr4uGe8LA0ZDNd2pVs3Zw { width:13.6875rem;height:0.1875rem;top:16.5625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bquAOQ3erpCZAvtCUTMz7Umpm6HmyxBA { width:20rem;height:3.7375rem;top:17.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vW4UfJgJ0ETrNoT3OM31nQflLnbizuD7 { width:11rem;height:10.6875rem;top:5.9375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Px2KZOnCkAqzu4BDNmJrBsBLHqwyIWuH { 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) { #vU0t48OriDXrtlRIwxiNby64MyBV8NEC { 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) { #yLJZ6liaeFTFWKRSAu7bE2F0FEP9ZR2N { 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) { #eyxqyi1V2dIJr5kT3tassyp9OBrASzar { width:7.25rem;height:7.25rem;top:4.0625rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBEW3kha9Sn5RME5zVeqAU4R96UX18yM { 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) { #nCzp0TCHeiNKkKae3obVaRwOJWhfrp7n { 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) { #XnSyADDFM5kbO1iCIfIoN4nzZCxCyQ3N { width:7.25rem;height:7.25rem;top:43.9375rem;left:10.5rem;z-index:15098;display:block; }
 }@media only screen and (max-width: 763px) { #WtTa2Ukff8ATyuxzJy2xSsXcISmEIU3J { 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) { #VPrQ5TyHH5h1D6Pai2JwxBBvJiaakzBC { 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) { #EAgQXqveEfOCcn3nZpv69sDD6W0fGCZ3 { 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) { #foXUsylHtPUzIgAhavKfctKTTH8qRa5S { width:12.625rem;height:7.375rem;top:90.375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyrZvaadWN9vWLHwOGGQ0U02RgsaZupk { width:13.1875rem;height:7.6875rem;top:49.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzaeWyS3c6HSohxzpSDiOSWcEUisqn7h { 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) { #dcUk13RNk5TE2iurTAdZTF8mtoRNTS3G { 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) { #BGiAFgKop6Gb76wPh0NwvTKw59UNfLgp { width:7.25rem;height:7.25rem;top:85.9375rem;left:10.4375rem;z-index:15098;display:block; }
 }@media only screen and (max-width: 763px) { #zXrb1wvQVThEphsDJtxkJGOLKuCimATE { 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) { #vLzMsT902Zik8yC6Ay7BQ8dERpdC7S7G { width:6.125rem;height:2.03125rem;top:88.375rem;left:11rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5x1a7OTo7Pn99dORJqDEFAIk6n09BQJ { width:6.125rem;height:0.975rem;top:90.5rem;left:11rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDyX1q7rwvXdMRZbwL3XCDHSegWLxfdT { display:flex;width:2rem;height:2rem;top:34.1875rem;left:4.9375rem; }
 }@media only screen and (max-width: 763px) { #GQHOaG6Tc0O6ppvC2VZFqWSurNfaEr3L { display:flex;width:2rem;height:2rem;top:75.712499618531rem;left:4.5rem; }
 }@media only screen and (max-width: 763px) { #gJWDkaQIv82qImlwtDz2KzXyJf9nZrPx { display:flex;width:2rem;height:2rem;top:115.3125rem;left:4.9375rem; }
 }@media only screen and (max-width: 763px) { #aZ1WyxD0tt6PgkbD6qSCFPypUPXF7JqT { width:8.75rem;height:1.3rem;top:115.66249656678rem;left:7.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D4UD8qlzBglsQMl7toUwnUlsO7CKXtx0 { width:8.75rem;height:1.3rem;top:76.062497138975rem;left:6.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gArL93OWswEqf76XMZ6tHKULTTgtowJo { width:8.75rem;height:1.3rem;top:34.537496566772rem;left:6.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NDDOFXcBnUyzR0cR83JeINQmgBT5rgWX { width:6.125rem;height:0.975rem;top:8.5624990463256rem;left:12.4375rem;font-size:0.75rem;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) { #O0OX7GeruOhIXD13d0NyHJONpNdSctko { width:20rem;height:2.6rem;top:6rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRl1WVB6HTZp9c6L3CIhQnLSn8wyQU2L { width:20rem;height:4.875rem;top:9.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3QxCoMUWU1mT8WTsleqZnPQLrKqyb8O { 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) { #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:2.7625rem;top:18.125rem;left:5.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBPE3kKb4lfpHtsyIZ7pTKc1LQC07drB { 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) { #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:2.7625rem;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.7625rem;top:26.125rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6pov10AZ3IeeeAkg1QLVTnktG0O6RJl { display:block; }#k6pov10AZ3IeeeAkg1QLVTnktG0O6RJl > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l2h3I4Xgrw1H6HHTg3yLkIcKdS31IS7U { width:20rem;height:2.6rem;top:11.637500762939rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KCQI54IuJ1lM1NrGKIAsLt6yGJDQnsoL { display:flex;width:2.25rem;height:2.25rem;top:6.6875rem;left:2.75rem; }
#KCQI54IuJ1lM1NrGKIAsLt6yGJDQnsoL > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #IDSPperlHgHSQ24I0USXEFgXnMRGtxGs { display:flex;width:2.25rem;height:2.25rem;top:6.6875rem;left:7.0625rem; }
#IDSPperlHgHSQ24I0USXEFgXnMRGtxGs > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #fGQTA2ffIoaxMCq9geK0Tx4T6GqlHSPm { display:flex;width:2.25rem;height:2.25rem;top:6.6875rem;left:11.1875rem; }
#fGQTA2ffIoaxMCq9geK0Tx4T6GqlHSPm > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #OoENXOzSr1N00DJ9tTkFqP8RhHBc8Low { display:flex;width:2.25rem;height:2.25rem;top:6.6875rem;left:15rem; }
#OoENXOzSr1N00DJ9tTkFqP8RhHBc8Low > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #V00fNpIV7NEb0Bt9x7Rts2oSqtqo6laL { width:12.875rem;height:5.4375rem;top:0.75rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr { display:block; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }