.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:255,217,222;--color-primary-1:255,128,145;--color-primary-2:255,0,34;--color-primary-3:128,0,17;--color-primary-4:38,0,5;--color-secondary-0:245,241,250;--color-secondary-1:222,209,238;--color-secondary-2:188,163,221;--color-secondary-3:94,82,111;--color-secondary-4:28,24,33;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Toyota Type";--paragraphs-font-family:"Toyota Type"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .row .container { background-color: transparent; background-image: none; }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .row .container > .video-iframe-container { display: none; }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .row > .video-iframe-container { display: none; }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .row .container { border-width: 0; border-radius: 0; }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .row .container { font-size:0.875rem;font-family:arial;height:6.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:6.125rem;width:13.75rem;top:0.53125rem;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.4375rem;left:45.828125rem; }
#Het46wLSIuEFnQqXTyXn3KW60XcEnngu { color:rgba(var(--color-tertiary-0),1);display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:2.8125rem;left:48.0625rem;height:1.875rem;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wZwWMRDBJA3Dbf7LGv8Z9KXgEhyMQlO0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f89319f3-b253-4d91-8a4b-ab34cc2bdd3c/TLOLANDINGI10.png");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; }#wZwWMRDBJA3Dbf7LGv8Z9KXgEhyMQlO0.adaptive-delivery-prevent-bg, #wZwWMRDBJA3Dbf7LGv8Z9KXgEhyMQlO0.lazyload, #wZwWMRDBJA3Dbf7LGv8Z9KXgEhyMQlO0.lazyloading { background-image: none; }#wZwWMRDBJA3Dbf7LGv8Z9KXgEhyMQlO0 > .row .container { background-color: transparent; background-image: none; }#wZwWMRDBJA3Dbf7LGv8Z9KXgEhyMQlO0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZwWMRDBJA3Dbf7LGv8Z9KXgEhyMQlO0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZwWMRDBJA3Dbf7LGv8Z9KXgEhyMQlO0 > .row .container > .video-iframe-container { display: none; }#wZwWMRDBJA3Dbf7LGv8Z9KXgEhyMQlO0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZwWMRDBJA3Dbf7LGv8Z9KXgEhyMQlO0 > .row > .video-iframe-container { display: none; }#wZwWMRDBJA3Dbf7LGv8Z9KXgEhyMQlO0 > .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); }#wZwWMRDBJA3Dbf7LGv8Z9KXgEhyMQlO0 > .row .container { border-width: 0; border-radius: 0; }#wZwWMRDBJA3Dbf7LGv8Z9KXgEhyMQlO0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wZwWMRDBJA3Dbf7LGv8Z9KXgEhyMQlO0 > .row .container { font-size:0.875rem;font-family:arial;height:61.375rem;width:60rem;position:relative;display:block; }#DFluN3hZCGHUpNNx4xkahUTvA6lnWI7P { color:#000000;display:block;width:59.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.1875rem 3.3125rem #ffffff;top:1.234375rem;left:0rem;height:17.55rem;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; }
#Vp8Xff7P2ZTgKk1giPVcBGBKsDCoN2WG { z-index:15003;top:27.515625rem;left:19.25rem;background-color:#ff0022;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"toyota type";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#tNQudqeWs5urfa5Ele2rLPQLzlWmVWHJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WC4kwDJSin4901qpu3hZBm7DtlpvOAe0 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:27.546875rem;left:0rem;display:block; }
#TAVgETwfqtVaeCLIbAArCxL5ZS9hIbhR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T9k4HJaBLgeFtt9T9DgeGCPewOfTrbB9 { z-index:15003;top:27.546875rem;left:35.890625rem;background-color:transparent;background-image:none;border-top:0.1875rem solid #ff0022;border-left:0.1875rem solid #ff0022;border-right:0.1875rem solid #ff0022;border-bottom:0.1875rem solid #ff0022;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:#ff0022;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"toyota type";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.625rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#rTyN5LSuR9kBRLiNb1u1VTbo9LTmAZyK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GIEkgi1bK5OET6XTvsfPxNUdPToQ10BT { color:rgba(var(--color-tertiary-4),1);display:block;width:57.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:18.784374237061rem;left:0rem;height:;display:block; }#GIEkgi1bK5OET6XTvsfPxNUdPToQ10BT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GIEkgi1bK5OET6XTvsfPxNUdPToQ10BT li:before{  }
#iy2Vf95phgUw1oTA7mrhS1U5EUEqChp9 { position:relative;display:block; }#iy2Vf95phgUw1oTA7mrhS1U5EUEqChp9 { background-color: transparent; background-image: none; }#iy2Vf95phgUw1oTA7mrhS1U5EUEqChp9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iy2Vf95phgUw1oTA7mrhS1U5EUEqChp9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iy2Vf95phgUw1oTA7mrhS1U5EUEqChp9 > .row .container > .video-iframe-container { display: none; }#iy2Vf95phgUw1oTA7mrhS1U5EUEqChp9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iy2Vf95phgUw1oTA7mrhS1U5EUEqChp9 > .row > .video-iframe-container { display: none; }#iy2Vf95phgUw1oTA7mrhS1U5EUEqChp9 > .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); }#iy2Vf95phgUw1oTA7mrhS1U5EUEqChp9 { border-width: 0; border-radius: 0; }#iy2Vf95phgUw1oTA7mrhS1U5EUEqChp9 > .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; }#iy2Vf95phgUw1oTA7mrhS1U5EUEqChp9 > .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:38.4375rem;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; }#zbUdbp4PD29E7Q2WEiQUTeg831btmtol { color:rgba(var(--color-tertiary-4),1);display:block;width:58rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.234375rem;left:0.640625rem;height:3.4125rem;display:block; }
#OGGnZfeF1xT6ct75i4PmZTe53OQpueCe { color:rgba(var(--color-tertiary-4),1);display:block;width:58.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:7.671875rem;left:0.8125rem;height:26.8125rem;font-style:normal;display:block; }
#yBh3Dk1DRaO89xx5RBwGZsKTHpcI4vxU { position:relative;display:block; }#yBh3Dk1DRaO89xx5RBwGZsKTHpcI4vxU { background-color: transparent; background-image: none; }#yBh3Dk1DRaO89xx5RBwGZsKTHpcI4vxU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yBh3Dk1DRaO89xx5RBwGZsKTHpcI4vxU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yBh3Dk1DRaO89xx5RBwGZsKTHpcI4vxU > .row .container > .video-iframe-container { display: none; }#yBh3Dk1DRaO89xx5RBwGZsKTHpcI4vxU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yBh3Dk1DRaO89xx5RBwGZsKTHpcI4vxU > .row > .video-iframe-container { display: none; }#yBh3Dk1DRaO89xx5RBwGZsKTHpcI4vxU > .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); }#yBh3Dk1DRaO89xx5RBwGZsKTHpcI4vxU { border-width: 0; border-radius: 0; }#yBh3Dk1DRaO89xx5RBwGZsKTHpcI4vxU > .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; }#yBh3Dk1DRaO89xx5RBwGZsKTHpcI4vxU > .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.125rem;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; }#aTV7rNuJgqom9cCHQtSFompkmexSprfD { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:16.08749961853rem;left:4rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gRuUdH5OyN3UPuJKeomf8FWqsBZdcxda { box-sizing:content-box;height:12.5rem;width:12.5rem;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:15001;background-color:#dc8c05;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.125rem;left:7.75rem;display:block; }
#pXrcRKbtxfbdmvXtGnfay4dtVsXp4S3B { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.4375rem;width:6.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:5.0625rem;left:10.8125rem; }
#TxWFFN5sOlUHVwUFdaTRs8JSAbP5WQqN { color:rgba(var(--color-tertiary-4),1);display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:22.33749961853rem;left:0.46875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#TxWFFN5sOlUHVwUFdaTRs8JSAbP5WQqN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TxWFFN5sOlUHVwUFdaTRs8JSAbP5WQqN li:before{  }
#BVbEiQEiLEm5UUuTZnTTz47tTwTfuEZ1 { box-sizing:content-box;height:12.5rem;width:12.5rem;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:15003;background-color:#dc8c05;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.125rem;left:38.75rem;display:block; }
#D1oxvRwLD3yEZgvwp6XTsCuHiMSLZ8q2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.4375rem;width:6.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:5.0625rem;left:41.8125rem; }
#B2IdyAcFNE45r04VRFw2bBTMJUGHrrWC { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:16.16562461853rem;left:35rem;height:4.95rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#i4Qq82pQcHZBzRWgzSeE0icdPOin4rWA { color:rgba(var(--color-tertiary-4),1);display:block;width:27.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:22.33749961853rem;left:31.25rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#i4Qq82pQcHZBzRWgzSeE0icdPOin4rWA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#i4Qq82pQcHZBzRWgzSeE0icdPOin4rWA li:before{  }
#WXGTUam8ywTRngs5nW1hPynbsEtiTyIK { position:relative;display:block; }#WXGTUam8ywTRngs5nW1hPynbsEtiTyIK { background-color: transparent; background-image: none; }#WXGTUam8ywTRngs5nW1hPynbsEtiTyIK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXGTUam8ywTRngs5nW1hPynbsEtiTyIK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXGTUam8ywTRngs5nW1hPynbsEtiTyIK > .row .container > .video-iframe-container { display: none; }#WXGTUam8ywTRngs5nW1hPynbsEtiTyIK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXGTUam8ywTRngs5nW1hPynbsEtiTyIK > .row > .video-iframe-container { display: none; }#WXGTUam8ywTRngs5nW1hPynbsEtiTyIK > .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); }#WXGTUam8ywTRngs5nW1hPynbsEtiTyIK { border-width: 0; border-radius: 0; }#WXGTUam8ywTRngs5nW1hPynbsEtiTyIK > .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; }#WXGTUam8ywTRngs5nW1hPynbsEtiTyIK > .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:44.125rem;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; }#d6RR4VOMNgJwCOhAXPJMPUucTy68eDpE { color:rgba(var(--color-tertiary-4),1);display:block;width:58.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:33.828125rem;left:1.625rem;height:3.575rem;font-style:normal;display:block; }
#ymABuqvlR1RTppF7DkptUOviTw2Zw09S { color:rgba(var(--color-tertiary-4),1);display:block;width:58.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.2874984741213rem;left:0.8125rem;height:19.6625rem;font-style:normal;display:block; }
#Qw83hJIxSpFXyFvhp6BqloLHumSwPfOr { color:rgba(var(--color-tertiary-4),1);display:block;width:56.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0.8125rem;height:3.16875rem;display:block; }
#PBDA1l3HowkZdX4cw3VkLlM9vA7JfUVs { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:25.981250762939rem;left:9.28125rem;display:block; }
#C1GHX8qGaHD6AQ9EEkQglTZqyDdsGTPn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NDn1bRTirymuoT3EVBDxe8wxTRifs1cm { z-index:15004;top:26.043750762939rem;left:32.203125rem;background-color:transparent;background-image:none;border-top:0.1875rem solid #ff0022;border-left:0.1875rem solid #ff0022;border-right:0.1875rem solid #ff0022;border-bottom:0.1875rem solid #ff0022;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:#ff0022;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"toyota type";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5625rem;height:3.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#hzuM65BI0aXWzS0SiCPlH0IVJTorQC3a { 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:50.625rem;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 #VnLfe9WUZFdKnk3ZnKV86xTa7gJvNRQA { position:relative; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #KDFVGQLekLyBaqlwGs5uh6fEcax06aNc { position:relative;display:block; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #tD1QSn0IQDvbggB6lzhT1ld4DDei1XoL { position:relative; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #vxBoet6x4qczTOSUJAIdSZnm2WTlUoDn { position:relative; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #HpNuhnFCuZlsfgW3eKg6CxwXhsOl6ngO { position:relative;display:none; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #z6WZ4K5OP5AfQm2IOJ1RuD7Ek0XqlDnM { position:relative; }
#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 #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:42.868751525879rem;left:0rem;height:4.65rem;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:;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; }
#OtsrSqzV7DdBCQBF4Ng9lK3h5ggs7aet { position:relative;display:block; }#OtsrSqzV7DdBCQBF4Ng9lK3h5ggs7aet { background-color: transparent; background-image: none; }#OtsrSqzV7DdBCQBF4Ng9lK3h5ggs7aet::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtsrSqzV7DdBCQBF4Ng9lK3h5ggs7aet > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtsrSqzV7DdBCQBF4Ng9lK3h5ggs7aet > .row .container > .video-iframe-container { display: none; }#OtsrSqzV7DdBCQBF4Ng9lK3h5ggs7aet > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtsrSqzV7DdBCQBF4Ng9lK3h5ggs7aet > .row > .video-iframe-container { display: none; }#OtsrSqzV7DdBCQBF4Ng9lK3h5ggs7aet > .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); }#OtsrSqzV7DdBCQBF4Ng9lK3h5ggs7aet { border-width: 0; border-radius: 0; }#OtsrSqzV7DdBCQBF4Ng9lK3h5ggs7aet > .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; }#OtsrSqzV7DdBCQBF4Ng9lK3h5ggs7aet > .row .container { border-top:0.625rem solid rgba(var(--color-primary-2),1);border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:11.0625rem;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; }#kF1R4TmBcwNpv46sIG65KGLmROcbU2Lk { color:rgba(var(--color-tertiary-4),1);display:block;width:29.5rem;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:1.265625rem;left:30rem;height:8.53125rem;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;display:block; }
#QmGUTRfbdqXgBlETQoGJQw3Zx11dwSU1 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:18.4375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#AQzQ3kfJK54K2RxIs50dBhZZuqG9rqAz { position:relative;display:block; }#AQzQ3kfJK54K2RxIs50dBhZZuqG9rqAz { background-color: transparent; background-image: none; }#AQzQ3kfJK54K2RxIs50dBhZZuqG9rqAz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQzQ3kfJK54K2RxIs50dBhZZuqG9rqAz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQzQ3kfJK54K2RxIs50dBhZZuqG9rqAz > .row .container > .video-iframe-container { display: none; }#AQzQ3kfJK54K2RxIs50dBhZZuqG9rqAz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQzQ3kfJK54K2RxIs50dBhZZuqG9rqAz > .row > .video-iframe-container { display: none; }#AQzQ3kfJK54K2RxIs50dBhZZuqG9rqAz > .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); }#AQzQ3kfJK54K2RxIs50dBhZZuqG9rqAz { border-width: 0; border-radius: 0; }#AQzQ3kfJK54K2RxIs50dBhZZuqG9rqAz > .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; }#AQzQ3kfJK54K2RxIs50dBhZZuqG9rqAz > .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:13.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; }#U55MmwIy7QcV21TknA8yyPW5RZpKHCNM { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.1875rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:4.09375rem;left:17.40625rem;display:block; }
#XrooVcHCcDkV6HSOw0ByQah4PGgRlqTb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zuSQHDb8pDgdfAC5cndTaysb2EkkOZwS { position:relative;display:block; }#zuSQHDb8pDgdfAC5cndTaysb2EkkOZwS { background-color: transparent; background-image: none; }#zuSQHDb8pDgdfAC5cndTaysb2EkkOZwS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuSQHDb8pDgdfAC5cndTaysb2EkkOZwS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuSQHDb8pDgdfAC5cndTaysb2EkkOZwS > .row .container > .video-iframe-container { display: none; }#zuSQHDb8pDgdfAC5cndTaysb2EkkOZwS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuSQHDb8pDgdfAC5cndTaysb2EkkOZwS > .row > .video-iframe-container { display: none; }#zuSQHDb8pDgdfAC5cndTaysb2EkkOZwS > .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); }#zuSQHDb8pDgdfAC5cndTaysb2EkkOZwS { border-width: 0; border-radius: 0; }#zuSQHDb8pDgdfAC5cndTaysb2EkkOZwS > .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; }#zuSQHDb8pDgdfAC5cndTaysb2EkkOZwS > .row .container { border-top:0.625rem solid rgba(var(--color-primary-2),1);border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:11.0625rem;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; }#dHSviJ9ALDf6EIkayfQShVl48kCssTFs { color:rgba(var(--color-tertiary-4),1);display:block;width:29.5rem;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:1.265625rem;left:30rem;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;display:block; }
#IW9TCTl0c5JJBzxNC94qnMEUkACGLLGB { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:18.4375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Wf6w51k4pWHhO6B2tfWKGHRleBA2p3ty { position:relative;display:block; }#Wf6w51k4pWHhO6B2tfWKGHRleBA2p3ty { background-color: transparent; background-image: none; }#Wf6w51k4pWHhO6B2tfWKGHRleBA2p3ty::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wf6w51k4pWHhO6B2tfWKGHRleBA2p3ty > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wf6w51k4pWHhO6B2tfWKGHRleBA2p3ty > .row .container > .video-iframe-container { display: none; }#Wf6w51k4pWHhO6B2tfWKGHRleBA2p3ty > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wf6w51k4pWHhO6B2tfWKGHRleBA2p3ty > .row > .video-iframe-container { display: none; }#Wf6w51k4pWHhO6B2tfWKGHRleBA2p3ty > .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); }#Wf6w51k4pWHhO6B2tfWKGHRleBA2p3ty { border-width: 0; border-radius: 0; }#Wf6w51k4pWHhO6B2tfWKGHRleBA2p3ty > .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; }#Wf6w51k4pWHhO6B2tfWKGHRleBA2p3ty > .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:13.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; }#lc0NSXUrWR7rFKeZcvUvL7EHH7gaTqCh { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.1875rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:4.09375rem;left:17.40625rem;display:block; }
#mGOdXPXgkUW8TPt92mgfq88s7D8wg3iw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QGgFPaHKWnz1eCDoN4u2RufA3Ayz89Ji { position:relative;display:block; }#QGgFPaHKWnz1eCDoN4u2RufA3Ayz89Ji { background-color: transparent; background-image: none; }#QGgFPaHKWnz1eCDoN4u2RufA3Ayz89Ji::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGgFPaHKWnz1eCDoN4u2RufA3Ayz89Ji > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGgFPaHKWnz1eCDoN4u2RufA3Ayz89Ji > .row .container > .video-iframe-container { display: none; }#QGgFPaHKWnz1eCDoN4u2RufA3Ayz89Ji > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGgFPaHKWnz1eCDoN4u2RufA3Ayz89Ji > .row > .video-iframe-container { display: none; }#QGgFPaHKWnz1eCDoN4u2RufA3Ayz89Ji > .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); }#QGgFPaHKWnz1eCDoN4u2RufA3Ayz89Ji { border-width: 0; border-radius: 0; }#QGgFPaHKWnz1eCDoN4u2RufA3Ayz89Ji > .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; }#QGgFPaHKWnz1eCDoN4u2RufA3Ayz89Ji > .row .container { border-top:0.625rem solid rgba(var(--color-primary-2),1);border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:11.0625rem;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; }#SoH8T6hXz9HSGEIqkQgqb977BAmS3cGX { color:rgba(var(--color-tertiary-4),1);display:block;width:29.5rem;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:1.265625rem;left:30rem;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;display:block; }
#BVACfdiX1ABTWItAlXTNOPQlT6G1nmuT { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:18.4375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#DC8C1T93a7XJ4ge3eFAl1QduwfGlMcsB { position:relative;display:block; }#DC8C1T93a7XJ4ge3eFAl1QduwfGlMcsB { background-color: transparent; background-image: none; }#DC8C1T93a7XJ4ge3eFAl1QduwfGlMcsB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DC8C1T93a7XJ4ge3eFAl1QduwfGlMcsB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DC8C1T93a7XJ4ge3eFAl1QduwfGlMcsB > .row .container > .video-iframe-container { display: none; }#DC8C1T93a7XJ4ge3eFAl1QduwfGlMcsB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DC8C1T93a7XJ4ge3eFAl1QduwfGlMcsB > .row > .video-iframe-container { display: none; }#DC8C1T93a7XJ4ge3eFAl1QduwfGlMcsB > .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); }#DC8C1T93a7XJ4ge3eFAl1QduwfGlMcsB { border-width: 0; border-radius: 0; }#DC8C1T93a7XJ4ge3eFAl1QduwfGlMcsB > .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; }#DC8C1T93a7XJ4ge3eFAl1QduwfGlMcsB > .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; }#m97nsbHZ8RyNRvkUuOcgDu5mKZgRgxfD { 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; }
#S9M3i00cNhBBi6t7EdI33TMGvxycfptT { 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; }
#TrItXIJcwFGM6KZxdDp3AkJe5uAUOoVv { 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; }
#N9AWITW9R7tFulPF851oCxx4scWDM46k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B5UPTgptFNROBkW35S1KHUv2snetIDrP { 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; }
#cHIUciE2yryMyVI9VN17im9VfWAfJQ5z { 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; }
#ByqZ8ahPme8gHcT342S1U1wkbyFXxS6b { 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; }
#MJ34iBTmw38ebx55snMTVRTRzgSa3shU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ihiZXTkEmoLmq9g1DnQPa8wcJuF4QWg0 { 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; }
#TkMTWGZbSTTqXAaDqDTV4ZI0gRuWIe55 { 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; }
#bOnJZxankbWmKbi0o5nZiSozWnWseNxh { 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; }
#gHgE7lPRcDpCDTuaNDGNQVS1qT0Ifebw { 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; }
#qIooVaeXhePtd8eW9uDbClvHs4zDdiy5 { 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; }
#p1ZHKFd6RXhTWyRFlFQonxaaNFkNGp2T { 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; }
#Md6FBl4c8Z1uNJ4TS9zzWebluzl5oiPh { 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.97500038147rem;left:22.53125rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#s7S3grKLSXPtTieVnmTrFMBOPiyPudJv { 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.97500038147rem;left:43.84375rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vmkpO9WpG19upXpZ4pIqFt48hU1TNlO4 { 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; }
#BfpE2xwzbT266zcfBG7god1wxcxmGHIr { 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; }
#Whp4ngKBuVg2BlEnIW6TWg0vIrCQTTTx { 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; }
#t3oLhPFVcQx9hXTF2V0QTtiUVh4x647e { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15127;line-height:1.3;letter-spacing:0;top:1.9375rem;left:52.75rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pD5nPSuKOeEHQPL52GQhVnH4JXDJ69mg { 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; }
#XFBSxfPbwIldUxZytoOV6ZtT5zJpy1Xk { 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; }
#r9qEBnsLNzTorasvBdcWPg8yzdsUCams { 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; }
#PglrbCSqNm4XbWOGnwNI2ts53ciEnLIa { 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; }
#oqhW6uEqFUXofWCLvywn7vDF8XznMT7z { 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; }
#M6NDI4v87Jax4J0xZqyvclvph0hTwVMi { 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; }
#IL4pCPUI4ToPAtCB9yFNoOwKD3pJWxnS { 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; }
#p0BKKBNkgQFMkgAK0HNM8KxgQi9PZreW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VTTquUOETTVdr59W3wqKlIAaVHB1X1XF { 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:20.778125762939rem;left:2.53125rem;height:3.4125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aaFB8wi89ymkTg1BKi48tvkvuhthBtyg { 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:17.878125190735rem;left:2.6875rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MHMAlVL4NT1ofExImHOT6Py6tBq76ET6 { 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; }
#QQrxXa34PDewN6hJ3M9WP6VgJMPw0VR5 { 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; }
#cuVIUwRPL42v77sQbABkdHg6fEzI21He { 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; }
#U6GEnrezGzxw7Rpkr9DLkCEhMZn4WmZW { 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; }
#Isn6PqbAaBNAgQ5n0MxTTHgFfCWIT2ER { 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; }
#virI2sXov4NC1yKtuEy6L5m1nU1XWuTo { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15129;line-height:1.3;letter-spacing:0;top:1.6635437011719rem;left:12.5rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lWyHHwbK47mPPrKRhZv4gIXSa1Mxrnsc { 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; }
#O9LrnM2URa9lV2TSWz7RoyhuGwOUoNWH { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15120;line-height:1.3;letter-spacing:0;top:2.90625rem;left:12.5rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VRgbeq5lo046fmHuu6Ezcrt9rrMFm0qO { 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; }
#W66N1ghaE8tyqqD8FwXlPUkBQTkSUSBB { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:30.684375762939rem;left:8.40625rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dFiTEWT7Q752qGzFA2JATWO2BAzQJuyQ { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:30.684375762939rem;left:26.75rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NgCXdKtxJVdBfmyp6QBGHfJebxAbdXM3 { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:30.684375762939rem;left:46.9375rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NEVZQihThx3eDtBckHLmx0MrRiTOMETp { 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:20.265625rem;left:22.890625rem;height:2.275rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OWlnhveL33NWQi6SQ2R7RB6ZZIMw8iyS { position:relative;display:block; }#OWlnhveL33NWQi6SQ2R7RB6ZZIMw8iyS { background-color: transparent; background-image: none; }#OWlnhveL33NWQi6SQ2R7RB6ZZIMw8iyS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWlnhveL33NWQi6SQ2R7RB6ZZIMw8iyS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWlnhveL33NWQi6SQ2R7RB6ZZIMw8iyS > .row .container > .video-iframe-container { display: none; }#OWlnhveL33NWQi6SQ2R7RB6ZZIMw8iyS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWlnhveL33NWQi6SQ2R7RB6ZZIMw8iyS > .row > .video-iframe-container { display: none; }#OWlnhveL33NWQi6SQ2R7RB6ZZIMw8iyS > .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); }#OWlnhveL33NWQi6SQ2R7RB6ZZIMw8iyS { border-width: 0; border-radius: 0; }#OWlnhveL33NWQi6SQ2R7RB6ZZIMw8iyS > .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; }#OWlnhveL33NWQi6SQ2R7RB6ZZIMw8iyS > .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; }#JcnNtpOPhD0a7ZOncKQ61UgH4HVit3DK { 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:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nQRf2TTIH02vJTAFzaCrMS4AhoMHgkJK { 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; }
#LtFJtJrcPAcKdq16Tt3ebfOq5TdtO416 { 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; }
#OnxMALDbbeqNx8ySSwcieuJ4fDgrCqdI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m93JeIsluURTCF9h2Zspd7dwoewsiqel { 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; }
#JB38Zk7soDVfiQKW8WIhRTHbQlHrqnB2 { 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; }
#ytQCMZCpa03h5M7LFA4QiE29ectSkLru { 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; }
#w5nhRpNmqAZyCxRsoZddzGPIkt4TXNPa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U3rvIPTniPyeeFHAJOZhhwk2iDXEz1b3 { 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; }
#lx0TpLxc2nB9fa5RT2NkaUsePRACcb9i { 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; }
#otwvJEaVFoJh6cw78n1VxtSGRsGuGqZv { 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; }
#eEdi7z0iPBtF2yxl2DBm9rGesKOssxsb { 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; }
#UrUDkwciHuZUoBGdXdk4UoKqvvSy2Hlt { 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; }
#ERvSXizIuNu51ypgJfq6tnWchbcM7xwZ { 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; }
#LZBp14CzeeHTuaQWhqkIJDFRWQuhFTVU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l95kCVhc1TMcTP44yJIPQhUcOcXVdk3V { 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; }
#PTt26btZnQvMSrMP80sUZm9cKcR0gEHA { 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; }
#M4pbt47vhJmZfenz9quXukKo28BH2mVa { 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; }
#PJ2ZqeeQQkWPKk3UBO0UvhiSM3hUOZPu { 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; }
#hkiRqFhLeZUOJTSNaTEgFk7wTJnLPdGq { 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; }
#noClH0xtGHwsAK0HAvaUC7DbPBFqvyD9 { 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; }
#gfEzXRBZ7gxZABLatt8FMtw0fmpqW5ng { 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:24.19375038147rem;left:22.53125rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LHhVvZcfCXdqXW6Z7iVUmp6qz7NRJIeJ { 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:24.19375038147rem;left:42.53125rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MdTQblseiLyOd4pUhwKwVDXLCupenTTb { 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; }
#SHgks7ZXqQLUuZcWE9KIQpEZnlKUkzkL { 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; }
#eW5iAuut5yBHOqDRvIqeJEdpFhRD2e08 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15115;line-height:1.3;letter-spacing:0;top:2.375rem;left:12.75rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w0axETpqemdWiqd8s2rFGPiHCIBT1eLQ { 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; }
#r8gr8tRqM9V0C7DsqQ23qgkkW9hpJTaW { 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; }
#t879kVDG5RmwIuiaBJOyK5Om0aFR6537 { 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; }
#Qy7A1BWR2TT5VlXwgH8ZB36po3hQyeIf { 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; }
#vwwL3eiT5B1T7Bbrka7ic7SeQflnO8A0 { 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; }
#yq8voHB7WdzN8decrMZ35KaRiUPx5vP4 { 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; }
#Aabs9BfRD2b8d86tgDJnKqsu7txndXKU { 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; }
#e2vpFF3qAldPCUFiT7N2rikuNC0ne3b8 { 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; }
#RNXrUkHCrFX1XQg3VUPPcMbmDOBLpQ1f { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:32.934375762939rem;left:6.9375rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iIVhAJEqcmtztl5NN8FbT9q2oXhu6pbO { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:32.934375762939rem;left:26.75rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MpUiKGsFBKnK2TKCibIzIBgSXtyFwgeT { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:32.934375762939rem;left:46.9375rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ArkQM4Veu66p9EA3TFtTHHJcdFMsVPBm { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15121;line-height:1.3;letter-spacing:0;top:5.40625rem;left:12.65625rem;height:0.89375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FrgIfNd5d6DJQcvt6XPQnCqZ5lGUWies { position:absolute;display:block;z-index:15042;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.015625rem;left:23.6875rem;overflow:hidden;display:block; }
#woqDGpICFuF2Ub2dCrQX09GIFt8FUtWH { position:relative;display:block; }#woqDGpICFuF2Ub2dCrQX09GIFt8FUtWH { background-color: transparent; background-image: none; }#woqDGpICFuF2Ub2dCrQX09GIFt8FUtWH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woqDGpICFuF2Ub2dCrQX09GIFt8FUtWH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woqDGpICFuF2Ub2dCrQX09GIFt8FUtWH > .row .container > .video-iframe-container { display: none; }#woqDGpICFuF2Ub2dCrQX09GIFt8FUtWH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woqDGpICFuF2Ub2dCrQX09GIFt8FUtWH > .row > .video-iframe-container { display: none; }#woqDGpICFuF2Ub2dCrQX09GIFt8FUtWH > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woqDGpICFuF2Ub2dCrQX09GIFt8FUtWH { border-width: 0; border-radius: 0; }#woqDGpICFuF2Ub2dCrQX09GIFt8FUtWH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#woqDGpICFuF2Ub2dCrQX09GIFt8FUtWH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:26.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#O0OX7GeruOhIXD13d0NyHJONpNdSctko { color:rgba(var(--color-tertiary-0),1);display:block;width:26.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5625rem;left:5.3125rem;height:2.84375rem;text-align:left;text-align-last:left;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:8.5625rem;left:5.3125rem;height:4.875rem;text-align:left;text-align-last:left;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:12.75rem;left:7.875rem;height:4.14375rem;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:12.75rem;left:5.3125rem; }
#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:16.875rem;left:5.3125rem; }
#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.1875rem;left:7.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:36.625rem; }
#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:39.1875rem;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:36.625rem;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:36.625rem; }
#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:39.1875rem;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:36.625rem;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:3.015625rem;left:15.375rem;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:46.3125rem; }
#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:50.3125rem; }
#yK7BqBU6d3E7omxNtHosdzhhZxV09edy > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#mimvPCQO1h4t8TXCvtclqTW3AegavZNW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:2.5rem;left:54.0625rem; }
#mimvPCQO1h4t8TXCvtclqTW3AegavZNW > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#u6f97P6pa3PFX12fBfntvMwrCUr3wT1e { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:2.5rem;left:57.75rem; }
#u6f97P6pa3PFX12fBfntvMwrCUr3wT1e > 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:5.25rem;width:11.75rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#282830;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row .container { background-color: transparent; background-image: none; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row .container > .video-iframe-container { display: none; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row > .video-iframe-container { display: none; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row .container { border-width: 0; border-radius: 0; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row .container { font-size:0.875rem;font-family:arial;height:2.9375rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh { display:block; }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e3HsQgT5bUaXuaSFXxOr1xr1xsqiZMto { top:0.5rem;left:0rem;width:13.75rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1R63ZZnqVOWOTlxaR77R68bfQdXZ7Tg { top:2.4375rem;left:39.703125rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Het46wLSIuEFnQqXTyXn3KW60XcEnngu { top:2.8125rem;left:35.875rem;width:11.875rem;height:1.875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wZwWMRDBJA3Dbf7LGv8Z9KXgEhyMQlO0 { display:block; }#wZwWMRDBJA3Dbf7LGv8Z9KXgEhyMQlO0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DFluN3hZCGHUpNNx4xkahUTvA6lnWI7P { top:1.1875rem;left:0rem;width:47.75rem;height:17.5rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vp8Xff7P2ZTgKk1giPVcBGBKsDCoN2WG { top:27.5rem;left:13.125rem;width:15.3125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNQudqeWs5urfa5Ele2rLPQLzlWmVWHJ { display:block; }
 }@media only screen and (max-width: 763px) { #WC4kwDJSin4901qpu3hZBm7DtlpvOAe0 { width:17.5rem;height:3.4375rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAVgETwfqtVaeCLIbAArCxL5ZS9hIbhR { display:block; }
 }@media only screen and (max-width: 763px) { #T9k4HJaBLgeFtt9T9DgeGCPewOfTrbB9 { top:27.5rem;left:29.0625rem;width:18.625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTyN5LSuR9kBRLiNb1u1VTbo9LTmAZyK { display:block; }
 }@media only screen and (max-width: 763px) { #GIEkgi1bK5OET6XTvsfPxNUdPToQ10BT { top:18.75rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }#GIEkgi1bK5OET6XTvsfPxNUdPToQ10BT li:before{  }
 }@media only screen and (max-width: 763px) { #iy2Vf95phgUw1oTA7mrhS1U5EUEqChp9 { display:block; }#iy2Vf95phgUw1oTA7mrhS1U5EUEqChp9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zbUdbp4PD29E7Q2WEiQUTeg831btmtol { top:1.1875rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGGnZfeF1xT6ct75i4PmZTe53OQpueCe { top:7.625rem;left:0rem;width:47.75rem;height:26.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBh3Dk1DRaO89xx5RBwGZsKTHpcI4vxU { display:block; }#yBh3Dk1DRaO89xx5RBwGZsKTHpcI4vxU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTV7rNuJgqom9cCHQtSFompkmexSprfD { top:16.0625rem;left:0.9375rem;width:20rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRuUdH5OyN3UPuJKeomf8FWqsBZdcxda { top:2.125rem;left:4.6875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXrcRKbtxfbdmvXtGnfay4dtVsXp4S3B { top:5.0625rem;left:7.75rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxWFFN5sOlUHVwUFdaTRs8JSAbP5WQqN { top:22.3125rem;left:0rem;width:29.0625rem;height:;font-size:1rem;display:block; }#TxWFFN5sOlUHVwUFdaTRs8JSAbP5WQqN li:before{  }
 }@media only screen and (max-width: 763px) { #BVbEiQEiLEm5UUuTZnTTz47tTwTfuEZ1 { top:2.125rem;left:29.5625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1oxvRwLD3yEZgvwp6XTsCuHiMSLZ8q2 { top:5.0625rem;left:32.625rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2IdyAcFNE45r04VRFw2bBTMJUGHrrWC { top:16.125rem;left:25.8125rem;width:20rem;height:4.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4Qq82pQcHZBzRWgzSeE0icdPOin4rWA { top:22.3125rem;left:19.875rem;width:27.875rem;height:;font-size:1rem;display:block; }#i4Qq82pQcHZBzRWgzSeE0icdPOin4rWA li:before{  }
 }@media only screen and (max-width: 763px) { #WXGTUam8ywTRngs5nW1hPynbsEtiTyIK { display:block; }#WXGTUam8ywTRngs5nW1hPynbsEtiTyIK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d6RR4VOMNgJwCOhAXPJMPUucTy68eDpE { top:33.8125rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymABuqvlR1RTppF7DkptUOviTw2Zw09S { top:7.25rem;left:0rem;width:47.75rem;height:19.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qw83hJIxSpFXyFvhp6BqloLHumSwPfOr { top:1.5625rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBDA1l3HowkZdX4cw3VkLlM9vA7JfUVs { width:17.5rem;height:3.4375rem;top:25.9375rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1GHX8qGaHD6AQ9EEkQglTZqyDdsGTPn { display:block; }
 }@media only screen and (max-width: 763px) { #NDn1bRTirymuoT3EVBDxe8wxTRifs1cm { top:26rem;left:26.078125rem;width:18.5625rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzuM65BI0aXWzS0SiCPlH0IVJTorQC3a { 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 #VnLfe9WUZFdKnk3ZnKV86xTa7gJvNRQA {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #KDFVGQLekLyBaqlwGs5uh6fEcax06aNc {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #tD1QSn0IQDvbggB6lzhT1ld4DDei1XoL {  }
 }@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 #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 #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:42.8125rem;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:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtsrSqzV7DdBCQBF4Ng9lK3h5ggs7aet { display:block; }#OtsrSqzV7DdBCQBF4Ng9lK3h5ggs7aet > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kF1R4TmBcwNpv46sIG65KGLmROcbU2Lk { top:1.25rem;left:18.25rem;width:29.5rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmGUTRfbdqXgBlETQoGJQw3Zx11dwSU1 { top:0rem;left:0rem;width:18.4375rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQzQ3kfJK54K2RxIs50dBhZZuqG9rqAz { display:block; }#AQzQ3kfJK54K2RxIs50dBhZZuqG9rqAz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U55MmwIy7QcV21TknA8yyPW5RZpKHCNM { width:25.1875rem;height:3.4375rem;top:4.0625rem;left:11.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrooVcHCcDkV6HSOw0ByQah4PGgRlqTb { display:block; }
 }@media only screen and (max-width: 763px) { #zuSQHDb8pDgdfAC5cndTaysb2EkkOZwS { display:block; }#zuSQHDb8pDgdfAC5cndTaysb2EkkOZwS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dHSviJ9ALDf6EIkayfQShVl48kCssTFs { top:1.25rem;left:18.25rem;width:29.5rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IW9TCTl0c5JJBzxNC94qnMEUkACGLLGB { top:0rem;left:0rem;width:18.4375rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wf6w51k4pWHhO6B2tfWKGHRleBA2p3ty { display:block; }#Wf6w51k4pWHhO6B2tfWKGHRleBA2p3ty > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lc0NSXUrWR7rFKeZcvUvL7EHH7gaTqCh { width:25.1875rem;height:3.4375rem;top:4.0625rem;left:11.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGOdXPXgkUW8TPt92mgfq88s7D8wg3iw { display:block; }
 }@media only screen and (max-width: 763px) { #QGgFPaHKWnz1eCDoN4u2RufA3Ayz89Ji { display:block; }#QGgFPaHKWnz1eCDoN4u2RufA3Ayz89Ji > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SoH8T6hXz9HSGEIqkQgqb977BAmS3cGX { top:1.25rem;left:18.25rem;width:29.5rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVACfdiX1ABTWItAlXTNOPQlT6G1nmuT { top:0rem;left:0rem;width:18.4375rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DC8C1T93a7XJ4ge3eFAl1QduwfGlMcsB { display:block; }#DC8C1T93a7XJ4ge3eFAl1QduwfGlMcsB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m97nsbHZ8RyNRvkUuOcgDu5mKZgRgxfD { top:12.3125rem;left:11.75rem;width:20rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9M3i00cNhBBi6t7EdI33TMGvxycfptT { top:16.5rem;left:16.6875rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrItXIJcwFGM6KZxdDp3AkJe5uAUOoVv { top:24.9375rem;left:16.0625rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9AWITW9R7tFulPF851oCxx4scWDM46k { display:block; }
 }@media only screen and (max-width: 763px) { #B5UPTgptFNROBkW35S1KHUv2snetIDrP { top:17.875rem;left:13rem;width:18.75rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHIUciE2yryMyVI9VN17im9VfWAfJQ5z { top:1.3125rem;left:19.4375rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByqZ8ahPme8gHcT342S1U1wkbyFXxS6b { top:24.9375rem;left:31.9375rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJ34iBTmw38ebx55snMTVRTRzgSa3shU { display:block; }
 }@media only screen and (max-width: 763px) { #ihiZXTkEmoLmq9g1DnQPa8wcJuF4QWg0 { 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) { #TkMTWGZbSTTqXAaDqDTV4ZI0gRuWIe55 { top:12.3125rem;left:27.625rem;width:20rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOnJZxankbWmKbi0o5nZiSozWnWseNxh { top:16.25rem;left:32.5625rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHgE7lPRcDpCDTuaNDGNQVS1qT0Ifebw { top:1.375rem;left:35.5rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIooVaeXhePtd8eW9uDbClvHs4zDdiy5 { top:4.6875rem;left:17.4375rem;width:12.75rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1ZHKFd6RXhTWyRFlFQonxaaNFkNGp2T { top:3.8125rem;left:32.25rem;width:14.875rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md6FBl4c8Z1uNJ4TS9zzWebluzl5oiPh { top:22.9375rem;left:16.34375rem;width:14.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7S3grKLSXPtTieVnmTrFMBOPiyPudJv { top:22.9375rem;left:32.6875rem;width:14.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmkpO9WpG19upXpZ4pIqFt48hU1TNlO4 { top:0.875rem;left:24.5rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfpE2xwzbT266zcfBG7god1wxcxmGHIr { top:0.75rem;left:40.375rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Whp4ngKBuVg2BlEnIW6TWg0vIrCQTTTx { top:3.25rem;left:41.5rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3oLhPFVcQx9hXTF2V0QTtiUVh4x647e { top:1.9375rem;left:41.5rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pD5nPSuKOeEHQPL52GQhVnH4JXDJ69mg { 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) { #XFBSxfPbwIldUxZytoOV6ZtT5zJpy1Xk { 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) { #r9qEBnsLNzTorasvBdcWPg8yzdsUCams { top:3.375rem;left:25.625rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PglrbCSqNm4XbWOGnwNI2ts53ciEnLIa { 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) { #oqhW6uEqFUXofWCLvywn7vDF8XznMT7z { top:30.375rem;left:34.25rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6NDI4v87Jax4J0xZqyvclvph0hTwVMi { top:30.375rem;left:18.4375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IL4pCPUI4ToPAtCB9yFNoOwKD3pJWxnS { top:24.9375rem;left:0.1875rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0BKKBNkgQFMkgAK0HNM8KxgQi9PZreW { display:block; }
 }@media only screen and (max-width: 763px) { #VTTquUOETTVdr59W3wqKlIAaVHB1X1XF { top:20.75rem;left:0.46875rem;width:14.9375rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaFB8wi89ymkTg1BKi48tvkvuhthBtyg { top:17.875rem;left:0.625rem;width:14.625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHMAlVL4NT1ofExImHOT6Py6tBq76ET6 { top:12.3125rem;left:0rem;width:20rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQrxXa34PDewN6hJ3M9WP6VgJMPw0VR5 { top:16.5625rem;left:1.09375rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuVIUwRPL42v77sQbABkdHg6fEzI21He { top:4.625rem;left:1.28125rem;width:13.3125rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6GEnrezGzxw7Rpkr9DLkCEhMZn4WmZW { top:1.3125rem;left:2.4375rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Isn6PqbAaBNAgQ5n0MxTTHgFfCWIT2ER { top:31rem;left:4.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #virI2sXov4NC1yKtuEy6L5m1nU1XWuTo { top:1.625rem;left:9.75rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWyHHwbK47mPPrKRhZv4gIXSa1Mxrnsc { top:0.3125rem;left:8.625rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9LrnM2URa9lV2TSWz7RoyhuGwOUoNWH { top:2.875rem;left:9.75rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRgbeq5lo046fmHuu6Ezcrt9rrMFm0qO { 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) { #W66N1ghaE8tyqqD8FwXlPUkBQTkSUSBB { top:30.625rem;left:6.34375rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFiTEWT7Q752qGzFA2JATWO2BAzQJuyQ { top:30.625rem;left:20.5625rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgCXdKtxJVdBfmyp6QBGHfJebxAbdXM3 { top:30.625rem;left:36.625rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEVZQihThx3eDtBckHLmx0MrRiTOMETp { top:20.25rem;left:16.703125rem;width:14.9375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWlnhveL33NWQi6SQ2R7RB6ZZIMw8iyS { display:block; }#OWlnhveL33NWQi6SQ2R7RB6ZZIMw8iyS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JcnNtpOPhD0a7ZOncKQ61UgH4HVit3DK { top:12.3125rem;left:11.75rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQRf2TTIH02vJTAFzaCrMS4AhoMHgkJK { top:16.5rem;left:16.6875rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtFJtJrcPAcKdq16Tt3ebfOq5TdtO416 { top:27.5625rem;left:16.0625rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnxMALDbbeqNx8ySSwcieuJ4fDgrCqdI { display:block; }
 }@media only screen and (max-width: 763px) { #m93JeIsluURTCF9h2Zspd7dwoewsiqel { top:17.5rem;left:13rem;width:18.75rem;height:5.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JB38Zk7soDVfiQKW8WIhRTHbQlHrqnB2 { top:1.3125rem;left:19.4375rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytQCMZCpa03h5M7LFA4QiE29ectSkLru { top:27.5625rem;left:31.9375rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5nhRpNmqAZyCxRsoZddzGPIkt4TXNPa { display:block; }
 }@media only screen and (max-width: 763px) { #U3rvIPTniPyeeFHAJOZhhwk2iDXEz1b3 { 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) { #lx0TpLxc2nB9fa5RT2NkaUsePRACcb9i { top:4.375rem;left:0rem;width:13.1875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #otwvJEaVFoJh6cw78n1VxtSGRsGuGqZv { top:12.3125rem;left:27.625rem;width:20rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEdi7z0iPBtF2yxl2DBm9rGesKOssxsb { top:16.25rem;left:32.5625rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrUDkwciHuZUoBGdXdk4UoKqvvSy2Hlt { top:1.375rem;left:35.5rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERvSXizIuNu51ypgJfq6tnWchbcM7xwZ { top:27.25rem;left:0.1875rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZBp14CzeeHTuaQWhqkIJDFRWQuhFTVU { display:block; }
 }@media only screen and (max-width: 763px) { #l95kCVhc1TMcTP44yJIPQhUcOcXVdk3V { 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) { #PTt26btZnQvMSrMP80sUZm9cKcR0gEHA { top:17.5rem;left:0rem;width:17.4375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4pbt47vhJmZfenz9quXukKo28BH2mVa { top:16.5625rem;left:0.8125rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJ2ZqeeQQkWPKk3UBO0UvhiSM3hUOZPu { top:12.3125rem;left:0rem;width:20rem;height:0;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkiRqFhLeZUOJTSNaTEgFk7wTJnLPdGq { top:1.6875rem;left:3.75rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #noClH0xtGHwsAK0HAvaUC7DbPBFqvyD9 { 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) { #gfEzXRBZ7gxZABLatt8FMtw0fmpqW5ng { top:24.1875rem;left:16.34375rem;width:14.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHhVvZcfCXdqXW6Z7iVUmp6qz7NRJIeJ { top:24.1875rem;left:32.21875rem;width:14.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdTQblseiLyOd4pUhwKwVDXLCupenTTb { top:0.875rem;left:8.625rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHgks7ZXqQLUuZcWE9KIQpEZnlKUkzkL { top:3.375rem;left:9.75rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eW5iAuut5yBHOqDRvIqeJEdpFhRD2e08 { top:2.375rem;left:9.75rem;width:6.125rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0axETpqemdWiqd8s2rFGPiHCIBT1eLQ { top:5.0625rem;left:33.375rem;width:12.625rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8gr8tRqM9V0C7DsqQ23qgkkW9hpJTaW { top:0.875rem;left:40.375rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t879kVDG5RmwIuiaBJOyK5Om0aFR6537 { 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) { #Qy7A1BWR2TT5VlXwgH8ZB36po3hQyeIf { top:3.25rem;left:41.5rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwwL3eiT5B1T7Bbrka7ic7SeQflnO8A0 { 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) { #yq8voHB7WdzN8decrMZ35KaRiUPx5vP4 { top:32.625rem;left:34.25rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aabs9BfRD2b8d86tgDJnKqsu7txndXKU { top:32.625rem;left:18.4375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2vpFF3qAldPCUFiT7N2rikuNC0ne3b8 { top:32.625rem;left:2.5625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNXrUkHCrFX1XQg3VUPPcMbmDOBLpQ1f { top:32.875rem;left:4.875rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIVhAJEqcmtztl5NN8FbT9q2oXhu6pbO { top:32.875rem;left:20.5625rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpUiKGsFBKnK2TKCibIzIBgSXtyFwgeT { top:32.875rem;left:36.625rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArkQM4Veu66p9EA3TFtTHHJcdFMsVPBm { top:5.375rem;left:9.75rem;width:6.125rem;height:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrgIfNd5d6DJQcvt6XPQnCqZ5lGUWies { top:5rem;left:17.5rem;width:12.625rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #woqDGpICFuF2Ub2dCrQX09GIFt8FUtWH { display:block; }#woqDGpICFuF2Ub2dCrQX09GIFt8FUtWH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O0OX7GeruOhIXD13d0NyHJONpNdSctko { top:3.5625rem;left:0rem;width:26.375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRl1WVB6HTZp9c6L3CIhQnLSn8wyQU2L { top:8.5625rem;left:0rem;width:25.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3QxCoMUWU1mT8WTsleqZnPQLrKqyb8O { top:12.75rem;left:1.75rem;width:17.5rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gN8v5KfdmxyKoz05Hzn5DN4UZ3zMfHLc { top:12.75rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mD88zhqk1ZAp77ZuJTH2txMr8T1sz29y { top:16.875rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuLxklUcCTKMNKWiUesHSDoZ5C6nwcR8 { top:17.1875rem;left:1.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:30.5rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6XybqaQRKT6KWCc3PFKBlu47yNQS7ma { top:8.125rem;left:30.25rem;width:17.5rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBPE3kKb4lfpHtsyIZ7pTKc1LQC07drB { top:9.875rem;left:30.25rem;width:17.5rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEF3LlmhgSkZFDANDgc3DiSd6TOl7MQE { top:14.125rem;left:30.5rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CecxCxF5lnnptMZpPPz9mv5izhuGJJsD { top:14.5625rem;left:30.25rem;width:17.5rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jxo9BEyON8DCNzBh7ODRqdFUabPpVxsF { top:16.0625rem;left:30.25rem;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:3rem;left:9.25rem;width:29.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #biDTnRwmaEhGR3Alg9aePte1RNLxibRv { top:2.5rem;left:40.1875rem;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:44.1875rem;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) { #mimvPCQO1h4t8TXCvtclqTW3AegavZNW { top:2.5rem;left:45.5rem;width:2.25rem;height:2.25rem;display:block; }
#mimvPCQO1h4t8TXCvtclqTW3AegavZNW > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #u6f97P6pa3PFX12fBfntvMwrCUr3wT1e { top:2.5rem;left:45.5rem;width:2.25rem;height:2.25rem;display:block; }
#u6f97P6pa3PFX12fBfntvMwrCUr3wT1e > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #DsLcGc6kbN7Wm0fBT0eSm2HmLCNWcnRf { top:0.625rem;left:0rem;width:11.75rem;height:5.25rem;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.5625rem;height:3.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1R63ZZnqVOWOTlxaR77R68bfQdXZ7Tg { display:flex;top:1.625rem;left:12.013541221619rem;width:1.625rem;height:1.625rem;z-index:15004; }
 }@media only screen and (max-width: 763px) { #Het46wLSIuEFnQqXTyXn3KW60XcEnngu { width:7.8125rem;height:1.1375rem;top:2.0562496185302rem;left:12.1875rem;font-size:0.8125rem;line-height:1.4;z-index:15003;color:#ffffff;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #wZwWMRDBJA3Dbf7LGv8Z9KXgEhyMQlO0 { background-color:#010102;background-image:url("https://images.assets-landingi.com/uc/06e4cfbb-0994-4964-bed9-2c9d49f7fe60/wielkaletniawyprzedaz1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#wZwWMRDBJA3Dbf7LGv8Z9KXgEhyMQlO0.adaptive-delivery-prevent-bg, #wZwWMRDBJA3Dbf7LGv8Z9KXgEhyMQlO0.lazyload, #wZwWMRDBJA3Dbf7LGv8Z9KXgEhyMQlO0.lazyloading { background-image: none; }#wZwWMRDBJA3Dbf7LGv8Z9KXgEhyMQlO0 > .row .container { background-color: transparent; background-image: none; }#wZwWMRDBJA3Dbf7LGv8Z9KXgEhyMQlO0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZwWMRDBJA3Dbf7LGv8Z9KXgEhyMQlO0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZwWMRDBJA3Dbf7LGv8Z9KXgEhyMQlO0 > .row .container > .video-iframe-container { display: none; }#wZwWMRDBJA3Dbf7LGv8Z9KXgEhyMQlO0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZwWMRDBJA3Dbf7LGv8Z9KXgEhyMQlO0 > .row > .video-iframe-container { display: none; }#wZwWMRDBJA3Dbf7LGv8Z9KXgEhyMQlO0 > .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); }#wZwWMRDBJA3Dbf7LGv8Z9KXgEhyMQlO0 > .row .container { width:20rem;height:41.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DFluN3hZCGHUpNNx4xkahUTvA6lnWI7P { width:20rem;height:8.25rem;top:1.5062503814698rem;left:0rem;font-size:1.875rem;line-height:1.1;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vp8Xff7P2ZTgKk1giPVcBGBKsDCoN2WG { top:27.909374237061rem;left:0rem;width:9.5rem;height:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNQudqeWs5urfa5Ele2rLPQLzlWmVWHJ { display:block; }
 }@media only screen and (max-width: 763px) { #WC4kwDJSin4901qpu3hZBm7DtlpvOAe0 { width:9.5rem;height:2.25rem;top:28.034374237061rem;left:10.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAVgETwfqtVaeCLIbAArCxL5ZS9hIbhR { display:block; }
 }@media only screen and (max-width: 763px) { #T9k4HJaBLgeFtt9T9DgeGCPewOfTrbB9 { top:35.521873474121rem;left:0.6875rem;width:18.625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTyN5LSuR9kBRLiNb1u1VTbo9LTmAZyK { display:block; }
 }@media only screen and (max-width: 763px) { #GIEkgi1bK5OET6XTvsfPxNUdPToQ10BT { width:20rem;height:6.40625rem;top:11.221875190735rem;left:0rem;font-size:0.9375rem;color:#000000;display:block; }#GIEkgi1bK5OET6XTvsfPxNUdPToQ10BT li:before{  }
 }@media only screen and (max-width: 763px) { #iy2Vf95phgUw1oTA7mrhS1U5EUEqChp9 { display:block; }#iy2Vf95phgUw1oTA7mrhS1U5EUEqChp9 > .row .container { width:20rem;height:49.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zbUdbp4PD29E7Q2WEiQUTeg831btmtol { width:20rem;height:3.575rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGGnZfeF1xT6ct75i4PmZTe53OQpueCe { width:20rem;height:34.53125rem;top:7.425000190735rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBh3Dk1DRaO89xx5RBwGZsKTHpcI4vxU { display:block; }#yBh3Dk1DRaO89xx5RBwGZsKTHpcI4vxU > .row .container { width:20rem;height:73.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTV7rNuJgqom9cCHQtSFompkmexSprfD { width:20rem;height:4.5rem;top:18.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRuUdH5OyN3UPuJKeomf8FWqsBZdcxda { width:12.5rem;height:12.5rem;top:3.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXrcRKbtxfbdmvXtGnfay4dtVsXp4S3B { display:flex;width:6.4375rem;height:6.4375rem;top:6.8125rem;left:6.8125rem; }
 }@media only screen and (max-width: 763px) { #TxWFFN5sOlUHVwUFdaTRs8JSAbP5WQqN { width:18.375rem;height:9.725rem;top:24.0625rem;left:0rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }#TxWFFN5sOlUHVwUFdaTRs8JSAbP5WQqN li:before{  }
 }@media only screen and (max-width: 763px) { #BVbEiQEiLEm5UUuTZnTTz47tTwTfuEZ1 { width:12.5rem;height:12.5rem;top:39.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1oxvRwLD3yEZgvwp6XTsCuHiMSLZ8q2 { display:flex;width:6.4375rem;height:6.4375rem;top:42.1875rem;left:6.8125rem; }
 }@media only screen and (max-width: 763px) { #B2IdyAcFNE45r04VRFw2bBTMJUGHrrWC { width:20rem;height:3rem;top:53.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4Qq82pQcHZBzRWgzSeE0icdPOin4rWA { width:18.375rem;height:9.725rem;top:58.375rem;left:0rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }#i4Qq82pQcHZBzRWgzSeE0icdPOin4rWA li:before{  }
 }@media only screen and (max-width: 763px) { #WXGTUam8ywTRngs5nW1hPynbsEtiTyIK { display:block; }#WXGTUam8ywTRngs5nW1hPynbsEtiTyIK > .row .container { width:20rem;height:49.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d6RR4VOMNgJwCOhAXPJMPUucTy68eDpE { width:20rem;height:3.9rem;top:40.27499961853rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymABuqvlR1RTppF7DkptUOviTw2Zw09S { width:20rem;height:20.8rem;top:10.3rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qw83hJIxSpFXyFvhp6BqloLHumSwPfOr { width:20rem;height:6.825rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBDA1l3HowkZdX4cw3VkLlM9vA7JfUVs { width:17.5rem;height:3.4375rem;top:31.64999961853rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1GHX8qGaHD6AQ9EEkQglTZqyDdsGTPn { display:block; }
 }@media only screen and (max-width: 763px) { #NDn1bRTirymuoT3EVBDxe8wxTRifs1cm { top:45.424993896484rem;left:0.6875rem;width:18.5625rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzuM65BI0aXWzS0SiCPlH0IVJTorQC3a { display:block; }
 }@media only screen and (max-width: 763px) { #Cf8uiJSJ0EWvsx19PwzkGo4AiFMeJwcl { display:block; }#Cf8uiJSJ0EWvsx19PwzkGo4AiFMeJwcl > .row .container { width:20rem;height:68.75rem;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 #VnLfe9WUZFdKnk3ZnKV86xTa7gJvNRQA {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #KDFVGQLekLyBaqlwGs5uh6fEcax06aNc {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #tD1QSn0IQDvbggB6lzhT1ld4DDei1XoL {  }
 }@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 #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 #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.9125rem;top:64.787500381469rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id9w5eKfTgJvebt39mVB06T8LXVLtUku { width:20rem;height:4.9875rem;top:1.7250003814698rem;left:0rem;font-size:1.1875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #OtsrSqzV7DdBCQBF4Ng9lK3h5ggs7aet { display:block; }#OtsrSqzV7DdBCQBF4Ng9lK3h5ggs7aet > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kF1R4TmBcwNpv46sIG65KGLmROcbU2Lk { width:20rem;height:6.58125rem;top:2.6875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmGUTRfbdqXgBlETQoGJQw3Zx11dwSU1 { width:18.4375rem;height:8.25rem;top:10.51875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQzQ3kfJK54K2RxIs50dBhZZuqG9rqAz { display:block; }#AQzQ3kfJK54K2RxIs50dBhZZuqG9rqAz > .row .container { width:20rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U55MmwIy7QcV21TknA8yyPW5RZpKHCNM { width:19rem;height:3.4375rem;top:1.25rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrooVcHCcDkV6HSOw0ByQah4PGgRlqTb { display:block; }
 }@media only screen and (max-width: 763px) { #zuSQHDb8pDgdfAC5cndTaysb2EkkOZwS { display:block; }#zuSQHDb8pDgdfAC5cndTaysb2EkkOZwS > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dHSviJ9ALDf6EIkayfQShVl48kCssTFs { width:20rem;height:6.58125rem;top:2.6875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IW9TCTl0c5JJBzxNC94qnMEUkACGLLGB { width:18.4375rem;height:8.25rem;top:10.51875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wf6w51k4pWHhO6B2tfWKGHRleBA2p3ty { display:block; }#Wf6w51k4pWHhO6B2tfWKGHRleBA2p3ty > .row .container { width:20rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lc0NSXUrWR7rFKeZcvUvL7EHH7gaTqCh { width:19rem;height:3.4375rem;top:1.375rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGOdXPXgkUW8TPt92mgfq88s7D8wg3iw { display:block; }
 }@media only screen and (max-width: 763px) { #QGgFPaHKWnz1eCDoN4u2RufA3Ayz89Ji { display:block; }#QGgFPaHKWnz1eCDoN4u2RufA3Ayz89Ji > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SoH8T6hXz9HSGEIqkQgqb977BAmS3cGX { width:20rem;height:8.775rem;top:2.6875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVACfdiX1ABTWItAlXTNOPQlT6G1nmuT { width:18.4375rem;height:8.25rem;top:12.7125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DC8C1T93a7XJ4ge3eFAl1QduwfGlMcsB { display:block; }#DC8C1T93a7XJ4ge3eFAl1QduwfGlMcsB > .row .container { width:20rem;height:120.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m97nsbHZ8RyNRvkUuOcgDu5mKZgRgxfD { 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) { #S9M3i00cNhBBi6t7EdI33TMGvxycfptT { width:13.6875rem;height:0.1875rem;top:16.5rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TrItXIJcwFGM6KZxdDp3AkJe5uAUOoVv { top:26.875rem;left:2.40625rem;width:15.1875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9AWITW9R7tFulPF851oCxx4scWDM46k { display:block; }
 }@media only screen and (max-width: 763px) { #B5UPTgptFNROBkW35S1KHUv2snetIDrP { 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) { #cHIUciE2yryMyVI9VN17im9VfWAfJQ5z { width:10.1875rem;height:14.125rem;top:3.0625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByqZ8ahPme8gHcT342S1U1wkbyFXxS6b { top:63.125rem;left:2.25rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJ34iBTmw38ebx55snMTVRTRzgSa3shU { display:block; }
 }@media only screen and (max-width: 763px) { #ihiZXTkEmoLmq9g1DnQPa8wcJuF4QWg0 { 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) { #TkMTWGZbSTTqXAaDqDTV4ZI0gRuWIe55 { width:20rem;height:3.7375rem;top:52.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOnJZxankbWmKbi0o5nZiSozWnWseNxh { width:13.6875rem;height:0.1875rem;top:16.25rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gHgE7lPRcDpCDTuaNDGNQVS1qT0Ifebw { width:11rem;height:10.6875rem;top:41.4375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIooVaeXhePtd8eW9uDbClvHs4zDdiy5 { width:14.0625rem;height:8.125rem;top:8.96875rem;left:1.4233539094651rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1ZHKFd6RXhTWyRFlFQonxaaNFkNGp2T { width:15.8125rem;height:9.0625rem;top:43.203124046326rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md6FBl4c8Z1uNJ4TS9zzWebluzl5oiPh { 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) { #s7S3grKLSXPtTieVnmTrFMBOPiyPudJv { 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) { #vmkpO9WpG19upXpZ4pIqFt48hU1TNlO4 { width:7.25rem;height:7.25rem;top:40.625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfpE2xwzbT266zcfBG7god1wxcxmGHIr { width:7.25rem;height:7.25rem;top:4.921875rem;left:10.5625rem;z-index:15113;display:block; }
 }@media only screen and (max-width: 763px) { #Whp4ngKBuVg2BlEnIW6TWg0vIrCQTTTx { 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) { #t3oLhPFVcQx9hXTF2V0QTtiUVh4x647e { width:6.125rem;height:1.21875rem;top:6.375rem;left:11rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pD5nPSuKOeEHQPL52GQhVnH4JXDJ69mg { 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) { #XFBSxfPbwIldUxZytoOV6ZtT5zJpy1Xk { width:6.125rem;height:1.21875rem;top:42.0625rem;left:11rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9qEBnsLNzTorasvBdcWPg8yzdsUCams { width:6.125rem;height:2.03125rem;top:43.25rem;left:11.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PglrbCSqNm4XbWOGnwNI2ts53ciEnLIa { width:6.125rem;height:0.975rem;top:45.25rem;left:11rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqhW6uEqFUXofWCLvywn7vDF8XznMT7z { display:flex;width:2rem;height:2rem;top:109.9375rem;left:4.875rem; }
 }@media only screen and (max-width: 763px) { #M6NDI4v87Jax4J0xZqyvclvph0hTwVMi { display:flex;width:2rem;height:2rem;top:67.862500190738rem;left:4.875rem; }
 }@media only screen and (max-width: 763px) { #IL4pCPUI4ToPAtCB9yFNoOwKD3pJWxnS { top:103.0625rem;left:2.25rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0BKKBNkgQFMkgAK0HNM8KxgQi9PZreW { display:block; }
 }@media only screen and (max-width: 763px) { #VTTquUOETTVdr59W3wqKlIAaVHB1X1XF { width:14.9375rem;height:3.4125rem;top:99.625rem;left:2.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aaFB8wi89ymkTg1BKi48tvkvuhthBtyg { width:14.625rem;height:1.86875rem;top:96.375rem;left:2.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHMAlVL4NT1ofExImHOT6Py6tBq76ET6 { width:20rem;height:3.7375rem;top:91.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQrxXa34PDewN6hJ3M9WP6VgJMPw0VR5 { width:13.6875rem;height:0.1875rem;top:16.5625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cuVIUwRPL42v77sQbABkdHg6fEzI21He { width:13.3125rem;height:7.75rem;top:82.9375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6GEnrezGzxw7Rpkr9DLkCEhMZn4WmZW { width:11rem;height:10.6875rem;top:79.9375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Isn6PqbAaBNAgQ5n0MxTTHgFfCWIT2ER { display:flex;width:2rem;height:2rem;top:31.3125rem;left:5.625rem; }
 }@media only screen and (max-width: 763px) { #virI2sXov4NC1yKtuEy6L5m1nU1XWuTo { width:6.125rem;height:1.05625rem;top:79.75rem;left:13.25rem;font-size:0.8125rem;z-index:15130;display:block; }
 }@media only screen and (max-width: 763px) { #lWyHHwbK47mPPrKRhZv4gIXSa1Mxrnsc { width:7.25rem;height:7.25rem;top:78.0625rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9LrnM2URa9lV2TSWz7RoyhuGwOUoNWH { width:6.125rem;height:2.03125rem;top:80.421875rem;left:13.109375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRgbeq5lo046fmHuu6Ezcrt9rrMFm0qO { width:6.125rem;height:1.05625rem;top:82.9375rem;left:13.25rem;font-size:0.8125rem;z-index:15129;display:block; }
 }@media only screen and (max-width: 763px) { #W66N1ghaE8tyqqD8FwXlPUkBQTkSUSBB { width:8.75rem;height:1.3rem;top:110.3125rem;left:6.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dFiTEWT7Q752qGzFA2JATWO2BAzQJuyQ { width:8.75rem;height:1.3rem;top:68.212496757506rem;left:6.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NgCXdKtxJVdBfmyp6QBGHfJebxAbdXM3 { width:8.75rem;height:1.3rem;top:31.662502288818rem;left:7.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NEVZQihThx3eDtBckHLmx0MrRiTOMETp { width:14.9375rem;height:2.275rem;top:113.1875rem;left:2.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OWlnhveL33NWQi6SQ2R7RB6ZZIMw8iyS { display:block; }#OWlnhveL33NWQi6SQ2R7RB6ZZIMw8iyS > .row .container { width:20rem;height:122.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JcnNtpOPhD0a7ZOncKQ61UgH4HVit3DK { 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) { #nQRf2TTIH02vJTAFzaCrMS4AhoMHgkJK { width:13.6875rem;height:0.1875rem;top:16.5rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LtFJtJrcPAcKdq16Tt3ebfOq5TdtO416 { top:71.6875rem;left:2.4375rem;width:15.1875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnxMALDbbeqNx8ySSwcieuJ4fDgrCqdI { display:block; }
 }@media only screen and (max-width: 763px) { #m93JeIsluURTCF9h2Zspd7dwoewsiqel { width:14.625rem;height:7.475rem;top:61.25rem;left:2.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JB38Zk7soDVfiQKW8WIhRTHbQlHrqnB2 { width:10.1875rem;height:14.125rem;top:43.3125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytQCMZCpa03h5M7LFA4QiE29ectSkLru { top:110.125rem;left:2rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5nhRpNmqAZyCxRsoZddzGPIkt4TXNPa { display:block; }
 }@media only screen and (max-width: 763px) { #U3rvIPTniPyeeFHAJOZhhwk2iDXEz1b3 { 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) { #lx0TpLxc2nB9fa5RT2NkaUsePRACcb9i { width:13.1875rem;height:7.6875rem;top:9.015625rem;left:2.015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #otwvJEaVFoJh6cw78n1VxtSGRsGuGqZv { width:20rem;height:3.7375rem;top:97.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEdi7z0iPBtF2yxl2DBm9rGesKOssxsb { width:13.6875rem;height:0.1875rem;top:16.25rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UrUDkwciHuZUoBGdXdk4UoKqvvSy2Hlt { width:11rem;height:10.6875rem;top:86.9375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERvSXizIuNu51ypgJfq6tnWchbcM7xwZ { top:29.6875rem;left:2.25rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZBp14CzeeHTuaQWhqkIJDFRWQuhFTVU { display:block; }
 }@media only screen and (max-width: 763px) { #l95kCVhc1TMcTP44yJIPQhUcOcXVdk3V { 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) { #PTt26btZnQvMSrMP80sUZm9cKcR0gEHA { width:19.875rem;height:1.86875rem;top:22.262498855591rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4pbt47vhJmZfenz9quXukKo28BH2mVa { width:13.6875rem;height:0.1875rem;top:16.5625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PJ2ZqeeQQkWPKk3UBO0UvhiSM3hUOZPu { width:20rem;height:3.7375rem;top:17.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkiRqFhLeZUOJTSNaTEgFk7wTJnLPdGq { width:11rem;height:10.6875rem;top:5.9375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #noClH0xtGHwsAK0HAvaUC7DbPBFqvyD9 { 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) { #gfEzXRBZ7gxZABLatt8FMtw0fmpqW5ng { 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) { #LHhVvZcfCXdqXW6Z7iVUmp6qz7NRJIeJ { 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) { #MdTQblseiLyOd4pUhwKwVDXLCupenTTb { width:7.25rem;height:7.25rem;top:4.0625rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHgks7ZXqQLUuZcWE9KIQpEZnlKUkzkL { 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) { #eW5iAuut5yBHOqDRvIqeJEdpFhRD2e08 { 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) { #w0axETpqemdWiqd8s2rFGPiHCIBT1eLQ { width:12.625rem;height:7.375rem;top:90.375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8gr8tRqM9V0C7DsqQ23qgkkW9hpJTaW { width:7.25rem;height:7.25rem;top:85.9375rem;left:10.4375rem;z-index:15098;display:block; }
 }@media only screen and (max-width: 763px) { #t879kVDG5RmwIuiaBJOyK5Om0aFR6537 { width:6.125rem;height:1.21875rem;top:87.2343711853rem;left:11.265625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qy7A1BWR2TT5VlXwgH8ZB36po3hQyeIf { width:6.125rem;height:2.03125rem;top:88.375rem;left:11rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwwL3eiT5B1T7Bbrka7ic7SeQflnO8A0 { width:6.125rem;height:0.975rem;top:90.5rem;left:11rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yq8voHB7WdzN8decrMZ35KaRiUPx5vP4 { display:flex;width:2rem;height:2rem;top:34.1875rem;left:4.9375rem; }
 }@media only screen and (max-width: 763px) { #Aabs9BfRD2b8d86tgDJnKqsu7txndXKU { display:flex;width:2rem;height:2rem;top:75.712499618531rem;left:4.5rem; }
 }@media only screen and (max-width: 763px) { #e2vpFF3qAldPCUFiT7N2rikuNC0ne3b8 { display:flex;width:2rem;height:2rem;top:115.3125rem;left:4.9375rem; }
 }@media only screen and (max-width: 763px) { #RNXrUkHCrFX1XQg3VUPPcMbmDOBLpQ1f { width:8.75rem;height:1.3rem;top:115.66249656678rem;left:7.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iIVhAJEqcmtztl5NN8FbT9q2oXhu6pbO { width:8.75rem;height:1.3rem;top:76.062497138975rem;left:6.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MpUiKGsFBKnK2TKCibIzIBgSXtyFwgeT { width:8.75rem;height:1.3rem;top:34.537496566772rem;left:6.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ArkQM4Veu66p9EA3TFtTHHJcdFMsVPBm { width:6.125rem;height:0.975rem;top:8.5624990463256rem;left:12.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrgIfNd5d6DJQcvt6XPQnCqZ5lGUWies { width:12.625rem;height:7.375rem;top:49.47500038147rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #woqDGpICFuF2Ub2dCrQX09GIFt8FUtWH { display:block; }#woqDGpICFuF2Ub2dCrQX09GIFt8FUtWH > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O0OX7GeruOhIXD13d0NyHJONpNdSctko { width:13.375rem;height:2.6rem;top:3.5rem;left:2.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRl1WVB6HTZp9c6L3CIhQnLSn8wyQU2L { width:15.5625rem;height:4.875rem;top:7.0625rem;left:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3QxCoMUWU1mT8WTsleqZnPQLrKqyb8O { width:14.6875rem;height:4.14375rem;top:10.1875rem;left:5.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gN8v5KfdmxyKoz05Hzn5DN4UZ3zMfHLc { display:flex;width:2rem;height:2rem;top:10.5625rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #mD88zhqk1ZAp77ZuJTH2txMr8T1sz29y { display:flex;width:2rem;height:2rem;top:13.8125rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #LuLxklUcCTKMNKWiUesHSDoZ5C6nwcR8 { width:14.5rem;height:1.38125rem;top:13.8125rem;left:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxuxGmTLiMKpAgs9m4DrN0Ng9KchgF5m { display:flex;width:2rem;height:2rem;top:16.4375rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #z6XybqaQRKT6KWCc3PFKBlu47yNQS7ma { width:14.4375rem;height:2.7625rem;top:16.4375rem;left:5.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBPE3kKb4lfpHtsyIZ7pTKc1LQC07drB { width:17.4375rem;height:5.525rem;top:18.6875rem;left:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEF3LlmhgSkZFDANDgc3DiSd6TOl7MQE { display:flex;width:2rem;height:2rem;top:22.25rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #CecxCxF5lnnptMZpPPz9mv5izhuGJJsD { width:14.25rem;height:2.7625rem;top:22.8125rem;left:5.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jxo9BEyON8DCNzBh7ODRqdFUabPpVxsF { width:17.5rem;height:2.7625rem;top:24.4375rem;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:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dfDhsvM4Ppa06nfGZsNcAZkoDAq9SRIN { width:20rem;height:2.6rem;top:11.637500762939rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #biDTnRwmaEhGR3Alg9aePte1RNLxibRv { display:flex;width:2.25rem;height:2.25rem;top:6.6875rem;left:2.75rem; }
#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:6.6875rem;left:7.0625rem; }
#yK7BqBU6d3E7omxNtHosdzhhZxV09edy > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #mimvPCQO1h4t8TXCvtclqTW3AegavZNW { display:flex;width:2.25rem;height:2.25rem;top:6.6875rem;left:11.1875rem; }
#mimvPCQO1h4t8TXCvtclqTW3AegavZNW > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #u6f97P6pa3PFX12fBfntvMwrCUr3wT1e { display:flex;width:2.25rem;height:2.25rem;top:6.6875rem;left:15rem; }
#u6f97P6pa3PFX12fBfntvMwrCUr3wT1e > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #DsLcGc6kbN7Wm0fBT0eSm2HmLCNWcnRf { width:12.5625rem;height:5.625rem;top:0.75rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr { display:block; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }