.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,217,222;--color-primary-1:255,128,145;--color-primary-2:255,0,34;--color-primary-3:128,0,17;--color-primary-4:38,0,5;--color-secondary-0:245,241,250;--color-secondary-1:222,209,238;--color-secondary-2:188,163,221;--color-secondary-3:94,82,111;--color-secondary-4:28,24,33;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Toyota Type";--paragraphs-font-family:"Toyota Type"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#282525;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .row .container { background-color: transparent; background-image: none; }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .row .container > .video-iframe-container { display: none; }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .row > .video-iframe-container { display: none; }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .row .container { border-width: 0; border-radius: 0; }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:60rem;position:relative;display:block; }#e3HsQgT5bUaXuaSFXxOr1xr1xsqiZMto { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:14.875rem;top:1.40625rem;left:0rem;overflow:hidden;display:block; }
#e1R63ZZnqVOWOTlxaR77R68bfQdXZ7Tg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:2.21875rem;left:42.569793701172rem; }
#Het46wLSIuEFnQqXTyXn3KW60XcEnngu { color:rgba(var(--color-tertiary-0),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:2.71875rem;left:43.6875rem;height:1.875rem;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GqkTf7PELwN7rZB6dIfX5C8GCe4oq9IE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/da733a27-3069-4c8c-ae44-60dbb02ef230/nieawodnawyprzedaztoyotakaminskikonin.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; }#GqkTf7PELwN7rZB6dIfX5C8GCe4oq9IE.adaptive-delivery-prevent-bg, #GqkTf7PELwN7rZB6dIfX5C8GCe4oq9IE.lazyload, #GqkTf7PELwN7rZB6dIfX5C8GCe4oq9IE.lazyloading { background-image: none; }#GqkTf7PELwN7rZB6dIfX5C8GCe4oq9IE > .row .container { background-color: transparent; background-image: none; }#GqkTf7PELwN7rZB6dIfX5C8GCe4oq9IE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqkTf7PELwN7rZB6dIfX5C8GCe4oq9IE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqkTf7PELwN7rZB6dIfX5C8GCe4oq9IE > .row .container > .video-iframe-container { display: none; }#GqkTf7PELwN7rZB6dIfX5C8GCe4oq9IE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqkTf7PELwN7rZB6dIfX5C8GCe4oq9IE > .row > .video-iframe-container { display: none; }#GqkTf7PELwN7rZB6dIfX5C8GCe4oq9IE > .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); }#GqkTf7PELwN7rZB6dIfX5C8GCe4oq9IE > .row .container { border-width: 0; border-radius: 0; }#GqkTf7PELwN7rZB6dIfX5C8GCe4oq9IE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GqkTf7PELwN7rZB6dIfX5C8GCe4oq9IE > .row .container { font-size:0.875rem;font-family:arial;height:45.5625rem;width:60rem;position:relative;display:block; }#CBEbKuv4HoX3cJyMQtJ7luyulNISJOyi { color:#ffffff;display:block;width:57.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;text-shadow:0.125rem 0.1875rem 3.3125rem rgba(var(--color-tertiary-1),1);top:5.1875rem;left:0rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TIy2VgeTNcc18fWy30FzGypcO8Wx5QTg { z-index:15003;top:21.46875rem;left:0rem;background-color:#ff0022;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"toyota type";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:3.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#OhqpXe4D0HiGTFXzTnzEdsP2NTZ9n4NN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Cf8uiJSJ0EWvsx19PwzkGo4AiFMeJwcl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Cf8uiJSJ0EWvsx19PwzkGo4AiFMeJwcl > .row .container { background-color: transparent; background-image: none; }#Cf8uiJSJ0EWvsx19PwzkGo4AiFMeJwcl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cf8uiJSJ0EWvsx19PwzkGo4AiFMeJwcl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cf8uiJSJ0EWvsx19PwzkGo4AiFMeJwcl > .row .container > .video-iframe-container { display: none; }#Cf8uiJSJ0EWvsx19PwzkGo4AiFMeJwcl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cf8uiJSJ0EWvsx19PwzkGo4AiFMeJwcl > .row > .video-iframe-container { display: none; }#Cf8uiJSJ0EWvsx19PwzkGo4AiFMeJwcl > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cf8uiJSJ0EWvsx19PwzkGo4AiFMeJwcl > .row .container { border-width: 0; border-radius: 0; }#Cf8uiJSJ0EWvsx19PwzkGo4AiFMeJwcl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Cf8uiJSJ0EWvsx19PwzkGo4AiFMeJwcl > .row .container { font-size:0.875rem;font-family:arial;height:44.8125rem;width:60rem;position:relative;display:block; }#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-form-header {  }
#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);width:46.5625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:46.5625rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:46.5625rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:46.5625rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:46.5625rem;height:3.75rem;font-family:ubuntu;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ; }
#EW49R55ihTVkfex105TPOKT36GrukML1 [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#EW49R55ihTVkfex105TPOKT36GrukML1 [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#EW49R55ihTVkfex105TPOKT36GrukML1 [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#EW49R55ihTVkfex105TPOKT36GrukML1 [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:45.3125rem;overflow:hidden;font-style:normal;float:none; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-container:first-of-type{padding-top:0;}#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-container:last-of-type{padding-bottom:0;}#EW49R55ihTVkfex105TPOKT36GrukML1  { background-color:#040809;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:46.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:6.78125rem;top:8.75rem;z-index:15000;position:absolute; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:46.5625rem;display:block;vertical-align:top; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EW49R55ihTVkfex105TPOKT36GrukML1 {display:block;}#EW49R55ihTVkfex105TPOKT36GrukML1 { background-color:#040809;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:46.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:6.78125rem;top:8.75rem;z-index:15000;position:absolute; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #x40XJ2JudzDloLhQlrOdsTbGKkFmxnQf { position:relative; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #HJIhrbAfeUz9AMqgUIJwHaliwzyW8O1E { position:relative;display:none; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #PAZp7szAlH4qIMSLNT48KfELEC67FHMz { position:relative; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #bRA2ydzBritGXeapdFn9O3DdRDukVAxt { position:relative; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #f57Z6Ti0B5HgIrcARKS9yxwdyhTpRg3k { position:relative;display:none; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #uTy8rcD7bOOl794auJmFgdJeG2B2HoLG { position:relative; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #tXPnIEdJWEqr0S6OZr3Dd2PVBXGrsw9u { position:relative; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #SSQnmVC59hxKSXzyTneqSSQDSPWPZwgy { position:relative;display:none; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #lzgmTyVFvTasHuTLm2KTv7V5s4a6TmPL { position:relative; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #vxBoet6x4qczTOSUJAIdSZnm2WTlUoDn { position:relative; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #HpNuhnFCuZlsfgW3eKg6CxwXhsOl6ngO { position:relative;display:none; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #z6WZ4K5OP5AfQm2IOJ1RuD7Ek0XqlDnM { position:relative; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #Qccw0LMoWMvsyGGoQzzoZyCJhU5HziDc { position:relative; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #aetJhWkyzLdhoI7TaMpaGIeILduonQcW { position:relative;z-index:2; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #L5ZaI7IRT9twdpc58FSJ4lnkh3sE5AsP { position:relative; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #z4LyhCUyaBOTqD6vwgtpoUJDsrbozF4f { position:relative; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #cf5yyTNLELRpNfApXNBt26iI30oXdeSR { position:relative;z-index:2; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #h5xTaZgGGfC22C5PPKt8IqHddT9ubea5 { position:relative; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #R0X9SaBZ8fRxMlVVNpAVTTVTGbVLZnuI { position:relative; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #SxM1h6OJrGhsvfZkMf2ZM6cxewUrdZTg { position:relative;z-index:2; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #Hx6S1IcDm9ebTwuHcZTgStasrtvC80QG { position:relative; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #zK0D2LiWmxXVXUmeCN5ieUTfklf6MHoO { position:relative; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #kDsfpsohIPWxrJpuLt3HhR3SwALFJ9RC { position:relative; }
#A0aE1zo4wQgxWlczviLHe8qlPSUfgKUy { color:rgba(var(--color-tertiary-0),1);display:block;width:59.9364375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:39.224997520447rem;left:0.063541412353513rem;height:4.63108125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Id9w5eKfTgJvebt39mVB06T8LXVLtUku { color:rgba(var(--color-tertiary-0),1);display:block;width:44.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:3.2874994277954rem;left:7.65625rem;height:3.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cPaCprFTnKmxeRZ0FpaAKk89JRPWTXTQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cPaCprFTnKmxeRZ0FpaAKk89JRPWTXTQ > .row .container { background-color: transparent; background-image: none; }#cPaCprFTnKmxeRZ0FpaAKk89JRPWTXTQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPaCprFTnKmxeRZ0FpaAKk89JRPWTXTQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPaCprFTnKmxeRZ0FpaAKk89JRPWTXTQ > .row .container > .video-iframe-container { display: none; }#cPaCprFTnKmxeRZ0FpaAKk89JRPWTXTQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPaCprFTnKmxeRZ0FpaAKk89JRPWTXTQ > .row > .video-iframe-container { display: none; }#cPaCprFTnKmxeRZ0FpaAKk89JRPWTXTQ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPaCprFTnKmxeRZ0FpaAKk89JRPWTXTQ > .row .container { border-width: 0; border-radius: 0; }#cPaCprFTnKmxeRZ0FpaAKk89JRPWTXTQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cPaCprFTnKmxeRZ0FpaAKk89JRPWTXTQ > .row .container { font-size:0.875rem;font-family:arial;height:19.6875rem;width:60rem;position:relative;display:block; }#KWWTZIkJIeOtmJ42MxN3MVEyaafVMNHS { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.6875rem;width:60rem;top:0rem;left:0rem;display:block; }
#LGT3NyMNGdttOe9R6zFqe0ST5vdp6gWF { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.7500047683716rem;left:0rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ha9o2AChPpZQ7OTEk05e9cLW2rJxn49o { color:rgba(var(--color-tertiary-4),1);display:block;width:59.9364375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:11.8125rem;left:0rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iBQ2Rbzr65Uskap8kN8wqU14fJW5J874 { position:relative;display:block; }#iBQ2Rbzr65Uskap8kN8wqU14fJW5J874 { background-color: transparent; background-image: none; }#iBQ2Rbzr65Uskap8kN8wqU14fJW5J874::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iBQ2Rbzr65Uskap8kN8wqU14fJW5J874 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iBQ2Rbzr65Uskap8kN8wqU14fJW5J874 > .row .container > .video-iframe-container { display: none; }#iBQ2Rbzr65Uskap8kN8wqU14fJW5J874 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iBQ2Rbzr65Uskap8kN8wqU14fJW5J874 > .row > .video-iframe-container { display: none; }#iBQ2Rbzr65Uskap8kN8wqU14fJW5J874 > .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); }#iBQ2Rbzr65Uskap8kN8wqU14fJW5J874 { border-width: 0; border-radius: 0; }#iBQ2Rbzr65Uskap8kN8wqU14fJW5J874 > .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; }#iBQ2Rbzr65Uskap8kN8wqU14fJW5J874 > .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; }#uSFpX17Qef9bAtPpzbNFPLlmQaDEkSu0 { 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; }
#tyGINymBEv780LinbBbbTr3i8TJbXVF9 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:12.312496185302rem;left:0rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fhTa3my6SX0GirKsfRUqeBMEDD24yNUf { 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; }
#TyUt5fX4xuZygu3fy34lGVwSy0DVoARM { 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; }
#nv1SFvNQk0Hd33k8ENndKOecSvPVQKQh { z-index:15038;top:24.769790649414rem;left:1.96875rem;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; }
#hdlH0IhX23KWesic6vBdR3VQAGyaXyns { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n008E8S4bvfPA9TFg1sNf0DN9sgD4Myk { color:rgba(var(--color-primary-2),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:17.619791984558rem;left:2.6875rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZkmdOUDmFsTHCCl5aIOU3DsFQpWitf8B { 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; }
#NV5c9gIHHTZxdpKCWNhwgQFK3eJerN03 { 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; }
#ep7lJ7O8XoSJ55snfQ74pdf3Vb4NysV8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tmfZNZPizLsvqETdhhdABilgqLMUwDl3 { 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; }
#slCJCOgZFrXSUAlD6ZtZrT1gNv4msxRt { 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; }
#Dw8ZbizLrqxdTfSU4ftbbMpdcfaZDHbP { 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; }
#kw6sLRzm19aeo3Woh1zeFr4u8XXa0bcu { 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; }
#cM7BaqqUubVOnP51rOnuMVuXEK29CT2T { 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; }
#d3vQ8DfuTUzkKW4bQ56kuBwNTEW9mZT3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TtXbAKseETK243O0Ae2LqRLHNwOSczo9 { 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; }
#vD3z6Q7yp5DBU9pTnCguVmbyNOlbTnA5 { 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; }
#fD1IZIFZ2x8Mwf4BU98SBzOaIiruXtBR { 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; }
#AEXyFKPs4CZ0tFALx3BanDbvxaG54fqE { 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; }
#xx3cgZpAQAlInP6Kq8VMGQoZyJe2W2mB { 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; }
#MmpL1hTtWMybBoGs6IMGBhvMZ6dOl113 { 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; }
#cDKZdNMQP1VRb6uT3GtQWoMk1ILB8fSU { 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; }
#mwh7gGtZPIu24XS8zuRK5Ol0r418fVEH { 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; }
#ggWqRKWX9DEJeiqKOuUGAR1WuqNICCDH { box-sizing:content-box;height:7.25rem;width:7.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15070;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.3125rem;left:31.1875rem;display:block; }
#nHTicgzV3LQlLuWdag0PFVM5OdImx8XQ { 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; }
#ATZNKFlZehKE0LyLkahmOLiscoisHIXn { box-sizing:content-box;height:7.25rem;width:7.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15071;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0rem;left:50.9375rem;display:block; }
#VgQi2MUIvfTffrPIlFtM85fBfglRtlWW { 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; }
#KflphZWPtWAfgV1PlRVuKamEIGBQqTiC { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:30.125rem;left:46.8125rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N8Xg7QrSNM2WeiKcyTlf5g5XPDSXQTit { 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; }
#Tkl1adWQ1bBaWvaGXkTVgT3kWfCGnJre { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:30.125rem;left:26.75rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oWVUaq0CqtJZeJSrFiscTLZxAJ4yPT6v { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:30.125rem;left:6.8125rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#peUGeqpEc1hG9ZTqSPraU8Z0zSbSLGFP { 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; }
#ZxX11s1P73aeMStEAEmJ4qXewVvloCRD { 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:1.3197917938232rem;left:11.40625rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iks2W0U71mlvN10TLF1flTfEMrxChgN3 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15080;line-height:1.3;letter-spacing:0;top:1.4447917938232rem;left:31.6875rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MCLR4kyCK8BZQrhktk9UOQ3cOOnE0a01 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15081;line-height:1.3;letter-spacing:0;top:1.2572917938232rem;left:51.5rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lzcZk67KWzOKuQ8TKOWXpDcagVEOTc29 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15118;line-height:1.3;letter-spacing:0;top:2.6875rem;left:11.28125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DKR8FXeHriJzvtODr6Kmv4M10r9HElCG { 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:2.6875rem;left:31.6875rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p5TJF2PdbpeQ60eLVGTVWbWM9EMPR3GE { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15120;line-height:1.3;letter-spacing:0;top:2.625rem;left:51.4375rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ifoTTaKui8czFQVw5Pf1g8hQwQ8aibml { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15078;line-height:1.3;letter-spacing:0;top:4.78125rem;left:11.40625rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AyQILQZkL8dLogPoqTiKE8fruht0FyDD { 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:4.78125rem;left:31.6875rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oR0yxPlzQSikL5HqZxn7O6gI4ebuUaEr { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15080;line-height:1.3;letter-spacing:0;top:4.78125rem;left:51.6875rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t7kXmwGoPVsyT7ykNe0HHqXUemuD4tMl { position:relative;display:block; }#t7kXmwGoPVsyT7ykNe0HHqXUemuD4tMl { background-color: transparent; background-image: none; }#t7kXmwGoPVsyT7ykNe0HHqXUemuD4tMl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t7kXmwGoPVsyT7ykNe0HHqXUemuD4tMl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t7kXmwGoPVsyT7ykNe0HHqXUemuD4tMl > .row .container > .video-iframe-container { display: none; }#t7kXmwGoPVsyT7ykNe0HHqXUemuD4tMl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t7kXmwGoPVsyT7ykNe0HHqXUemuD4tMl > .row > .video-iframe-container { display: none; }#t7kXmwGoPVsyT7ykNe0HHqXUemuD4tMl > .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); }#t7kXmwGoPVsyT7ykNe0HHqXUemuD4tMl { border-width: 0; border-radius: 0; }#t7kXmwGoPVsyT7ykNe0HHqXUemuD4tMl > .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; }#t7kXmwGoPVsyT7ykNe0HHqXUemuD4tMl > .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; }#hET6srU6Tu2U5N8sBpWIgJf7nXltvq8N { 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; }
#DZMdgagFiOZhK0dL8TLp4SIUpZL9UoKT { 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; }
#vEpAPCt3dSHlhBs1XCQT7wOCWiovfftL { 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.615623474121rem;left:22.53125rem;height:2.275rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t8mTl0WkWrMfzQ48eWty3zvgBwy0Bbyr { z-index:15038;top:26.1875rem;left:22.53125rem;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; }
#WnXzMlB6BRtktHivi8VaHtaA7b3C3KoI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xuL0fudTf6gtba7tRTTSQE4oGedD6mTz { 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.878124237061rem;left:22.6875rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZAAIdo9kFVliN3WQh6ddUt7EKvyOF0hL { 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; }
#DM3kfOMsEL8KyHo0vHWtqQmJQTUeyvPT { 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:21.615623474121rem;left:2.53125rem;height:3.4125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yds1MTVvwTUA4UVJiW4fxsIirGszgNwq { 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:15048;line-height:1.3;letter-spacing:0;top:17.6875rem;left:2.6875rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e84tTLaaKBJUlfNOISxoFTr5XuufSTTz { 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; }
#LGp9cMM2HEIQfIGeEGfXIMvOMXZe3rAu { 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; }
#QROtTRNqxQ1Re248wRmvwRP5UuAwgDPH { 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; }
#ftxH2IyMblgmpAkrkrCgOylrnOmGgThQ { 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; }
#OATXgVT5SlvJLnx2tT1LkyeQFnqmibRt { z-index:15044;top:26.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; }
#hW2zzMkBsGLAonmd3RxZAnLHK0e6gTJZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bVklSXrHx91lO4owF1WbpbHKQGpqpzJO { 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; }
#QlrtT6zz4QS2RIedpTrATCy6iThvPn6E { box-sizing:content-box;height:7.25rem;width:7.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15075;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.25rem;left:10.5625rem;display:block; }
#zyDPNRExRh3BH6z0paFWooiMFvrtiUtD { box-sizing:content-box;height:7.25rem;width:7.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15077;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.25rem;left:31.8125rem;display:block; }
#rVcclNz5ADFbEorp8av0VlLTO9z05Svs { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15076;line-height:1.3;letter-spacing:0;top:1.6000003814698rem;left:11.25rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SBVEb380EvdB8mWJDGdArRm9ksdgiStD { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15077;line-height:1.3;letter-spacing:0;top:1.6000003814698rem;left:32.375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kBlhMJ5cJvwq3K49EKPvVrgvkSnqQv5m { 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:1.25rem;left:52.75rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dqXSzUQ16WzvQm5oxBSPTsDt01oLJCkR { 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:31rem;left:24.3125rem; }
#UoU8rHmG4ctPDyJtZxVbGNVtncgKdT4s { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:31.3125rem;left:26.375rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#twuWH2y1gCsElIJrlWt7LFWqt9zf3zn0 { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:31.3125rem;left:6.75rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wHBGSzTNC7M7fBIH3ftzc6dUNxBGsIAo { 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:31rem;left:4.75rem; }
#MFzIo0Gq0iIh0TiEsfsgsT589DD1SyBf { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15115;line-height:1.3;letter-spacing:0;top:2.90625rem;left:11.0625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#seEstoNTlWvW9RleTXISZVh0U6AQeqRf { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15077;line-height:1.3;letter-spacing:0;top:5.125rem;left:11.25rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pbs71mc76xVpzePV2B1G3DfgJKxdOKJZ { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15116;line-height:1.3;letter-spacing:0;top:2.96875rem;left:32.3125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kshU2Wti8zyVTa9XAgsZ346kSVsf2kOm { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15078;line-height:1.3;letter-spacing:0;top:5.125rem;left:32.5625rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AJ9PFHQHDAfWzryFUGBTXMnaZaQHdrfT { z-index:15041;top:25.375rem;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; }
#zN55vktgb2VuB52tGhxaas75dFmtcZRE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uERK02pHywmpwTFsp5tQPJyxULaLWKbb { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:30.5625rem;left:46.5625rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#p9FAqgbXL6SPOsSWsJuhHDATy71yLpad { color:#2a2a2a;display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:21.25rem;left:42.5625rem;height:3.4125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ovbCBikMsEJe5UUThNKzfFApf5cr2ILF { color:rgba(var(--color-primary-2),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:17.5rem;left:42.6875rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QqwVKq0o8yAhOGm4TliSvwD895pZVOdA { position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.6875rem;top:16.375rem;left:42.875rem;display:block; }
#hqEqkBJ9qNzKZxTxiLXuo79EysDdgcil { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:12.1875rem;left:41.1875rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VEC2s7ebKOOGCJTzXPudIQrD9sJxVu2d { 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.25rem;left:44.5rem; }
#Bge9MRpOiF45xhys5MAx52eWyB7Wq57s { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:12.1875rem;left:40rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JoEiA06ZEbP3ce7ol1ZkhA81o56hxOFA { position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -moz-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -ms-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -o-linear-gradient(180deg, #f8f8f8, #807f7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );";background-image: linear-gradient(180deg, #f8f8f8, #807f7f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.6875rem;width:11rem;top:1.125rem;left:45.625rem;display:block; }
#clVCWrxBJrSKtBbIBTBX8SaICltPZg62 { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:13.0625rem;top:4.6875rem;left:42.6875rem;overflow:hidden;display:block; }
#CCTh2qBUJgsS0WWwUJHNKl4T7PZSynC8 { box-sizing:content-box;height:7.25rem;width:7.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15082;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0rem;left:51.75rem;display:block; }
#dZiZ6gp3ltEGJXE8M7xQfDRoX4IKPwFy { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15119;line-height:1.3;letter-spacing:0;top:5.125rem;left:52.3125rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qBtbKJOcTT5E9RZ0kWfxTfN1dG3MlKhq { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15118;line-height:1.3;letter-spacing:0;top:2.71875rem;left:52.3125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CTVzVVV2Dufyw6IkoWxl3rRTEbfrnrfK { position:relative;display:block; }#CTVzVVV2Dufyw6IkoWxl3rRTEbfrnrfK { background-color: transparent; background-image: none; }#CTVzVVV2Dufyw6IkoWxl3rRTEbfrnrfK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTVzVVV2Dufyw6IkoWxl3rRTEbfrnrfK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTVzVVV2Dufyw6IkoWxl3rRTEbfrnrfK > .row .container > .video-iframe-container { display: none; }#CTVzVVV2Dufyw6IkoWxl3rRTEbfrnrfK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTVzVVV2Dufyw6IkoWxl3rRTEbfrnrfK > .row > .video-iframe-container { display: none; }#CTVzVVV2Dufyw6IkoWxl3rRTEbfrnrfK > .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); }#CTVzVVV2Dufyw6IkoWxl3rRTEbfrnrfK { border-width: 0; border-radius: 0; }#CTVzVVV2Dufyw6IkoWxl3rRTEbfrnrfK > .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; }#CTVzVVV2Dufyw6IkoWxl3rRTEbfrnrfK > .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; }#U77AS7p1p52ZiJsuwEOw5I057Ab18BsI { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:12.312496185302rem;left:0rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QTt4eU5WVPtkHA8L7wx3LeevPo074MQ4 { 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; }
#VK1sFCzNUqMwtTfspOkHILBZPpGcQ3Gc { color:#2a2a2a;display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:21.357292175293rem;left:2.5625rem;height:3.4125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Wtko8dy8ZHKWOMs7nTc7hkxnAUO0kkEH { color:rgba(var(--color-primary-2),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:17.619791984558rem;left:2.6875rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wzG8fTlN1ylztc1ViiOFdgNZwpuXQ5xx { 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; }
#wPfK9FOh9iiKuksRbSqZzhECZyrfGWLF { z-index:15047;top:25.125rem;left:22.25rem;background-color:#282830;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TMwNa7n3ZQ856zWrVDufzmrCJJlpP0Zc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rs0XOOGuincITWv5RSI0edfl6St1LbUd { color:#2a2a2a;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15048;line-height:1.3;letter-spacing:0;top:21.357292175293rem;left:22.53125rem;height:3.4125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NZAnlErqe5x2EzyViv6dLCviuTfCkyDS { 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; }
#ELmUG684oRQJTM9byvTB5IBBBZ6eaAQf { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:12.25rem;top:5.1479167938233rem;left:23.552662037037rem;overflow:hidden;display:block; }
#ZEM1SWrsqvbyTm11zR0BPb09vdTQwkee { 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; }
#BZPnwsI6ilkp6pLMgx8GkTQJ38iOT8tO { 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; }
#BQs6IuAWJiBTrZd8NZbkmmuAFsTbn8AJ { z-index:15056;top:25.125rem;left:42.03125rem;background-color:#282830;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#h8ECQ3dt3SVI9D2qT0zKJMKPicT4ZRHA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sSIbSMXsQqrPZEdQxHViHoUqVqRbLpiO { color:#2a2a2a;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15057;line-height:1.3;letter-spacing:0;top:21.357292175293rem;left:42.53125rem;height:3.4125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O504sTxfgXFb8Rt4DU0F2zk0J4f4k9Ea { 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; }
#IvgIdTgxk5xJAOIfitT0gefrAEZB6h72 { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:11.6875rem;top:5.625rem;left:44.15625rem;overflow:hidden;display:block; }
#zTtEcnEx4e49Nby6WRcCNXpQxvLyy4I2 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:12.0625rem;left:40rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nTKwCfOtLqThUTVgfEDAiai8xB9tCplt { 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; }
#LFpUI50f0dI3fdONBb9GGw6SF0BR1iyX { 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; }
#RCrEo6okylCfrrR6s3bTPJ78ZlV3NAGL { 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; }
#sv77y0vpmdIf7mn1tcPGnBphWzoMw2NL { z-index:15041;top:25.125rem;left:2.25rem;background-color:#282830;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Der6sbm4bhuCs4TPOiqbWCTd7aypOeCp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qFINws5TiqHvpub2tLzdIeQT7mgLE8ni { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:12rem;top:5.4375rem;left:4rem;overflow:hidden;display:block; }
#VoDzzXRd8JoICAN4sH407JUqkstCu5ZI { box-sizing:content-box;height:7.25rem;width:7.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15087;background-color:rgba(var(--color-primary-2),1);background-image:none;top:1.0625rem;left:52.125rem;display:block; }
#lXrzChZshEUmG3XlrrTqPVRRFIX8ZXMv { box-sizing:content-box;height:7.25rem;width:7.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15086;background-color:rgba(var(--color-primary-2),1);background-image:none;top:1.0385417938232rem;left:32.3125rem;display:block; }
#toww3ArznJgQ8TKk8P1ExMLPnpZ6TSzb { box-sizing:content-box;height:7.25rem;width:7.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15095;background-color:rgba(var(--color-primary-2),1);background-image:none;top:1.25rem;left:12rem;display:block; }
#R0NIXU46yLQnXI4teyMUO4Ko5IGNw8eL { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15100;line-height:1.3;letter-spacing:0;top:2.4125003814698rem;left:12.5625rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PimNy5EMTmCFDVX6m1ZxIr99T76UVpAZ { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15101;line-height:1.3;letter-spacing:0;top:2.4125003814698rem;left:32.875rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V3Thifk8b4ed7QeSgNgZuUxMJaLvG1Ul { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15102;line-height:1.3;letter-spacing:0;top:2.4125003814698rem;left:52.6875rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cRfXE38EqJETa6GWP6uDWJ2sga7tD3Gf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:30.75rem;left:44.4375rem; }
#CX5A6TgIJaLxVlqgLrPmM2spsMgUB85I { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:31.0625rem;left:47.0625rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f8JEQZ9IcHdRvgoveHMvi9PqsHXC8g8R { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:30.75rem;left:24.4375rem; }
#UWTvooLUWKfdSUHKakzaaGlDfEBPlXDo { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:31.0625rem;left:27.0625rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XKLxGwpylbolqBQgT75VAP8Z2z2VDUaP { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:31.0625rem;left:6.1875rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KNpfDozTFTd7g0OMA5Nuoie2EfkD5haX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:30.75rem;left:4.1875rem; }
#rtDvEDUNKkDafzJP96aV7mf1cVRE1GaL { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15117;line-height:1.3;letter-spacing:0;top:3.65625rem;left:32.875rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gxUx4TeLRWpIwdCKEOTRrT5wR7Rye6Lv { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15118;line-height:1.3;letter-spacing:0;top:5.9916667938233rem;left:32.875rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JPDrys9xZBBTkHDuQvNfZZ3QUiIC001G { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15118;line-height:1.3;letter-spacing:0;top:3.859375rem;left:12.5625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x0bPlXcoFCvW37TIrmGdaL25tCKTPHXw { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15119;line-height:1.3;letter-spacing:0;top:3.859375rem;left:52.6875rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SdiaiskmgcNKH23NM4mCEoHD3DO96pEk { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15119;line-height:1.3;letter-spacing:0;top:5.9916667938233rem;left:52.6875rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P7vNZzneUBGP901h7PhcqiuKTkfyTrIz { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15120;line-height:1.3;letter-spacing:0;top:5.9916667938233rem;left:12.5625rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BWP1ug5VlH4SweAbsvNbSLMAoxT2SXQc { position:relative;display:block; }#BWP1ug5VlH4SweAbsvNbSLMAoxT2SXQc { background-color: transparent; background-image: none; }#BWP1ug5VlH4SweAbsvNbSLMAoxT2SXQc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWP1ug5VlH4SweAbsvNbSLMAoxT2SXQc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWP1ug5VlH4SweAbsvNbSLMAoxT2SXQc > .row .container > .video-iframe-container { display: none; }#BWP1ug5VlH4SweAbsvNbSLMAoxT2SXQc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWP1ug5VlH4SweAbsvNbSLMAoxT2SXQc > .row > .video-iframe-container { display: none; }#BWP1ug5VlH4SweAbsvNbSLMAoxT2SXQc > .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); }#BWP1ug5VlH4SweAbsvNbSLMAoxT2SXQc { border-width: 0; border-radius: 0; }#BWP1ug5VlH4SweAbsvNbSLMAoxT2SXQc > .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; }#BWP1ug5VlH4SweAbsvNbSLMAoxT2SXQc > .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; }#s38XOcNPRBBVO8Xd16UvTJQBbXn9u02h { z-index:15056;top:25.5rem;left:42.25rem;background-color:#282830;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ZdApG6O7EI01Wv8goAmgITJbnT9vpsmW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q15ccbhc0eQhbdTBARiU4MUs17sefOso { color:#2a2a2a;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15057;line-height:1.3;letter-spacing:0;top:21.357292175293rem;left:42.53125rem;height:3.4125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#i4ogD5ps9ZXTrNxlZmkar53PRN330QiS { 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; }
#MbfVynvK0KoUvJISWJgs51TXbUkB8k93 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:12.0625rem;left:40rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a3dKQubUJIq2XRfoDzKT6AJOLAsQ9TLz { 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; }
#KuKVVkcNUVlN4E8bLF2OQZh6lDPhsPB7 { 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; }
#AUyXC9XJa6v63Cl28eRoScmNd2I6a6zJ { 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.75rem;left:52.25rem;display:block; }
#ryCQcZAKL3onAzBWEKTpO0aFqvvTq0Xn { 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.8125rem;left:42.5625rem;overflow:hidden;display:block; }
#TnwP2KgEARbxFfZbggeEO4axduFRMxSV { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15097;line-height:1.3;letter-spacing:0;top:2.0999984741211rem;left:12.25rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hhVnQQwdsRpudpmC1bud3eJVypwxVaWo { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15099;line-height:1.3;letter-spacing:0;top:2.0999984741211rem;left:52.8125rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vWh1PR003wqc6cbJI4gBWFEMKRfff4ku { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:30.375rem;left:44.75rem; }
#NyTt9d6btgPlM1wMxGNGqAxbSB9Zy5Xq { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:30.6875rem;left:46.75rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WLngrgPcnfRO6Qkrk6GRrsGVtsGGwgy1 { 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.359375rem;left:52.8125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s1enFK8QBJnL0JMTRoFQs9FyPashKPhC { z-index:15061;top:26.3125rem;left:21.1875rem;background-color:#282830;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#DsGs1HQrC56u0E4NJ1x3MNoEHCbMQT1L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hg16BCwF0lrddgrLHdQir8dEn5TWlrEv { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:31.4375rem;left:25.5rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XQehly5I241Q5kKCBdCS1ZMdexf4GxiF { 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:7.475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cRVSLGNKTPNaGpTnt6WoR4HoXubJ2AvT { 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; }
#Q8TWlniIvHSBEB1vFPkE4Dc4SP2k5Gou { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:12.5625rem;left:18.9375rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RSGW6wP2FBytk5Td8ptd9oy0BxJQAhqr { 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; }
#pxHTNrzU18sz9USeqi1deeXJorUOn2kT { position:absolute;display:block;z-index:15072;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.875rem;width:13.5625rem;top:5.390625rem;left:22.15625rem;overflow:hidden;display:block; }
#JDorWBC22vRCa8TB9qdTRkrveui7O7FX { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:31.4375rem;left:6.5625rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Gx3OTlPq88QkOHmD6tAHzHiTmMH7ANJ6 { 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; }
#GuRUruswiud0Ob92EqXfRRkky3qTlwce { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QMSGRmtXRSGKMF5S05dNV6n1LoCtekTc { 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; }
#m478i66SS9EkJaa9EZ6Zyo2BPinXqsxs { 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; }
#a1o4Zxp0sMuvUTTkI3fLprr4K4BLSKs8 { 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; }
#G5kTica5hnXRMaPZqC0eSuaUX3zMIyk5 { 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; }
#zneOraDLRgQS5PudnldTGgdBvQkRlmP2 { 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; }
#bTTtsEidsSQmwtwHIxuOTzpZ8lXTsr8e { 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; }
#k8O5mQIKeADUxT3sQUol03rTrUweEvOB { box-sizing:content-box;height:7.25rem;width:7.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15089;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.375rem;left:11.875rem;display:block; }
#lOfvi501KsIt4lT9RJH7f3UFXZKl3EUK { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15090;line-height:1.3;letter-spacing:0;top:5.25rem;left:12.4375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TGwqziVgWWh6Qx7kvbInuSwTgT2aF3ku { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15128;line-height:1.3;letter-spacing:0;top:3.125rem;left:12.4375rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JbvpQLLdzVkiSlAnT3z5HmGLXdSsOsCv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:31.128125190735rem;left:23.5625rem; }
#e6qL9gT1OrgO3PIlXrVy103KMWNxbbSo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:31.128125190735rem;left:4.625rem; }
#vzgW7KzJsIviqVZOTlCTRGeW5Tb533VH { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15091;line-height:1.3;letter-spacing:0;top:5.2729167938233rem;left:52.8125rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ig6BOLDfx1EXfLzh43u4wp0g3NoAm24Q { position:relative;display:block; }#ig6BOLDfx1EXfLzh43u4wp0g3NoAm24Q { background-color: transparent; background-image: none; }#ig6BOLDfx1EXfLzh43u4wp0g3NoAm24Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ig6BOLDfx1EXfLzh43u4wp0g3NoAm24Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ig6BOLDfx1EXfLzh43u4wp0g3NoAm24Q > .row .container > .video-iframe-container { display: none; }#ig6BOLDfx1EXfLzh43u4wp0g3NoAm24Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ig6BOLDfx1EXfLzh43u4wp0g3NoAm24Q > .row > .video-iframe-container { display: none; }#ig6BOLDfx1EXfLzh43u4wp0g3NoAm24Q > .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); }#ig6BOLDfx1EXfLzh43u4wp0g3NoAm24Q { border-width: 0; border-radius: 0; }#ig6BOLDfx1EXfLzh43u4wp0g3NoAm24Q > .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; }#ig6BOLDfx1EXfLzh43u4wp0g3NoAm24Q > .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; }#L6mc6rtDHhAWVUyS0pRLrJZwIPsz2JIL { 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; }
#B5PLQrezEDeRA9rPk8Q8yQkEi4sIEZpU { 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; }
#ogEPo971vcTlFVlrKT2SpUgnB9i5IVt1 { 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; }
#gosIo8K06KO3ssJILflnkkNTIzEk83De { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TtkwBxiBJ8uPhB93DSCFTfhInpRZr7vb { 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; }
#DD0E3wTJLPxFsx7XeKeuvQU3KA8b6CAH { 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; }
#UFD1aF1PzfL0wvL6ogJ8tSfirOTIowcE { 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; }
#KUINtp6fT1uxNg7DKq5S6FknQBJgTCb4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RWeBpzxbCbIyfTPDEFLCB94TVEyrq6fr { 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; }
#Ti0MdaK4vHAqyZMUOILhUKbxzVGAf4If { 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; }
#JkJKhCTzybvsGHyZX1TKJqm3xI1n4Kwu { 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; }
#w3Zpzhtp0B6VNxh1ieinsqSNyHMXZTwT { 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; }
#Zv2sQ7MRFwhXVtthRW5sbEk0PaGv1UtO { 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; }
#DKbt9bv0SXROTqsTxln4XOGZ8Jy2iuSe { 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; }
#m2r2kQOfo49T3scas2i1E2Zb6kelQz0W { 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; }
#KMgCBuBz2KgN0IrWT2TQvdIlOivJQESQ { 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; }
#bvz4CEoNuzL7FfLovFxylovhv65Hv7MI { 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; }
#Tye7Tred7MPeK5AoVpIJO5kAbDp39Jhf { 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; }
#tuqZMkkzpXTFtAlUKRA0RBoGCSI8gOTo { 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; }
#OMvOamLyuH26O84BVBppn0BmOhvc1PRC { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15127;line-height:1.3;letter-spacing:0;top:2.25rem;left:52.75rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KqE2qxaPQBLIaTknDS77N0r9yZV0wgMb { 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; }
#mnJyyWV28B2PVbsOhznO3DRfdfTgtzg5 { 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; }
#KOCH1dxxziGJMqHpeLTK2TuPa19xKU1z { 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; }
#dQxUfnUiiN51olSlcN5skVRklZEFaUPr { 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; }
#y7TvPEfIeZLgE4Cegn6hzowzzWrtg4n7 { 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; }
#aPVhS3IGKf5rEnMTpm5Cz4OFAKMTbrZB { 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; }
#EJhNrHTHfZZ7dPEwmw7zW6gDLRwbHoXs { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:30.6875rem;left:26.625rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O0qa9Pn484BWOIIcafh6l28WaEn6rRkM { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:30.5625rem;left:46.6875rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VH70wTKXTyGU4MTSwc6wGwkZMXr9XIJN { 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; }
#tdPbFhhIgFUCqDGq7MeAvl87kU6FMniy { 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; }
#ivHAo3aXHnErLXzz40JMLkiPTTEEyIh6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HLRbFTyfc5zqMr0LXBo1gNNLmp7nHxCM { 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; }
#ipw8OhzSnSEETO7F18pi6byZP8BJnRRN { 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; }
#XGL8URXtwcIhH1tHnQtpKLlByTq6hTrm { 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; }
#Zk4UN7t1nmkTFlCle5vpUTcUWv8TvUXB { 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; }
#eKpEvXl1PJORXv1ELzhmbtWMdPTTA5fM { 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; }
#thTiJrPUv8LBx1EK0i3p9OBkTuom7btm { 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; }
#vzQ5Eg93gmHfgVmqzQZR8esLHAmlTbwp { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:30.6875rem;left:8.1875rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gcwiEAdmn7seRdbBHhPknMnkOBCBiCgT { 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; }
#u2tKFG0GWZvxp2IH3Jt4vnNkLoRFMyUS { 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.4135437011719rem;left:12.5rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Vhf7fheRXTpTDrADV1tLzZ2T2WTarfTW { 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; }
#QZ6t3wCbCvi96kvXo8RBMZsfb18nhqxT { 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.71875rem;left:12.5rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PhlAtDpz9Fh2UALt7EOiUAwwka9O9Q48 { 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; }
#E0STl6lSJ9VdD169Fk9zh8Ft8GNvhAAV { position:relative;display:block; }#E0STl6lSJ9VdD169Fk9zh8Ft8GNvhAAV { background-color: transparent; background-image: none; }#E0STl6lSJ9VdD169Fk9zh8Ft8GNvhAAV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0STl6lSJ9VdD169Fk9zh8Ft8GNvhAAV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0STl6lSJ9VdD169Fk9zh8Ft8GNvhAAV > .row .container > .video-iframe-container { display: none; }#E0STl6lSJ9VdD169Fk9zh8Ft8GNvhAAV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0STl6lSJ9VdD169Fk9zh8Ft8GNvhAAV > .row > .video-iframe-container { display: none; }#E0STl6lSJ9VdD169Fk9zh8Ft8GNvhAAV > .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); }#E0STl6lSJ9VdD169Fk9zh8Ft8GNvhAAV { border-width: 0; border-radius: 0; }#E0STl6lSJ9VdD169Fk9zh8Ft8GNvhAAV > .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; }#E0STl6lSJ9VdD169Fk9zh8Ft8GNvhAAV > .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; }#HCGi3hxdvfbTSvwCtCqJZFhe5dCu5ytL { 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; }
#O6Xqi9MTk50egvbCsldF8pVWgthUhpWE { 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; }
#RVOQgrvlHWfvir0yLJTHNnh37SHzByNK { 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; }
#FKyyM3k1k0g8PpqzHb0BAHOSL0Rw0rze { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rvkzCQrO4Pim1paf3ErZoWEDzAaRxuBE { 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; }
#yOMO4VxXIGG5UNFo4uTWMO70WhMWsbrC { 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; }
#bXSP0vkn7RRDTOshhRHi4NnVe4zIoZ6r { 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; }
#vlHl5NilmH0xbW58u3gZDPSvF80zTz92 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TwzUMZFKcNS0VCdGqiBNdKopTb0Pfqxc { 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; }
#SWJ9X7H3PtHiZf89Mo3GdwIBI0PyzN2G { 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; }
#CEeBsn20x0UdpUKvVPvK4dqpqKLnfMdB { 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; }
#IAfHIKXXFxbiH4Aq3p0XwcTfH2cayZ35 { 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; }
#wwlgy3AuZiTIBOZBJn1lR8JTq33OVXpW { 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; }
#PvJ4XcTXXnARvhrxqmXZyOOMCgXzhOUg { 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; }
#N9SJr5i4NCmlx8QrkBw6oV95x9VShsSI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gtxDETzFJSpMMofeb8im4PySTS7Wq7Ih { 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; }
#kLD1gFUWUnLPtLIiGuik3fsWpKILnhzo { 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; }
#HBeVF5TpOPL5kQSyg6fPnhAu1Vk2oO0X { 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; }
#QSgil2oAakCOgb6JtFKuR99NR2pziq10 { 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; }
#vuKiQ0MaKyNFuz6v62gpBzJlPBAXEmJJ { 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; }
#rlTGsIGhOlZSD0P5gZTRxMhc5c5H3c6V { 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; }
#dTTVlWb8z4EC1pvR6X7zD2viof10BEz7 { 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; }
#ZDHJXgHhaTLMm0xfW7VSkP8FQ8cQQqJq { 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; }
#TzVL8a22mFi4A36QOonPXRPwOR7FJvmd { 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; }
#uqCT5Te8X87ByFoF5rrX3qoXOoP09WOX { 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; }
#IvxHhz5WpePxKTa3602xFgTQM5etsO1T { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15115;line-height:1.3;letter-spacing:0;top:2.375rem;left:12.75rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eU3whhVGZE1CC2asRSoNia4nvT9PKE25 { 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; }
#hIMTr7zroivUoc08xaHIZyceWHg4pW2H { 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; }
#kETJJyOO1m4qDAbl35AXzowT9v1TDpLO { 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; }
#obKZVoUZvSNZ3t8Ua8XgtX1fsskOtJiL { 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; }
#JpUefqNV9gkHFmbUwooeinH9GREIG62J { 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; }
#uIttZfv10nGTbNghqfe3f6H83Dwl5ZCc { 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; }
#P1eFzGpOflBwiLESzHXasoeyL4KDaNx8 { 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; }
#tqZ0FzBaQL7HzcArzhHB1A6zicutQDoO { 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; }
#SObzUd6sUZ8EvvvhztXOTthzeb6BBXoP { 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; }
#pQRt8DH7asacRDqAN3Pv387e1E9TrdtZ { 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; }
#NEmaRtFs7zDkprggW6ydKkeSV3DPG3cC { 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; }
#iWqvMulBTWuLnU4iGwACF6VZaLqAs4hF { 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; }
#Tvfx7JKsM0B5tODTm35geIsb6xGwIm2H { 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; }
#Ghi7SxGnGCR3Ob6VpgZWTIxTb3aLWspu { 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; }
#o68RqyVviuiBXhiiqXfVympTGy4wZLMS { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:32.8125rem;left:46.6875rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pKDVanToQP4whf3i7Szp4TTnWD5LIm1d { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:32.9375rem;left:26.625rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zy17A2G8Z5qFFbAMX7Dnv3LzTwSTcWgk { 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; }
#On2cKKpbFv9Hi3TvtMkUHWvoafW4leru { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:32.9375rem;left:6.6875rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#woqDGpICFuF2Ub2dCrQX09GIFt8FUtWH { position:relative;display:block; }#woqDGpICFuF2Ub2dCrQX09GIFt8FUtWH { background-color: transparent; background-image: none; }#woqDGpICFuF2Ub2dCrQX09GIFt8FUtWH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woqDGpICFuF2Ub2dCrQX09GIFt8FUtWH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woqDGpICFuF2Ub2dCrQX09GIFt8FUtWH > .row .container > .video-iframe-container { display: none; }#woqDGpICFuF2Ub2dCrQX09GIFt8FUtWH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woqDGpICFuF2Ub2dCrQX09GIFt8FUtWH > .row > .video-iframe-container { display: none; }#woqDGpICFuF2Ub2dCrQX09GIFt8FUtWH > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woqDGpICFuF2Ub2dCrQX09GIFt8FUtWH { border-width: 0; border-radius: 0; }#woqDGpICFuF2Ub2dCrQX09GIFt8FUtWH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#woqDGpICFuF2Ub2dCrQX09GIFt8FUtWH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:26.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#A3rv1SUnTTVa12qT5ePLaIUF4H2c8V0p { position:absolute;display:block;z-index:14999;background-color:#282830;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.375rem;width:52.6875rem;top:2.125rem;left:3.65625rem;display:block; }
#O0OX7GeruOhIXD13d0NyHJONpNdSctko { color:rgba(var(--color-tertiary-0),1);display:block;width:26.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.25rem;left:3.65625rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#wRl1WVB6HTZp9c6L3CIhQnLSn8wyQU2L { color:rgba(var(--color-tertiary-0),1);display:block;width:25.8114375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:10.125rem;left:6.9385414123538rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M3QxCoMUWU1mT8WTsleqZnPQLrKqyb8O { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:13.081249237061rem;left:15.875rem;height:2.7625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gN8v5KfdmxyKoz05Hzn5DN4UZ3zMfHLc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:13.46249961853rem;left:13.0625rem; }
#mD88zhqk1ZAp77ZuJTH2txMr8T1sz29y { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:17.325000762939rem;left:13.0625rem; }
#LuLxklUcCTKMNKWiUesHSDoZ5C6nwcR8 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:17.63437461853rem;left:15.875rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JxuxGmTLiMKpAgs9m4DrN0Ng9KchgF5m { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:8.125rem;left:32.6875rem; }
#z6XybqaQRKT6KWCc3PFKBlu47yNQS7ma { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:8.125rem;left:35.25rem;height:2.7625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OBPE3kKb4lfpHtsyIZ7pTKc1LQC07drB { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:9.875rem;left:32.6875rem;height:5.525rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yEF3LlmhgSkZFDANDgc3DiSd6TOl7MQE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:14.125rem;left:32.6875rem; }
#CecxCxF5lnnptMZpPPz9mv5izhuGJJsD { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:14.5625rem;left:35.25rem;height:2.7625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Jxo9BEyON8DCNzBh7ODRqdFUabPpVxsF { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:16.0625rem;left:32.6875rem;height:2.7625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rV8UphTosU7dvB1JMrLdfapTlNCPXG4L { position:relative;display:block; }#rV8UphTosU7dvB1JMrLdfapTlNCPXG4L { background-color: transparent; background-image: none; }#rV8UphTosU7dvB1JMrLdfapTlNCPXG4L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rV8UphTosU7dvB1JMrLdfapTlNCPXG4L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rV8UphTosU7dvB1JMrLdfapTlNCPXG4L > .row .container > .video-iframe-container { display: none; }#rV8UphTosU7dvB1JMrLdfapTlNCPXG4L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rV8UphTosU7dvB1JMrLdfapTlNCPXG4L > .row > .video-iframe-container { display: none; }#rV8UphTosU7dvB1JMrLdfapTlNCPXG4L > .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); }#rV8UphTosU7dvB1JMrLdfapTlNCPXG4L { border-width: 0; border-radius: 0; }#rV8UphTosU7dvB1JMrLdfapTlNCPXG4L > .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; }#rV8UphTosU7dvB1JMrLdfapTlNCPXG4L > .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; }#dfDhsvM4Ppa06nfGZsNcAZkoDAq9SRIN { 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:2.9343757629394rem;left:13.000001907349rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#biDTnRwmaEhGR3Alg9aePte1RNLxibRv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:2.5rem;left:52.21875rem; }
#biDTnRwmaEhGR3Alg9aePte1RNLxibRv > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#yK7BqBU6d3E7omxNtHosdzhhZxV09edy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:2.5rem;left:55.65625rem; }
#yK7BqBU6d3E7omxNtHosdzhhZxV09edy > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#DsLcGc6kbN7Wm0fBT0eSm2HmLCNWcnRf { 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:3.3125rem;width:11.6875rem;top:2.5rem;left:0rem;overflow:hidden;display:block; }
#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#282830;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row .container { background-color: transparent; background-image: none; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row .container > .video-iframe-container { display: none; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row > .video-iframe-container { display: none; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row .container { border-width: 0; border-radius: 0; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row .container { font-size:0.875rem;font-family:arial;height:2.9375rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh { display:block; }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e3HsQgT5bUaXuaSFXxOr1xr1xsqiZMto { top:1.375rem;left:0rem;width:14.875rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1R63ZZnqVOWOTlxaR77R68bfQdXZ7Tg { top:2.1875rem;left:36.444793701172rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Het46wLSIuEFnQqXTyXn3KW60XcEnngu { top:2.6875rem;left:32.3125rem;width:15.4375rem;height:1.875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GqkTf7PELwN7rZB6dIfX5C8GCe4oq9IE { display:block; }#GqkTf7PELwN7rZB6dIfX5C8GCe4oq9IE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CBEbKuv4HoX3cJyMQtJ7luyulNISJOyi { top:5.1875rem;left:0rem;width:47.75rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIy2VgeTNcc18fWy30FzGypcO8Wx5QTg { top:21.4375rem;left:0rem;width:13.4375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhqpXe4D0HiGTFXzTnzEdsP2NTZ9n4NN { display:block; }
 }@media only screen and (max-width: 763px) { #Cf8uiJSJ0EWvsx19PwzkGo4AiFMeJwcl { display:block; }#Cf8uiJSJ0EWvsx19PwzkGo4AiFMeJwcl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 .widget-regular-label { display:block;width:45.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-input-text { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-textarea { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-input-select { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-input-button { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-checkbox-label { width:44rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EW49R55ihTVkfex105TPOKT36GrukML1  { width:45.25rem;height:auto;top:8.75rem;left:0rem; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .radio-container { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EW49R55ihTVkfex105TPOKT36GrukML1 {display:block;}#EW49R55ihTVkfex105TPOKT36GrukML1 { width:45.25rem;height:auto;top:8.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #x40XJ2JudzDloLhQlrOdsTbGKkFmxnQf {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #HJIhrbAfeUz9AMqgUIJwHaliwzyW8O1E { display:none; }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #PAZp7szAlH4qIMSLNT48KfELEC67FHMz {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #bRA2ydzBritGXeapdFn9O3DdRDukVAxt {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #f57Z6Ti0B5HgIrcARKS9yxwdyhTpRg3k { display:none; }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #uTy8rcD7bOOl794auJmFgdJeG2B2HoLG {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #tXPnIEdJWEqr0S6OZr3Dd2PVBXGrsw9u {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #SSQnmVC59hxKSXzyTneqSSQDSPWPZwgy { display:none; }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #lzgmTyVFvTasHuTLm2KTv7V5s4a6TmPL {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #vxBoet6x4qczTOSUJAIdSZnm2WTlUoDn {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #HpNuhnFCuZlsfgW3eKg6CxwXhsOl6ngO { display:none; }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #z6WZ4K5OP5AfQm2IOJ1RuD7Ek0XqlDnM {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #Qccw0LMoWMvsyGGoQzzoZyCJhU5HziDc {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #aetJhWkyzLdhoI7TaMpaGIeILduonQcW { z-index:2; }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #L5ZaI7IRT9twdpc58FSJ4lnkh3sE5AsP {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #z4LyhCUyaBOTqD6vwgtpoUJDsrbozF4f {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #cf5yyTNLELRpNfApXNBt26iI30oXdeSR { z-index:2; }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #h5xTaZgGGfC22C5PPKt8IqHddT9ubea5 {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #R0X9SaBZ8fRxMlVVNpAVTTVTGbVLZnuI {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #SxM1h6OJrGhsvfZkMf2ZM6cxewUrdZTg { z-index:2; }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #Hx6S1IcDm9ebTwuHcZTgStasrtvC80QG {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #zK0D2LiWmxXVXUmeCN5ieUTfklf6MHoO {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #kDsfpsohIPWxrJpuLt3HhR3SwALFJ9RC {  }
 }@media only screen and (max-width: 763px) { #A0aE1zo4wQgxWlczviLHe8qlPSUfgKUy { top:39.1875rem;left:0rem;width:47.75rem;height:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id9w5eKfTgJvebt39mVB06T8LXVLtUku { top:3.25rem;left:1.53125rem;width:44.6875rem;height:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPaCprFTnKmxeRZ0FpaAKk89JRPWTXTQ { display:block; }#cPaCprFTnKmxeRZ0FpaAKk89JRPWTXTQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KWWTZIkJIeOtmJ42MxN3MVEyaafVMNHS { top:0rem;left:0rem;width:47.75rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGT3NyMNGdttOe9R6zFqe0ST5vdp6gWF { top:4.75rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ha9o2AChPpZQ7OTEk05e9cLW2rJxn49o { top:11.8125rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBQ2Rbzr65Uskap8kN8wqU14fJW5J874 { display:block; }#iBQ2Rbzr65Uskap8kN8wqU14fJW5J874 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uSFpX17Qef9bAtPpzbNFPLlmQaDEkSu0 { top:4.75rem;left:1.75rem;width:11.8125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyGINymBEv780LinbBbbTr3i8TJbXVF9 { top:12.3125rem;left:0rem;width:20rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhTa3my6SX0GirKsfRUqeBMEDD24yNUf { top:16.5rem;left:0.8125rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyUt5fX4xuZygu3fy34lGVwSy0DVoARM { 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) { #nv1SFvNQk0Hd33k8ENndKOecSvPVQKQh { top:24.75rem;left:0rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdlH0IhX23KWesic6vBdR3VQAGyaXyns { display:block; }
 }@media only screen and (max-width: 763px) { #n008E8S4bvfPA9TFg1sNf0DN9sgD4Myk { 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) { #ZkmdOUDmFsTHCCl5aIOU3DsFQpWitf8B { top:1.25rem;left:3.5697898864746rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NV5c9gIHHTZxdpKCWNhwgQFK3eJerN03 { top:24.75rem;left:16.0625rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ep7lJ7O8XoSJ55snfQ74pdf3Vb4NysV8 { display:block; }
 }@media only screen and (max-width: 763px) { #tmfZNZPizLsvqETdhhdABilgqLMUwDl3 { 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) { #slCJCOgZFrXSUAlD6ZtZrT1gNv4msxRt { 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) { #Dw8ZbizLrqxdTfSU4ftbbMpdcfaZDHbP { top:12.0625rem;left:11.75rem;width:20rem;height:0;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kw6sLRzm19aeo3Woh1zeFr4u8XXa0bcu { top:16.25rem;left:16.6875rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cM7BaqqUubVOnP51rOnuMVuXEK29CT2T { top:24.75rem;left:31.9375rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3vQ8DfuTUzkKW4bQ56kuBwNTEW9mZT3 { display:block; }
 }@media only screen and (max-width: 763px) { #TtXbAKseETK243O0Ae2LqRLHNwOSczo9 { 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) { #vD3z6Q7yp5DBU9pTnCguVmbyNOlbTnA5 { 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) { #fD1IZIFZ2x8Mwf4BU98SBzOaIiruXtBR { top:4.5625rem;left:33.5rem;width:11.8125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEXyFKPs4CZ0tFALx3BanDbvxaG54fqE { top:12.3125rem;left:27.625rem;width:20rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xx3cgZpAQAlInP6Kq8VMGQoZyJe2W2mB { top:16.25rem;left:32.5625rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmpL1hTtWMybBoGs6IMGBhvMZ6dOl113 { top:1rem;left:19.625rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDKZdNMQP1VRb6uT3GtQWoMk1ILB8fSU { top:1rem;left:35.5rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwh7gGtZPIu24XS8zuRK5Ol0r418fVEH { top:5.5rem;left:17.90625rem;width:11.8125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggWqRKWX9DEJeiqKOuUGAR1WuqNICCDH { top:0.3125rem;left:24.5rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHTicgzV3LQlLuWdag0PFVM5OdImx8XQ { top:0.3125rem;left:8.625rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATZNKFlZehKE0LyLkahmOLiscoisHIXn { top:0rem;left:40.375rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgQi2MUIvfTffrPIlFtM85fBfglRtlWW { top:29.8125rem;left:34.4375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KflphZWPtWAfgV1PlRVuKamEIGBQqTiC { top:30.125rem;left:36.5rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8Xg7QrSNM2WeiKcyTlf5g5XPDSXQTit { top:29.8125rem;left:18.5625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkl1adWQ1bBaWvaGXkTVgT3kWfCGnJre { top:30.125rem;left:20.5625rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWVUaq0CqtJZeJSrFiscTLZxAJ4yPT6v { top:30.125rem;left:4.75rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #peUGeqpEc1hG9ZTqSPraU8Z0zSbSLGFP { top:29.8125rem;left:2.4375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxX11s1P73aeMStEAEmJ4qXewVvloCRD { top:1.3125rem;left:9.34375rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iks2W0U71mlvN10TLF1flTfEMrxChgN3 { top:1.4375rem;left:25.5rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCLR4kyCK8BZQrhktk9UOQ3cOOnE0a01 { top:1.25rem;left:41.1875rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzcZk67KWzOKuQ8TKOWXpDcagVEOTc29 { top:2.6875rem;left:9.21875rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKR8FXeHriJzvtODr6Kmv4M10r9HElCG { top:2.6875rem;left:25.5rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5TJF2PdbpeQ60eLVGTVWbWM9EMPR3GE { top:2.625rem;left:41.125rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifoTTaKui8czFQVw5Pf1g8hQwQ8aibml { top:4.75rem;left:9.34375rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyQILQZkL8dLogPoqTiKE8fruht0FyDD { top:4.75rem;left:25.5rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oR0yxPlzQSikL5HqZxn7O6gI4ebuUaEr { top:4.75rem;left:41.375rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7kXmwGoPVsyT7ykNe0HHqXUemuD4tMl { display:block; }#t7kXmwGoPVsyT7ykNe0HHqXUemuD4tMl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hET6srU6Tu2U5N8sBpWIgJf7nXltvq8N { top:12.3125rem;left:0rem;width:20rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZMdgagFiOZhK0dL8TLp4SIUpZL9UoKT { top:16.5rem;left:15.875rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEpAPCt3dSHlhBs1XCQT7wOCWiovfftL { top:21.5625rem;left:16.34375rem;width:14.9375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8mTl0WkWrMfzQ48eWty3zvgBwy0Bbyr { top:26.1875rem;left:16.25rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnXzMlB6BRtktHivi8VaHtaA7b3C3KoI { display:block; }
 }@media only screen and (max-width: 763px) { #xuL0fudTf6gtba7tRTTSQE4oGedD6mTz { top:17.875rem;left:16.5rem;width:14.625rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAAIdo9kFVliN3WQh6ddUt7EKvyOF0hL { top:1.25rem;left:18.4375rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DM3kfOMsEL8KyHo0vHWtqQmJQTUeyvPT { top:21.5625rem;left:0.46875rem;width:14.9375rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yds1MTVvwTUA4UVJiW4fxsIirGszgNwq { top:17.6875rem;left:0.625rem;width:14.625rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e84tTLaaKBJUlfNOISxoFTr5XuufSTTz { top:16.5625rem;left:0.8125rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGp9cMM2HEIQfIGeEGfXIMvOMXZe3rAu { top:5.125rem;left:1.75rem;width:11.8125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QROtTRNqxQ1Re248wRmvwRP5UuAwgDPH { top:12.375rem;left:0rem;width:20rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftxH2IyMblgmpAkrkrCgOylrnOmGgThQ { top:1.375rem;left:3.75rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OATXgVT5SlvJLnx2tT1LkyeQFnqmibRt { top:26.1875rem;left:0.1875rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hW2zzMkBsGLAonmd3RxZAnLHK0e6gTJZ { display:block; }
 }@media only screen and (max-width: 763px) { #bVklSXrHx91lO4owF1WbpbHKQGpqpzJO { top:5.5625rem;left:16.1875rem;width:13.25rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlrtT6zz4QS2RIedpTrATCy6iThvPn6E { top:0.25rem;left:8.5rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyDPNRExRh3BH6z0paFWooiMFvrtiUtD { top:0.25rem;left:24.5rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVcclNz5ADFbEorp8av0VlLTO9z05Svs { top:1.5625rem;left:9.1875rem;width:6.125rem;height:0;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBVEb380EvdB8mWJDGdArRm9ksdgiStD { top:1.5625rem;left:25.625rem;width:6.125rem;height:0;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBlhMJ5cJvwq3K49EKPvVrgvkSnqQv5m { top:1.25rem;left:41.5rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqXSzUQ16WzvQm5oxBSPTsDt01oLJCkR { top:31rem;left:18.125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoU8rHmG4ctPDyJtZxVbGNVtncgKdT4s { top:31.3125rem;left:20.1875rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #twuWH2y1gCsElIJrlWt7LFWqt9zf3zn0 { top:31.3125rem;left:4.6875rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHBGSzTNC7M7fBIH3ftzc6dUNxBGsIAo { top:31rem;left:2.6875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFzIo0Gq0iIh0TiEsfsgsT589DD1SyBf { top:2.875rem;left:9rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #seEstoNTlWvW9RleTXISZVh0U6AQeqRf { top:5.125rem;left:9.1875rem;width:6.125rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbs71mc76xVpzePV2B1G3DfgJKxdOKJZ { top:2.9375rem;left:25.625rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kshU2Wti8zyVTa9XAgsZ346kSVsf2kOm { top:5.125rem;left:25.625rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJ9PFHQHDAfWzryFUGBTXMnaZaQHdrfT { top:25.375rem;left:31.9375rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zN55vktgb2VuB52tGhxaas75dFmtcZRE { display:block; }
 }@media only screen and (max-width: 763px) { #uERK02pHywmpwTFsp5tQPJyxULaLWKbb { top:30.5625rem;left:36.25rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9FAqgbXL6SPOsSWsJuhHDATy71yLpad { top:21.25rem;left:32.25rem;width:14.875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovbCBikMsEJe5UUThNKzfFApf5cr2ILF { top:17.5rem;left:32.375rem;width:14.625rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqwVKq0o8yAhOGm4TliSvwD895pZVOdA { top:16.375rem;left:32.5625rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqEqkBJ9qNzKZxTxiLXuo79EysDdgcil { top:12.1875rem;left:29.9375rem;width:17.6875rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEC2s7ebKOOGCJTzXPudIQrD9sJxVu2d { top:30.25rem;left:34.1875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bge9MRpOiF45xhys5MAx52eWyB7Wq57s { top:12.1875rem;left:27.625rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoEiA06ZEbP3ce7ol1ZkhA81o56hxOFA { top:1.125rem;left:35.3125rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #clVCWrxBJrSKtBbIBTBX8SaICltPZg62 { top:4.6875rem;left:32.375rem;width:13.0625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCTh2qBUJgsS0WWwUJHNKl4T7PZSynC8 { top:0rem;left:40.375rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZiZ6gp3ltEGJXE8M7xQfDRoX4IKPwFy { top:5.125rem;left:41.5rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBtbKJOcTT5E9RZ0kWfxTfN1dG3MlKhq { top:2.6875rem;left:41.5rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTVzVVV2Dufyw6IkoWxl3rRTEbfrnrfK { display:block; }#CTVzVVV2Dufyw6IkoWxl3rRTEbfrnrfK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U77AS7p1p52ZiJsuwEOw5I057Ab18BsI { top:12.3125rem;left:0rem;width:20rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTt4eU5WVPtkHA8L7wx3LeevPo074MQ4 { top:16.5rem;left:0.8125rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VK1sFCzNUqMwtTfspOkHILBZPpGcQ3Gc { top:21.3125rem;left:0.5rem;width:14.875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wtko8dy8ZHKWOMs7nTc7hkxnAUO0kkEH { 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) { #wzG8fTlN1ylztc1ViiOFdgNZwpuXQ5xx { top:1.25rem;left:3.5697898864746rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPfK9FOh9iiKuksRbSqZzhECZyrfGWLF { top:25.125rem;left:16.0625rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMwNa7n3ZQ856zWrVDufzmrCJJlpP0Zc { display:block; }
 }@media only screen and (max-width: 763px) { #Rs0XOOGuincITWv5RSI0edfl6St1LbUd { top:21.3125rem;left:16.34375rem;width:14.9375rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZAnlErqe5x2EzyViv6dLCviuTfCkyDS { 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) { #ELmUG684oRQJTM9byvTB5IBBBZ6eaAQf { top:5.125rem;left:17.365162037037rem;width:12.25rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEM1SWrsqvbyTm11zR0BPb09vdTQwkee { top:12.0625rem;left:11.75rem;width:20rem;height:0;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZPnwsI6ilkp6pLMgx8GkTQJ38iOT8tO { top:16.25rem;left:16.6875rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQs6IuAWJiBTrZd8NZbkmmuAFsTbn8AJ { top:25.125rem;left:31.75rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8ECQ3dt3SVI9D2qT0zKJMKPicT4ZRHA { display:block; }
 }@media only screen and (max-width: 763px) { #sSIbSMXsQqrPZEdQxHViHoUqVqRbLpiO { top:21.3125rem;left:32.21875rem;width:14.9375rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O504sTxfgXFb8Rt4DU0F2zk0J4f4k9Ea { top:17.375rem;left:32.375rem;width:14.625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvgIdTgxk5xJAOIfitT0gefrAEZB6h72 { top:5.625rem;left:33.84375rem;width:11.6875rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTtEcnEx4e49Nby6WRcCNXpQxvLyy4I2 { top:12.0625rem;left:27.625rem;width:20rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTKwCfOtLqThUTVgfEDAiai8xB9tCplt { top:16.25rem;left:32.5625rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFpUI50f0dI3fdONBb9GGw6SF0BR1iyX { top:1rem;left:19.625rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCrEo6okylCfrrR6s3bTPJ78ZlV3NAGL { top:1rem;left:35.5rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sv77y0vpmdIf7mn1tcPGnBphWzoMw2NL { top:25.125rem;left:0.1875rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Der6sbm4bhuCs4TPOiqbWCTd7aypOeCp { display:block; }
 }@media only screen and (max-width: 763px) { #qFINws5TiqHvpub2tLzdIeQT7mgLE8ni { top:5.4375rem;left:1.9375rem;width:12rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoDzzXRd8JoICAN4sH407JUqkstCu5ZI { top:1.0625rem;left:40.375rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXrzChZshEUmG3XlrrTqPVRRFIX8ZXMv { top:1rem;left:24.5rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #toww3ArznJgQ8TKk8P1ExMLPnpZ6TSzb { top:1.25rem;left:8.625rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0NIXU46yLQnXI4teyMUO4Ko5IGNw8eL { top:2.375rem;left:9.75rem;width:6.125rem;height:0;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PimNy5EMTmCFDVX6m1ZxIr99T76UVpAZ { top:2.375rem;left:25.625rem;width:6.125rem;height:0;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3Thifk8b4ed7QeSgNgZuUxMJaLvG1Ul { top:2.375rem;left:41.5rem;width:6.125rem;height:0;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRfXE38EqJETa6GWP6uDWJ2sga7tD3Gf { top:30.75rem;left:34.125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CX5A6TgIJaLxVlqgLrPmM2spsMgUB85I { top:31.0625rem;left:36.75rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8JEQZ9IcHdRvgoveHMvi9PqsHXC8g8R { top:30.75rem;left:18.25rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWTvooLUWKfdSUHKakzaaGlDfEBPlXDo { top:31.0625rem;left:20.875rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKLxGwpylbolqBQgT75VAP8Z2z2VDUaP { top:31.0625rem;left:4.125rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNpfDozTFTd7g0OMA5Nuoie2EfkD5haX { top:30.75rem;left:2.125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtDvEDUNKkDafzJP96aV7mf1cVRE1GaL { top:3.625rem;left:25.625rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxUx4TeLRWpIwdCKEOTRrT5wR7Rye6Lv { top:5.9375rem;left:25.625rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPDrys9xZBBTkHDuQvNfZZ3QUiIC001G { top:3.8125rem;left:9.75rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0bPlXcoFCvW37TIrmGdaL25tCKTPHXw { top:3.8125rem;left:41.5rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdiaiskmgcNKH23NM4mCEoHD3DO96pEk { top:5.9375rem;left:41.5rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7vNZzneUBGP901h7PhcqiuKTkfyTrIz { top:5.9375rem;left:9.75rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWP1ug5VlH4SweAbsvNbSLMAoxT2SXQc { display:block; }#BWP1ug5VlH4SweAbsvNbSLMAoxT2SXQc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s38XOcNPRBBVO8Xd16UvTJQBbXn9u02h { top:25.5rem;left:31.9375rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdApG6O7EI01Wv8goAmgITJbnT9vpsmW { display:block; }
 }@media only screen and (max-width: 763px) { #q15ccbhc0eQhbdTBARiU4MUs17sefOso { top:21.3125rem;left:32.21875rem;width:14.9375rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4ogD5ps9ZXTrNxlZmkar53PRN330QiS { 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) { #MbfVynvK0KoUvJISWJgs51TXbUkB8k93 { top:12.0625rem;left:27.625rem;width:20rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3dKQubUJIq2XRfoDzKT6AJOLAsQ9TLz { top:16.25rem;left:32.5625rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuKVVkcNUVlN4E8bLF2OQZh6lDPhsPB7 { top:1rem;left:35.5rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUyXC9XJa6v63Cl28eRoScmNd2I6a6zJ { top:0.75rem;left:40.375rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryCQcZAKL3onAzBWEKTpO0aFqvvTq0Xn { top:4.8125rem;left:32.25rem;width:12.9375rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnwP2KgEARbxFfZbggeEO4axduFRMxSV { top:2.0625rem;left:9.75rem;width:6.125rem;height:0;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhVnQQwdsRpudpmC1bud3eJVypwxVaWo { top:2.0625rem;left:41.5rem;width:6.125rem;height:0;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWh1PR003wqc6cbJI4gBWFEMKRfff4ku { top:30.375rem;left:34.4375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyTt9d6btgPlM1wMxGNGqAxbSB9Zy5Xq { top:30.6875rem;left:36.4375rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLngrgPcnfRO6Qkrk6GRrsGVtsGGwgy1 { top:3.3125rem;left:41.5rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1enFK8QBJnL0JMTRoFQs9FyPashKPhC { top:26.3125rem;left:15.875rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsGs1HQrC56u0E4NJ1x3MNoEHCbMQT1L { display:block; }
 }@media only screen and (max-width: 763px) { #hg16BCwF0lrddgrLHdQir8dEn5TWlrEv { top:31.4375rem;left:19.3125rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQehly5I241Q5kKCBdCS1ZMdexf4GxiF { 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) { #cRVSLGNKTPNaGpTnt6WoR4HoXubJ2AvT { top:16.75rem;left:15.875rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8TWlniIvHSBEB1vFPkE4Dc4SP2k5Gou { top:12.5625rem;left:0rem;width:20rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSGW6wP2FBytk5Td8ptd9oy0BxJQAhqr { top:1.5625rem;left:18.5625rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxHTNrzU18sz9USeqi1deeXJorUOn2kT { top:5.375rem;left:15.96875rem;width:13.5625rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDorWBC22vRCa8TB9qdTRkrveui7O7FX { top:31.4375rem;left:4.5rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gx3OTlPq88QkOHmD6tAHzHiTmMH7ANJ6 { top:26.3125rem;left:0.1875rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuRUruswiud0Ob92EqXfRRkky3qTlwce { display:block; }
 }@media only screen and (max-width: 763px) { #QMSGRmtXRSGKMF5S05dNV6n1LoCtekTc { top:23.125rem;left:0rem;width:19.25rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m478i66SS9EkJaa9EZ6Zyo2BPinXqsxs { 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) { #a1o4Zxp0sMuvUTTkI3fLprr4K4BLSKs8 { top:16.75rem;left:0.8125rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5kTica5hnXRMaPZqC0eSuaUX3zMIyk5 { top:12.5625rem;left:0rem;width:20rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zneOraDLRgQS5PudnldTGgdBvQkRlmP2 { top:1.5625rem;left:3.75rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTTtsEidsSQmwtwHIxuOTzpZ8lXTsr8e { top:4.625rem;left:0rem;width:13.6875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8O5mQIKeADUxT3sQUol03rTrUweEvOB { top:0.375rem;left:8.625rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOfvi501KsIt4lT9RJH7f3UFXZKl3EUK { top:5.25rem;left:9.75rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGwqziVgWWh6Qx7kvbInuSwTgT2aF3ku { top:3.125rem;left:9.75rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbvpQLLdzVkiSlAnT3z5HmGLXdSsOsCv { top:31.125rem;left:17.375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6qL9gT1OrgO3PIlXrVy103KMWNxbbSo { top:31.125rem;left:2.5625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzgW7KzJsIviqVZOTlCTRGeW5Tb533VH { top:5.25rem;left:41.5rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ig6BOLDfx1EXfLzh43u4wp0g3NoAm24Q { display:block; }#ig6BOLDfx1EXfLzh43u4wp0g3NoAm24Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L6mc6rtDHhAWVUyS0pRLrJZwIPsz2JIL { top:12.3125rem;left:11.75rem;width:20rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5PLQrezEDeRA9rPk8Q8yQkEi4sIEZpU { top:16.5rem;left:16.6875rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogEPo971vcTlFVlrKT2SpUgnB9i5IVt1 { top:24.9375rem;left:16.0625rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gosIo8K06KO3ssJILflnkkNTIzEk83De { display:block; }
 }@media only screen and (max-width: 763px) { #TtkwBxiBJ8uPhB93DSCFTfhInpRZr7vb { top:17.875rem;left:13rem;width:18.75rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DD0E3wTJLPxFsx7XeKeuvQU3KA8b6CAH { top:1.3125rem;left:19.4375rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFD1aF1PzfL0wvL6ogJ8tSfirOTIowcE { top:24.9375rem;left:31.9375rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUINtp6fT1uxNg7DKq5S6FknQBJgTCb4 { display:block; }
 }@media only screen and (max-width: 763px) { #RWeBpzxbCbIyfTPDEFLCB94TVEyrq6fr { 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) { #Ti0MdaK4vHAqyZMUOILhUKbxzVGAf4If { top:12.3125rem;left:27.625rem;width:20rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkJKhCTzybvsGHyZX1TKJqm3xI1n4Kwu { top:16.25rem;left:32.5625rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3Zpzhtp0B6VNxh1ieinsqSNyHMXZTwT { top:1.375rem;left:35.5rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zv2sQ7MRFwhXVtthRW5sbEk0PaGv1UtO { top:4.6875rem;left:17.4375rem;width:12.75rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKbt9bv0SXROTqsTxln4XOGZ8Jy2iuSe { top:3.8125rem;left:32.25rem;width:14.875rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2r2kQOfo49T3scas2i1E2Zb6kelQz0W { 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) { #KMgCBuBz2KgN0IrWT2TQvdIlOivJQESQ { 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) { #bvz4CEoNuzL7FfLovFxylovhv65Hv7MI { top:0.875rem;left:24.5rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tye7Tred7MPeK5AoVpIJO5kAbDp39Jhf { top:0.75rem;left:40.375rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuqZMkkzpXTFtAlUKRA0RBoGCSI8gOTo { top:3.25rem;left:41.5rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMvOamLyuH26O84BVBppn0BmOhvc1PRC { top:2.25rem;left:41.5rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqE2qxaPQBLIaTknDS77N0r9yZV0wgMb { 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) { #mnJyyWV28B2PVbsOhznO3DRfdfTgtzg5 { 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) { #KOCH1dxxziGJMqHpeLTK2TuPa19xKU1z { top:3.375rem;left:25.625rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQxUfnUiiN51olSlcN5skVRklZEFaUPr { 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) { #y7TvPEfIeZLgE4Cegn6hzowzzWrtg4n7 { 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) { #aPVhS3IGKf5rEnMTpm5Cz4OFAKMTbrZB { top:30.375rem;left:34.25rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJhNrHTHfZZ7dPEwmw7zW6gDLRwbHoXs { top:30.6875rem;left:20.4375rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0qa9Pn484BWOIIcafh6l28WaEn6rRkM { top:30.5625rem;left:36.375rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VH70wTKXTyGU4MTSwc6wGwkZMXr9XIJN { top:30.375rem;left:18.4375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdPbFhhIgFUCqDGq7MeAvl87kU6FMniy { top:24.9375rem;left:0.1875rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivHAo3aXHnErLXzz40JMLkiPTTEEyIh6 { display:block; }
 }@media only screen and (max-width: 763px) { #HLRbFTyfc5zqMr0LXBo1gNNLmp7nHxCM { 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) { #ipw8OhzSnSEETO7F18pi6byZP8BJnRRN { 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) { #XGL8URXtwcIhH1tHnQtpKLlByTq6hTrm { top:12.3125rem;left:0rem;width:20rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zk4UN7t1nmkTFlCle5vpUTcUWv8TvUXB { top:16.5625rem;left:1.09375rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKpEvXl1PJORXv1ELzhmbtWMdPTTA5fM { top:4.625rem;left:1.28125rem;width:13.3125rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #thTiJrPUv8LBx1EK0i3p9OBkTuom7btm { top:1.3125rem;left:2.4375rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzQ5Eg93gmHfgVmqzQZR8esLHAmlTbwp { top:31.3125rem;left:6.75rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcwiEAdmn7seRdbBHhPknMnkOBCBiCgT { top:31rem;left:4.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2tKFG0GWZvxp2IH3Jt4vnNkLoRFMyUS { top:1.375rem;left:9.75rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vhf7fheRXTpTDrADV1tLzZ2T2WTarfTW { top:0.3125rem;left:8.625rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZ6t3wCbCvi96kvXo8RBMZsfb18nhqxT { top:2.6875rem;left:9.75rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhlAtDpz9Fh2UALt7EOiUAwwka9O9Q48 { 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) { #E0STl6lSJ9VdD169Fk9zh8Ft8GNvhAAV { display:block; }#E0STl6lSJ9VdD169Fk9zh8Ft8GNvhAAV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HCGi3hxdvfbTSvwCtCqJZFhe5dCu5ytL { top:12.3125rem;left:11.75rem;width:20rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6Xqi9MTk50egvbCsldF8pVWgthUhpWE { top:16.5rem;left:16.6875rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVOQgrvlHWfvir0yLJTHNnh37SHzByNK { top:27.5625rem;left:16.0625rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKyyM3k1k0g8PpqzHb0BAHOSL0Rw0rze { display:block; }
 }@media only screen and (max-width: 763px) { #rvkzCQrO4Pim1paf3ErZoWEDzAaRxuBE { top:17.5rem;left:13rem;width:18.75rem;height:5.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOMO4VxXIGG5UNFo4uTWMO70WhMWsbrC { top:1.3125rem;left:19.4375rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXSP0vkn7RRDTOshhRHi4NnVe4zIoZ6r { top:27.5625rem;left:31.9375rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlHl5NilmH0xbW58u3gZDPSvF80zTz92 { display:block; }
 }@media only screen and (max-width: 763px) { #TwzUMZFKcNS0VCdGqiBNdKopTb0Pfqxc { 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) { #SWJ9X7H3PtHiZf89Mo3GdwIBI0PyzN2G { top:4.375rem;left:0rem;width:13.1875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEeBsn20x0UdpUKvVPvK4dqpqKLnfMdB { top:12.3125rem;left:27.625rem;width:20rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAfHIKXXFxbiH4Aq3p0XwcTfH2cayZ35 { top:16.25rem;left:32.5625rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwlgy3AuZiTIBOZBJn1lR8JTq33OVXpW { top:1.375rem;left:35.5rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvJ4XcTXXnARvhrxqmXZyOOMCgXzhOUg { top:27.25rem;left:0.1875rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9SJr5i4NCmlx8QrkBw6oV95x9VShsSI { display:block; }
 }@media only screen and (max-width: 763px) { #gtxDETzFJSpMMofeb8im4PySTS7Wq7Ih { 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) { #kLD1gFUWUnLPtLIiGuik3fsWpKILnhzo { top:17.5rem;left:0rem;width:17.4375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBeVF5TpOPL5kQSyg6fPnhAu1Vk2oO0X { top:16.5625rem;left:0.8125rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSgil2oAakCOgb6JtFKuR99NR2pziq10 { top:12.3125rem;left:0rem;width:20rem;height:0;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuKiQ0MaKyNFuz6v62gpBzJlPBAXEmJJ { top:1.6875rem;left:3.75rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlTGsIGhOlZSD0P5gZTRxMhc5c5H3c6V { 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) { #dTTVlWb8z4EC1pvR6X7zD2viof10BEz7 { 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) { #ZDHJXgHhaTLMm0xfW7VSkP8FQ8cQQqJq { 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) { #TzVL8a22mFi4A36QOonPXRPwOR7FJvmd { top:0.875rem;left:8.625rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqCT5Te8X87ByFoF5rrX3qoXOoP09WOX { top:3.375rem;left:9.75rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvxHhz5WpePxKTa3602xFgTQM5etsO1T { top:2.375rem;left:9.75rem;width:6.125rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU3whhVGZE1CC2asRSoNia4nvT9PKE25 { top:0.875rem;left:24.5rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIMTr7zroivUoc08xaHIZyceWHg4pW2H { top:3.375rem;left:25.625rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kETJJyOO1m4qDAbl35AXzowT9v1TDpLO { 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) { #obKZVoUZvSNZ3t8Ua8XgtX1fsskOtJiL { top:5.5rem;left:25.625rem;width:6.125rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpUefqNV9gkHFmbUwooeinH9GREIG62J { top:5.0625rem;left:33.375rem;width:12.625rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIttZfv10nGTbNghqfe3f6H83Dwl5ZCc { top:4.6875rem;left:15.875rem;width:13.1875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1eFzGpOflBwiLESzHXasoeyL4KDaNx8 { 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) { #tqZ0FzBaQL7HzcArzhHB1A6zicutQDoO { 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) { #SObzUd6sUZ8EvvvhztXOTthzeb6BBXoP { top:0.875rem;left:40.375rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQRt8DH7asacRDqAN3Pv387e1E9TrdtZ { 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) { #NEmaRtFs7zDkprggW6ydKkeSV3DPG3cC { top:3.25rem;left:41.5rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWqvMulBTWuLnU4iGwACF6VZaLqAs4hF { 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) { #Tvfx7JKsM0B5tODTm35geIsb6xGwIm2H { top:32.625rem;left:34.25rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ghi7SxGnGCR3Ob6VpgZWTIxTb3aLWspu { top:32.625rem;left:18.4375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #o68RqyVviuiBXhiiqXfVympTGy4wZLMS { top:32.8125rem;left:36.375rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKDVanToQP4whf3i7Szp4TTnWD5LIm1d { top:32.9375rem;left:20.4375rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zy17A2G8Z5qFFbAMX7Dnv3LzTwSTcWgk { top:32.625rem;left:2.5625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #On2cKKpbFv9Hi3TvtMkUHWvoafW4leru { top:32.9375rem;left:4.625rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #woqDGpICFuF2Ub2dCrQX09GIFt8FUtWH { display:block; }#woqDGpICFuF2Ub2dCrQX09GIFt8FUtWH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A3rv1SUnTTVa12qT5ePLaIUF4H2c8V0p { top:2.125rem;left:0rem;width:47.75rem;height:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0OX7GeruOhIXD13d0NyHJONpNdSctko { top:3.25rem;left:0rem;width:26.375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRl1WVB6HTZp9c6L3CIhQnLSn8wyQU2L { top:10.125rem;left:0.8135414123535rem;width:25.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3QxCoMUWU1mT8WTsleqZnPQLrKqyb8O { top:13.0625rem;left:9.75rem;width:17.5rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gN8v5KfdmxyKoz05Hzn5DN4UZ3zMfHLc { top:13.4375rem;left:6.9375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mD88zhqk1ZAp77ZuJTH2txMr8T1sz29y { top:17.3125rem;left:6.9375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuLxklUcCTKMNKWiUesHSDoZ5C6nwcR8 { top:17.625rem;left:9.75rem;width:17.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxuxGmTLiMKpAgs9m4DrN0Ng9KchgF5m { top:8.125rem;left:26.5625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6XybqaQRKT6KWCc3PFKBlu47yNQS7ma { top:8.125rem;left:29.125rem;width:17.5rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBPE3kKb4lfpHtsyIZ7pTKc1LQC07drB { top:9.875rem;left:26.5625rem;width:17.5rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEF3LlmhgSkZFDANDgc3DiSd6TOl7MQE { top:14.125rem;left:26.5625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CecxCxF5lnnptMZpPPz9mv5izhuGJJsD { top:14.5625rem;left:29.125rem;width:17.5rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jxo9BEyON8DCNzBh7ODRqdFUabPpVxsF { top:16.0625rem;left:26.5625rem;width:17.5rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV8UphTosU7dvB1JMrLdfapTlNCPXG4L { display:block; }#rV8UphTosU7dvB1JMrLdfapTlNCPXG4L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dfDhsvM4Ppa06nfGZsNcAZkoDAq9SRIN { top:2.875rem;left:6.875rem;width:29.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #biDTnRwmaEhGR3Alg9aePte1RNLxibRv { top:2.5rem;left:45.5rem;width:2.25rem;height:2.25rem;display:block; }
#biDTnRwmaEhGR3Alg9aePte1RNLxibRv > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #yK7BqBU6d3E7omxNtHosdzhhZxV09edy { top:2.5rem;left:45.5rem;width:2.25rem;height:2.25rem;display:block; }
#yK7BqBU6d3E7omxNtHosdzhhZxV09edy > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #DsLcGc6kbN7Wm0fBT0eSm2HmLCNWcnRf { top:2.5rem;left:0rem;width:11.6875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr { display:block; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh { display:block; }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e3HsQgT5bUaXuaSFXxOr1xr1xsqiZMto { width:8.9375rem;height:1.8125rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1R63ZZnqVOWOTlxaR77R68bfQdXZ7Tg { display:flex;top:1.625rem;left:10.625rem;width:1.625rem;height:1.625rem;z-index:15004; }
 }@media only screen and (max-width: 763px) { #Het46wLSIuEFnQqXTyXn3KW60XcEnngu { width:7.8125rem;height:1.1375rem;top:2.0562496185302rem;left:12.1875rem;font-size:0.8125rem;line-height:1.4;z-index:15003;color:#ffffff;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #GqkTf7PELwN7rZB6dIfX5C8GCe4oq9IE { background-color:#282830;background-image:url("https://images.assets-landingi.com/uc/c60d518d-1ee2-481c-a1b7-e3da7e1fec63/niezawodnawyprzedaztoyotakoninmobile.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#GqkTf7PELwN7rZB6dIfX5C8GCe4oq9IE.adaptive-delivery-prevent-bg, #GqkTf7PELwN7rZB6dIfX5C8GCe4oq9IE.lazyload, #GqkTf7PELwN7rZB6dIfX5C8GCe4oq9IE.lazyloading { background-image: none; }#GqkTf7PELwN7rZB6dIfX5C8GCe4oq9IE > .row .container { background-color: transparent; background-image: none; }#GqkTf7PELwN7rZB6dIfX5C8GCe4oq9IE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqkTf7PELwN7rZB6dIfX5C8GCe4oq9IE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqkTf7PELwN7rZB6dIfX5C8GCe4oq9IE > .row .container > .video-iframe-container { display: none; }#GqkTf7PELwN7rZB6dIfX5C8GCe4oq9IE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqkTf7PELwN7rZB6dIfX5C8GCe4oq9IE > .row > .video-iframe-container { display: none; }#GqkTf7PELwN7rZB6dIfX5C8GCe4oq9IE > .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); }#GqkTf7PELwN7rZB6dIfX5C8GCe4oq9IE > .row .container { width:20rem;height:30.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CBEbKuv4HoX3cJyMQtJ7luyulNISJOyi { width:20rem;height:4.125rem;top:3.0062503814698rem;left:0rem;font-size:1.875rem;line-height:1.1;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TIy2VgeTNcc18fWy30FzGypcO8Wx5QTg { top:22.9375rem;left:0rem;width:9.5rem;height:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhqpXe4D0HiGTFXzTnzEdsP2NTZ9n4NN { display:block; }
 }@media only screen and (max-width: 763px) { #Cf8uiJSJ0EWvsx19PwzkGo4AiFMeJwcl { display:block; }#Cf8uiJSJ0EWvsx19PwzkGo4AiFMeJwcl > .row .container { width:20rem;height:68.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 .widget-regular-label { display:block;width:16.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-input-text { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-textarea { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-input-select { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-input-button { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-checkbox-label { width:15.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EW49R55ihTVkfex105TPOKT36GrukML1  { width:16.6875rem;height:auto;top:9.1874990463256rem;left:0.40625rem; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .radio-container { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EW49R55ihTVkfex105TPOKT36GrukML1 {display:block;}#EW49R55ihTVkfex105TPOKT36GrukML1 { width:16.6875rem;height:auto;top:9.1874990463256rem;left:0.40625rem; }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #x40XJ2JudzDloLhQlrOdsTbGKkFmxnQf {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #HJIhrbAfeUz9AMqgUIJwHaliwzyW8O1E { display:none; }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #PAZp7szAlH4qIMSLNT48KfELEC67FHMz {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #bRA2ydzBritGXeapdFn9O3DdRDukVAxt {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #f57Z6Ti0B5HgIrcARKS9yxwdyhTpRg3k { display:none; }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #uTy8rcD7bOOl794auJmFgdJeG2B2HoLG {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #tXPnIEdJWEqr0S6OZr3Dd2PVBXGrsw9u {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #SSQnmVC59hxKSXzyTneqSSQDSPWPZwgy { display:none; }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #lzgmTyVFvTasHuTLm2KTv7V5s4a6TmPL {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #vxBoet6x4qczTOSUJAIdSZnm2WTlUoDn {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #HpNuhnFCuZlsfgW3eKg6CxwXhsOl6ngO { display:none; }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #z6WZ4K5OP5AfQm2IOJ1RuD7Ek0XqlDnM {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #Qccw0LMoWMvsyGGoQzzoZyCJhU5HziDc {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #aetJhWkyzLdhoI7TaMpaGIeILduonQcW { z-index:2; }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #L5ZaI7IRT9twdpc58FSJ4lnkh3sE5AsP {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #z4LyhCUyaBOTqD6vwgtpoUJDsrbozF4f {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #cf5yyTNLELRpNfApXNBt26iI30oXdeSR { z-index:2; }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #h5xTaZgGGfC22C5PPKt8IqHddT9ubea5 {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #R0X9SaBZ8fRxMlVVNpAVTTVTGbVLZnuI {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #SxM1h6OJrGhsvfZkMf2ZM6cxewUrdZTg { z-index:2; }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #Hx6S1IcDm9ebTwuHcZTgStasrtvC80QG {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #zK0D2LiWmxXVXUmeCN5ieUTfklf6MHoO {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #kDsfpsohIPWxrJpuLt3HhR3SwALFJ9RC {  }
 }@media only screen and (max-width: 763px) { #A0aE1zo4wQgxWlczviLHe8qlPSUfgKUy { width:20rem;height:3.89893125rem;top:61.262502670288rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id9w5eKfTgJvebt39mVB06T8LXVLtUku { width:20rem;height:4.98535rem;top:1.7250003814698rem;left:0rem;font-size:1.1875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cPaCprFTnKmxeRZ0FpaAKk89JRPWTXTQ { display:block; }#cPaCprFTnKmxeRZ0FpaAKk89JRPWTXTQ > .row .container { width:20rem;height:18.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KWWTZIkJIeOtmJ42MxN3MVEyaafVMNHS { width:20rem;height:1.875rem;top:11.99951171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LGT3NyMNGdttOe9R6zFqe0ST5vdp6gWF { width:20rem;height:4.875rem;top:2.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ha9o2AChPpZQ7OTEk05e9cLW2rJxn49o { width:15.9375rem;height:9.1rem;top:8.4364585876462rem;left:2.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBQ2Rbzr65Uskap8kN8wqU14fJW5J874 { display:block; }#iBQ2Rbzr65Uskap8kN8wqU14fJW5J874 > .row .container { width:20rem;height:124rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uSFpX17Qef9bAtPpzbNFPLlmQaDEkSu0 { width:13.3125rem;height:7.75rem;top:10rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyGINymBEv780LinbBbbTr3i8TJbXVF9 { 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) { #fhTa3my6SX0GirKsfRUqeBMEDD24yNUf { width:13.6875rem;height:0.1875rem;top:16.5rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TyUt5fX4xuZygu3fy34lGVwSy0DVoARM { 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) { #nv1SFvNQk0Hd33k8ENndKOecSvPVQKQh { top:28.625rem;left:2.3125rem;width:15.375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdlH0IhX23KWesic6vBdR3VQAGyaXyns { display:block; }
 }@media only screen and (max-width: 763px) { #n008E8S4bvfPA9TFg1sNf0DN9sgD4Myk { 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) { #ZkmdOUDmFsTHCCl5aIOU3DsFQpWitf8B { width:10.1875rem;height:14.125rem;top:3.5625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NV5c9gIHHTZxdpKCWNhwgQFK3eJerN03 { top:67.0625rem;left:2.25rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ep7lJ7O8XoSJ55snfQ74pdf3Vb4NysV8 { display:block; }
 }@media only screen and (max-width: 763px) { #tmfZNZPizLsvqETdhhdABilgqLMUwDl3 { 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) { #slCJCOgZFrXSUAlD6ZtZrT1gNv4msxRt { 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) { #Dw8ZbizLrqxdTfSU4ftbbMpdcfaZDHbP { width:20rem;height:3.7375rem;top:56.3125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kw6sLRzm19aeo3Woh1zeFr4u8XXa0bcu { width:13.6875rem;height:0.1875rem;top:16.25rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cM7BaqqUubVOnP51rOnuMVuXEK29CT2T { top:107.6875rem;left:2.25rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3vQ8DfuTUzkKW4bQ56kuBwNTEW9mZT3 { display:block; }
 }@media only screen and (max-width: 763px) { #TtXbAKseETK243O0Ae2LqRLHNwOSczo9 { 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) { #vD3z6Q7yp5DBU9pTnCguVmbyNOlbTnA5 { 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) { #fD1IZIFZ2x8Mwf4BU98SBzOaIiruXtBR { width:13.75rem;height:7.875rem;top:88.5625rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEXyFKPs4CZ0tFALx3BanDbvxaG54fqE { width:20rem;height:3.7375rem;top:97rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xx3cgZpAQAlInP6Kq8VMGQoZyJe2W2mB { width:13.6875rem;height:0.1875rem;top:16.25rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MmpL1hTtWMybBoGs6IMGBhvMZ6dOl113 { width:11rem;height:10.6875rem;top:45rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDKZdNMQP1VRb6uT3GtQWoMk1ILB8fSU { width:11rem;height:10.6875rem;top:85.6875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwh7gGtZPIu24XS8zuRK5Ol0r418fVEH { width:13.3125rem;height:7.75rem;top:48rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggWqRKWX9DEJeiqKOuUGAR1WuqNICCDH { width:6.75rem;height:6.75rem;top:45rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHTicgzV3LQlLuWdag0PFVM5OdImx8XQ { width:7.25rem;height:7.25rem;top:84.3125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATZNKFlZehKE0LyLkahmOLiscoisHIXn { width:7.25rem;height:7.25rem;top:4.375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgQi2MUIvfTffrPIlFtM85fBfglRtlWW { display:flex;width:2rem;height:2rem;top:112.3125rem;left:4.625rem; }
 }@media only screen and (max-width: 763px) { #KflphZWPtWAfgV1PlRVuKamEIGBQqTiC { width:8.75rem;height:1.3rem;top:34.1875rem;left:6.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #N8Xg7QrSNM2WeiKcyTlf5g5XPDSXQTit { display:flex;width:2rem;height:2rem;top:72rem;left:4.875rem; }
 }@media only screen and (max-width: 763px) { #Tkl1adWQ1bBaWvaGXkTVgT3kWfCGnJre { width:8.75rem;height:1.3rem;top:72.3125rem;left:6.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oWVUaq0CqtJZeJSrFiscTLZxAJ4yPT6v { width:8.75rem;height:1.3rem;top:112.6875rem;left:6.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #peUGeqpEc1hG9ZTqSPraU8Z0zSbSLGFP { display:flex;width:2rem;height:2rem;top:33.8125rem;left:4.625rem; }
 }@media only screen and (max-width: 763px) { #ZxX11s1P73aeMStEAEmJ4qXewVvloCRD { width:6.125rem;height:1.21875rem;top:46.34375rem;left:12.46875rem;font-size:0.9375rem;z-index:15081;display:block; }
 }@media only screen and (max-width: 763px) { #iks2W0U71mlvN10TLF1flTfEMrxChgN3 { width:6.125rem;height:1.21875rem;top:85.931249618531rem;left:10.75rem;font-size:0.9375rem;z-index:15081;display:block; }
 }@media only screen and (max-width: 763px) { #MCLR4kyCK8BZQrhktk9UOQ3cOOnE0a01 { width:6.125rem;height:1.21875rem;top:5.828125rem;left:10.875rem;font-size:0.9375rem;z-index:15081;display:block; }
 }@media only screen and (max-width: 763px) { #lzcZk67KWzOKuQ8TKOWXpDcagVEOTc29 { width:6.125rem;height:2.03125rem;top:6.984375rem;left:11.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKR8FXeHriJzvtODr6Kmv4M10r9HElCG { width:6.125rem;height:2.03125rem;top:47.359375rem;left:12.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5TJF2PdbpeQ60eLVGTVWbWM9EMPR3GE { width:6.125rem;height:2.03125rem;top:86.921875rem;left:10.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifoTTaKui8czFQVw5Pf1g8hQwQ8aibml { width:6.125rem;height:1.05625rem;top:89.125rem;left:10.875rem;font-size:0.8125rem;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #AyQILQZkL8dLogPoqTiKE8fruht0FyDD { width:6.125rem;height:1.05625rem;top:49.390625rem;left:12.78125rem;font-size:0.8125rem;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #oR0yxPlzQSikL5HqZxn7O6gI4ebuUaEr { width:6.125rem;height:1.05625rem;top:9.00625038147rem;left:10.875rem;font-size:0.8125rem;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #t7kXmwGoPVsyT7ykNe0HHqXUemuD4tMl { display:block; }#t7kXmwGoPVsyT7ykNe0HHqXUemuD4tMl > .row .container { width:20rem;height:123.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hET6srU6Tu2U5N8sBpWIgJf7nXltvq8N { 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) { #DZMdgagFiOZhK0dL8TLp4SIUpZL9UoKT { width:13.6875rem;height:0.1875rem;top:16.5rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vEpAPCt3dSHlhBs1XCQT7wOCWiovfftL { width:14.9375rem;height:2.275rem;top:25.16250038147rem;left:2.53125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t8mTl0WkWrMfzQ48eWty3zvgBwy0Bbyr { top:27.375rem;left:2.5625rem;width:14.125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnXzMlB6BRtktHivi8VaHtaA7b3C3KoI { display:block; }
 }@media only screen and (max-width: 763px) { #xuL0fudTf6gtba7tRTTSQE4oGedD6mTz { width:14.625rem;height:3.7375rem;top:21.75rem;left:2.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAAIdo9kFVliN3WQh6ddUt7EKvyOF0hL { width:10.1875rem;height:14.125rem;top:3.0625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DM3kfOMsEL8KyHo0vHWtqQmJQTUeyvPT { width:14.9375rem;height:3.4125rem;top:61.8125rem;left:2.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yds1MTVvwTUA4UVJiW4fxsIirGszgNwq { width:14.625rem;height:3.7375rem;top:59.125rem;left:2.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e84tTLaaKBJUlfNOISxoFTr5XuufSTTz { width:13.6875rem;height:0.1875rem;top:16.5625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LGp9cMM2HEIQfIGeEGfXIMvOMXZe3rAu { width:11.8125rem;height:6.875rem;top:47.1875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QROtTRNqxQ1Re248wRmvwRP5UuAwgDPH { width:20rem;height:3.7375rem;top:54.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftxH2IyMblgmpAkrkrCgOylrnOmGgThQ { width:11rem;height:10.6875rem;top:43.3125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OATXgVT5SlvJLnx2tT1LkyeQFnqmibRt { top:65.3125rem;left:2.25rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hW2zzMkBsGLAonmd3RxZAnLHK0e6gTJZ { display:block; }
 }@media only screen and (max-width: 763px) { #bVklSXrHx91lO4owF1WbpbHKQGpqpzJO { width:13.25rem;height:6.8125rem;top:10.5rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlrtT6zz4QS2RIedpTrATCy6iThvPn6E { width:7.25rem;height:7.25rem;top:3.875rem;left:11.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyDPNRExRh3BH6z0paFWooiMFvrtiUtD { width:7.25rem;height:7.25rem;top:41.984375rem;left:10.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVcclNz5ADFbEorp8av0VlLTO9z05Svs { width:6.125rem;height:1.05625rem;top:82.625rem;left:11.8125rem;font-size:0.8125rem;z-index:15122;display:block; }
 }@media only screen and (max-width: 763px) { #SBVEb380EvdB8mWJDGdArRm9ksdgiStD { width:6.125rem;height:1.05625rem;top:43.3125rem;left:11rem;font-size:0.8125rem;z-index:15080;display:block; }
 }@media only screen and (max-width: 763px) { #kBlhMJ5cJvwq3K49EKPvVrgvkSnqQv5m { width:6.125rem;height:1.05625rem;top:5.6875rem;left:12.28125rem;font-size:0.8125rem;z-index:15081;display:block; }
 }@media only screen and (max-width: 763px) { #dqXSzUQ16WzvQm5oxBSPTsDt01oLJCkR { display:flex;width:2rem;height:2rem;top:32.25rem;left:4.625rem; }
 }@media only screen and (max-width: 763px) { #UoU8rHmG4ctPDyJtZxVbGNVtncgKdT4s { width:8.75rem;height:1.3rem;top:70.6875rem;left:6.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #twuWH2y1gCsElIJrlWt7LFWqt9zf3zn0 { width:8.75rem;height:1.3rem;top:111rem;left:6.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wHBGSzTNC7M7fBIH3ftzc6dUNxBGsIAo { display:flex;width:2rem;height:2rem;top:70.3125rem;left:4.5rem; }
 }@media only screen and (max-width: 763px) { #MFzIo0Gq0iIh0TiEsfsgsT589DD1SyBf { width:6.125rem;height:2.03125rem;top:44.59375rem;left:10.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #seEstoNTlWvW9RleTXISZVh0U6AQeqRf { width:6.125rem;height:1.05625rem;top:8.515625rem;left:12.21875rem;font-size:0.8125rem;z-index:15121;display:block; }
 }@media only screen and (max-width: 763px) { #pbs71mc76xVpzePV2B1G3DfgJKxdOKJZ { width:6.125rem;height:2.03125rem;top:6.484375rem;left:12.40625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kshU2Wti8zyVTa9XAgsZ346kSVsf2kOm { width:6.125rem;height:1.05625rem;top:85.8125rem;left:12.0625rem;font-size:0.8125rem;z-index:15119;display:block; }
 }@media only screen and (max-width: 763px) { #AJ9PFHQHDAfWzryFUGBTXMnaZaQHdrfT { top:105.5625rem;left:1.875rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zN55vktgb2VuB52tGhxaas75dFmtcZRE { display:block; }
 }@media only screen and (max-width: 763px) { #uERK02pHywmpwTFsp5tQPJyxULaLWKbb { width:8.75rem;height:1.3rem;top:32.60000038147rem;left:7rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p9FAqgbXL6SPOsSWsJuhHDATy71yLpad { 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) { #ovbCBikMsEJe5UUThNKzfFApf5cr2ILF { 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) { #QqwVKq0o8yAhOGm4TliSvwD895pZVOdA { width:13.6875rem;height:0.1875rem;top:16.375rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hqEqkBJ9qNzKZxTxiLXuo79EysDdgcil { 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) { #VEC2s7ebKOOGCJTzXPudIQrD9sJxVu2d { display:flex;width:2rem;height:2rem;top:24.775001525879rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bge9MRpOiF45xhys5MAx52eWyB7Wq57s { 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) { #JoEiA06ZEbP3ce7ol1ZkhA81o56hxOFA { width:10.1875rem;height:14.125rem;top:1.8125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #clVCWrxBJrSKtBbIBTBX8SaICltPZg62 { width:13.0625rem;height:7.5625rem;top:85.8125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCTh2qBUJgsS0WWwUJHNKl4T7PZSynC8 { width:7.25rem;height:7.25rem;top:81rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZiZ6gp3ltEGJXE8M7xQfDRoX4IKPwFy { width:6.125rem;height:1.05625rem;top:46.875rem;left:10.75rem;font-size:0.8125rem;z-index:15120;display:block; }
 }@media only screen and (max-width: 763px) { #qBtbKJOcTT5E9RZ0kWfxTfN1dG3MlKhq { width:6.125rem;height:2.03125rem;top:83.625rem;left:11.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTVzVVV2Dufyw6IkoWxl3rRTEbfrnrfK { display:block; }#CTVzVVV2Dufyw6IkoWxl3rRTEbfrnrfK > .row .container { width:20rem;height:121.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U77AS7p1p52ZiJsuwEOw5I057Ab18BsI { width:17.6875rem;height:3.7375rem;top:17.187494277954rem;left:1.15625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTt4eU5WVPtkHA8L7wx3LeevPo074MQ4 { width:13.6875rem;height:0.1875rem;top:16.5rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VK1sFCzNUqMwtTfspOkHILBZPpGcQ3Gc { width:14.9375rem;height:3.4125rem;top:24.875rem;left:2.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Wtko8dy8ZHKWOMs7nTc7hkxnAUO0kkEH { width:14.625rem;height:3.7375rem;top:21.925001144409rem;left:2.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzG8fTlN1ylztc1ViiOFdgNZwpuXQ5xx { width:10.1875rem;height:14.125rem;top:1.8125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPfK9FOh9iiKuksRbSqZzhECZyrfGWLF { top:66.25rem;left:2.25rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMwNa7n3ZQ856zWrVDufzmrCJJlpP0Zc { display:block; }
 }@media only screen and (max-width: 763px) { #Rs0XOOGuincITWv5RSI0edfl6St1LbUd { width:14.9375rem;height:3.4125rem;top:62.8125rem;left:2.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NZAnlErqe5x2EzyViv6dLCviuTfCkyDS { width:14.625rem;height:3.7375rem;top:59.625rem;left:2.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELmUG684oRQJTM9byvTB5IBBBZ6eaAQf { width:11.8125rem;height:6.875rem;top:47.6875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEM1SWrsqvbyTm11zR0BPb09vdTQwkee { width:20rem;height:3.7375rem;top:55.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZPnwsI6ilkp6pLMgx8GkTQJ38iOT8tO { width:13.6875rem;height:0.1875rem;top:16.25rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BQs6IuAWJiBTrZd8NZbkmmuAFsTbn8AJ { top:104.625rem;left:2.25rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8ECQ3dt3SVI9D2qT0zKJMKPicT4ZRHA { display:block; }
 }@media only screen and (max-width: 763px) { #sSIbSMXsQqrPZEdQxHViHoUqVqRbLpiO { width:14.9375rem;height:3.4125rem;top:101.1875rem;left:2.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O504sTxfgXFb8Rt4DU0F2zk0J4f4k9Ea { width:14.625rem;height:3.7375rem;top:98.4375rem;left:2.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvgIdTgxk5xJAOIfitT0gefrAEZB6h72 { width:13.3125rem;height:7.75rem;top:86.25rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTtEcnEx4e49Nby6WRcCNXpQxvLyy4I2 { width:20rem;height:3.7375rem;top:94rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTKwCfOtLqThUTVgfEDAiai8xB9tCplt { width:13.6875rem;height:0.1875rem;top:16.25rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LFpUI50f0dI3fdONBb9GGw6SF0BR1iyX { width:11rem;height:10.6875rem;top:44.125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCrEo6okylCfrrR6s3bTPJ78ZlV3NAGL { width:11rem;height:10.6875rem;top:83.1875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sv77y0vpmdIf7mn1tcPGnBphWzoMw2NL { top:28.287498474121rem;left:2.25rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Der6sbm4bhuCs4TPOiqbWCTd7aypOeCp { display:block; }
 }@media only screen and (max-width: 763px) { #qFINws5TiqHvpub2tLzdIeQT7mgLE8ni { width:13.3125rem;height:7.75rem;top:9.1562385559081rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoDzzXRd8JoICAN4sH407JUqkstCu5ZI { width:7.25rem;height:7.25rem;top:81.375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXrzChZshEUmG3XlrrTqPVRRFIX8ZXMv { width:7.25rem;height:7.25rem;top:42.5625rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #toww3ArznJgQ8TKk8P1ExMLPnpZ6TSzb { width:7.25rem;height:7.25rem;top:2.9375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0NIXU46yLQnXI4teyMUO4Ko5IGNw8eL { width:6.125rem;height:1.05625rem;top:83.1875rem;left:10.875rem;font-size:0.8125rem;z-index:15103;display:block; }
 }@media only screen and (max-width: 763px) { #PimNy5EMTmCFDVX6m1ZxIr99T76UVpAZ { width:6.125rem;height:1.05625rem;top:44.125rem;left:12.25rem;font-size:0.8125rem;z-index:15104;display:block; }
 }@media only screen and (max-width: 763px) { #V3Thifk8b4ed7QeSgNgZuUxMJaLvG1Ul { width:6.125rem;height:1.05625rem;top:4.3687496185303rem;left:11.25rem;font-size:0.8125rem;z-index:15105;display:block; }
 }@media only screen and (max-width: 763px) { #cRfXE38EqJETa6GWP6uDWJ2sga7tD3Gf { display:flex;width:2rem;height:2rem;top:109.625rem;left:4.4375rem; }
 }@media only screen and (max-width: 763px) { #CX5A6TgIJaLxVlqgLrPmM2spsMgUB85I { width:8.75rem;height:1.3rem;top:33.375rem;left:6.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f8JEQZ9IcHdRvgoveHMvi9PqsHXC8g8R { display:flex;width:2rem;height:2rem;top:71.1875rem;left:4.6875rem; }
 }@media only screen and (max-width: 763px) { #UWTvooLUWKfdSUHKakzaaGlDfEBPlXDo { width:8.75rem;height:1.3rem;top:71.5625rem;left:6.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XKLxGwpylbolqBQgT75VAP8Z2z2VDUaP { width:8.75rem;height:1.3rem;top:110rem;left:6.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KNpfDozTFTd7g0OMA5Nuoie2EfkD5haX { display:flex;width:2rem;height:2rem;top:33rem;left:4.625rem; }
 }@media only screen and (max-width: 763px) { #rtDvEDUNKkDafzJP96aV7mf1cVRE1GaL { width:6.125rem;height:2.03125rem;top:45.171875rem;left:12.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxUx4TeLRWpIwdCKEOTRrT5wR7Rye6Lv { width:6.125rem;height:1.05625rem;top:47.6875rem;left:12.25rem;font-size:0.8125rem;z-index:15121;display:block; }
 }@media only screen and (max-width: 763px) { #JPDrys9xZBBTkHDuQvNfZZ3QUiIC001G { width:6.125rem;height:2.03125rem;top:5.546875rem;left:11.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0bPlXcoFCvW37TIrmGdaL25tCKTPHXw { width:6.125rem;height:2.03125rem;top:84.28125rem;left:11.125rem;font-size:1.5625rem;z-index:15122;display:block; }
 }@media only screen and (max-width: 763px) { #SdiaiskmgcNKH23NM4mCEoHD3DO96pEk { width:6.125rem;height:1.05625rem;top:86.25rem;left:11.125rem;font-size:0.8125rem;z-index:15123;display:block; }
 }@media only screen and (max-width: 763px) { #P7vNZzneUBGP901h7PhcqiuKTkfyTrIz { width:6.125rem;height:1.05625rem;top:7.578125rem;left:11.125rem;font-size:0.8125rem;z-index:15120;display:block; }
 }@media only screen and (max-width: 763px) { #BWP1ug5VlH4SweAbsvNbSLMAoxT2SXQc { display:block; }#BWP1ug5VlH4SweAbsvNbSLMAoxT2SXQc > .row .container { width:20rem;height:121.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s38XOcNPRBBVO8Xd16UvTJQBbXn9u02h { top:29.75rem;left:1.875rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdApG6O7EI01Wv8goAmgITJbnT9vpsmW { display:block; }
 }@media only screen and (max-width: 763px) { #q15ccbhc0eQhbdTBARiU4MUs17sefOso { width:14.9375rem;height:3.4125rem;top:100.55000019074rem;left:2.53125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i4ogD5ps9ZXTrNxlZmkar53PRN330QiS { width:14.625rem;height:3.7375rem;top:97.5625rem;left:2.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbfVynvK0KoUvJISWJgs51TXbUkB8k93 { width:20rem;height:3.7375rem;top:93.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3dKQubUJIq2XRfoDzKT6AJOLAsQ9TLz { width:13.6875rem;height:0.1875rem;top:16.25rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KuKVVkcNUVlN4E8bLF2OQZh6lDPhsPB7 { width:11rem;height:10.6875rem;top:82.5rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUyXC9XJa6v63Cl28eRoScmNd2I6a6zJ { width:7.25rem;height:7.25rem;top:80.625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryCQcZAKL3onAzBWEKTpO0aFqvvTq0Xn { width:12.9375rem;height:7.5rem;top:85.8125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnwP2KgEARbxFfZbggeEO4axduFRMxSV { width:6.125rem;height:1.05625rem;top:82.125rem;left:11.125rem;font-size:0.8125rem;z-index:15100;display:block; }
 }@media only screen and (max-width: 763px) { #hhVnQQwdsRpudpmC1bud3eJVypwxVaWo { width:6.125rem;height:1.05625rem;top:5.0124998092651rem;left:10.875rem;font-size:0.8125rem;z-index:15129;display:block; }
 }@media only screen and (max-width: 763px) { #vWh1PR003wqc6cbJI4gBWFEMKRfff4ku { display:flex;width:2rem;height:2rem;top:70.875rem;left:4.875rem; }
 }@media only screen and (max-width: 763px) { #NyTt9d6btgPlM1wMxGNGqAxbSB9Zy5Xq { 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) { #WLngrgPcnfRO6Qkrk6GRrsGVtsGGwgy1 { width:6.125rem;height:2.03125rem;top:83.234375rem;left:11.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1enFK8QBJnL0JMTRoFQs9FyPashKPhC { top:65.875rem;left:1.875rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsGs1HQrC56u0E4NJ1x3MNoEHCbMQT1L { display:block; }
 }@media only screen and (max-width: 763px) { #hg16BCwF0lrddgrLHdQir8dEn5TWlrEv { width:8.75rem;height:1.3rem;top:71.225000381469rem;left:6.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XQehly5I241Q5kKCBdCS1ZMdexf4GxiF { width:14.625rem;height:7.475rem;top:61.77499961853rem;left:2.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRVSLGNKTPNaGpTnt6WoR4HoXubJ2AvT { width:13.6875rem;height:0.1875rem;top:16.75rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q8TWlniIvHSBEB1vFPkE4Dc4SP2k5Gou { width:20rem;height:3.7375rem;top:57.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSGW6wP2FBytk5Td8ptd9oy0BxJQAhqr { width:12.3125rem;height:11.9375rem;top:45rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxHTNrzU18sz9USeqi1deeXJorUOn2kT { width:12.1875rem;height:7.0625rem;top:50.8125rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDorWBC22vRCa8TB9qdTRkrveui7O7FX { width:8.75rem;height:1.3rem;top:108.6875rem;left:6.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Gx3OTlPq88QkOHmD6tAHzHiTmMH7ANJ6 { top:103.96249961853rem;left:2.25rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuRUruswiud0Ob92EqXfRRkky3qTlwce { display:block; }
 }@media only screen and (max-width: 763px) { #QMSGRmtXRSGKMF5S05dNV6n1LoCtekTc { width:19.25rem;height:3.4125rem;top:25.33749961853rem;left:0.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m478i66SS9EkJaa9EZ6Zyo2BPinXqsxs { 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) { #a1o4Zxp0sMuvUTTkI3fLprr4K4BLSKs8 { width:13.6875rem;height:0.1875rem;top:16.75rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #G5kTica5hnXRMaPZqC0eSuaUX3zMIyk5 { width:20rem;height:3.7375rem;top:16.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zneOraDLRgQS5PudnldTGgdBvQkRlmP2 { width:11rem;height:10.6875rem;top:5.0124998092651rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTTtsEidsSQmwtwHIxuOTzpZ8lXTsr8e { width:13.6875rem;height:7.875rem;top:8.8125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8O5mQIKeADUxT3sQUol03rTrUweEvOB { width:7.25rem;height:7.25rem;top:3.625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOfvi501KsIt4lT9RJH7f3UFXZKl3EUK { width:6.125rem;height:1.05625rem;top:85.8125rem;left:11.3125rem;font-size:0.8125rem;z-index:15130;display:block; }
 }@media only screen and (max-width: 763px) { #TGwqziVgWWh6Qx7kvbInuSwTgT2aF3ku { width:6.125rem;height:2.03125rem;top:6.0687503814697rem;left:10.71875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbvpQLLdzVkiSlAnT3z5HmGLXdSsOsCv { display:flex;width:2rem;height:2rem;top:108.33749961853rem;left:4.125rem; }
 }@media only screen and (max-width: 763px) { #e6qL9gT1OrgO3PIlXrVy103KMWNxbbSo { display:flex;width:2rem;height:2rem;top:34.27499961853rem;left:4.5rem; }
 }@media only screen and (max-width: 763px) { #vzgW7KzJsIviqVZOTlCTRGeW5Tb533VH { width:6.125rem;height:1.05625rem;top:8.5625rem;left:10.8125rem;font-size:0.8125rem;z-index:15131;display:block; }
 }@media only screen and (max-width: 763px) { #ig6BOLDfx1EXfLzh43u4wp0g3NoAm24Q { display:block; }#ig6BOLDfx1EXfLzh43u4wp0g3NoAm24Q > .row .container { width:20rem;height:128.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L6mc6rtDHhAWVUyS0pRLrJZwIPsz2JIL { 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) { #B5PLQrezEDeRA9rPk8Q8yQkEi4sIEZpU { width:13.6875rem;height:0.1875rem;top:16.5rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ogEPo971vcTlFVlrKT2SpUgnB9i5IVt1 { top:26.875rem;left:2.40625rem;width:15.1875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gosIo8K06KO3ssJILflnkkNTIzEk83De { display:block; }
 }@media only screen and (max-width: 763px) { #TtkwBxiBJ8uPhB93DSCFTfhInpRZr7vb { 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) { #DD0E3wTJLPxFsx7XeKeuvQU3KA8b6CAH { width:10.1875rem;height:14.125rem;top:3.0625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFD1aF1PzfL0wvL6ogJ8tSfirOTIowcE { top:63.125rem;left:2.25rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUINtp6fT1uxNg7DKq5S6FknQBJgTCb4 { display:block; }
 }@media only screen and (max-width: 763px) { #RWeBpzxbCbIyfTPDEFLCB94TVEyrq6fr { 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) { #Ti0MdaK4vHAqyZMUOILhUKbxzVGAf4If { width:20rem;height:3.7375rem;top:52.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkJKhCTzybvsGHyZX1TKJqm3xI1n4Kwu { width:13.6875rem;height:0.1875rem;top:16.25rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #w3Zpzhtp0B6VNxh1ieinsqSNyHMXZTwT { width:11rem;height:10.6875rem;top:41.4375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zv2sQ7MRFwhXVtthRW5sbEk0PaGv1UtO { width:13.3125rem;height:7.75rem;top:9.5rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKbt9bv0SXROTqsTxln4XOGZ8Jy2iuSe { width:13.1875rem;height:7.6875rem;top:44.5rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2r2kQOfo49T3scas2i1E2Zb6kelQz0W { 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) { #KMgCBuBz2KgN0IrWT2TQvdIlOivJQESQ { 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) { #bvz4CEoNuzL7FfLovFxylovhv65Hv7MI { width:7.25rem;height:7.25rem;top:40.75rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tye7Tred7MPeK5AoVpIJO5kAbDp39Jhf { width:7.25rem;height:7.25rem;top:4.921875rem;left:10.5625rem;z-index:15113;display:block; }
 }@media only screen and (max-width: 763px) { #tuqZMkkzpXTFtAlUKRA0RBoGCSI8gOTo { 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) { #OMvOamLyuH26O84BVBppn0BmOhvc1PRC { width:6.125rem;height:1.21875rem;top:6.375rem;left:11rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqE2qxaPQBLIaTknDS77N0r9yZV0wgMb { 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) { #mnJyyWV28B2PVbsOhznO3DRfdfTgtzg5 { width:6.125rem;height:1.21875rem;top:42.203125rem;left:11rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOCH1dxxziGJMqHpeLTK2TuPa19xKU1z { 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) { #dQxUfnUiiN51olSlcN5skVRklZEFaUPr { width:6.125rem;height:0.975rem;top:45.390625rem;left:11rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7TvPEfIeZLgE4Cegn6hzowzzWrtg4n7 { 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) { #aPVhS3IGKf5rEnMTpm5Cz4OFAKMTbrZB { display:flex;width:2rem;height:2rem;top:113.5625rem;left:4.875rem; }
 }@media only screen and (max-width: 763px) { #EJhNrHTHfZZ7dPEwmw7zW6gDLRwbHoXs { width:8.75rem;height:1.3rem;top:68.212499618531rem;left:6.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O0qa9Pn484BWOIIcafh6l28WaEn6rRkM { width:8.75rem;height:1.3rem;top:113.875rem;left:7.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VH70wTKXTyGU4MTSwc6wGwkZMXr9XIJN { display:flex;width:2rem;height:2rem;top:67.862500190738rem;left:4.875rem; }
 }@media only screen and (max-width: 763px) { #tdPbFhhIgFUCqDGq7MeAvl87kU6FMniy { top:106.68124961853rem;left:2.25rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivHAo3aXHnErLXzz40JMLkiPTTEEyIh6 { display:block; }
 }@media only screen and (max-width: 763px) { #HLRbFTyfc5zqMr0LXBo1gNNLmp7nHxCM { width:14.9375rem;height:3.4125rem;top:103.26875019074rem;left:2.53125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ipw8OhzSnSEETO7F18pi6byZP8BJnRRN { width:14.625rem;height:1.86875rem;top:100.02499961853rem;left:2.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGL8URXtwcIhH1tHnQtpKLlByTq6hTrm { width:20rem;height:3.7375rem;top:95.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zk4UN7t1nmkTFlCle5vpUTcUWv8TvUXB { width:13.6875rem;height:0.1875rem;top:16.5625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eKpEvXl1PJORXv1ELzhmbtWMdPTTA5fM { width:13.3125rem;height:7.75rem;top:86.5625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #thTiJrPUv8LBx1EK0i3p9OBkTuom7btm { width:11rem;height:10.6875rem;top:83.5625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzQ5Eg93gmHfgVmqzQZR8esLHAmlTbwp { width:8.75rem;height:1.3rem;top:31.66250038147rem;left:8.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gcwiEAdmn7seRdbBHhPknMnkOBCBiCgT { display:flex;width:2rem;height:2rem;top:31.3125rem;left:5.625rem; }
 }@media only screen and (max-width: 763px) { #u2tKFG0GWZvxp2IH3Jt4vnNkLoRFMyUS { width:6.125rem;height:1.05625rem;top:83.5625rem;left:13.3125rem;font-size:0.8125rem;z-index:15130;display:block; }
 }@media only screen and (max-width: 763px) { #Vhf7fheRXTpTDrADV1tLzZ2T2WTarfTW { width:7.25rem;height:7.25rem;top:81.671875rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZ6t3wCbCvi96kvXo8RBMZsfb18nhqxT { width:6.125rem;height:2.03125rem;top:84.59375rem;left:13.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhlAtDpz9Fh2UALt7EOiUAwwka9O9Q48 { width:6.125rem;height:1.05625rem;top:86.5625rem;left:13.0625rem;font-size:0.8125rem;z-index:15129;display:block; }
 }@media only screen and (max-width: 763px) { #E0STl6lSJ9VdD169Fk9zh8Ft8GNvhAAV { display:block; }#E0STl6lSJ9VdD169Fk9zh8Ft8GNvhAAV > .row .container { width:20rem;height:128.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HCGi3hxdvfbTSvwCtCqJZFhe5dCu5ytL { 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) { #O6Xqi9MTk50egvbCsldF8pVWgthUhpWE { width:13.6875rem;height:0.1875rem;top:16.5rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RVOQgrvlHWfvir0yLJTHNnh37SHzByNK { top:71.6875rem;left:2.4375rem;width:15.1875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKyyM3k1k0g8PpqzHb0BAHOSL0Rw0rze { display:block; }
 }@media only screen and (max-width: 763px) { #rvkzCQrO4Pim1paf3ErZoWEDzAaRxuBE { 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) { #yOMO4VxXIGG5UNFo4uTWMO70WhMWsbrC { width:10.1875rem;height:14.125rem;top:43.3125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXSP0vkn7RRDTOshhRHi4NnVe4zIoZ6r { top:110.125rem;left:2rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlHl5NilmH0xbW58u3gZDPSvF80zTz92 { display:block; }
 }@media only screen and (max-width: 763px) { #TwzUMZFKcNS0VCdGqiBNdKopTb0Pfqxc { 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) { #SWJ9X7H3PtHiZf89Mo3GdwIBI0PyzN2G { width:13.1875rem;height:7.6875rem;top:9rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEeBsn20x0UdpUKvVPvK4dqpqKLnfMdB { width:20rem;height:3.7375rem;top:97.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAfHIKXXFxbiH4Aq3p0XwcTfH2cayZ35 { width:13.6875rem;height:0.1875rem;top:16.25rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wwlgy3AuZiTIBOZBJn1lR8JTq33OVXpW { width:11rem;height:10.6875rem;top:86.9375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvJ4XcTXXnARvhrxqmXZyOOMCgXzhOUg { top:29.6875rem;left:2.25rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9SJr5i4NCmlx8QrkBw6oV95x9VShsSI { display:block; }
 }@media only screen and (max-width: 763px) { #gtxDETzFJSpMMofeb8im4PySTS7Wq7Ih { 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) { #kLD1gFUWUnLPtLIiGuik3fsWpKILnhzo { width:19.875rem;height:1.86875rem;top:22.262498855591rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBeVF5TpOPL5kQSyg6fPnhAu1Vk2oO0X { width:13.6875rem;height:0.1875rem;top:16.5625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QSgil2oAakCOgb6JtFKuR99NR2pziq10 { width:20rem;height:3.7375rem;top:17.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuKiQ0MaKyNFuz6v62gpBzJlPBAXEmJJ { width:11rem;height:10.6875rem;top:5.9375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlTGsIGhOlZSD0P5gZTRxMhc5c5H3c6V { 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) { #dTTVlWb8z4EC1pvR6X7zD2viof10BEz7 { 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) { #ZDHJXgHhaTLMm0xfW7VSkP8FQ8cQQqJq { 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) { #TzVL8a22mFi4A36QOonPXRPwOR7FJvmd { width:7.25rem;height:7.25rem;top:4.0625rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqCT5Te8X87ByFoF5rrX3qoXOoP09WOX { 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) { #IvxHhz5WpePxKTa3602xFgTQM5etsO1T { 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) { #eU3whhVGZE1CC2asRSoNia4nvT9PKE25 { width:7.25rem;height:7.25rem;top:43.9375rem;left:10.5rem;z-index:15098;display:block; }
 }@media only screen and (max-width: 763px) { #hIMTr7zroivUoc08xaHIZyceWHg4pW2H { 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) { #kETJJyOO1m4qDAbl35AXzowT9v1TDpLO { 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) { #obKZVoUZvSNZ3t8Ua8XgtX1fsskOtJiL { 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) { #JpUefqNV9gkHFmbUwooeinH9GREIG62J { width:12.625rem;height:7.375rem;top:90.375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIttZfv10nGTbNghqfe3f6H83Dwl5ZCc { width:13.1875rem;height:7.6875rem;top:49.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1eFzGpOflBwiLESzHXasoeyL4KDaNx8 { 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) { #tqZ0FzBaQL7HzcArzhHB1A6zicutQDoO { 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) { #SObzUd6sUZ8EvvvhztXOTthzeb6BBXoP { width:7.25rem;height:7.25rem;top:85.9375rem;left:10.4375rem;z-index:15098;display:block; }
 }@media only screen and (max-width: 763px) { #pQRt8DH7asacRDqAN3Pv387e1E9TrdtZ { 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) { #NEmaRtFs7zDkprggW6ydKkeSV3DPG3cC { width:6.125rem;height:2.03125rem;top:88.375rem;left:11rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWqvMulBTWuLnU4iGwACF6VZaLqAs4hF { width:6.125rem;height:0.975rem;top:90.5rem;left:11rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tvfx7JKsM0B5tODTm35geIsb6xGwIm2H { display:flex;width:2rem;height:2rem;top:34.1875rem;left:4.9375rem; }
 }@media only screen and (max-width: 763px) { #Ghi7SxGnGCR3Ob6VpgZWTIxTb3aLWspu { display:flex;width:2rem;height:2rem;top:75.712499618531rem;left:4.5rem; }
 }@media only screen and (max-width: 763px) { #o68RqyVviuiBXhiiqXfVympTGy4wZLMS { width:8.75rem;height:1.3rem;top:76.0625rem;left:7.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pKDVanToQP4whf3i7Szp4TTnWD5LIm1d { width:8.75rem;height:1.3rem;top:115.66249847412rem;left:7.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zy17A2G8Z5qFFbAMX7Dnv3LzTwSTcWgk { display:flex;width:2rem;height:2rem;top:115.3125rem;left:4.9375rem; }
 }@media only screen and (max-width: 763px) { #On2cKKpbFv9Hi3TvtMkUHWvoafW4leru { width:8.75rem;height:1.3rem;top:34.5625rem;left:7.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #woqDGpICFuF2Ub2dCrQX09GIFt8FUtWH { display:block; }#woqDGpICFuF2Ub2dCrQX09GIFt8FUtWH > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A3rv1SUnTTVa12qT5ePLaIUF4H2c8V0p { width:20rem;height:30.625rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0OX7GeruOhIXD13d0NyHJONpNdSctko { width:20rem;height:2.6001rem;top:6rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRl1WVB6HTZp9c6L3CIhQnLSn8wyQU2L { width:20rem;height:1.625rem;top:9.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3QxCoMUWU1mT8WTsleqZnPQLrKqyb8O { width:14.6875rem;height:2.76205rem;top:11.875rem;left:5.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gN8v5KfdmxyKoz05Hzn5DN4UZ3zMfHLc { display:flex;width:2rem;height:2rem;top:12.25rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #mD88zhqk1ZAp77ZuJTH2txMr8T1sz29y { display:flex;width:2rem;height:2rem;top:15.5rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #LuLxklUcCTKMNKWiUesHSDoZ5C6nwcR8 { width:14.5rem;height:1.38125rem;top:15.5rem;left:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxuxGmTLiMKpAgs9m4DrN0Ng9KchgF5m { display:flex;width:2rem;height:2rem;top:18.125rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #z6XybqaQRKT6KWCc3PFKBlu47yNQS7ma { width:14.4375rem;height:1.381025rem;top:18.125rem;left:5.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBPE3kKb4lfpHtsyIZ7pTKc1LQC07drB { width:17.4375rem;height:4.143075rem;top:20.375rem;left:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEF3LlmhgSkZFDANDgc3DiSd6TOl7MQE { display:flex;width:2rem;height:2rem;top:23.9375rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #CecxCxF5lnnptMZpPPz9mv5izhuGJJsD { width:14.25rem;height:1.381025rem;top:24.5rem;left:5.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jxo9BEyON8DCNzBh7ODRqdFUabPpVxsF { width:17.5rem;height:2.76205rem;top:26.125rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV8UphTosU7dvB1JMrLdfapTlNCPXG4L { display:block; }#rV8UphTosU7dvB1JMrLdfapTlNCPXG4L > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dfDhsvM4Ppa06nfGZsNcAZkoDAq9SRIN { width:17.0625rem;height:2.6rem;top:9.0750007629394rem;left:1.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #biDTnRwmaEhGR3Alg9aePte1RNLxibRv { display:flex;width:2.25rem;height:2.25rem;top:5.21875rem;left:7.3125rem; }
#biDTnRwmaEhGR3Alg9aePte1RNLxibRv > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #yK7BqBU6d3E7omxNtHosdzhhZxV09edy { display:flex;width:2.25rem;height:2.25rem;top:5.21875rem;left:10.6875rem; }
#yK7BqBU6d3E7omxNtHosdzhhZxV09edy > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #DsLcGc6kbN7Wm0fBT0eSm2HmLCNWcnRf { width:14.125rem;height:3.625rem;top:1.2000007629394rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr { display:block; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }